Uses of Class
com.google.javascript.jscomp.AbstractScope
Packages that use AbstractScope
-
Uses of AbstractScope in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp with type parameters of type AbstractScopeModifier and TypeClassDescriptionclass
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.jscompModifier and TypeClassDescriptionfinal class
Scope contains information about a variable scope in JavaScript.class
TypedScope contains information about variables and their types.Methods in com.google.javascript.jscomp that return AbstractScopeModifier and TypeMethodDescriptionAbstractScope
<?, ?> NodeTraversal.getAbstractScope()
Gets the current scope.@Nullable AbstractScope
<?, ?> NodeTraversal.getClosestContainerScope()
@Nullable AbstractScope
<?, ?> NodeTraversal.getClosestHoistScope()
Methods in com.google.javascript.jscomp with parameters of type AbstractScopeModifier and TypeMethodDescriptionSyntacticScopeCreator.createScope
(Node n, AbstractScope<?, ?> parent)