InlineMarkdownContentValue

A sub-AST that contains Markdown nodes. This is usually accepted in 'body' parameters.

Constructors

Link copied to clipboard
constructor(unwrappedValue: InlineMarkdownContent)

Properties

Link copied to clipboard

The wrapped value.

Functions

Link copied to clipboard
open override fun <T> accept(visitor: ExpressionVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Chains two expressions together, which is used in ComposedExpressions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Value<*>.isNone(): Boolean

Whether this value represents a missing/null value, either as a direct NoneValue or as a value wrapping None, NoneValue, or null.