|
||||||||||
| 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.Variable
To store the variables
| Fields inherited from class koala.dynamicjava.interpreter.context.VariableContext.AbstractVariable |
name |
| Constructor Summary | |
VariableContext.Variable(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.Variable(java.lang.String s)
| Method Detail |
public void set(VariableContext ctx,
java.lang.Object value)
set in class VariableContext.AbstractVariablepublic 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 | |||||||||