public static enum InstructionSetThumb.LDRB extends java.lang.Enum<InstructionSetThumb.LDRB>
Enum Constant and Description |
---|
LDRALB |
LDRB |
LDREQB |
LDRGEB |
LDRGTB |
LDRHIB |
LDRHSB |
LDRLEB |
LDRLOB |
LDRLSB |
LDRLTB |
LDRMIB |
LDRNEB |
LDRPLB |
LDRVCB |
LDRVSB |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.LDRB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.LDRB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.LDRB LDRB
public static final InstructionSetThumb.LDRB LDREQB
public static final InstructionSetThumb.LDRB LDRNEB
public static final InstructionSetThumb.LDRB LDRHSB
public static final InstructionSetThumb.LDRB LDRLOB
public static final InstructionSetThumb.LDRB LDRMIB
public static final InstructionSetThumb.LDRB LDRPLB
public static final InstructionSetThumb.LDRB LDRVSB
public static final InstructionSetThumb.LDRB LDRVCB
public static final InstructionSetThumb.LDRB LDRHIB
public static final InstructionSetThumb.LDRB LDRLSB
public static final InstructionSetThumb.LDRB LDRGEB
public static final InstructionSetThumb.LDRB LDRLTB
public static final InstructionSetThumb.LDRB LDRGTB
public static final InstructionSetThumb.LDRB LDRLEB
public static final InstructionSetThumb.LDRB LDRALB
public static InstructionSetThumb.LDRB[] values()
for (InstructionSetThumb.LDRB c : InstructionSetThumb.LDRB.values()) System.out.println(c);
public static InstructionSetThumb.LDRB 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