public static enum InstructionSet.LDC extends java.lang.Enum<InstructionSet.LDC>
Enum Constant and Description |
---|
LDC |
LDC2 |
LDCAL |
LDCEQ |
LDCGE |
LDCGT |
LDCHI |
LDCHS |
LDCLE |
LDCLO |
LDCLS |
LDCLT |
LDCMI |
LDCNE |
LDCPL |
LDCVC |
LDCVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.LDC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.LDC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.LDC LDC
public static final InstructionSet.LDC LDCEQ
public static final InstructionSet.LDC LDCNE
public static final InstructionSet.LDC LDCHS
public static final InstructionSet.LDC LDCLO
public static final InstructionSet.LDC LDCMI
public static final InstructionSet.LDC LDCPL
public static final InstructionSet.LDC LDCVS
public static final InstructionSet.LDC LDCVC
public static final InstructionSet.LDC LDCHI
public static final InstructionSet.LDC LDCLS
public static final InstructionSet.LDC LDCGE
public static final InstructionSet.LDC LDCLT
public static final InstructionSet.LDC LDCGT
public static final InstructionSet.LDC LDCLE
public static final InstructionSet.LDC LDCAL
public static final InstructionSet.LDC LDC2
public static InstructionSet.LDC[] values()
for (InstructionSet.LDC c : InstructionSet.LDC.values()) System.out.println(c);
public static InstructionSet.LDC 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