public final class DefaultPassConfig extends PassConfig
PassConfig.State| Constructor and Description |
|---|
DefaultPassConfig(CompilerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PassFactory> |
getChecks()
Gets the checking passes to run.
|
protected PassConfig.State |
getIntermediateState()
Get intermediate state for a running pass config, so it can
be paused and started again later.
|
protected List<PassFactory> |
getOptimizations()
Gets the optimization passes to run.
|
protected void |
setIntermediateState(PassConfig.State state)
Set the intermediate state for a pass config, to restart
a compilation process that had been previously paused.
|
public DefaultPassConfig(CompilerOptions options)
protected PassConfig.State getIntermediateState()
PassConfiggetIntermediateState in class PassConfigprotected void setIntermediateState(PassConfig.State state)
PassConfigsetIntermediateState in class PassConfigprotected List<PassFactory> getChecks()
PassConfiggetChecks in class PassConfigprotected List<PassFactory> getOptimizations()
PassConfiggetOptimizations in class PassConfigCopyright © 2009-2015 Google. All Rights Reserved.