AnonymousFunctionExpression

data class AnonymousFunctionExpression(val function: Node.Declaration.FunctionDeclaration, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression

AST node that represents an anonymous function expression. The node corresponds to KtNamedFunction in expression context.

Constructors

Link copied to clipboard
constructor(function: Node.Declaration.FunctionDeclaration, supplement: NodeSupplement = NodeSupplement())

Properties

Link copied to clipboard
Link copied to clipboard
open override val supplement: NodeSupplement

Supplemental data for the node.