Abstract
Abstract
nameThe name of the node.
Abstract
cloneProtected
Abstract
nodeProtected
Abstract
nodeGets the textual representation of the node as BBCode. An alias for BaseNode.toString.
Abstract
toConverts the node into a textual representation of the node as BBCode.
A node should return the exact same string as the input to Parser.parse provided indented
is false
.
The textual representation of the node as BBCode.
Generated using TypeDoc
The abstract base class for all nodes.