OperatorApplicationNode
class OperatorApplicationNode(operator: Operator, arguments: Arguments<AtomicExpressionNode>, sourceLocation: SourceLocation) : PureExpressionNode
Content copied to clipboard
An n-ary operator applied to n arguments.
Constructors
OperatorApplicationNode
Link copied to clipboard
fun OperatorApplicationNode(operator: Operator, arguments: Arguments<AtomicExpressionNode>, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.
Properties
arguments
Link copied to clipboard
children
Link copied to clipboard
sourceLocation
Link copied to clipboard