OutParameterInitializationNode

class OutParameterInitializationNode(val name: ObjectVariableNode, val rhs: ExpressionNode, val sourceLocation: SourceLocation, val comment: String? = null) : SimpleStatementNode

Initialization for an out parameter.

Constructors

Link copied to clipboard
fun OutParameterInitializationNode(name: ObjectVariableNode, rhs: ExpressionNode, sourceLocation: SourceLocation, comment: String? = null)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
open override val comment: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation