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