public static enum LoopBeginNode.LoopType extends Enum<LoopBeginNode.LoopType>
| Enum Constant and Description |
|---|
MAIN_LOOP |
POST_LOOP |
PRE_LOOP |
SIMPLE_LOOP |
| Modifier and Type | Method and Description |
|---|---|
static LoopBeginNode.LoopType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopBeginNode.LoopType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoopBeginNode.LoopType SIMPLE_LOOP
public static final LoopBeginNode.LoopType PRE_LOOP
public static final LoopBeginNode.LoopType MAIN_LOOP
public static final LoopBeginNode.LoopType POST_LOOP
public static LoopBeginNode.LoopType[] values()
public static LoopBeginNode.LoopType 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