antlr.v4.runtime.tree.Tree

Undocumented in source.

Members

Interfaces

Tree
interface Tree

The basic notion of a tree has a parent, a payload, and a list of children. It is the most abstract interface for all the trees used by ANTLR.

Meta