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