Interface NodeWithBlockStmt<N extends Node>
-
- All Known Implementing Classes:
CatchClause,CompactConstructorDeclaration,ConstructorDeclaration,InitializerDeclaration,SynchronizedStmt
public interface NodeWithBlockStmt<N extends Node>A node with a body that is a BlockStmt.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BlockStmtcreateBody()BlockStmtgetBody()NsetBody(BlockStmt block)
-