Class: Tree
Overview
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.
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.