public static enum InstructionSet.LDRT extends java.lang.Enum<InstructionSet.LDRT>
Enum Constant and Description |
---|
LDRALT |
LDREQT |
LDRGET |
LDRGTT |
LDRHIT |
LDRHST |
LDRLET |
LDRLOT |
LDRLST |
LDRLTT |
LDRMIT |
LDRNET |
LDRPLT |
LDRT |
LDRVCT |
LDRVST |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.LDRT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDRT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDRT LDRT
public static final InstructionSet.LDRT LDREQT
public static final InstructionSet.LDRT LDRNET
public static final InstructionSet.LDRT LDRHST
public static final InstructionSet.LDRT LDRLOT
public static final InstructionSet.LDRT LDRMIT
public static final InstructionSet.LDRT LDRPLT
public static final InstructionSet.LDRT LDRVST
public static final InstructionSet.LDRT LDRVCT
public static final InstructionSet.LDRT LDRHIT
public static final InstructionSet.LDRT LDRLST
public static final InstructionSet.LDRT LDRGET
public static final InstructionSet.LDRT LDRLTT
public static final InstructionSet.LDRT LDRGTT
public static final InstructionSet.LDRT LDRLET
public static final InstructionSet.LDRT LDRALT
public static InstructionSet.LDRT[] values()
for (InstructionSet.LDRT c : InstructionSet.LDRT.values()) System.out.println(c);
public static InstructionSet.LDRT 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