|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaspoev.interpreter.runtime.ScopeFrame
| Field Summary | |
protected java.lang.String |
scopeName
|
protected java.util.HashMap |
variableMap
|
| Constructor Summary | |
ScopeFrame()
|
|
ScopeFrame(java.lang.String scopeName)
|
|
| Method Summary | |
void |
declareVariable(VariableDeclarationElement varDecl)
|
java.util.Collection |
getDeclaredVariables()
|
VariableDeclarationElement |
lookUpVariable(VariableReferenceElement handle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.HashMap variableMap
protected java.lang.String scopeName
| Constructor Detail |
public ScopeFrame(java.lang.String scopeName)
public ScopeFrame()
| Method Detail |
public java.util.Collection getDeclaredVariables()
public void declareVariable(VariableDeclarationElement varDecl)
public VariableDeclarationElement lookUpVariable(VariableReferenceElement handle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||