public static enum InstructionSet.SWI extends java.lang.Enum<InstructionSet.SWI>
Enum Constant and Description |
---|
SWI |
SWIAL |
SWIEQ |
SWIGE |
SWIGT |
SWIHI |
SWIHS |
SWILE |
SWILO |
SWILS |
SWILT |
SWIMI |
SWINE |
SWIPL |
SWIVC |
SWIVS |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.SWI |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.SWI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.SWI SWI
public static final InstructionSet.SWI SWIEQ
public static final InstructionSet.SWI SWINE
public static final InstructionSet.SWI SWIHS
public static final InstructionSet.SWI SWILO
public static final InstructionSet.SWI SWIMI
public static final InstructionSet.SWI SWIPL
public static final InstructionSet.SWI SWIVS
public static final InstructionSet.SWI SWIVC
public static final InstructionSet.SWI SWIHI
public static final InstructionSet.SWI SWILS
public static final InstructionSet.SWI SWIGE
public static final InstructionSet.SWI SWILT
public static final InstructionSet.SWI SWIGT
public static final InstructionSet.SWI SWILE
public static final InstructionSet.SWI SWIAL
public static InstructionSet.SWI[] values()
for (InstructionSet.SWI c : InstructionSet.SWI.values()) System.out.println(c);
public static InstructionSet.SWI 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