public static enum InstructionSet.AND extends java.lang.Enum<InstructionSet.AND>
Enum Constant and Description |
---|
AND |
ANDAL |
ANDALS |
ANDEQ |
ANDEQS |
ANDGE |
ANDGES |
ANDGT |
ANDGTS |
ANDHI |
ANDHIS |
ANDHS |
ANDHSS |
ANDLE |
ANDLES |
ANDLO |
ANDLOS |
ANDLS |
ANDLSS |
ANDLT |
ANDLTS |
ANDMI |
ANDMIS |
ANDNE |
ANDNES |
ANDPL |
ANDPLS |
ANDS |
ANDVC |
ANDVCS |
ANDVS |
ANDVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.AND |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.AND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.AND AND
public static final InstructionSet.AND ANDEQ
public static final InstructionSet.AND ANDNE
public static final InstructionSet.AND ANDHS
public static final InstructionSet.AND ANDLO
public static final InstructionSet.AND ANDMI
public static final InstructionSet.AND ANDPL
public static final InstructionSet.AND ANDVS
public static final InstructionSet.AND ANDVC
public static final InstructionSet.AND ANDHI
public static final InstructionSet.AND ANDLS
public static final InstructionSet.AND ANDGE
public static final InstructionSet.AND ANDLT
public static final InstructionSet.AND ANDGT
public static final InstructionSet.AND ANDLE
public static final InstructionSet.AND ANDAL
public static final InstructionSet.AND ANDEQS
public static final InstructionSet.AND ANDNES
public static final InstructionSet.AND ANDHSS
public static final InstructionSet.AND ANDLOS
public static final InstructionSet.AND ANDMIS
public static final InstructionSet.AND ANDPLS
public static final InstructionSet.AND ANDVSS
public static final InstructionSet.AND ANDVCS
public static final InstructionSet.AND ANDHIS
public static final InstructionSet.AND ANDLSS
public static final InstructionSet.AND ANDGES
public static final InstructionSet.AND ANDLTS
public static final InstructionSet.AND ANDGTS
public static final InstructionSet.AND ANDLES
public static final InstructionSet.AND ANDALS
public static final InstructionSet.AND ANDS
public static InstructionSet.AND[] values()
for (InstructionSet.AND c : InstructionSet.AND.values()) System.out.println(c);
public static InstructionSet.AND 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