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
/
NodeWithOptionalBlockStmt
Node
With
Optional
Block
Stmt
@
NullMarked
interface
NodeWithOptionalBlockStmt
<
N
:
Node
?
>
(
source
)
A node with a body that is a BlockStmt.
Inheritors
MethodDeclaration
ConstructorDeclaration
Members
Functions
body
Link copied to clipboard
@
Nullable
abstract
fun
body
(
)
:
@
Nullable
BlockStmt
create
Body
Link copied to clipboard
open
fun
createBody
(
)
:
BlockStmt
get
Body
Link copied to clipboard
abstract
fun
getBody
(
)
:
Optional
<
BlockStmt
>
set
Body
Link copied to clipboard
abstract
fun
setBody
(
@
Nullable
block
:
@
Nullable
BlockStmt
)
:
N