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