public interface NodeWithBody<N extends Node>
| Modifier and Type | Method and Description |
|---|---|
default BlockStmt |
createBlockStatementAsBody() |
Statement |
getBody() |
default boolean |
hasEmptyBody() |
N |
setBody(Statement body) |
Copyright © 2007–2024. All rights reserved.