public static enum InstructionSet.LDRSB extends java.lang.Enum<InstructionSet.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 InstructionSet.LDRSB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDRSB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDRSB LDRSB
public static final InstructionSet.LDRSB LDREQSB
public static final InstructionSet.LDRSB LDRNESB
public static final InstructionSet.LDRSB LDRHSSB
public static final InstructionSet.LDRSB LDRLOSB
public static final InstructionSet.LDRSB LDRMISB
public static final InstructionSet.LDRSB LDRPLSB
public static final InstructionSet.LDRSB LDRVSSB
public static final InstructionSet.LDRSB LDRVCSB
public static final InstructionSet.LDRSB LDRHISB
public static final InstructionSet.LDRSB LDRLSSB
public static final InstructionSet.LDRSB LDRGESB
public static final InstructionSet.LDRSB LDRLTSB
public static final InstructionSet.LDRSB LDRGTSB
public static final InstructionSet.LDRSB LDRLESB
public static final InstructionSet.LDRSB LDRALSB
public static InstructionSet.LDRSB[] values()
for (InstructionSet.LDRSB c : InstructionSet.LDRSB.values()) System.out.println(c);
public static InstructionSet.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