public static enum InstructionSet.LDR extends java.lang.Enum<InstructionSet.LDR>
Enum Constant and Description |
---|
LDR |
LDRAL |
LDREQ |
LDRGE |
LDRGT |
LDRHI |
LDRHS |
LDRLE |
LDRLO |
LDRLS |
LDRLT |
LDRMI |
LDRNE |
LDRPL |
LDRVC |
LDRVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.LDR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDR LDR
public static final InstructionSet.LDR LDREQ
public static final InstructionSet.LDR LDRNE
public static final InstructionSet.LDR LDRHS
public static final InstructionSet.LDR LDRLO
public static final InstructionSet.LDR LDRMI
public static final InstructionSet.LDR LDRPL
public static final InstructionSet.LDR LDRVS
public static final InstructionSet.LDR LDRVC
public static final InstructionSet.LDR LDRHI
public static final InstructionSet.LDR LDRLS
public static final InstructionSet.LDR LDRGE
public static final InstructionSet.LDR LDRLT
public static final InstructionSet.LDR LDRGT
public static final InstructionSet.LDR LDRLE
public static final InstructionSet.LDR LDRAL
public static InstructionSet.LDR[] values()
for (InstructionSet.LDR c : InstructionSet.LDR.values()) System.out.println(c);
public static InstructionSet.LDR 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