InputNode

class InputNode(val type: ValueTypeNode, val host: HostNode, val sourceLocation: SourceLocation) : ExpressionNode

An external input.

Parameters

type

Type of the value to receive.

Constructors

Link copied to clipboard
fun InputNode(type: ValueTypeNode, host: HostNode, sourceLocation: SourceLocation)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation
Link copied to clipboard