Create a new RootNode.
The children of the node.
The children of the node.
The name of the node.
Clones the code, creating a new deep-copied node.
Protected
nodeProtected
nodeGets the textual representation of the node as BBCode. An alias for BaseNode.toString.
The textual representation of the BBCode AST. It should return a string equivalent to the input to Parser.parse.
Generated using TypeDoc
A node that represents a list item. It is similar to the root node.