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 TypeMethodDescriptionvoidEnters a symbol into this scope.Method parameters in org.mozilla.javascript.ast with type arguments of type SymbolModifier and TypeMethodDescriptionvoidScriptNode.setSymbols(List<Symbol> symbols) voidScope.setSymbolTable(Map<String, Symbol> table) Sets the symbol table for this scope.