Interface CTypeInfo

All Superinterfaces:
CCustomizable, Locatable, TypeInfo<NType,NClass>
All Known Subinterfaces:
CClass, CElement, CNonElement
All Known Implementing Classes:
CArrayInfo, CBuiltinLeafInfo, CClassInfo, CClassRef, CElementInfo, CEnumLeafInfo, CWildcardTypeInfo

public interface CTypeInfo extends TypeInfo<NType,NClass>, CCustomizable
TypeInfo at the compile-time. Either CClassInfo, CBuiltinLeafInfo, or CElementInfo.
Author:
Kohsuke Kawaguchi