Class: Tree

Inherits:
Object show all
Defined in:
lib/antlr4/tree/Tree.rb

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.

Direct Known Subclasses

SyntaxTree