|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--koala.dynamicjava.interpreter.context.VariableContext.AbstractVariable | +--koala.dynamicjava.interpreter.context.VariableContext.Constant
To store the constants
Fields inherited from class koala.dynamicjava.interpreter.context.VariableContext.AbstractVariable |
name |
Constructor Summary | |
VariableContext.Constant(java.lang.String s)
Creates a new variable |
Method Summary | |
java.lang.Object |
get(VariableContext ctx)
Sets the variable in the current scope |
void |
set(VariableContext ctx,
java.lang.Object value)
Sets the variable in the current scope |
Methods inherited from class koala.dynamicjava.interpreter.context.VariableContext.AbstractVariable |
hashCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VariableContext.Constant(java.lang.String s)
Method Detail |
public void set(VariableContext ctx, java.lang.Object value)
set
in class VariableContext.AbstractVariable
public java.lang.Object get(VariableContext ctx)
get
in class VariableContext.AbstractVariable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |