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