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