OperatorApplicationNode

class OperatorApplicationNode(operator: Operator, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation) : ExpressionNode

An n-ary operator applied to n arguments.

Constructors

OperatorApplicationNode
Link copied to clipboard
fun OperatorApplicationNode(operator: Operator, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)

Functions

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

Properties

arguments
Link copied to clipboard
val arguments: Arguments<ExpressionNode>
comment
Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

operator
Link copied to clipboard
val operator: Operator
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation