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