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