public static enum AArch64MacroAssembler.AArch64ExceptionCode extends Enum<AArch64MacroAssembler.AArch64ExceptionCode>
| Enum Constant and Description |
|---|
BREAKPOINT |
NO_SWITCH_TARGET |
| Modifier and Type | Field and Description |
|---|---|
int |
encoding |
| Modifier and Type | Method and Description |
|---|---|
static AArch64MacroAssembler.AArch64ExceptionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AArch64MacroAssembler.AArch64ExceptionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AArch64MacroAssembler.AArch64ExceptionCode NO_SWITCH_TARGET
public static final AArch64MacroAssembler.AArch64ExceptionCode BREAKPOINT
public static AArch64MacroAssembler.AArch64ExceptionCode[] values()
public static AArch64MacroAssembler.AArch64ExceptionCode 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