Uses of Class
com.google.javascript.jscomp.Scope
Packages that use Scope
-
Uses of Scope in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ScopeModifier and TypeMethodDescriptionSyntacticScopeCreator.createScope
(Node n, AbstractScope<?, ?> parent) SyntacticScopeCreator.createScope
(Node n, Scope parent) Scope.getParent()
NodeTraversal.getScope()
AbstractScope.untyped()
Scope.untyped()
Methods in com.google.javascript.jscomp with parameters of type ScopeModifier and TypeMethodDescriptioncom.google.javascript.jscomp.ExpressionDecomposer
AbstractCompiler.createExpressionDecomposer
(Supplier<String> uniqueNameIdSupplier, com.google.common.collect.ImmutableSet<String> knownConstantFunctions, Scope scope) SyntacticScopeCreator.createScope
(Node n, Scope parent) static @Nullable NodeUtil.GoogRequire
NodeUtil.getGoogRequireInfo
(String name, Scope scope)