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