Go to the source code of this file.
Namespaces | |
| namespace | Antlr.Runtime.Tree |
Classes | |
| class | Antlr.Runtime.Tree.BaseTree |
| A generic tree implementation with no payload. You must subclass to actually have any user data. ANTLR v3 uses a list of children approach instead of the child-sibling approach in v2. A flat tree (a list) is an empty node whose children represent the list. An empty, but non-null node is called "nil". More... | |
1.5.5