PlainTextNode

interface PlainTextNode : Node

A Node that contains plain text.

See also

Inheritors

Properties

Link copied to clipboard
abstract val text: String

Functions

Link copied to clipboard
abstract fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard