InputNode

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

An external input.

Parameters

type

Type of the value to receive.

Constructors

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

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Properties

comment
Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

host
Link copied to clipboard
val host: HostNode
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
type
Link copied to clipboard
val type: ValueTypeNode