public static enum InstructionSet.CMN extends java.lang.Enum<InstructionSet.CMN>
Enum Constant and Description |
---|
CMN |
CMNAL |
CMNEQ |
CMNGE |
CMNGT |
CMNHI |
CMNHS |
CMNLE |
CMNLO |
CMNLS |
CMNLT |
CMNMI |
CMNNE |
CMNPL |
CMNVC |
CMNVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.CMN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.CMN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.CMN CMN
public static final InstructionSet.CMN CMNEQ
public static final InstructionSet.CMN CMNNE
public static final InstructionSet.CMN CMNHS
public static final InstructionSet.CMN CMNLO
public static final InstructionSet.CMN CMNMI
public static final InstructionSet.CMN CMNPL
public static final InstructionSet.CMN CMNVS
public static final InstructionSet.CMN CMNVC
public static final InstructionSet.CMN CMNHI
public static final InstructionSet.CMN CMNLS
public static final InstructionSet.CMN CMNGE
public static final InstructionSet.CMN CMNLT
public static final InstructionSet.CMN CMNGT
public static final InstructionSet.CMN CMNLE
public static final InstructionSet.CMN CMNAL
public static InstructionSet.CMN[] values()
for (InstructionSet.CMN c : InstructionSet.CMN.values()) System.out.println(c);
public static InstructionSet.CMN 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