private static enum SwitchExpressionRewriter.ClassifyType extends java.lang.Enum<SwitchExpressionRewriter.ClassifyType>
Enum Constant and Description |
---|
CHAINED_CONSTRUCTOR |
DEFINITION |
EMPTY_SWITCH |
NONE |
OTHER |
OTHER_CREATION |
SWITCH_EXPRESSION |
Modifier and Type | Method and Description |
---|---|
static SwitchExpressionRewriter.ClassifyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchExpressionRewriter.ClassifyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwitchExpressionRewriter.ClassifyType NONE
public static final SwitchExpressionRewriter.ClassifyType EMPTY_SWITCH
public static final SwitchExpressionRewriter.ClassifyType SWITCH_EXPRESSION
public static final SwitchExpressionRewriter.ClassifyType OTHER_CREATION
public static final SwitchExpressionRewriter.ClassifyType CHAINED_CONSTRUCTOR
public static final SwitchExpressionRewriter.ClassifyType DEFINITION
public static final SwitchExpressionRewriter.ClassifyType OTHER
public static SwitchExpressionRewriter.ClassifyType[] values()
for (SwitchExpressionRewriter.ClassifyType c : SwitchExpressionRewriter.ClassifyType.values()) System.out.println(c);
public static SwitchExpressionRewriter.ClassifyType 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 null