public class ConformancePassConfig extends PassConfig.PassConfigDelegate
PassConfig.PassConfigDelegateoptions| 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, getWhitespaceOnlyPassespublic ConformancePassConfig(PassConfig delegate)
protected java.util.List<PassFactory> getChecks()
PassConfiggetChecks in class PassConfig.PassConfigDelegateprotected java.util.List<PassFactory> getOptimizations()
PassConfiggetOptimizations in class PassConfig.PassConfigDelegateCopyright © 2009-2020 Google. All Rights Reserved.