antlr.collections |
|
Java Source File Name | Type | Comment |
AST.java | Interface | Minimal AST node interface used by ANTLR AST generation
and tree-walker. |
ASTEnumeration.java | Interface | |
Enumerator.java | Interface | |
List.java | Interface | A simple List interface that describes operations
on a list. |
Stack.java | Interface | A simple stack definition; restrictive in that you cannot
access arbitrary stack elements. |