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