Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve implementation of ParserATNSimulator::getConflictingAlts()
PredictionModeClass::getAlts(configs) yields the same result as PredictionModeClass::getAlts( PredictionModeClass::getConflictingAltSubsets(configs) ) Both return a BitSet with bits set for all alts which occur in configs. Signed-off-by: Andreas Buhr <[email protected]>
- Loading branch information