ParameterNode

class ParameterNode(val name: ObjectVariableNode, val parameterDirection: ParameterDirection, val objectType: ObjectTypeNode, val protocol: ProtocolNode?, val sourceLocation: SourceLocation, val comment: String? = null) : Node

A parameter to a function declaration.

Constructors

Link copied to clipboard
fun ParameterNode(name: ObjectVariableNode, parameterDirection: ParameterDirection, objectType: ObjectTypeNode, protocol: ProtocolNode?, 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
Link copied to clipboard
open override val sourceLocation: SourceLocation