OperatorApplicationNode
class OperatorApplicationNode(val operator: Operator, val arguments: Arguments<ExpressionNode>, val sourceLocation: SourceLocation) : ExpressionNode
An n-ary operator applied to n arguments.
Constructors
Link copied to clipboard
fun OperatorApplicationNode(operator: Operator, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)