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 TypeClassDescriptionclassAbstractScope<S extends AbstractScope<S,V>, V extends AbstractVar<S, V>> Scope contains information about a variable scope in JavaScript.classAbstractVar<S extends AbstractScope<S,V>, V extends AbstractVar<S, V>> Used byScopeto store information about variables.Subclasses of AbstractScope in com.google.javascript.jscompModifier and TypeClassDescriptionfinal classScope contains information about a variable scope in JavaScript.classTypedScope 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)