public static enum InstructionSet.STRH extends java.lang.Enum<InstructionSet.STRH>
Enum Constant and Description |
---|
STRALH |
STREQH |
STRGEH |
STRGTH |
STRH |
STRHIH |
STRHSH |
STRLEH |
STRLOH |
STRLSH |
STRLTH |
STRMIH |
STRNEH |
STRPLH |
STRVCH |
STRVSH |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STRH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STRH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STRH STRH
public static final InstructionSet.STRH STREQH
public static final InstructionSet.STRH STRNEH
public static final InstructionSet.STRH STRHSH
public static final InstructionSet.STRH STRLOH
public static final InstructionSet.STRH STRMIH
public static final InstructionSet.STRH STRPLH
public static final InstructionSet.STRH STRVSH
public static final InstructionSet.STRH STRVCH
public static final InstructionSet.STRH STRHIH
public static final InstructionSet.STRH STRLSH
public static final InstructionSet.STRH STRGEH
public static final InstructionSet.STRH STRLTH
public static final InstructionSet.STRH STRGTH
public static final InstructionSet.STRH STRLEH
public static final InstructionSet.STRH STRALH
public static InstructionSet.STRH[] values()
for (InstructionSet.STRH c : InstructionSet.STRH.values()) System.out.println(c);
public static InstructionSet.STRH 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