Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
antlr.collections
Package antlr.collections
|
Interface Summary |
| AST |
Minimal AST node interface used by ANTLR AST generation
and tree-walker. |
| ASTEnumeration |
|
| Enumerator |
|
| List |
A simple List interface that describes operations
on a list. |
| Stack |
A simple stack definition; restrictive in that you cannot
access arbitrary stack elements. |
|