NodeWithOptionalBlockStmt

@NullMarked
interface NodeWithOptionalBlockStmt<N : Node?>(source)

A node with a body that is a BlockStmt.

Inheritors

Functions

Link copied to clipboard
@Nullable
abstract fun body(): @Nullable BlockStmt
Link copied to clipboard
open fun createBody(): BlockStmt
Link copied to clipboard
abstract fun getBody(): Optional<BlockStmt>
Link copied to clipboard
abstract fun setBody(@Nullable block: @Nullable BlockStmt): N