public static enum InstructionSet.CMP extends java.lang.Enum<InstructionSet.CMP>
Enum Constant and Description |
---|
CMP |
CMPAL |
CMPEQ |
CMPGE |
CMPGT |
CMPHI |
CMPHS |
CMPLE |
CMPLO |
CMPLS |
CMPLT |
CMPMI |
CMPNE |
CMPPL |
CMPVC |
CMPVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.CMP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.CMP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.CMP CMP
public static final InstructionSet.CMP CMPEQ
public static final InstructionSet.CMP CMPNE
public static final InstructionSet.CMP CMPHS
public static final InstructionSet.CMP CMPLO
public static final InstructionSet.CMP CMPMI
public static final InstructionSet.CMP CMPPL
public static final InstructionSet.CMP CMPVS
public static final InstructionSet.CMP CMPVC
public static final InstructionSet.CMP CMPHI
public static final InstructionSet.CMP CMPLS
public static final InstructionSet.CMP CMPGE
public static final InstructionSet.CMP CMPLT
public static final InstructionSet.CMP CMPGT
public static final InstructionSet.CMP CMPLE
public static final InstructionSet.CMP CMPAL
public static InstructionSet.CMP[] values()
for (InstructionSet.CMP c : InstructionSet.CMP.values()) System.out.println(c);
public static InstructionSet.CMP 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