public static enum InstructionSet.STRB extends java.lang.Enum<InstructionSet.STRB>
Enum Constant and Description |
---|
STRALB |
STRB |
STREQB |
STRGEB |
STRGTB |
STRHIB |
STRHSB |
STRLEB |
STRLOB |
STRLSB |
STRLTB |
STRMIB |
STRNEB |
STRPLB |
STRVCB |
STRVSB |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STRB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STRB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STRB STRB
public static final InstructionSet.STRB STREQB
public static final InstructionSet.STRB STRNEB
public static final InstructionSet.STRB STRHSB
public static final InstructionSet.STRB STRLOB
public static final InstructionSet.STRB STRMIB
public static final InstructionSet.STRB STRPLB
public static final InstructionSet.STRB STRVSB
public static final InstructionSet.STRB STRVCB
public static final InstructionSet.STRB STRHIB
public static final InstructionSet.STRB STRLSB
public static final InstructionSet.STRB STRGEB
public static final InstructionSet.STRB STRLTB
public static final InstructionSet.STRB STRGTB
public static final InstructionSet.STRB STRLEB
public static final InstructionSet.STRB STRALB
public static InstructionSet.STRB[] values()
for (InstructionSet.STRB c : InstructionSet.STRB.values()) System.out.println(c);
public static InstructionSet.STRB 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