Uses of Package
antlr.collections.impl
-
Packages that use antlr.collections.impl Package Description antlr antlr.actions.cpp antlr.actions.csharp antlr.actions.java antlr.actions.python antlr.collections.impl antlr.debug antlr.preprocessor -
Classes in antlr.collections.impl used by antlr Class Description 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)BitSet A BitSet to replace java.util.BitSet.Vector -
Classes in antlr.collections.impl used by antlr.actions.cpp Class Description BitSet A BitSet to replace java.util.BitSet. -
Classes in antlr.collections.impl used by antlr.actions.csharp Class Description BitSet A BitSet to replace java.util.BitSet. -
Classes in antlr.collections.impl used by antlr.actions.java Class Description BitSet A BitSet to replace java.util.BitSet. -
Classes in antlr.collections.impl used by antlr.actions.python Class Description BitSet A BitSet to replace java.util.BitSet. -
Classes in antlr.collections.impl used by antlr.collections.impl Class Description 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)BitSet A BitSet to replace java.util.BitSet.LLCell A linked list cell, which contains a ref to the object and next cell.LList A Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)Vector VectorEnumerator -
Classes in antlr.collections.impl used by antlr.debug Class Description BitSet A BitSet to replace java.util.BitSet. -
Classes in antlr.collections.impl used by antlr.preprocessor Class Description 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.Vector