public static enum InstructionSetThumb.CPD extends java.lang.Enum<InstructionSetThumb.CPD>
Enum Constant and Description |
---|
CPD |
CPD2 |
CPDAL |
CPDEQ |
CPDGE |
CPDGT |
CPDHI |
CPDHS |
CPDLE |
CPDLO |
CPDLS |
CPDLT |
CPDMI |
CPDNE |
CPDPL |
CPDVC |
CPDVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.CPD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.CPD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.CPD CPD
public static final InstructionSetThumb.CPD CPDEQ
public static final InstructionSetThumb.CPD CPDNE
public static final InstructionSetThumb.CPD CPDHS
public static final InstructionSetThumb.CPD CPDLO
public static final InstructionSetThumb.CPD CPDMI
public static final InstructionSetThumb.CPD CPDPL
public static final InstructionSetThumb.CPD CPDVS
public static final InstructionSetThumb.CPD CPDVC
public static final InstructionSetThumb.CPD CPDHI
public static final InstructionSetThumb.CPD CPDLS
public static final InstructionSetThumb.CPD CPDGE
public static final InstructionSetThumb.CPD CPDLT
public static final InstructionSetThumb.CPD CPDGT
public static final InstructionSetThumb.CPD CPDLE
public static final InstructionSetThumb.CPD CPDAL
public static final InstructionSetThumb.CPD CPD2
public static InstructionSetThumb.CPD[] values()
for (InstructionSetThumb.CPD c : InstructionSetThumb.CPD.values()) System.out.println(c);
public static InstructionSetThumb.CPD 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