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 List<PassFactory> |
getWhitespaceOnlyPasses()
Gets additional checking passes that are run always, even in "whitespace only" mode.
|
public DefaultPassConfig(CompilerOptions options)
protected PassConfig.State getIntermediateState()
PassConfig
getIntermediateState
in class PassConfig
protected List<PassFactory> getWhitespaceOnlyPasses()
PassConfig
getWhitespaceOnlyPasses
in class PassConfig
protected List<PassFactory> getChecks()
PassConfig
getChecks
in class PassConfig
protected List<PassFactory> getOptimizations()
PassConfig
getOptimizations
in class PassConfig
Copyright © 2009-2016 Google. All Rights Reserved.