public static enum InstructionSet.BX extends java.lang.Enum<InstructionSet.BX>
Enum Constant and Description |
---|
BX |
BXAL |
BXEQ |
BXGE |
BXGT |
BXHI |
BXHS |
BXLE |
BXLO |
BXLS |
BXLT |
BXMI |
BXNE |
BXPL |
BXVC |
BXVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.BX |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.BX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.BX BX
public static final InstructionSet.BX BXEQ
public static final InstructionSet.BX BXNE
public static final InstructionSet.BX BXHS
public static final InstructionSet.BX BXLO
public static final InstructionSet.BX BXMI
public static final InstructionSet.BX BXPL
public static final InstructionSet.BX BXVS
public static final InstructionSet.BX BXVC
public static final InstructionSet.BX BXHI
public static final InstructionSet.BX BXLS
public static final InstructionSet.BX BXGE
public static final InstructionSet.BX BXLT
public static final InstructionSet.BX BXGT
public static final InstructionSet.BX BXLE
public static final InstructionSet.BX BXAL
public static InstructionSet.BX[] values()
for (InstructionSet.BX c : InstructionSet.BX.values()) System.out.println(c);
public static InstructionSet.BX 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