public static enum InstructionSet.STC extends java.lang.Enum<InstructionSet.STC>
Enum Constant and Description |
---|
STC |
STC2 |
STC2L |
STCAL |
STCALL |
STCEQ |
STCEQL |
STCGE |
STCGEL |
STCGT |
STCGTL |
STCHI |
STCHIL |
STCHS |
STCHSL |
STCL |
STCLE |
STCLEL |
STCLO |
STCLOL |
STCLS |
STCLSL |
STCLT |
STCLTL |
STCMI |
STCMIL |
STCNE |
STCNEL |
STCPL |
STCPLL |
STCVC |
STCVCL |
STCVS |
STCVSL |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.STC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.STC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.STC STC
public static final InstructionSet.STC STCEQ
public static final InstructionSet.STC STCNE
public static final InstructionSet.STC STCHS
public static final InstructionSet.STC STCLO
public static final InstructionSet.STC STCMI
public static final InstructionSet.STC STCPL
public static final InstructionSet.STC STCVS
public static final InstructionSet.STC STCVC
public static final InstructionSet.STC STCHI
public static final InstructionSet.STC STCLS
public static final InstructionSet.STC STCGE
public static final InstructionSet.STC STCLT
public static final InstructionSet.STC STCGT
public static final InstructionSet.STC STCLE
public static final InstructionSet.STC STCAL
public static final InstructionSet.STC STCL
public static final InstructionSet.STC STCEQL
public static final InstructionSet.STC STCNEL
public static final InstructionSet.STC STCHSL
public static final InstructionSet.STC STCLOL
public static final InstructionSet.STC STCMIL
public static final InstructionSet.STC STCPLL
public static final InstructionSet.STC STCVSL
public static final InstructionSet.STC STCVCL
public static final InstructionSet.STC STCHIL
public static final InstructionSet.STC STCLSL
public static final InstructionSet.STC STCGEL
public static final InstructionSet.STC STCLTL
public static final InstructionSet.STC STCGTL
public static final InstructionSet.STC STCLEL
public static final InstructionSet.STC STCALL
public static final InstructionSet.STC STC2
public static final InstructionSet.STC STC2L
public static InstructionSet.STC[] values()
for (InstructionSet.STC c : InstructionSet.STC.values()) System.out.println(c);
public static InstructionSet.STC 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