|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Symbol | |
|---|---|
| org.mozilla.javascript.ast | |
| Uses of Symbol in org.mozilla.javascript.ast |
|---|
| Fields in org.mozilla.javascript.ast with type parameters of type Symbol | |
|---|---|
protected Map<String,Symbol> |
Scope.symbolTable
|
| Methods in org.mozilla.javascript.ast that return Symbol | |
|---|---|
Symbol |
Scope.getSymbol(String name)
Looks up a symbol in this scope. |
| Methods in org.mozilla.javascript.ast that return types with arguments of type Symbol | |
|---|---|
List<Symbol> |
ScriptNode.getSymbols()
|
Map<String,Symbol> |
Scope.getSymbolTable()
Returns the symbol table for this scope. |
| Methods in org.mozilla.javascript.ast with parameters of type Symbol | |
|---|---|
void |
Scope.putSymbol(Symbol symbol)
Enters a symbol into this scope. |
| Method parameters in org.mozilla.javascript.ast with type arguments of type Symbol | |
|---|---|
void |
ScriptNode.setSymbols(List<Symbol> symbols)
|
void |
Scope.setSymbolTable(Map<String,Symbol> table)
Sets the symbol table for this scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||