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