Uses of Class
com.google.javascript.jscomp.TypedVar
-
Packages that use TypedVar Package Description com.google.javascript.jscomp -
-
Uses of TypedVar in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypedVar Modifier and Type Method Description TypedVarTypedScope. getVar(java.lang.String name)Returns the slot forname, considering shadowing of qualified names.Methods in com.google.javascript.jscomp that return types with arguments of type TypedVar Modifier and Type Method Description java.lang.Iterable<TypedVar>TypedScope. getDeclarativelyUnboundVarsWithoutTypes()Returns the variables in this scope that have been declared with 'var' and not yet declared with a known type.
-