ParseTreeLeaf

class ParseTreeLeaf(val type: String, val text: String) : ParseTreeElement

Representation of the information contained in a Parse Tree terminal or leaf.

Constructors

Link copied to clipboard
constructor(type: String, text: String)

Functions

Link copied to clipboard
open override fun multiLineString(indentation: String): String
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard