public class VariableContext extends Object
The variable context consists of a number of "frames":
| Constructor and Description |
|---|
VariableContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindToCurrentFrame(IVariable var) |
boolean |
isAlreadyDeclared(String varName) |
IVariable |
lookup(String name) |
void |
popFrame() |
void |
pushFrame() |
Copyright © 2006-2013. All Rights Reserved.