| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.ast |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Symbol> |
Scope.symbolTable |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Scope.getSymbol(java.lang.String name)
Looks up a symbol in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Symbol> |
ScriptNode.getSymbols() |
java.util.Map<java.lang.String,Symbol> |
Scope.getSymbolTable()
Returns the symbol table for this scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.putSymbol(Symbol symbol)
Enters a symbol into this scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptNode.setSymbols(java.util.List<Symbol> symbols) |
void |
Scope.setSymbolTable(java.util.Map<java.lang.String,Symbol> table)
Sets the symbol table for this scope.
|