Uses of Interface
koala.dynamicjava.interpreter.Interpreter

Packages that use Interpreter
koala.dynamicjava.gui   
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
 

Uses of Interpreter in koala.dynamicjava.gui
 

Fields in koala.dynamicjava.gui declared as Interpreter
protected  Interpreter Main.interpreter
          The DynamicJava current interpreter
 

Methods in koala.dynamicjava.gui that return Interpreter
protected  Interpreter Main.createInterpreter()
          Creates a new interpreter
 

Uses of Interpreter in koala.dynamicjava.interpreter
 

Classes in koala.dynamicjava.interpreter that implement Interpreter
 class TreeInterpreter
          This class contains method to interpret the constructs of the language.
 

Fields in koala.dynamicjava.interpreter declared as Interpreter
static Interpreter Main.interpreter
           
protected  Interpreter TreeCompiler.interpreter
          The interpreter
protected  Interpreter TreeClassFinder.interpreter
          The current interpreter
protected  Interpreter TreeClassLoader.interpreter
          The interpreter
 

Methods in koala.dynamicjava.interpreter that return Interpreter
 Interpreter TreeClassFinder.getInterpreter()
          Returns the current interpreter
 

Constructors in koala.dynamicjava.interpreter with parameters of type Interpreter
TreeCompiler(Interpreter i)
          Creates a new compiler
TreeClassFinder(Context ctx, Interpreter i, ClassPool cp)
          Creates a new class finder
TreeClassLoader(Interpreter i)
          Creates a new class loader
TreeClassLoader(Interpreter i, java.lang.ClassLoader cl)
          Creates a new class loader
 

Uses of Interpreter in koala.dynamicjava.interpreter.context
 

Fields in koala.dynamicjava.interpreter.context declared as Interpreter
protected  Interpreter GlobalContext.interpreter
          The interpreter
 

Methods in koala.dynamicjava.interpreter.context that return Interpreter
 Interpreter GlobalContext.getInterpreter()
          Returns the current interpreter
 Interpreter Context.getInterpreter()
          Returns the current interpreter
 

Constructors in koala.dynamicjava.interpreter.context with parameters of type Interpreter
GlobalContext(Interpreter i)
          Creates a new context
GlobalContext(Interpreter i, java.lang.ClassLoader cl)
          Creates a new context
GlobalContext(Interpreter i, java.util.Set entries)
          Creates a new context initialized with the given entries defined in the initial scope.
StaticContext(Interpreter i, java.lang.Class c, ImportationManager im)
          Creates a new context
StaticContext(Interpreter i, java.lang.Class c, java.util.Set fp)
          Creates a new context
MethodContext(Interpreter i, java.lang.Class c, java.lang.Object obj, ImportationManager im)
          Creates a new context
MethodContext(Interpreter i, java.lang.Class c, java.lang.Object obj, java.util.Set fp)
          Creates a new context
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.