Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
protected PassConfig.State |
DefaultPassConfig.getIntermediateState() |
protected abstract PassConfig.State |
PassConfig.getIntermediateState()
Get intermediate state for a running pass config, so it can
be paused and started again later.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPassConfig.setIntermediateState(PassConfig.State state) |
protected abstract void |
PassConfig.setIntermediateState(PassConfig.State state)
Set the intermediate state for a pass config, to restart
a compilation process that had been previously paused.
|
Copyright © 2009-2014 Google. All Rights Reserved.