Package koala.dynamicjava.classinfo

Contains all the classes and interfaces for using reflection on Java or interpreted classes.

See:
          Description

Interface Summary
ClassFinder The instances of the classes that implements this interface are used to find the fully qualified name of classes and to manage the loading of these classes.
ClassInfo The instances of the classes that implement this interface provide informations about classes.
ConstructorInfo The instances of the classes that implement this interface provide informations about constructors.
FieldInfo The instances of the classes that implement this interface provide informations about class fields.
MethodInfo The instances of the classes that implement this interface provide informations about methods.
 

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
 

Package koala.dynamicjava.classinfo Description

Contains all the classes and interfaces for using reflection on Java or interpreted classes.



Copyright © 2001 Stephane Hillion. All Rights Reserved.