public static enum InstructionSet.SBC extends java.lang.Enum<InstructionSet.SBC>
Enum Constant and Description |
---|
SBC |
SBCAL |
SBCALS |
SBCEQ |
SBCEQS |
SBCGE |
SBCGES |
SBCGT |
SBCGTS |
SBCHI |
SBCHIS |
SBCHS |
SBCHSS |
SBCLE |
SBCLES |
SBCLO |
SBCLOS |
SBCLS |
SBCLSS |
SBCLT |
SBCLTS |
SBCMI |
SBCMIS |
SBCNE |
SBCNES |
SBCPL |
SBCPLS |
SBCS |
SBCVC |
SBCVCS |
SBCVS |
SBCVSS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SBC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SBC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SBC SBC
public static final InstructionSet.SBC SBCEQ
public static final InstructionSet.SBC SBCNE
public static final InstructionSet.SBC SBCHS
public static final InstructionSet.SBC SBCLO
public static final InstructionSet.SBC SBCMI
public static final InstructionSet.SBC SBCPL
public static final InstructionSet.SBC SBCVS
public static final InstructionSet.SBC SBCVC
public static final InstructionSet.SBC SBCHI
public static final InstructionSet.SBC SBCLS
public static final InstructionSet.SBC SBCGE
public static final InstructionSet.SBC SBCLT
public static final InstructionSet.SBC SBCGT
public static final InstructionSet.SBC SBCLE
public static final InstructionSet.SBC SBCAL
public static final InstructionSet.SBC SBCEQS
public static final InstructionSet.SBC SBCNES
public static final InstructionSet.SBC SBCHSS
public static final InstructionSet.SBC SBCLOS
public static final InstructionSet.SBC SBCMIS
public static final InstructionSet.SBC SBCPLS
public static final InstructionSet.SBC SBCVSS
public static final InstructionSet.SBC SBCVCS
public static final InstructionSet.SBC SBCHIS
public static final InstructionSet.SBC SBCLSS
public static final InstructionSet.SBC SBCGES
public static final InstructionSet.SBC SBCLTS
public static final InstructionSet.SBC SBCGTS
public static final InstructionSet.SBC SBCLES
public static final InstructionSet.SBC SBCALS
public static final InstructionSet.SBC SBCS
public static InstructionSet.SBC[] values()
for (InstructionSet.SBC c : InstructionSet.SBC.values()) System.out.println(c);
public static InstructionSet.SBC 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