|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.interpreter.context.VariableContext.Link
To store one scope
Field Summary | |
VariableContext.Scope |
cscope
The current scope for constants |
VariableContext.Link |
next
The next scope |
VariableContext.Scope |
scope
The current scope |
Constructor Summary | |
VariableContext.Link(VariableContext.Link next)
Creates a new link |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public VariableContext.Scope scope
public VariableContext.Scope cscope
public VariableContext.Link next
Constructor Detail |
public VariableContext.Link(VariableContext.Link next)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |