public class ConformancePassConfig extends PassConfig.PassConfigDelegate
PassConfig.PassConfigDelegate
options
Constructor and Description |
---|
ConformancePassConfig(PassConfig delegate) |
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.
|
getTranspileOnlyPasses, getWhitespaceOnlyPasses
public ConformancePassConfig(PassConfig delegate)
protected java.util.List<PassFactory> getChecks()
PassConfig
getChecks
in class PassConfig.PassConfigDelegate
protected java.util.List<PassFactory> getOptimizations()
PassConfig
getOptimizations
in class PassConfig.PassConfigDelegate
Copyright © 2009-2020 Google. All Rights Reserved.