Uses of Class
com.google.javascript.jscomp.TypedScope
-
Packages that use TypedScope Package Description com.google.javascript.jscomp -
-
Uses of TypedScope in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypedScope Modifier and Type Method Description TypedScopeTypedScope. getParent()abstract TypedScopeAbstractCompiler. getTopScope()Gets the top scope.TypedScopeCompiler. getTopScope()@Nullable TypedScopeCompilerInput. getTypedScope()TypedScopeNodeTraversal. getTypedScope()TypedScopeTypeCheck. processForTesting(Node externsRoot, Node jsRoot)Main entry point of this phase for testing code.TypedScopeAbstractScope. typed()TypedScopeTypedScope. typed()Methods in com.google.javascript.jscomp with parameters of type TypedScope Modifier and Type Method Description voidCompilerInput. setTypedScope(@Nullable TypedScope typedScope)Constructors in com.google.javascript.jscomp with parameters of type TypedScope Constructor Description TypeCheck(AbstractCompiler compiler, ReverseAbstractInterpreter reverseInterpreter, JSTypeRegistry typeRegistry, @Nullable TypedScope topScope, @Nullable com.google.javascript.jscomp.TypedScopeCreator scopeCreator)
-