Uses of Interface
koala.dynamicjava.classinfo.ClassFinder

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
TreeFieldInfo(FieldDeclaration f, ClassFinder cf, ClassInfo dc)
          Creates a new class info
TypeVisitor(ClassFinder cf, ClassInfo ctx)
          Creates a new type visitor
TreeClassInfo(TypeDeclaration cd, ClassFinder cf)
          Creates a new class info
TreeMethodInfo(MethodDeclaration f, ClassFinder cf, ClassInfo dc)
          Creates a new method info
TreeConstructorInfo(ConstructorDeclaration f, ClassFinder cf, ClassInfo dc)
          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
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.