public static enum InstructionSet.LDRH extends java.lang.Enum<InstructionSet.LDRH>
Enum Constant and Description |
---|
LDRALH |
LDREQH |
LDRGEH |
LDRGTH |
LDRH |
LDRHIH |
LDRHSH |
LDRLEH |
LDRLOH |
LDRLSH |
LDRLTH |
LDRMIH |
LDRNEH |
LDRPLH |
LDRVCH |
LDRVSH |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.LDRH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDRH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDRH LDRH
public static final InstructionSet.LDRH LDREQH
public static final InstructionSet.LDRH LDRNEH
public static final InstructionSet.LDRH LDRHSH
public static final InstructionSet.LDRH LDRLOH
public static final InstructionSet.LDRH LDRMIH
public static final InstructionSet.LDRH LDRPLH
public static final InstructionSet.LDRH LDRVSH
public static final InstructionSet.LDRH LDRVCH
public static final InstructionSet.LDRH LDRHIH
public static final InstructionSet.LDRH LDRLSH
public static final InstructionSet.LDRH LDRGEH
public static final InstructionSet.LDRH LDRLTH
public static final InstructionSet.LDRH LDRGTH
public static final InstructionSet.LDRH LDRLEH
public static final InstructionSet.LDRH LDRALH
public static InstructionSet.LDRH[] values()
for (InstructionSet.LDRH c : InstructionSet.LDRH.values()) System.out.println(c);
public static InstructionSet.LDRH 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