public static enum InstructionSet.SWPB extends java.lang.Enum<InstructionSet.SWPB>
Enum Constant and Description |
---|
SWPALB |
SWPB |
SWPEQB |
SWPGEB |
SWPGTB |
SWPHIB |
SWPHSB |
SWPLEB |
SWPLOB |
SWPLSB |
SWPLTB |
SWPMIB |
SWPNEB |
SWPPLB |
SWPVCB |
SWPVSB |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SWPB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SWPB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SWPB SWPB
public static final InstructionSet.SWPB SWPEQB
public static final InstructionSet.SWPB SWPNEB
public static final InstructionSet.SWPB SWPHSB
public static final InstructionSet.SWPB SWPLOB
public static final InstructionSet.SWPB SWPMIB
public static final InstructionSet.SWPB SWPPLB
public static final InstructionSet.SWPB SWPVSB
public static final InstructionSet.SWPB SWPVCB
public static final InstructionSet.SWPB SWPHIB
public static final InstructionSet.SWPB SWPLSB
public static final InstructionSet.SWPB SWPGEB
public static final InstructionSet.SWPB SWPLTB
public static final InstructionSet.SWPB SWPGTB
public static final InstructionSet.SWPB SWPLEB
public static final InstructionSet.SWPB SWPALB
public static InstructionSet.SWPB[] values()
for (InstructionSet.SWPB c : InstructionSet.SWPB.values()) System.out.println(c);
public static InstructionSet.SWPB 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