| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Symbol> |
Scope.symbolTable |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Scope.getSymbol(String name)
Looks up a symbol in this scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<Symbol> |
ScriptNode.getSymbols() |
Map<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(List<Symbol> symbols) |
void |
Scope.setSymbolTable(Map<String,Symbol> table)
Sets the symbol table for this scope.
|
Copyright © 2025 HtmlUnit. All rights reserved.