Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): List<Node>

Builds the tree.

Link copied to clipboard
fun node(node: Node)

Adds a node to the tree.

Link copied to clipboard
operator fun Node.unaryPlus()

Adds this node to the tree. Shorthand for node (DSL syntactic sugar). Usage: +node