Uses of Class
org.mozilla.javascript.ast.Symbol
-
Packages that use Symbol Package Description org.mozilla.javascript.ast -
-
Uses of Symbol in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast with type parameters of type Symbol Modifier and Type Field Description protected java.util.Map<java.lang.String,Symbol>Scope. symbolTableMethods in org.mozilla.javascript.ast that return Symbol Modifier and Type Method Description SymbolScope. getSymbol(java.lang.String name)Looks up a symbol in this scope.Methods in org.mozilla.javascript.ast that return types with arguments of type Symbol Modifier and Type Method Description java.util.List<Symbol>ScriptNode. getSymbols()java.util.Map<java.lang.String,Symbol>Scope. getSymbolTable()Returns the symbol table for this scope.Methods in org.mozilla.javascript.ast with parameters of type Symbol Modifier and Type Method Description voidScope. putSymbol(Symbol symbol)Enters a symbol into this scope.Method parameters in org.mozilla.javascript.ast with type arguments of type Symbol Modifier and Type Method Description voidScriptNode. setSymbols(java.util.List<Symbol> symbols)voidScope. setSymbolTable(java.util.Map<java.lang.String,Symbol> table)Sets the symbol table for this scope.
-