public static enum InstructionSetThumb.BLX extends java.lang.Enum<InstructionSetThumb.BLX>
Enum Constant and Description |
---|
BLX |
BLXAL |
BLXEQ |
BLXGE |
BLXGT |
BLXHI |
BLXHS |
BLXLE |
BLXLO |
BLXLS |
BLXLT |
BLXMI |
BLXNE |
BLXPL |
BLXVC |
BLXVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSetThumb.BLX |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSetThumb.BLX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSetThumb.BLX BLX
public static final InstructionSetThumb.BLX BLXEQ
public static final InstructionSetThumb.BLX BLXNE
public static final InstructionSetThumb.BLX BLXHS
public static final InstructionSetThumb.BLX BLXLO
public static final InstructionSetThumb.BLX BLXMI
public static final InstructionSetThumb.BLX BLXPL
public static final InstructionSetThumb.BLX BLXVS
public static final InstructionSetThumb.BLX BLXVC
public static final InstructionSetThumb.BLX BLXHI
public static final InstructionSetThumb.BLX BLXLS
public static final InstructionSetThumb.BLX BLXGE
public static final InstructionSetThumb.BLX BLXLT
public static final InstructionSetThumb.BLX BLXGT
public static final InstructionSetThumb.BLX BLXLE
public static final InstructionSetThumb.BLX BLXAL
public static InstructionSetThumb.BLX[] values()
for (InstructionSetThumb.BLX c : InstructionSetThumb.BLX.values()) System.out.println(c);
public static InstructionSetThumb.BLX 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