public static enum InstrumentBranchesPhase.BranchState extends Enum<InstrumentBranchesPhase.BranchState>
| Modifier and Type | Method and Description |
|---|---|
static InstrumentBranchesPhase.BranchState |
from(boolean ifVisited,
boolean elseVisited) |
static InstrumentBranchesPhase.BranchState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentBranchesPhase.BranchState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstrumentBranchesPhase.BranchState NONE
public static final InstrumentBranchesPhase.BranchState IF
public static final InstrumentBranchesPhase.BranchState ELSE
public static final InstrumentBranchesPhase.BranchState BOTH
public static InstrumentBranchesPhase.BranchState[] values()
public static InstrumentBranchesPhase.BranchState 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 static InstrumentBranchesPhase.BranchState from(boolean ifVisited, boolean elseVisited)