Interface CNonElement

All Superinterfaces:
CCustomizable, CTypeInfo, Locatable, NonElement<NType,NClass>, TypeInfo<NType,NClass>, TypeUse
All Known Subinterfaces:
CClass
All Known Implementing Classes:
CArrayInfo, CBuiltinLeafInfo, CClassInfo, CClassRef, CEnumLeafInfo

public interface CNonElement extends NonElement<NType,NClass>, TypeUse, CTypeInfo
NonElement at compile-time.

This interface implements TypeUse so that a CNonElement instance can be used as a TypeUse instance.

Author:
Kohsuke Kawaguchi