KoBodyProvider

An interface representing a Kotlin declaration that provides an information about the body.

Inheritors

Properties

Link copied to clipboard
abstract val hasBlockBody: Boolean

Determines whatever declaration has block body.

Link copied to clipboard

Determines whatever declaration has expression body.