Interface NodeWithBody<N extends Node>
-
- All Known Implementing Classes:
DoStmt,ForEachStmt,ForStmt,WhileStmt
public interface NodeWithBody<N extends Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BlockStmtcreateBlockStatementAsBody()StatementgetBody()default booleanhasEmptyBody()NsetBody(Statement body)
-