static enum AbstractCompiler.LifeCycleStage extends java.lang.Enum<AbstractCompiler.LifeCycleStage>
| Enum Constant and Description |
|---|
NORMALIZED |
NORMALIZED_OBFUSCATED |
RAW |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isNormalized() |
(package private) boolean |
isNormalizedObfuscated() |
(package private) boolean |
isNormalizedUnobfuscated() |
static AbstractCompiler.LifeCycleStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCompiler.LifeCycleStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCompiler.LifeCycleStage RAW
public static final AbstractCompiler.LifeCycleStage NORMALIZED
public static final AbstractCompiler.LifeCycleStage NORMALIZED_OBFUSCATED
public static AbstractCompiler.LifeCycleStage[] values()
for (AbstractCompiler.LifeCycleStage c : AbstractCompiler.LifeCycleStage.values()) System.out.println(c);
public static AbstractCompiler.LifeCycleStage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullboolean isNormalized()
boolean isNormalizedUnobfuscated()
boolean isNormalizedObfuscated()