AbstractThe abstract base class for all nodes.
AbstractnameThe name of the node.
AbstractcloneClones the code, creating a new deep-copied node.
Converts the node into a tree-like overview of all children.
The number of spaces to indent the output. Defaults to2.
The tree-like overview of all children.
ProtectedAbstractnodeGets the children of the node tree.
The number of spaces to indent the output.
The children of the node tree.
ProtectedAbstractnodeGets the heading of the node tree.
The heading of the node tree.
Gets the textual representation of the node as BBCode.An alias forBaseNode.toString.
AbstracttoConverts the node into a textual representation of the node as BBCode.A node should return the exact same string as the input toParser.parse providedindented isfalse.
The textual representation of the node as BBCode.
Generated usingTypeDoc