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