Uses of Class
com.google.javascript.jscomp.Scope
-
Packages that use Scope Package Description com.google.javascript.jscomp -
-
Uses of Scope in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return Scope Modifier and Type Method Description Scope
SyntacticScopeCreator.ScopeFactory. create(Scope parent, Node n)
Scope
SyntacticScopeCreator. createScope(Node n, AbstractScope<?,?> parent)
Scope
NodeTraversal. getScope()
Scope
ReferenceCollectingCallback. getScope(Var var)
Scope
AbstractScope. untyped()
Scope
Scope. untyped()
Methods in com.google.javascript.jscomp with parameters of type Scope Modifier and Type Method Description Scope
SyntacticScopeCreator.ScopeFactory. create(Scope parent, Node n)
static NodeUtil.GoogRequire
NodeUtil. getGoogRequireInfo(java.lang.String name, Scope scope)
-