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