public static enum InstructionSet.MLA extends java.lang.Enum<InstructionSet.MLA>
Enum Constant and Description |
---|
MLA |
MLAAL |
MLAALS |
MLAEQ |
MLAEQS |
MLAGE |
MLAGES |
MLAGT |
MLAGTS |
MLAHI |
MLAHIS |
MLAHS |
MLAHSS |
MLALE |
MLALES |
MLALO |
MLALOS |
MLALS |
MLALSS |
MLALT |
MLALTS |
MLAMI |
MLAMIS |
MLANE |
MLANES |
MLAPL |
MLAPLS |
MLAS |
MLAVC |
MLAVCS |
MLAVS |
MLAVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.MLA |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.MLA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.MLA MLA
public static final InstructionSet.MLA MLAEQ
public static final InstructionSet.MLA MLANE
public static final InstructionSet.MLA MLAHS
public static final InstructionSet.MLA MLALO
public static final InstructionSet.MLA MLAMI
public static final InstructionSet.MLA MLAPL
public static final InstructionSet.MLA MLAVS
public static final InstructionSet.MLA MLAVC
public static final InstructionSet.MLA MLAHI
public static final InstructionSet.MLA MLALS
public static final InstructionSet.MLA MLAGE
public static final InstructionSet.MLA MLALT
public static final InstructionSet.MLA MLAGT
public static final InstructionSet.MLA MLALE
public static final InstructionSet.MLA MLAAL
public static final InstructionSet.MLA MLAEQS
public static final InstructionSet.MLA MLANES
public static final InstructionSet.MLA MLAHSS
public static final InstructionSet.MLA MLALOS
public static final InstructionSet.MLA MLAMIS
public static final InstructionSet.MLA MLAPLS
public static final InstructionSet.MLA MLAVSS
public static final InstructionSet.MLA MLAVCS
public static final InstructionSet.MLA MLAHIS
public static final InstructionSet.MLA MLALSS
public static final InstructionSet.MLA MLAGES
public static final InstructionSet.MLA MLALTS
public static final InstructionSet.MLA MLAGTS
public static final InstructionSet.MLA MLALES
public static final InstructionSet.MLA MLAALS
public static final InstructionSet.MLA MLAS
public static InstructionSet.MLA[] values()
for (InstructionSet.MLA c : InstructionSet.MLA.values()) System.out.println(c);
public static InstructionSet.MLA 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