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