Uses of Class
jnr.a64asm.PREF_ENUM
-
-
Uses of PREF_ENUM in jnr.a64asm
Methods in jnr.a64asm that return PREF_ENUM Modifier and Type Method Description PREF_ENUM
PrefOp. type()
static PREF_ENUM
PREF_ENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static PREF_ENUM[]
PREF_ENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-