public static enum InstructionSet.TST extends java.lang.Enum<InstructionSet.TST>
Enum Constant and Description |
---|
TST |
TSTAL |
TSTEQ |
TSTGE |
TSTGT |
TSTHI |
TSTHS |
TSTLE |
TSTLO |
TSTLS |
TSTLT |
TSTMI |
TSTNE |
TSTPL |
TSTVC |
TSTVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.TST |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.TST[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.TST TST
public static final InstructionSet.TST TSTEQ
public static final InstructionSet.TST TSTNE
public static final InstructionSet.TST TSTHS
public static final InstructionSet.TST TSTLO
public static final InstructionSet.TST TSTMI
public static final InstructionSet.TST TSTPL
public static final InstructionSet.TST TSTVS
public static final InstructionSet.TST TSTVC
public static final InstructionSet.TST TSTHI
public static final InstructionSet.TST TSTLS
public static final InstructionSet.TST TSTGE
public static final InstructionSet.TST TSTLT
public static final InstructionSet.TST TSTGT
public static final InstructionSet.TST TSTLE
public static final InstructionSet.TST TSTAL
public static InstructionSet.TST[] values()
for (InstructionSet.TST c : InstructionSet.TST.values()) System.out.println(c);
public static InstructionSet.TST 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