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