public static enum InstructionSetThumb.BL extends java.lang.Enum<InstructionSetThumb.BL>
Enum Constant and Description |
---|
BL |
BLAL |
BLEQ |
BLGE |
BLGT |
BLHI |
BLHS |
BLLE |
BLLO |
BLLS |
BLLT |
BLMI |
BLNE |
BLPL |
BLVC |
BLVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.BL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.BL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.BL BL
public static final InstructionSetThumb.BL BLEQ
public static final InstructionSetThumb.BL BLNE
public static final InstructionSetThumb.BL BLHS
public static final InstructionSetThumb.BL BLLO
public static final InstructionSetThumb.BL BLMI
public static final InstructionSetThumb.BL BLPL
public static final InstructionSetThumb.BL BLVS
public static final InstructionSetThumb.BL BLVC
public static final InstructionSetThumb.BL BLHI
public static final InstructionSetThumb.BL BLLS
public static final InstructionSetThumb.BL BLGE
public static final InstructionSetThumb.BL BLLT
public static final InstructionSetThumb.BL BLGT
public static final InstructionSetThumb.BL BLLE
public static final InstructionSetThumb.BL BLAL
public static InstructionSetThumb.BL[] values()
for (InstructionSetThumb.BL c : InstructionSetThumb.BL.values()) System.out.println(c);
public static InstructionSetThumb.BL 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