Class RootNode

The root node that represents the head of the AST. It only stores children.

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

Properties

children: BaseNode[]

The children of the node.

name: string = "RootNode"

The name of the node.

Methods

  • The textual representation of the BBCode AST. It should return a string equivalent to the input to parse.

    Returns string

Generated using TypeDoc