Class RootCstNodeImpl

A composite CST node contains other nodes, but no directly associated token.

Hierarchy (view full)

Implements

Constructors

Properties

container?: CompositeCstNode

The container node in the CST

content: CstNode[] = ...

The grammar element from which this node was parsed

The root CST node

Accessors