Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.getClosestHoistScope() |
Scope |
Scope.getParent() |
Scope |
NodeTraversal.getScope()
Gets the current scope.
|
Scope |
Compiler.getTopScope() |
abstract Scope |
AbstractCompiler.getTopScope()
Gets the top scope.
|
Scope |
TypeCheck.processForTesting(Node externsRoot,
Node jsRoot)
Main entry point of this phase for testing code.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NodeTraversal.traverseInnerNode(Node node,
Node parent,
Scope refinedScope)
Traverses an inner node recursively with a refined scope.
|
Constructor and Description |
---|
TypeCheck(AbstractCompiler compiler,
ReverseAbstractInterpreter reverseInterpreter,
JSTypeRegistry typeRegistry,
Scope topScope,
com.google.javascript.jscomp.MemoizedScopeCreator scopeCreator,
CheckLevel reportMissingOverride) |
Copyright © 2009-2015 Google. All Rights Reserved.