The inner tree.
If this is null, this tree replaces the entire node (it will
be included in the regular iteration instead of its host
node). If not, only the given ranges are considered to be
covered by this tree. This is used for trees that are mixed in
a way that isn't strictly hierarchical. Such mounted trees are
only entered by resolveInner
and enter.
The parser used to create this subtree.
Optionalbracketed: booleanIndicates that the nested content is delineated with some kind of bracket token.
ReadonlybracketedIndicates that the nested content is delineated with some kind of bracket token.
ReadonlyoverlayIf this is null, this tree replaces the entire node (it will
be included in the regular iteration instead of its host
node). If not, only the given ranges are considered to be
covered by this tree. This is used for trees that are mixed in
a way that isn't strictly hierarchical. Such mounted trees are
only entered by resolveInner
and enter.
ReadonlyparserThe parser used to create this subtree.
ReadonlytreeThe inner tree.
A mounted tree, which can be stored on a tree node to indicate that parts of its content are represented by another tree.