static enum SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification extends java.lang.Enum<SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification>
Modifier and Type | Method and Description |
---|---|
static SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification CORRECT
public static final SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification TOO_FAR
public static final SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification INNER
public static SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification[] values()
for (SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification c : SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification.values()) System.out.println(c);
public static SwitchExpressionRewriter.SwitchExpressionTransformer.BreakClassification 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