public class WhileStatement extends BodyStatement
| Constructor and Description |
|---|
WhileStatement(Attributes attr,
Expr condition,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
accept(Transformer tf) |
Block |
block() |
Expr |
condition() |
WhileStatement |
update(Expr condition,
Block block) |
attributes, line, sourceInfopublic WhileStatement(Attributes attr, Expr condition, Block block)
public Expr condition()
public Block block()
public WhileStatement update(Expr condition, Block block)
public BodyStatement accept(Transformer tf)
accept in class BodyStatementCopyright © 2016–2017. All rights reserved.