org.codehaus.janino
public static final class Java.Block extends Java.Statement
The statements that the block defines are executed in sequence.
| Field Summary | |
|---|---|
| List | statements |
| Constructor Summary | |
|---|---|
| Block(Location location) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.BlockStatementVisitor visitor) |
| void | addButDontEncloseStatements(List statements) |
| void | addStatement(Java.BlockStatement statement) |
| void | addStatements(List statements) |
| Java.BlockStatement[] | getStatements() |
| String | toString() |