Accessor

Common interface for property accessors. The node corresponds to KtPropertyAccessor.

Inheritors

Properties

Link copied to clipboard

list of annotation sets.

Link copied to clipboard
abstract val body: Node.Expression?
Link copied to clipboard
abstract val lPar: Node.Keyword.LPar?

left parenthesis if exists, otherwise null.

Link copied to clipboard

list of modifiers.

Link copied to clipboard

list of post-modifiers.

Link copied to clipboard
abstract val rPar: Node.Keyword.RPar?

right parenthesis if exists, otherwise null.

Link copied to clipboard

Supplemental data for the node.