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.impl
Package antlr.collections.impl
|
Class Summary |
| ASTArray |
ASTArray is a class that allows ANTLR to
generate code that can create and initialize an array
in one expression, like:
(new ASTArray(3)).add(x).add(y).add(z) |
| ASTEnumerator |
|
| BitSet |
A BitSet to replace java.util.BitSet. |
| IndexedVector |
A simple indexed vector: a normal vector except that you must
specify a key when adding an element. |
| IntRange |
|
| LList |
A Linked List Implementation (not thread-safe for simplicity)
(adds to the tail) (has an enumeration) |
| Vector |
|
|