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