DoStmt
, ForeachStmt
, ForStmt
, WhileStmt
public interface NodeWithBody<N extends Node>
Modifier and Type | Method | Description |
---|---|---|
default BlockStmt |
createBlockStatementAsBody() |
|
Statement |
getBody() |
|
N |
setBody(Statement body) |
Copyright © 2007–2019. All rights reserved.