public static enum InstructionSetThumb.MCR extends java.lang.Enum<InstructionSetThumb.MCR>
Enum Constant and Description |
---|
MCR |
MCR2 |
MCRAL |
MCREQ |
MCRGE |
MCRGT |
MCRHI |
MCRHS |
MCRLE |
MCRLO |
MCRLS |
MCRLT |
MCRMI |
MCRNE |
MCRPL |
MCRVC |
MCRVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.MCR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.MCR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.MCR MCR
public static final InstructionSetThumb.MCR MCREQ
public static final InstructionSetThumb.MCR MCRNE
public static final InstructionSetThumb.MCR MCRHS
public static final InstructionSetThumb.MCR MCRLO
public static final InstructionSetThumb.MCR MCRMI
public static final InstructionSetThumb.MCR MCRPL
public static final InstructionSetThumb.MCR MCRVS
public static final InstructionSetThumb.MCR MCRVC
public static final InstructionSetThumb.MCR MCRHI
public static final InstructionSetThumb.MCR MCRLS
public static final InstructionSetThumb.MCR MCRGE
public static final InstructionSetThumb.MCR MCRLT
public static final InstructionSetThumb.MCR MCRGT
public static final InstructionSetThumb.MCR MCRLE
public static final InstructionSetThumb.MCR MCRAL
public static final InstructionSetThumb.MCR MCR2
public static InstructionSetThumb.MCR[] values()
for (InstructionSetThumb.MCR c : InstructionSetThumb.MCR.values()) System.out.println(c);
public static InstructionSetThumb.MCR 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