kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
antlr
/
com.strumenta.kolasu.antlr.parsing
/
ParseTreeNode
Parse
Tree
Node
class
ParseTreeNode
(
val
name
:
String
)
:
ParseTreeElement
Representation of the information contained in a Parse Tree non-terminal or node.
Members
Constructors
Parse
Tree
Node
Link copied to clipboard
constructor
(
name
:
String
)
Functions
child
Link copied to clipboard
fun
child
(
c
:
ParseTreeElement
)
:
ParseTreeNode
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
children
Link copied to clipboard
val
children
:
MutableList
<
ParseTreeElement
>
name
Link copied to clipboard
val
name
:
String