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