| Interface | Description |
|---|---|
| MetaClass |
Represents meta-data about a class.
|
| MetaClassFilter |
A filter over a collection of types.
|
| TypeName |
A fully qualified type name.
|
| Class | Description |
|---|---|
| ArrayMetaClass |
Represents meta-data about a class.
|
| BooleanClass |
Represents the meta-data for the java primitive, 'boolean'.
|
| ByteClass |
Represents the meta-data for the java primitive, 'byte'.
|
| CharClass |
Represents the meta-data for the java primitive, 'char'.
|
| ClassMetaClass |
Represents meta-data for class types.
|
| ClassPackage |
Represents the package for a class.
|
| DoubleClass |
Represents the meta-data for the java primitive, 'double'.
|
| FloatClass |
Represents the meta-data for the java primitive, 'float'.
|
| IntClass |
Represents the meta-data for the java primitive, 'int'.
|
| JaceConstants |
Jace constants.
|
| LongClass |
Represents the meta-data for the java primitive, 'long'.
|
| MetaClassFactory |
Creates new MetaClasses instances.
|
| PrimitiveMetaClass |
Represents meta-data for primitive types.
|
| ShortClass |
Represents the meta-data for the java primitive, 'short'.
|
| TypeNameFactory |
Creates a TypeName.
|
| VoidClass |
Represents the meta-data for the java primitive, 'void'.
|
Copyright © 2012. All Rights Reserved.