AtomicExpressionNode

sealed class AtomicExpressionNode : ExpressionNode

An expression that requires no computation to reduce to a value.

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.

sourceLocation
Link copied to clipboard
abstract val sourceLocation: SourceLocation

Inheritors

LiteralNode
Link copied to clipboard
ReadNode
Link copied to clipboard