public 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()
PassConfig
getIntermediateState
in class PassConfig
protected void setIntermediateState(PassConfig.State state)
PassConfig
setIntermediateState
in class PassConfig
protected List<PassFactory> getChecks()
PassConfig
getChecks
in class PassConfig
protected List<PassFactory> getOptimizations()
PassConfig
getOptimizations
in class PassConfig
Copyright © 2009-2015 Google. All Rights Reserved.