ObjectReferenceArgumentNode

class ObjectReferenceArgumentNode(variable: ObjectVariableNode, sourceLocation: SourceLocation) : FunctionArgumentNode

Function argument that is an object reference (e.g. &a in the surface syntax).

Constructors

ObjectReferenceArgumentNode
Link copied to clipboard
fun ObjectReferenceArgumentNode(variable: ObjectVariableNode, sourceLocation: SourceLocation)

Functions

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

Properties

comment
Link copied to clipboard
override val comment: String?
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
variable
Link copied to clipboard
val variable: ObjectVariableNode