HasInitializer

Specifies that a certain node has an initializer. It is a special case of ArgumentHolder, in which the initializer is treated as the first (and only) argument.

Functions

Link copied to clipboard
open override fun addArgument(expression: Expression)

Adds the expression to the list of arguments.

Link copied to clipboard
open operator override fun plusAssign(node: Expression)

Adds a Node to the list of "held" nodes.

Properties

Link copied to clipboard
abstract var initializer: Expression?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard