Interface NodeWithBody<N extends Node>
- All Known Implementing Classes:
DoStmt, ForEachStmt, ForStmt, WhileStmt
public interface NodeWithBody<N extends Node>
-
Method Details
-
getBody
Statement getBody() -
setBody
-
createBlockStatementAsBody
-
hasEmptyBody
-