Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
Compiler.IntermediateState |
Compiler.getState()
Returns the current internal state, excluding the input files and modules.
|
Modifier and Type | Method and Description |
---|---|
void |
Compiler.setState(Compiler.IntermediateState state)
Sets the internal state to the capture given.
|
Copyright © 2009-2015 Google. All Rights Reserved.