public static enum InstructionSet.B extends java.lang.Enum<InstructionSet.B>
Enum Constant and Description |
---|
B |
BAL |
BEQ |
BGE |
BGT |
BHI |
BHS |
BLE |
BLO |
BLS |
BLT |
BMI |
BNE |
BPL |
BVC |
BVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.B |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.B[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.B B
public static final InstructionSet.B BEQ
public static final InstructionSet.B BNE
public static final InstructionSet.B BHS
public static final InstructionSet.B BLO
public static final InstructionSet.B BMI
public static final InstructionSet.B BPL
public static final InstructionSet.B BVS
public static final InstructionSet.B BVC
public static final InstructionSet.B BHI
public static final InstructionSet.B BLS
public static final InstructionSet.B BGE
public static final InstructionSet.B BLT
public static final InstructionSet.B BGT
public static final InstructionSet.B BLE
public static final InstructionSet.B BAL
public static InstructionSet.B[] values()
for (InstructionSet.B c : InstructionSet.B.values()) System.out.println(c);
public static InstructionSet.B 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