Class PredictionMode.AltAndContextMap

  • All Implemented Interfaces:
    java.util.Map<ATNConfig,​java.util.BitSet>
    Enclosing class:
    PredictionMode

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

      • AltAndContextMap

        public AltAndContextMap()