public static enum InstructionSet.STRBT extends java.lang.Enum<InstructionSet.STRBT>
Enum Constant and Description |
---|
STRALBT |
STRBT |
STREQBT |
STRGEBT |
STRGTBT |
STRHIBT |
STRHSBT |
STRLEBT |
STRLOBT |
STRLSBT |
STRLTBT |
STRMIBT |
STRNEBT |
STRPLBT |
STRVCBT |
STRVSBT |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STRBT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STRBT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STRBT STRBT
public static final InstructionSet.STRBT STREQBT
public static final InstructionSet.STRBT STRNEBT
public static final InstructionSet.STRBT STRHSBT
public static final InstructionSet.STRBT STRLOBT
public static final InstructionSet.STRBT STRMIBT
public static final InstructionSet.STRBT STRPLBT
public static final InstructionSet.STRBT STRVSBT
public static final InstructionSet.STRBT STRVCBT
public static final InstructionSet.STRBT STRHIBT
public static final InstructionSet.STRBT STRLSBT
public static final InstructionSet.STRBT STRGEBT
public static final InstructionSet.STRBT STRLTBT
public static final InstructionSet.STRBT STRGTBT
public static final InstructionSet.STRBT STRLEBT
public static final InstructionSet.STRBT STRALBT
public static InstructionSet.STRBT[] values()
for (InstructionSet.STRBT c : InstructionSet.STRBT.values()) System.out.println(c);
public static InstructionSet.STRBT 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