Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
TypedScope |
TypedScope.getParent() |
TypedScope |
TypedVar.getScope() |
abstract TypedScope |
AbstractCompiler.getTopScope()
Gets the top scope.
|
TypedScope |
Compiler.getTopScope() |
TypedScope |
NodeTraversal.getTypedScope() |
TypedScope |
TypeCheck.processForTesting(Node externsRoot,
Node jsRoot)
Main entry point of this phase for testing code.
|
Constructor and Description |
---|
TypeCheck(AbstractCompiler compiler,
ReverseAbstractInterpreter reverseInterpreter,
JSTypeRegistry typeRegistry,
TypedScope topScope,
com.google.javascript.jscomp.MemoizedScopeCreator scopeCreator,
CheckLevel reportMissingOverride) |
Copyright © 2009–2023 Google. All rights reserved.