Uses of Class
jnr.a64asm.PREF_ENUM
-
-
Uses of PREF_ENUM in jnr.a64asm
Fields in jnr.a64asm declared as PREF_ENUM Modifier and Type Field Description (package private) PREF_ENUM
PrefOp. type
Methods in jnr.a64asm that return PREF_ENUM Modifier and Type Method Description PREF_ENUM
PrefOp. type()
static PREF_ENUM
PREF_ENUM. valueOf(java.lang.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.Constructors in jnr.a64asm with parameters of type PREF_ENUM Constructor Description PrefOp(long type, PREF_ENUM value)
-