public class Block extends Object
| Constructor and Description |
|---|
Block(List<BodyStatement> statements,
ReturnStatement ret) |
| Modifier and Type | Method and Description |
|---|---|
ReturnStatement |
returnStatement() |
List<BodyStatement> |
statements() |
Block |
update(List<BodyStatement> statements,
ReturnStatement ret) |
public Block(List<BodyStatement> statements, ReturnStatement ret)
public List<BodyStatement> statements()
public ReturnStatement returnStatement()
public Block update(List<BodyStatement> statements, ReturnStatement ret)
Copyright © 2016–2017. All rights reserved.