public static enum InstructionSet.UMLAL extends java.lang.Enum<InstructionSet.UMLAL>
Enum Constant and Description |
---|
UMLAL |
UMLALAL |
UMLALALS |
UMLALEQ |
UMLALEQS |
UMLALGE |
UMLALGES |
UMLALGT |
UMLALGTS |
UMLALHI |
UMLALHIS |
UMLALHS |
UMLALHSS |
UMLALLE |
UMLALLES |
UMLALLO |
UMLALLOS |
UMLALLS |
UMLALLSS |
UMLALLT |
UMLALLTS |
UMLALMI |
UMLALMIS |
UMLALNE |
UMLALNES |
UMLALPL |
UMLALPLS |
UMLALS |
UMLALVC |
UMLALVCS |
UMLALVS |
UMLALVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.UMLAL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.UMLAL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.UMLAL UMLAL
public static final InstructionSet.UMLAL UMLALEQ
public static final InstructionSet.UMLAL UMLALNE
public static final InstructionSet.UMLAL UMLALHS
public static final InstructionSet.UMLAL UMLALLO
public static final InstructionSet.UMLAL UMLALMI
public static final InstructionSet.UMLAL UMLALPL
public static final InstructionSet.UMLAL UMLALVS
public static final InstructionSet.UMLAL UMLALVC
public static final InstructionSet.UMLAL UMLALHI
public static final InstructionSet.UMLAL UMLALLS
public static final InstructionSet.UMLAL UMLALGE
public static final InstructionSet.UMLAL UMLALLT
public static final InstructionSet.UMLAL UMLALGT
public static final InstructionSet.UMLAL UMLALLE
public static final InstructionSet.UMLAL UMLALAL
public static final InstructionSet.UMLAL UMLALS
public static final InstructionSet.UMLAL UMLALEQS
public static final InstructionSet.UMLAL UMLALNES
public static final InstructionSet.UMLAL UMLALHSS
public static final InstructionSet.UMLAL UMLALLOS
public static final InstructionSet.UMLAL UMLALMIS
public static final InstructionSet.UMLAL UMLALPLS
public static final InstructionSet.UMLAL UMLALVSS
public static final InstructionSet.UMLAL UMLALVCS
public static final InstructionSet.UMLAL UMLALHIS
public static final InstructionSet.UMLAL UMLALLSS
public static final InstructionSet.UMLAL UMLALGES
public static final InstructionSet.UMLAL UMLALLTS
public static final InstructionSet.UMLAL UMLALGTS
public static final InstructionSet.UMLAL UMLALLES
public static final InstructionSet.UMLAL UMLALALS
public static InstructionSet.UMLAL[] values()
for (InstructionSet.UMLAL c : InstructionSet.UMLAL.values()) System.out.println(c);
public static InstructionSet.UMLAL 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