Modifier and Type | Field and Description |
---|---|
private Stmt |
elseStmt |
private Expr |
ifExpr |
private Stmt |
thenStmt |
Constructor and Description |
---|
SelectStmt(Expr ifExpr,
Stmt thenStmt,
Stmt elseStmt) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TreeVisitor tv) |
Stmt |
getElseStmt() |
Expr |
getIfExpr() |
Stmt |
getThenStmt() |