Uses of Class
com.google.javascript.jscomp.SymbolTable.SymbolScope
-
Packages that use SymbolTable.SymbolScope Package Description com.google.javascript.jscomp -
-
Uses of SymbolTable.SymbolScope in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return SymbolTable.SymbolScope Modifier and Type Method Description SymbolTable.SymbolScope
SymbolTable. getEnclosingFunctionScope(Node n)
Gets the scope that contains the given node.SymbolTable.SymbolScope
SymbolTable. getEnclosingScope(Node n)
Gets the scope that contains the given node.SymbolTable.SymbolScope
SymbolTable. getGlobalScope()
Returns the global scope.SymbolTable.SymbolScope
SymbolTable.SymbolScope. getParentScope()
SymbolTable.SymbolScope
SymbolTable.Symbol. getPropertyScope()
SymbolTable.SymbolScope
SymbolTable. getScope(SymbolTable.Symbol slot)
Methods in com.google.javascript.jscomp that return types with arguments of type SymbolTable.SymbolScope Modifier and Type Method Description java.util.Collection<SymbolTable.SymbolScope>
SymbolTable. getAllScopes()
Gets all the scopes in this symbol table.Methods in com.google.javascript.jscomp with parameters of type SymbolTable.SymbolScope Modifier and Type Method Description SymbolTable.Symbol
SymbolTable. getSymbolForScope(SymbolTable.SymbolScope scope)
All local scopes are associated with a function, and some functions are associated with a symbol.
-