public static enum IfNode.NodeColor extends Enum<IfNode.NodeColor>
| Enum Constant and Description |
|---|
CONDITION_USAGE |
FALSE_BRANCH |
MIXED |
NONE |
PHI_MIXED |
TRUE_BRANCH |
| Modifier and Type | Method and Description |
|---|---|
static IfNode.NodeColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfNode.NodeColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfNode.NodeColor NONE
public static final IfNode.NodeColor CONDITION_USAGE
public static final IfNode.NodeColor TRUE_BRANCH
public static final IfNode.NodeColor FALSE_BRANCH
public static final IfNode.NodeColor PHI_MIXED
public static final IfNode.NodeColor MIXED
public static IfNode.NodeColor[] values()
public static IfNode.NodeColor 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