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()TypedScopeNodeTraversal. getTypedScope()TypedScopeTypeCheck. processForTesting(Node externsRoot, Node jsRoot)Main entry point of this phase for testing code.TypedScopeAbstractScope. typed()TypedScopeTypedScope. typed()Constructors in com.google.javascript.jscomp with parameters of type TypedScope Constructor Description TypeCheck(AbstractCompiler compiler, ReverseAbstractInterpreter reverseInterpreter, JSTypeRegistry typeRegistry, TypedScope topScope, com.google.javascript.jscomp.TypedScopeCreator scopeCreator)
-