| Modifier and Type | Field and Description |
|---|---|
static int |
DUP |
static int |
DUP_X1 |
static int |
DUP_X2 |
static int |
DUP2 |
static int |
DUP2_X1 |
static int |
DUP2_X2 |
static int |
SWAP |
| Constructor and Description |
|---|
StackManipStmt(StackExpr[] target,
StackExpr[] source,
int kind)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
DefExpr[] |
defs()
Returns the expressions that may be modified (defined) by this expression
or statement.
|
int |
kind() |
StackExpr[] |
source() |
StackExpr[] |
target() |
void |
visit(TreeVisitor visitor) |
void |
visitForceChildren(TreeVisitor visitor)
Visit the children of this node.
|
cleanupOnlyblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic static final int SWAP
public static final int DUP
public static final int DUP_X1
public static final int DUP_X2
public static final int DUP2
public static final int DUP2_X1
public static final int DUP2_X2
public DefExpr[] defs()
Assignpublic StackExpr[] target()
public StackExpr[] source()
public int kind()
public void visit(TreeVisitor visitor)
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Node