Represents a Node in the Treegen structure.
Constructor for the Node class.
The name of the Node.
The type of the Node.
Private
Get the generated tree.
Must be called after Node.buildTree
Add a child Node to the current Node.
The child Node to add.
Build the tree structure starting from the current Node.
Options for building the tree.
Generate the indentation for the tree structure.
The level of indentation.
The tree indent characters.
The generated indentation.
Print the generated tree structure to the console or a file.
Options for printing the tree.
Generated using TypeDoc
Represents a Node in the Treegen structure.