Uses of Class
com.google.javascript.jscomp.AbstractScope
-
Packages that use AbstractScope Package Description com.google.javascript.jscomp -
-
Uses of AbstractScope in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp with type parameters of type AbstractScope Modifier and Type Class Description class
AbstractScope<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Scope contains information about a variable scope in JavaScript.class
AbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Used byScope
to store information about variables.Subclasses of AbstractScope in com.google.javascript.jscomp Modifier and Type Class Description class
Scope
Scope contains information about a variable scope in JavaScript.class
TypedScope
TypedScope contains information about variables and their types.Methods in com.google.javascript.jscomp that return AbstractScope Modifier and Type Method Description AbstractScope<?,?>
NodeTraversal. getAbstractScope()
Gets the current scope.AbstractScope<?,?>
NodeTraversal. getClosestContainerScope()
AbstractScope<?,?>
NodeTraversal. getClosestHoistScope()
Methods in com.google.javascript.jscomp with parameters of type AbstractScope Modifier and Type Method Description Scope
SyntacticScopeCreator. createScope(Node n, AbstractScope<?,?> parent)
-