public static enum InstructionSetThumb.MRS extends java.lang.Enum<InstructionSetThumb.MRS>
Enum Constant and Description |
---|
MRS |
MRSAL |
MRSEQ |
MRSGE |
MRSGT |
MRSHI |
MRSHS |
MRSLE |
MRSLO |
MRSLS |
MRSLT |
MRSMI |
MRSNE |
MRSPL |
MRSVC |
MRSVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.MRS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.MRS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.MRS MRS
public static final InstructionSetThumb.MRS MRSEQ
public static final InstructionSetThumb.MRS MRSNE
public static final InstructionSetThumb.MRS MRSHS
public static final InstructionSetThumb.MRS MRSLO
public static final InstructionSetThumb.MRS MRSMI
public static final InstructionSetThumb.MRS MRSPL
public static final InstructionSetThumb.MRS MRSVS
public static final InstructionSetThumb.MRS MRSVC
public static final InstructionSetThumb.MRS MRSHI
public static final InstructionSetThumb.MRS MRSLS
public static final InstructionSetThumb.MRS MRSGE
public static final InstructionSetThumb.MRS MRSLT
public static final InstructionSetThumb.MRS MRSGT
public static final InstructionSetThumb.MRS MRSLE
public static final InstructionSetThumb.MRS MRSAL
public static InstructionSetThumb.MRS[] values()
for (InstructionSetThumb.MRS c : InstructionSetThumb.MRS.values()) System.out.println(c);
public static InstructionSetThumb.MRS 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