public static enum StructuredGraph.FrameStateVerificationFeature extends Enum<StructuredGraph.FrameStateVerificationFeature>
| Enum Constant and Description |
|---|
LOOP_BEGINS |
LOOP_EXITS |
MERGES |
STATE_SPLITS |
| Modifier and Type | Method and Description |
|---|---|
static StructuredGraph.FrameStateVerificationFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredGraph.FrameStateVerificationFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredGraph.FrameStateVerificationFeature STATE_SPLITS
public static final StructuredGraph.FrameStateVerificationFeature MERGES
public static final StructuredGraph.FrameStateVerificationFeature LOOP_BEGINS
public static final StructuredGraph.FrameStateVerificationFeature LOOP_EXITS
public static StructuredGraph.FrameStateVerificationFeature[] values()
public static StructuredGraph.FrameStateVerificationFeature valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null