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