children

open override var children: List<Node>

The child nodes and tokens captured by this node's production.

Children include both nested Node instances and internal TokenNode wrappers for captured tokens. This property is set during parsing.