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