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