Uses of Class
org.mozilla.javascript.ast.Symbol
-
Uses of Symbol in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionLooks up a symbol in this scope.Modifier and TypeMethodDescriptionScriptNode.getSymbols()
Scope.getSymbolTable()
Returns the symbol table for this scope.Modifier and TypeMethodDescriptionvoid
Enters a symbol into this scope.Modifier and TypeMethodDescriptionvoid
ScriptNode.setSymbols
(List<Symbol> symbols) void
Scope.setSymbolTable
(Map<String, Symbol> table) Sets the symbol table for this scope.