Uses of Class
org.mozilla.javascript.ast.Symbol
Packages that use Symbol
-
Uses of Symbol in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast with type parameters of type SymbolMethods in org.mozilla.javascript.ast that return SymbolModifier and TypeMethodDescriptionLooks up a symbol in this scope.Methods in org.mozilla.javascript.ast that return types with arguments of type SymbolModifier and TypeMethodDescriptionScriptNode.getSymbols()
Scope.getSymbolTable()
Returns the symbol table for this scope.Methods in org.mozilla.javascript.ast with parameters of type SymbolModifier and TypeMethodDescriptionvoid
Enters a symbol into this scope.Method parameters in org.mozilla.javascript.ast with type arguments of type SymbolModifier and TypeMethodDescriptionvoid
ScriptNode.setSymbols
(List<Symbol> symbols) void
Scope.setSymbolTable
(Map<String, Symbol> table) Sets the symbol table for this scope.