Uses of Class
com.google.javascript.jscomp.Var
-
Packages that use Var Package Description com.google.javascript.jscomp -
-
Uses of Var in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return Var Modifier and Type Method Description Var
Reference. 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 ReferenceCollection
ReferenceCollectingCallback. getReferences(Var v)
Gets the reference collection for the given variable.ReferenceCollection
ReferenceMap. getReferences(Var var)
Returns references tovar
.Scope
ReferenceCollectingCallback. getScope(Var var)
-