jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.nodeTypes
/
NodeWithBlockStmt
Node
With
Block
Stmt
@
NullMarked
interface
NodeWithBlockStmt
<
N
:
Node
?
>
(
source
)
A node with a body that is a BlockStmt.
Inheritors
CatchClause
SynchronizedStmt
CompactConstructorDeclaration
InitializerDeclaration
Members
Functions
create
Body
Link copied to clipboard
open
fun
createBody
(
)
:
BlockStmt
get
Body
Link copied to clipboard
abstract
fun
getBody
(
)
:
BlockStmt
set
Body
Link copied to clipboard
abstract
fun
setBody
(
block
:
BlockStmt
)
:
N