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
-
Method Details
-
getBody
BlockStmt getBody() -
setBody
-
createBody
-