public static enum CFunctionOptions.Transition extends Enum<CFunctionOptions.Transition>
| Enum Constant and Description |
|---|
TO_VM
The thread state is transitioned from Java to VM, and the Java parts of the stack are
made walkable.
|
| Modifier and Type | Method and Description |
|---|---|
static CFunctionOptions.Transition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CFunctionOptions.Transition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CFunctionOptions.Transition TO_VM
public static CFunctionOptions.Transition[] values()
public static CFunctionOptions.Transition 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