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