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, getWhitespaceOnlyPasses
public ConformancePassConfig(CompilerOptions options, PassConfig delegate)
protected java.util.List<PassFactory> getChecks()
PassConfig
getChecks
in class PassConfig
protected java.util.List<PassFactory> getOptimizations()
PassConfig
getOptimizations
in class PassConfig
Copyright © 2009-2019 Google. All Rights Reserved.