Class ContextSensitivityInfo

    • Constructor Detail

      • ContextSensitivityInfo

        public ContextSensitivityInfo​(int decision,
                                      ATNConfigSet configs,
                                      TokenStream input,
                                      int startIndex,
                                      int stopIndex)
        Constructs a new instance of the ContextSensitivityInfo class with the specified detailed context sensitivity information.
        Parameters:
        decision - The decision number
        configs - The final configuration set containing the unique alternative identified by full-context prediction
        input - The input token stream
        startIndex - The start index for the current prediction
        stopIndex - The index at which the context sensitivity was identified during full-context prediction