OutputNode

class OutputNode(message: ExpressionNode, host: HostNode, sourceLocation: SourceLocation, comment: String?) : SimpleStatementNode

An external output.

Constructors

OutputNode
Link copied to clipboard
fun OutputNode(message: ExpressionNode, host: HostNode, sourceLocation: SourceLocation, comment: String? = null)

Functions

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

Properties

comment
Link copied to clipboard
open override val comment: String? = null
host
Link copied to clipboard
val host: HostNode
message
Link copied to clipboard
val message: ExpressionNode
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation