Interface NodeWithOptionalBlockStmt<N extends Node>
-
- All Known Implementing Classes:
MethodDeclaration
public interface NodeWithOptionalBlockStmt<N extends Node>A node with a body that is a BlockStmt, which is optional.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BlockStmtcreateBody()Optional<BlockStmt>getBody()NremoveBody()NsetBody(BlockStmt block)
-