|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFinder | |
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. |
Uses of ClassFinder in koala.dynamicjava.classinfo |
Methods in koala.dynamicjava.classinfo that return ClassFinder | |
ClassFinder |
TreeClassInfo.getClassFinder()
Returns the class finder |
Constructors in koala.dynamicjava.classinfo with parameters of type ClassFinder | |
TypeVisitor(ClassFinder cf,
ClassInfo ctx)
Creates a new type visitor |
|
TreeMethodInfo(MethodDeclaration f,
ClassFinder cf,
ClassInfo dc)
Creates a new method info |
|
TreeFieldInfo(FieldDeclaration f,
ClassFinder cf,
ClassInfo dc)
Creates a new class info |
|
TreeConstructorInfo(ConstructorDeclaration f,
ClassFinder cf,
ClassInfo dc)
Creates a new class info |
|
TreeClassInfo(TypeDeclaration cd,
ClassFinder cf)
Creates a new class info |
Uses of ClassFinder in koala.dynamicjava.interpreter |
Classes in koala.dynamicjava.interpreter that implement ClassFinder | |
class |
TreeClassFinder
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. |
Fields in koala.dynamicjava.interpreter declared as ClassFinder | |
protected ClassFinder |
TreeCompiler.CompilationUnitVisitor.classFinder
The class finder |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |