public static enum InstructionSet.LDRSH extends java.lang.Enum<InstructionSet.LDRSH>
Enum Constant and Description |
---|
LDRALSH |
LDREQSH |
LDRGESH |
LDRGTSH |
LDRHISH |
LDRHSSH |
LDRLESH |
LDRLOSH |
LDRLSSH |
LDRLTSH |
LDRMISH |
LDRNESH |
LDRPLSH |
LDRSH |
LDRVCSH |
LDRVSSH |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.LDRSH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDRSH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDRSH LDRSH
public static final InstructionSet.LDRSH LDREQSH
public static final InstructionSet.LDRSH LDRNESH
public static final InstructionSet.LDRSH LDRHSSH
public static final InstructionSet.LDRSH LDRLOSH
public static final InstructionSet.LDRSH LDRMISH
public static final InstructionSet.LDRSH LDRPLSH
public static final InstructionSet.LDRSH LDRVSSH
public static final InstructionSet.LDRSH LDRVCSH
public static final InstructionSet.LDRSH LDRHISH
public static final InstructionSet.LDRSH LDRLSSH
public static final InstructionSet.LDRSH LDRGESH
public static final InstructionSet.LDRSH LDRLTSH
public static final InstructionSet.LDRSH LDRGTSH
public static final InstructionSet.LDRSH LDRLESH
public static final InstructionSet.LDRSH LDRALSH
public static InstructionSet.LDRSH[] values()
for (InstructionSet.LDRSH c : InstructionSet.LDRSH.values()) System.out.println(c);
public static InstructionSet.LDRSH 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