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