public static enum InstructionSet.EOR extends java.lang.Enum<InstructionSet.EOR>
Enum Constant and Description |
---|
EOR |
EORAL |
EORALS |
EOREQ |
EOREQS |
EORGE |
EORGES |
EORGT |
EORGTS |
EORHI |
EORHIS |
EORHS |
EORHSS |
EORLE |
EORLES |
EORLO |
EORLOS |
EORLS |
EORLSS |
EORLT |
EORLTS |
EORMI |
EORMIS |
EORNE |
EORNES |
EORPL |
EORPLS |
EORS |
EORVC |
EORVCS |
EORVS |
EORVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.EOR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.EOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.EOR EOR
public static final InstructionSet.EOR EOREQ
public static final InstructionSet.EOR EORNE
public static final InstructionSet.EOR EORHS
public static final InstructionSet.EOR EORLO
public static final InstructionSet.EOR EORMI
public static final InstructionSet.EOR EORPL
public static final InstructionSet.EOR EORVS
public static final InstructionSet.EOR EORVC
public static final InstructionSet.EOR EORHI
public static final InstructionSet.EOR EORLS
public static final InstructionSet.EOR EORGE
public static final InstructionSet.EOR EORLT
public static final InstructionSet.EOR EORGT
public static final InstructionSet.EOR EORLE
public static final InstructionSet.EOR EORAL
public static final InstructionSet.EOR EOREQS
public static final InstructionSet.EOR EORNES
public static final InstructionSet.EOR EORHSS
public static final InstructionSet.EOR EORLOS
public static final InstructionSet.EOR EORMIS
public static final InstructionSet.EOR EORPLS
public static final InstructionSet.EOR EORVSS
public static final InstructionSet.EOR EORVCS
public static final InstructionSet.EOR EORHIS
public static final InstructionSet.EOR EORLSS
public static final InstructionSet.EOR EORGES
public static final InstructionSet.EOR EORLTS
public static final InstructionSet.EOR EORGTS
public static final InstructionSet.EOR EORLES
public static final InstructionSet.EOR EORALS
public static final InstructionSet.EOR EORS
public static InstructionSet.EOR[] values()
for (InstructionSet.EOR c : InstructionSet.EOR.values()) System.out.println(c);
public static InstructionSet.EOR 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