Uses of Class
koala.dynamicjava.interpreter.context.VariableContext

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

Uses of VariableContext in koala.dynamicjava.interpreter.context
 

Subclasses of VariableContext in koala.dynamicjava.interpreter.context
 class GlobalContext
          A global context.
 class MethodContext
          A method method context.
 class StaticContext
          A static method context.
 

Methods in koala.dynamicjava.interpreter.context with parameters of type VariableContext
abstract  void VariableContext.AbstractVariable.set(VariableContext ctx, java.lang.Object value)
          Sets the variable in the current scope
abstract  java.lang.Object VariableContext.AbstractVariable.get(VariableContext ctx)
          Sets the variable in the current scope
 void VariableContext.Variable.set(VariableContext ctx, java.lang.Object value)
          Sets the variable in the current scope
 java.lang.Object VariableContext.Variable.get(VariableContext ctx)
          Sets the variable in the current scope
 void VariableContext.Constant.set(VariableContext ctx, java.lang.Object value)
          Sets the variable in the current scope
 java.lang.Object VariableContext.Constant.get(VariableContext ctx)
          Sets the variable in the current scope
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.