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