Uses of Class
com.google.javascript.jscomp.TypedVar
Packages that use TypedVar
-
Uses of TypedVar in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypedVarModifier and TypeMethodDescriptionfinal @Nullable TypedVarReturns the slot forname, considering shadowing of qualified names.Methods in com.google.javascript.jscomp that return types with arguments of type TypedVarModifier and TypeMethodDescriptionTypedScope.getDeclarativelyUnboundVarsWithoutTypes()Returns the variables in this scope that have been declared with 'var' and not yet declared with a known type.