public class JsrStmt extends JumpStmt
RetStmt,
Subroutine| Constructor and Description |
|---|
JsrStmt(Subroutine sub,
Block follow)
Constructor.
|
| Modifier and Type | Method and 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, copyIntocleanupOnlyblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic 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)