Uses of Class
com.google.javascript.jscomp.TypedScope
Packages that use TypedScope
-
Uses of TypedScope in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return TypedScopeModifier and TypeMethodDescriptionTypedScope.getParent()abstract @Nullable TypedScopeAbstractCompiler.getTopScope()Gets the top scope.@Nullable TypedScopeCompiler.getTopScope()@Nullable TypedScopeCompilerInput.getTypedScope()NodeTraversal.getTypedScope()TypeCheck.processForTesting(Node externsRoot, Node jsRoot) Main entry point of this phase for testing code.AbstractScope.typed()TypedScope.typed()Methods in com.google.javascript.jscomp with parameters of type TypedScopeModifier and TypeMethodDescriptionvoidCompilerInput.setTypedScope(@Nullable TypedScope typedScope) Constructors in com.google.javascript.jscomp with parameters of type TypedScopeModifierConstructorDescriptionTypeCheck(AbstractCompiler compiler, ReverseAbstractInterpreter reverseInterpreter, JSTypeRegistry typeRegistry, @Nullable TypedScope topScope, @Nullable com.google.javascript.jscomp.TypedScopeCreator scopeCreator)