Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedScope
TypedScope contains information about variables and their types.
|
Modifier and Type | Method and Description |
---|---|
Scope |
NodeTraversal.getClosestHoistScope() |
Scope |
Scope.getClosestHoistScope()
If a var were declared in this scope, return the scope it would be hoisted to.
|
Scope |
TypedScope.getClosestHoistScope() |
Scope |
Scope.getParent() |
Scope |
NodeTraversal.getScope()
Gets the current scope.
|
Scope |
Var.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
NodeTraversal.traverseFunctionOutOfBand(Node node,
Scope scope)
Traverse a function out-of-band of normal traversal.
|
Copyright © 2009-2017 Google. All Rights Reserved.