public static enum CallNode.State extends Enum<CallNode.State>
| Enum Constant and Description |
|---|
BailedOut |
Cutoff |
Expanded |
Indirect |
Inlined |
Removed |
| Modifier and Type | Method and Description |
|---|---|
static CallNode.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallNode.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallNode.State Cutoff
public static final CallNode.State Expanded
public static final CallNode.State Inlined
public static final CallNode.State Removed
public static final CallNode.State BailedOut
public static final CallNode.State Indirect
public static CallNode.State[] values()
public static CallNode.State 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