public static enum InstructionSet.TEQ extends java.lang.Enum<InstructionSet.TEQ>
Enum Constant and Description |
---|
TEQ |
TEQAL |
TEQEQ |
TEQGE |
TEQGT |
TEQHI |
TEQHS |
TEQLE |
TEQLO |
TEQLS |
TEQLT |
TEQMI |
TEQNE |
TEQPL |
TEQVC |
TEQVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.TEQ |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.TEQ[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.TEQ TEQ
public static final InstructionSet.TEQ TEQEQ
public static final InstructionSet.TEQ TEQNE
public static final InstructionSet.TEQ TEQHS
public static final InstructionSet.TEQ TEQLO
public static final InstructionSet.TEQ TEQMI
public static final InstructionSet.TEQ TEQPL
public static final InstructionSet.TEQ TEQVS
public static final InstructionSet.TEQ TEQVC
public static final InstructionSet.TEQ TEQHI
public static final InstructionSet.TEQ TEQLS
public static final InstructionSet.TEQ TEQGE
public static final InstructionSet.TEQ TEQLT
public static final InstructionSet.TEQ TEQGT
public static final InstructionSet.TEQ TEQLE
public static final InstructionSet.TEQ TEQAL
public static InstructionSet.TEQ[] values()
for (InstructionSet.TEQ c : InstructionSet.TEQ.values()) System.out.println(c);
public static InstructionSet.TEQ 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