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