public final class DefaultPassConfig extends PassConfig
options
Constructor and Description |
---|
DefaultPassConfig(CompilerOptions options) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<PassFactory> |
getChecks()
Gets the checking passes to run.
|
protected java.util.List<PassFactory> |
getOptimizations()
Gets the optimization passes to run.
|
protected java.util.List<PassFactory> |
getTranspileOnlyPasses()
Gets the transpilation passes
|
protected java.util.List<PassFactory> |
getWhitespaceOnlyPasses()
Gets additional checking passes that are run always, even in "whitespace only" mode.
|
public DefaultPassConfig(CompilerOptions options)
protected java.util.List<PassFactory> getTranspileOnlyPasses()
PassConfig
getTranspileOnlyPasses
in class PassConfig
protected java.util.List<PassFactory> getWhitespaceOnlyPasses()
PassConfig
getWhitespaceOnlyPasses
in class PassConfig
protected java.util.List<PassFactory> getChecks()
PassConfig
getChecks
in class PassConfig
protected java.util.List<PassFactory> getOptimizations()
PassConfig
getOptimizations
in class PassConfig
Copyright © 2009-2020 Google. All Rights Reserved.