|
||||||||||
| 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
To store the variables
| Field Summary | |
java.lang.String |
name
The constant name |
| Constructor Summary | |
protected |
VariableContext.AbstractVariable()
|
| Method Summary | |
abstract java.lang.Object |
get(VariableContext ctx)
Sets the variable in the current scope |
int |
hashCode()
Returns the hashCode |
abstract void |
set(VariableContext ctx,
java.lang.Object value)
Sets the variable in the current scope |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
| Constructor Detail |
protected VariableContext.AbstractVariable()
| Method Detail |
public abstract void set(VariableContext ctx,
java.lang.Object value)
public abstract java.lang.Object get(VariableContext ctx)
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||