ExpressionArgumentNode

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

Function argument that is an expression.

Constructors

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

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Properties

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