Class PredictionMode.AltAndContextMap

java.lang.Object
org.antlr.v4.runtime.misc.FlexibleHashMap<ATNConfig,BitSet>
org.antlr.v4.runtime.atn.PredictionMode.AltAndContextMap
All Implemented Interfaces:
Map<ATNConfig,BitSet>
Enclosing class:
PredictionMode

static class PredictionMode.AltAndContextMap extends FlexibleHashMap<ATNConfig,BitSet>
A Map that uses just the state and the stack context as the key.
  • Constructor Details

    • AltAndContextMap

      public AltAndContextMap()