| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
TypedScope |
TypedScope.getParent() |
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.
|
TypedScope |
AbstractScope.typed() |
TypedScope |
TypedScope.typed() |
| Constructor and Description |
|---|
TypeCheck(AbstractCompiler compiler,
ReverseAbstractInterpreter reverseInterpreter,
JSTypeRegistry typeRegistry,
TypedScope topScope,
com.google.javascript.jscomp.TypedScopeCreator scopeCreator) |
Copyright © 2009-2020 Google. All Rights Reserved.