SimpleTextNode

interface SimpleTextNode : Node

Common interface for AST nodes that have a simple text representation.

Inheritors

Properties

Link copied to clipboard

Supplemental data for the node.

Link copied to clipboard
abstract val text: String

text representation of the node.