|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |