|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportationManager | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
koala.dynamicjava.interpreter.context | Provides the classes that hold the context of execution. |
koala.dynamicjava.util | Contains miscellaneous utility classes. |
Uses of ImportationManager in koala.dynamicjava.interpreter |
Fields in koala.dynamicjava.interpreter declared as ImportationManager | |
protected ImportationManager |
ClassInfoCompiler.importationManager
The importation manager |
Methods in koala.dynamicjava.interpreter that return ImportationManager | |
ImportationManager |
TreeClassFinder.getImportationManager()
Returns the importation manager |
Methods in koala.dynamicjava.interpreter with parameters of type ImportationManager | |
void |
TreeInterpreter.registerMethod(java.lang.String sig,
MethodDeclaration md,
ImportationManager im)
Registers a method. |
void |
TreeInterpreter.registerConstructorArguments(java.lang.String sig,
java.util.List params,
java.util.List exprs,
ImportationManager im)
Registers a constructor arguments |
Uses of ImportationManager in koala.dynamicjava.interpreter.context |
Fields in koala.dynamicjava.interpreter.context declared as ImportationManager | |
protected ImportationManager |
GlobalContext.importationManager
The importation manager |
Methods in koala.dynamicjava.interpreter.context that return ImportationManager | |
ImportationManager |
GlobalContext.getImportationManager()
Returns the importation manager |
ImportationManager |
Context.getImportationManager()
Returns the importation manager |
Methods in koala.dynamicjava.interpreter.context with parameters of type ImportationManager | |
void |
GlobalContext.setImportationManager(ImportationManager im)
Sets the importation manager |
void |
Context.setImportationManager(ImportationManager im)
Sets the importation manager |
Constructors in koala.dynamicjava.interpreter.context with parameters of type ImportationManager | |
StaticContext(Interpreter i,
java.lang.Class c,
ImportationManager im)
Creates a new context |
|
MethodContext(Interpreter i,
java.lang.Class c,
java.lang.Object obj,
ImportationManager im)
Creates a new context |
Uses of ImportationManager in koala.dynamicjava.util |
Subclasses of ImportationManager in koala.dynamicjava.util | |
class |
BufferedImportationManager
A buffered version of the importation manager |
Constructors in koala.dynamicjava.util with parameters of type ImportationManager | |
ImportationManager(ImportationManager im)
Copy constructor |
|
BufferedImportationManager(ImportationManager im)
Copy constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |