OperatorNode

class OperatorNode(val operator: Operator, val sourceLocation: SourceLocation) : Node

Constructors

Link copied to clipboard
fun OperatorNode(operator: Operator, sourceLocation: SourceLocation)

Functions

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

Properties

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