StringValue

An immutable string Value.

Constructors

Link copied to clipboard
constructor(unwrappedValue: String)

Properties

Link copied to clipboard
open override val unwrappedValue: String

The wrapped value.

Functions

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

Accepts a visitor.

open override fun <O> accept(visitor: OutputValueVisitor<O>): O
Link copied to clipboard
open override fun adapt(): InlineMarkdownContentValue

Adapts the value to another type.

Link copied to clipboard

Chains two expressions together, which is used in ComposedExpressions.

Link copied to clipboard