Uses of Enum Class
com.google.javascript.jscomp.AbstractCompiler.LifeCycleStage
Packages that use AbstractCompiler.LifeCycleStage
-
Uses of AbstractCompiler.LifeCycleStage in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCompiler.LifeCycleStageModifier and TypeMethodDescriptionAbstractCompiler.getLifeCycleStage()Returns the current life-cycle stage of the AST we're working on.Returns the enum constant of this class with the specified name.static AbstractCompiler.LifeCycleStage[]AbstractCompiler.LifeCycleStage.values()Returns an array containing the constants of this enum class, in the order they are declared.