protected static enum AbstractSession.ExecType extends Enum<AbstractSession.ExecType>
| Enum Constant and Description |
|---|
CONSTANT |
CONTROL_DEP |
EXEC_START |
OP |
PLACEHOLDER |
SWITCH_L |
SWITCH_R |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSession.ExecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSession.ExecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSession.ExecType OP
public static final AbstractSession.ExecType VARIABLE
public static final AbstractSession.ExecType CONSTANT
public static final AbstractSession.ExecType PLACEHOLDER
public static final AbstractSession.ExecType SWITCH_L
public static final AbstractSession.ExecType SWITCH_R
public static final AbstractSession.ExecType EXEC_START
public static final AbstractSession.ExecType CONTROL_DEP
public static AbstractSession.ExecType[] values()
for (AbstractSession.ExecType c : AbstractSession.ExecType.values()) System.out.println(c);
public static AbstractSession.ExecType 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 nullCopyright © 2021. All rights reserved.