public static enum InstructionSet.CLZ extends java.lang.Enum<InstructionSet.CLZ>
Enum Constant and Description |
---|
CLZ |
CLZAL |
CLZEQ |
CLZGE |
CLZGT |
CLZHI |
CLZHS |
CLZLE |
CLZLO |
CLZLS |
CLZLT |
CLZMI |
CLZNE |
CLZPL |
CLZVC |
CLZVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.CLZ |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.CLZ[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.CLZ CLZ
public static final InstructionSet.CLZ CLZEQ
public static final InstructionSet.CLZ CLZNE
public static final InstructionSet.CLZ CLZHS
public static final InstructionSet.CLZ CLZLO
public static final InstructionSet.CLZ CLZMI
public static final InstructionSet.CLZ CLZPL
public static final InstructionSet.CLZ CLZVS
public static final InstructionSet.CLZ CLZVC
public static final InstructionSet.CLZ CLZHI
public static final InstructionSet.CLZ CLZLS
public static final InstructionSet.CLZ CLZGE
public static final InstructionSet.CLZ CLZLT
public static final InstructionSet.CLZ CLZGT
public static final InstructionSet.CLZ CLZLE
public static final InstructionSet.CLZ CLZAL
public static InstructionSet.CLZ[] values()
for (InstructionSet.CLZ c : InstructionSet.CLZ.values()) System.out.println(c);
public static InstructionSet.CLZ 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