ExpressionArgumentNode

class ExpressionArgumentNode(val expression: ExpressionNode, val sourceLocation: SourceLocation) : FunctionArgumentNode

Function argument that is an expression.

Constructors

Link copied to clipboard
fun ExpressionArgumentNode(expression: ExpressionNode, sourceLocation: SourceLocation)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
override val comment: String?
Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation