Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private class |
InlineObjectLiterals.InliningBehavior
Builds up information about nodes in each scope.
|
private class |
InlineVariables.InliningBehavior
Builds up information about nodes in each scope.
|
private class |
VariableReferenceCheck.ReferenceCheckingBehavior
Behavior that checks variables for redeclaration or early references
just after they go out of scope.
|
Modifier and Type | Field and Description |
---|---|
private ReferenceCollectingCallback.Behavior |
ReferenceCollectingCallback.behavior
Source of behavior at various points in the traversal.
|
(package private) static ReferenceCollectingCallback.Behavior |
ReferenceCollectingCallback.DO_NOTHING_BEHAVIOR |
Constructor and Description |
---|
ReferenceCollectingCallback(AbstractCompiler compiler,
ReferenceCollectingCallback.Behavior behavior)
Constructor initializes block stack.
|
ReferenceCollectingCallback(AbstractCompiler compiler,
ReferenceCollectingCallback.Behavior behavior,
com.google.common.base.Predicate<Var> varFilter)
Constructor only collects references that match the given variable.
|