| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.atn | |
| org.antlr.v4.runtime.dfa | |
| org.antlr.v4.runtime.misc | |
| org.antlr.v4.runtime.tree | |
| org.antlr.v4.runtime.tree.gui |
| Class and Description |
|---|
| IntegerStack |
| Interval
An immutable inclusive interval a..b
|
| IntervalSet
A set of integers that relies on ranges being common to do
"run-length-encoded" like compression (if you view an IntSet like
a BitSet with runs of 0s and 1s).
|
| NotNull |
| Nullable |
| Pair |
| Class and Description |
|---|
| AbstractEqualityComparator
This abstract base class is provided so performance-critical applications can
use virtual- instead of interface-dispatch when calling comparator methods.
|
Array2DHashSet
Set implementation with closed hashing (open addressing). |
| DoubleKeyMap
Sometimes we need to map a key to a value but key is two pieces of data.
|
| EqualityComparator
This interface provides an abstract concept of object equality independent of
Object.equals(java.lang.Object) (object equality) and the == operator
(reference equality). |
| IntervalSet
A set of integers that relies on ranges being common to do
"run-length-encoded" like compression (if you view an IntSet like
a BitSet with runs of 0s and 1s).
|
| NotNull |
| Nullable |
| Class and Description |
|---|
| NotNull |
| Nullable |
| Class and Description |
|---|
| AbstractEqualityComparator
This abstract base class is provided so performance-critical applications can
use virtual- instead of interface-dispatch when calling comparator methods.
|
| EqualityComparator
This interface provides an abstract concept of object equality independent of
Object.equals(java.lang.Object) (object equality) and the == operator
(reference equality). |
| IntegerList |
| IntegerStack |
| Interval
An immutable inclusive interval a..b
|
| IntervalSet
A set of integers that relies on ranges being common to do
"run-length-encoded" like compression (if you view an IntSet like
a BitSet with runs of 0s and 1s).
|
| IntSet
A generic set of ints.
|
| LogManager.Record |
| NotNull |
| Nullable |
| ObjectEqualityComparator
This default implementation of
EqualityComparator uses object equality
for comparisons by calling Object.hashCode() and Object.equals(java.lang.Object). |
| Pair |
| Class and Description |
|---|
| Interval
An immutable inclusive interval a..b
|
| NotNull |
| Nullable |
| Class and Description |
|---|
| NotNull |
| Nullable |
Copyright © 1992-2013 ANTLR. All Rights Reserved.