WithValueArguments

Common interface for AST nodes that have value arguments.

Inheritors

Properties

Link copied to clipboard

list of value arguments.

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

left parenthesis of the value arguments if exists, otherwise null.

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

right parenthesis of the value arguments if exists, otherwise null.