kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
antlr
/
com.strumenta.kolasu.antlr.parsing
/
ParseTreeLeaf
Parse
Tree
Leaf
class
ParseTreeLeaf
(
val
type
:
String
,
val
text
:
String
)
:
ParseTreeElement
Representation of the information contained in a Parse Tree terminal or leaf.
Members
Constructors
Parse
Tree
Leaf
Link copied to clipboard
constructor
(
type
:
String
,
text
:
String
)
Functions
multi
Line
String
Link copied to clipboard
open
override
fun
multiLineString
(
indentation
:
String
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
text
Link copied to clipboard
val
text
:
String
type
Link copied to clipboard
val
type
:
String