public class JsrStmt extends JumpStmt
RetStmt,
Subroutine| Constructor | Description |
|---|---|
JsrStmt(Subroutine sub,
Block follow) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
Block |
follow() |
|
void |
setFollow(Block follow) |
|
Subroutine |
sub() |
|
void |
visit(TreeVisitor visitor) |
|
void |
visitForceChildren(TreeVisitor visitor) |
Visit the children of this node.
|
catchTargets, copyIntoblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic JsrStmt(Subroutine sub, Block follow)
sub - Subroutine that this statement jumps to.follow - Basic Block following the jump statement.public void setFollow(Block follow)
public Block follow()
public Subroutine sub()
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)