Used to cache {@link PredictionContext} objects.
Its used for the shared context objects associated with contexts in DFA states. This cache can be used for both lexers and parsers.
Add a context to the cache and return it.
Get the predictionContext from cache.
Contains the cache the predictionContext?
Size of current cache.
See Implementation
Used to cache {@link PredictionContext} objects.
Its used for the shared context objects associated with contexts in DFA states. This cache can be used for both lexers and parsers.