public static enum InstructionSet.STR extends java.lang.Enum<InstructionSet.STR>
Enum Constant and Description |
---|
STR |
STRAL |
STREQ |
STRGE |
STRGT |
STRHI |
STRHS |
STRLE |
STRLO |
STRLS |
STRLT |
STRMI |
STRNE |
STRPL |
STRVC |
STRVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STR STR
public static final InstructionSet.STR STREQ
public static final InstructionSet.STR STRNE
public static final InstructionSet.STR STRHS
public static final InstructionSet.STR STRLO
public static final InstructionSet.STR STRMI
public static final InstructionSet.STR STRPL
public static final InstructionSet.STR STRVS
public static final InstructionSet.STR STRVC
public static final InstructionSet.STR STRHI
public static final InstructionSet.STR STRLS
public static final InstructionSet.STR STRGE
public static final InstructionSet.STR STRLT
public static final InstructionSet.STR STRGT
public static final InstructionSet.STR STRLE
public static final InstructionSet.STR STRAL
public static InstructionSet.STR[] values()
for (InstructionSet.STR c : InstructionSet.STR.values()) System.out.println(c);
public static InstructionSet.STR 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