| Modifier and Type | Field | 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 | Description |
|---|---|
StackManipStmt(StackExpr[] target,
StackExpr[] source,
int kind) |
Constructor.
|
| Modifier and Type | Method | 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.
|
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic 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