|
Class Summary |
| ASTArray |
Untamed: 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 |
Untamed: |
| BitSet |
Untamed: |
| IndexedVector |
Untamed: A simple indexed vector: a normal vector except that you must
specify a key when adding an element. |
| IntRange |
Untamed: |
| LLCell |
|
| LLEnumeration |
An enumeration of a LList. |
| LList |
Untamed: A Linked List Implementation (not thread-safe for simplicity)
(adds to the tail) (has an enumeration) |
| Vector |
Untamed: |
| VectorEnumeration |
|
| VectorEnumerator |
|