OutParameterArgumentNode

class OutParameterArgumentNode(parameter: ObjectVariableNode, sourceLocation: SourceLocation) : FunctionReturnArgumentNode

Out parameter initialized as an out parameter to a function call.

Constructors

OutParameterArgumentNode
Link copied to clipboard
fun OutParameterArgumentNode(parameter: ObjectVariableNode, sourceLocation: SourceLocation)

Functions

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

Properties

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