Uses of Class
com.google.javascript.jscomp.Var
-
Packages that use Var Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of Var in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return Var Modifier and Type Method Description VarReference. getSymbol()Methods in com.google.javascript.jscomp that return types with arguments of type Var Modifier and Type Method Description java.lang.Iterable<Var>ReferenceCollectingCallback. getAllSymbols()Gets the variables that were referenced in this callback.Methods in com.google.javascript.jscomp with parameters of type Var Modifier and Type Method Description ReferenceCollectionReferenceCollectingCallback. getReferences(Var v)Gets the reference collection for the given variable.ReferenceCollectionReferenceMap. getReferences(Var var)Returns references tovar.ScopeReferenceCollectingCallback. getScope(Var var)
-