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 TypeMethodDescriptionabstract AbstractCompiler.LifeCycleStageAbstractCompiler.getLifeCycleStage()Returns the current life-cycle stage of the AST we're working on.Compiler.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.Methods in com.google.javascript.jscomp with parameters of type AbstractCompiler.LifeCycleStageModifier and TypeMethodDescriptionvoidCompiler.setLifeCycleStage(AbstractCompiler.LifeCycleStage stage) Set the current life-cycle state.