FunctionArgumentNode

sealed class FunctionArgumentNode : Node

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

FunctionReturnArgumentNode
Link copied to clipboard
ExpressionArgumentNode
Link copied to clipboard
ObjectReferenceArgumentNode
Link copied to clipboard