Uses of Package
koala.dynamicjava.classinfo

Packages that use koala.dynamicjava.classinfo
koala.dynamicjava.classinfo Contains all the classes and interfaces for using reflection on Java or interpreted classes. 
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Classes in koala.dynamicjava.classinfo used by koala.dynamicjava.classinfo
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.
JavaClassInfo
          The instances of this class provides informations about class compiled to JVM bytecode.
MethodInfo
          The instances of the classes that implement this interface provide informations about methods.
TreeClassInfo
          The instances of this class provides informations about classes not yet compiled to JVM bytecode and represented by a syntax tree
 

Classes in koala.dynamicjava.classinfo used by koala.dynamicjava.interpreter
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.
MethodInfo
          The instances of the classes that implement this interface provide informations about methods.
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.
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.