|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.javascript.jscomp.PassConfig
com.google.javascript.jscomp.DefaultPassConfig
public class DefaultPassConfig
Pass factories and meta-data for native JSCompiler passes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.javascript.jscomp.PassConfig |
|---|
PassConfig.State |
| Constructor Summary | |
|---|---|
DefaultPassConfig(CompilerOptions options)
|
|
| Method Summary | |
|---|---|
protected List<PassFactory> |
getChecks()
Gets the checking passes to run. |
protected PassConfig.State |
getIntermediateState()
Get intermediate state for a running pass config, so it can be paused and started again later. |
protected List<PassFactory> |
getOptimizations()
Gets the optimization passes to run. |
protected void |
setIntermediateState(PassConfig.State state)
Set the intermediate state for a pass config, to restart a compilation process that had been previously paused. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPassConfig(CompilerOptions options)
| Method Detail |
|---|
protected PassConfig.State getIntermediateState()
PassConfig
getIntermediateState in class PassConfigprotected void setIntermediateState(PassConfig.State state)
PassConfig
setIntermediateState in class PassConfigprotected List<PassFactory> getChecks()
PassConfig
getChecks in class PassConfigprotected List<PassFactory> getOptimizations()
PassConfig
getOptimizations in class PassConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||