Package antlr.collections.impl

Class Summary

ASTArrayASTArray 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
BitSetA 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
LLCellA linked list cell, which contains a ref to the object and next cell.
LLEnumerationAn enumeration of a LList.
LListA Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
Vector
VectorEnumeration
VectorEnumerator