WithFunctionParameters

Common interface for AST nodes that have function parameters.

Inheritors

Properties

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

left parenthesis of the function parameters.

Link copied to clipboard

list of function parameters.

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

right parenthesis of the function parameters.