public static enum InstructionSet.shift extends java.lang.Enum<InstructionSet.shift>
Modifier and Type | Method and Description |
---|---|
static InstructionSet.shift |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.shift[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.shift ROR
public static final InstructionSet.shift LSL
public static final InstructionSet.shift LSR
public static final InstructionSet.shift RRX
public static final InstructionSet.shift ASR
public static InstructionSet.shift[] values()
for (InstructionSet.shift c : InstructionSet.shift.values()) System.out.println(c);
public static InstructionSet.shift 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