Uses of Class
org.htmlunit.corejs.javascript.ast.Symbol
-
Packages that use Symbol Package Description org.htmlunit.corejs.javascript.ast -
-
Uses of Symbol in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type Symbol Modifier and Type Field Description private java.util.List<Symbol>ScriptNode. symbolsprotected java.util.Map<java.lang.String,Symbol>Scope. symbolTableMethods in org.htmlunit.corejs.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.htmlunit.corejs.javascript.ast that return types with arguments of type Symbol Modifier and Type Method Description private java.util.Map<java.lang.String,Symbol>Scope. ensureSymbolTable()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.htmlunit.corejs.javascript.ast with parameters of type Symbol Modifier and Type Method Description (package private) voidScriptNode. addSymbol(Symbol symbol)voidScope. putSymbol(Symbol symbol)Enters a symbol into this scope.Method parameters in org.htmlunit.corejs.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.
-