public static enum InstructionSetThumb.LDRSB extends java.lang.Enum<InstructionSetThumb.LDRSB>
Enum Constant and Description |
---|
LDRALSB |
LDREQSB |
LDRGESB |
LDRGTSB |
LDRHISB |
LDRHSSB |
LDRLESB |
LDRLOSB |
LDRLSSB |
LDRLTSB |
LDRMISB |
LDRNESB |
LDRPLSB |
LDRSB |
LDRVCSB |
LDRVSSB |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.LDRSB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.LDRSB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.LDRSB LDRSB
public static final InstructionSetThumb.LDRSB LDREQSB
public static final InstructionSetThumb.LDRSB LDRNESB
public static final InstructionSetThumb.LDRSB LDRHSSB
public static final InstructionSetThumb.LDRSB LDRLOSB
public static final InstructionSetThumb.LDRSB LDRMISB
public static final InstructionSetThumb.LDRSB LDRPLSB
public static final InstructionSetThumb.LDRSB LDRVSSB
public static final InstructionSetThumb.LDRSB LDRVCSB
public static final InstructionSetThumb.LDRSB LDRHISB
public static final InstructionSetThumb.LDRSB LDRLSSB
public static final InstructionSetThumb.LDRSB LDRGESB
public static final InstructionSetThumb.LDRSB LDRLTSB
public static final InstructionSetThumb.LDRSB LDRGTSB
public static final InstructionSetThumb.LDRSB LDRLESB
public static final InstructionSetThumb.LDRSB LDRALSB
public static InstructionSetThumb.LDRSB[] values()
for (InstructionSetThumb.LDRSB c : InstructionSetThumb.LDRSB.values()) System.out.println(c);
public static InstructionSetThumb.LDRSB valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null