gnu.expr
public class NameLookup extends GeneralHashTable
| Constructor Summary | |
|---|---|
| NameLookup(Language language) | |
| Method Summary | |
|---|---|
| Declaration | lookup(Object symbol, int namespace) |
| Declaration | lookup(Object symbol, boolean function) |
| boolean | pop(Declaration decl) |
| void | pop(ScopeExp exp) |
| void | push(Declaration decl) |
| void | push(ScopeExp exp) |