|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIfStmtNode.IfThen
public static class IfStmtNode.IfThen
A condition and corresponding sequence of statements corresponding to an if/then or elsif/then clause of an if statement.
Field Summary | |
---|---|
java.util.List<StmtNode> |
body
The sequence of statements following the "then". |
ExprNode |
cond
The condition on the "if" or "elseif". |
Constructor Summary | |
---|---|
IfStmtNode.IfThen(ExprNode cond,
java.util.List<StmtNode> body)
Constructs a new IfThen. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ExprNode cond
public java.util.List<StmtNode> body
Constructor Detail |
---|
public IfStmtNode.IfThen(ExprNode cond, java.util.List<StmtNode> body)
cond
- the condition on the "if" or "elseif"body
- the sequence of statements following the "then"
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |