Class Summary |
ClassInfoUtilities |
This class contains a collection of utility methods for reflection. |
JavaClassInfo |
The instances of this class provides informations about
class compiled to JVM bytecode. |
JavaConstructorInfo |
The instances of this class provides informations about
class constructors compiled to JVM bytecode. |
JavaFieldInfo |
The instances of this class provides informations about
class fields compiled to JVM bytecode. |
JavaMethodInfo |
The instances of this class provides informations about
class methods compiled to JVM bytecode. |
TreeClassInfo |
The instances of this class provides informations about
classes not yet compiled to JVM bytecode and represented
by a syntax tree |
TreeConstructorInfo |
The instances of this class provides informations about
class constructors not yet compiled to JVM bytecode. |
TreeFieldInfo |
The instances of this class provides informations about
class fields not yet compiled to JVM bytecode. |
TreeMethodInfo |
The instances of this class provides informations about
class methods not yet compiled to JVM bytecode. |
TypeVisitor |
The instances of this class are used to get the ClassInfo
that match a type node of a syntax tree |
Contains all the classes and interfaces for using reflection on Java or
interpreted classes.