FunctionReturnArgumentNode

sealed class FunctionReturnArgumentNode : FunctionArgumentNode

Out arguments to functions.

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
abstract val sourceLocation: SourceLocation

Inheritors

ObjectDeclarationArgumentNode
Link copied to clipboard
OutParameterArgumentNode
Link copied to clipboard