public class IterationStatement extends Statement
Modifier and Type | Field and Description |
---|---|
private NodeChoice |
itStmtF0 |
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
IterationStatement() |
|
IterationStatement(NodeChoice n0) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(GJNoArguVisitor<R> v) |
<R,A> R |
accept(GJVisitor<R,A> v,
A argu) |
<A> void |
accept(GJVoidVisitor<A> v,
A argu) |
void |
accept(Visitor v) |
IterationStatementInfo |
getInfo() |
NodeChoice |
getItStmtF0() |
void |
setItStmtF0(NodeChoice itStmtF0) |
private static final long serialVersionUID
private NodeChoice itStmtF0
public IterationStatement(NodeChoice n0)
protected IterationStatement()
public IterationStatementInfo getInfo()
public <R> R accept(GJNoArguVisitor<R> v)
public <A> void accept(GJVoidVisitor<A> v, A argu)
public NodeChoice getItStmtF0()
public void setItStmtF0(NodeChoice itStmtF0)