Class ErrorInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorInfo​(int decision, ATNConfigSet configs, TokenStream input, int startIndex, int stopIndex, boolean fullCtx)
      Constructs a new instance of the ErrorInfo class with the specified detailed syntax error information.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorInfo

        public ErrorInfo​(int decision,
                         ATNConfigSet configs,
                         TokenStream input,
                         int startIndex,
                         int stopIndex,
                         boolean fullCtx)
        Constructs a new instance of the ErrorInfo class with the specified detailed syntax error information.
        Parameters:
        decision - The decision number
        configs - The final configuration set reached during prediction prior to reaching the ATNSimulator.ERROR state
        input - The input token stream
        startIndex - The start index for the current prediction
        stopIndex - The index at which the syntax error was identified
        fullCtx - true if the syntax error was identified during LL prediction; otherwise, false if the syntax error was identified during SLL prediction