public static enum InstructionSetThumb.LDRBT extends java.lang.Enum<InstructionSetThumb.LDRBT>
Enum Constant and Description |
---|
LDRALBT |
LDRBT |
LDREQBT |
LDRGEBT |
LDRGTBT |
LDRHIBT |
LDRHSBT |
LDRLEBT |
LDRLOBT |
LDRLSBT |
LDRLTBT |
LDRMIBT |
LDRNEBT |
LDRPLBT |
LDRVCBT |
LDRVSBT |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.LDRBT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.LDRBT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.LDRBT LDRBT
public static final InstructionSetThumb.LDRBT LDREQBT
public static final InstructionSetThumb.LDRBT LDRNEBT
public static final InstructionSetThumb.LDRBT LDRHSBT
public static final InstructionSetThumb.LDRBT LDRLOBT
public static final InstructionSetThumb.LDRBT LDRMIBT
public static final InstructionSetThumb.LDRBT LDRPLBT
public static final InstructionSetThumb.LDRBT LDRVSBT
public static final InstructionSetThumb.LDRBT LDRVCBT
public static final InstructionSetThumb.LDRBT LDRHIBT
public static final InstructionSetThumb.LDRBT LDRLSBT
public static final InstructionSetThumb.LDRBT LDRGEBT
public static final InstructionSetThumb.LDRBT LDRLTBT
public static final InstructionSetThumb.LDRBT LDRGTBT
public static final InstructionSetThumb.LDRBT LDRLEBT
public static final InstructionSetThumb.LDRBT LDRALBT
public static InstructionSetThumb.LDRBT[] values()
for (InstructionSetThumb.LDRBT c : InstructionSetThumb.LDRBT.values()) System.out.println(c);
public static InstructionSetThumb.LDRBT 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