Uses of Interface
koala.dynamicjava.interpreter.context.SimpleContext

Packages that use SimpleContext
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
 

Uses of SimpleContext in koala.dynamicjava.interpreter.context
 

Subinterfaces of SimpleContext in koala.dynamicjava.interpreter.context
 interface Context
          The classes that implements this interface represent contexts of execution
 

Classes in koala.dynamicjava.interpreter.context that implement SimpleContext
 class GlobalContext
          A global context.
 class MethodContext
          A method method context.
 class StaticContext
          A static method context.
 class VariableContext
          This class encapsulates the behaviour of Java scopes.
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.