Uses of Package
antlr.collections.impl
Packages that use antlr.collections.impl
Package
Description
-
Classes in antlr.collections.impl used by antlr
-
Classes in antlr.collections.impl used by antlr.actions.cpp
-
Classes in antlr.collections.impl used by antlr.actions.csharp
-
Classes in antlr.collections.impl used by antlr.actions.java
-
Classes in antlr.collections.impl used by antlr.actions.python
-
Classes in antlr.collections.impl used by antlr.collections.implClassDescriptionASTArray 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)A BitSet to replace java.util.BitSet.A linked list cell, which contains a ref to the object and next cell.A Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
-
Classes in antlr.collections.impl used by antlr.debug
-
Classes in antlr.collections.impl used by antlr.preprocessorClassDescriptionA BitSet to replace java.util.BitSet.A simple indexed vector: a normal vector except that you must specify a key when adding an element.