Uses of Class
com.google.javascript.jscomp.AbstractCompiler.LifeCycleStage
-
Packages that use AbstractCompiler.LifeCycleStage Package Description com.google.javascript.jscomp -
-
Uses of AbstractCompiler.LifeCycleStage in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCompiler.LifeCycleStage Modifier and Type Method Description AbstractCompiler.LifeCycleStageAbstractCompiler. getLifeCycleStage()Returns the current life-cycle stage of the AST we're working on.static AbstractCompiler.LifeCycleStageAbstractCompiler.LifeCycleStage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractCompiler.LifeCycleStage[]AbstractCompiler.LifeCycleStage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-