public static enum InstructionSet.PushSpec extends java.lang.Enum<InstructionSet.PushSpec>
Enum Constant and Description |
---|
A |
D |
F |
I |
II |
III |
IIII |
IIIII |
IIIIII |
IorForS |
L |
LorD |
N |
NONE |
O |
RA |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
private InstructionSet.TypeSpec[] |
types |
Modifier and Type | Method and Description |
---|---|
int |
getStackAdjust() |
static InstructionSet.PushSpec |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.PushSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstructionSet.PushSpec NONE
public static final InstructionSet.PushSpec UNKNOWN
public static final InstructionSet.PushSpec I
public static final InstructionSet.PushSpec II
public static final InstructionSet.PushSpec III
public static final InstructionSet.PushSpec IIII
public static final InstructionSet.PushSpec IIIII
public static final InstructionSet.PushSpec IIIIII
public static final InstructionSet.PushSpec L
public static final InstructionSet.PushSpec F
public static final InstructionSet.PushSpec D
public static final InstructionSet.PushSpec O
public static final InstructionSet.PushSpec A
public static final InstructionSet.PushSpec N
public static final InstructionSet.PushSpec IorForS
public static final InstructionSet.PushSpec LorD
public static final InstructionSet.PushSpec RA
private final InstructionSet.TypeSpec[] types
public static InstructionSet.PushSpec[] values()
for (InstructionSet.PushSpec c : InstructionSet.PushSpec.values()) System.out.println(c);
public static InstructionSet.PushSpec 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 nullpublic int getStackAdjust()