public static enum Slicer.ControlDependenceOptions extends Enum<Slicer.ControlDependenceOptions>
Enum Constant and Description |
---|
FULL |
NO_EXCEPTIONAL_EDGES |
NONE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static Slicer.ControlDependenceOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Slicer.ControlDependenceOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Slicer.ControlDependenceOptions FULL
public static final Slicer.ControlDependenceOptions NONE
public static final Slicer.ControlDependenceOptions NO_EXCEPTIONAL_EDGES
public static Slicer.ControlDependenceOptions[] values()
for (Slicer.ControlDependenceOptions c : Slicer.ControlDependenceOptions.values()) System.out.println(c);
public static Slicer.ControlDependenceOptions 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 nullpublic final String getName()