public static enum WarpScriptExecutor.StackSemantics extends java.lang.Enum<WarpScriptExecutor.StackSemantics>
| Enum Constant and Description |
|---|
NEW |
PERTHREAD |
SYNCHRONIZED |
| Modifier and Type | Method and Description |
|---|---|
static WarpScriptExecutor.StackSemantics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WarpScriptExecutor.StackSemantics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarpScriptExecutor.StackSemantics SYNCHRONIZED
public static final WarpScriptExecutor.StackSemantics PERTHREAD
public static final WarpScriptExecutor.StackSemantics NEW
public static WarpScriptExecutor.StackSemantics[] values()
for (WarpScriptExecutor.StackSemantics c : WarpScriptExecutor.StackSemantics.values()) System.out.println(c);
public static WarpScriptExecutor.StackSemantics valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null