NodeWithBlockStmt

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

A node with a body that is a BlockStmt.

Inheritors

Functions

Link copied to clipboard
open fun createBody(): BlockStmt
Link copied to clipboard
abstract fun getBody(): BlockStmt
Link copied to clipboard
abstract fun setBody(block: BlockStmt): N