| Interface | Description |
|---|---|
| BidiIterable<T> |
An iterable that is capable of being iterated in both directions - forwards and backwards.
|
| BidiIterator<T> |
A bidirectional iterator.
|
| BidiTreeIterable<E> |
An iterable over a tree structure that is capable of being iterated
in both directions - forwards and backwards.
|
| BidiTreeIterator<T> |
A
bidirectional tree iterator. |
| ICompositeNode |
A composite node in the parse tree.
|
| ILeafNode |
A leaf node in the parse tree.
|
| INode |
A node in the parse tree.
|
| Class | Description |
|---|---|
| SyntaxErrorMessage |
A syntax error message represents a parsing problem.
|