public class ScopeChain extends Object
| Constructor and Description |
|---|
ScopeChain() |
ScopeChain(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentScopeContainsVariable(String variableName) |
ScopeChain |
deepCopy()
Creates a deep copy of the ScopeChain.
|
Object |
get(String key) |
void |
popScope() |
void |
pushLocalScope() |
void |
pushScope(Map<String,Object> map) |
void |
put(String key,
Object value) |
public ScopeChain deepCopy()
public void pushLocalScope()
public void popScope()
public boolean currentScopeContainsVariable(String variableName)
Copyright © 2015. All rights reserved.