public static enum InstructionSet.STRT extends java.lang.Enum<InstructionSet.STRT>
Enum Constant and Description |
---|
STRALT |
STREQT |
STRGET |
STRGTT |
STRHIT |
STRHST |
STRLET |
STRLOT |
STRLST |
STRLTT |
STRMIT |
STRNET |
STRPLT |
STRT |
STRVCT |
STRVST |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STRT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STRT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STRT STRT
public static final InstructionSet.STRT STREQT
public static final InstructionSet.STRT STRNET
public static final InstructionSet.STRT STRHST
public static final InstructionSet.STRT STRLOT
public static final InstructionSet.STRT STRMIT
public static final InstructionSet.STRT STRPLT
public static final InstructionSet.STRT STRVST
public static final InstructionSet.STRT STRVCT
public static final InstructionSet.STRT STRHIT
public static final InstructionSet.STRT STRLST
public static final InstructionSet.STRT STRGET
public static final InstructionSet.STRT STRLTT
public static final InstructionSet.STRT STRGTT
public static final InstructionSet.STRT STRLET
public static final InstructionSet.STRT STRALT
public static InstructionSet.STRT[] values()
for (InstructionSet.STRT c : InstructionSet.STRT.values()) System.out.println(c);
public static InstructionSet.STRT 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