Interface JavaccError

    • Method Detail

      • getAfter

        java.lang.String getAfter()
        Gets the last correct input.
        Returns:
        the string after which the error occurred
      • getColumn

        int getColumn()
        Gets the column number.
        Returns:
        the column.
      • getLine

        int getLine()
        Gets the line number.
        Returns:
        line number.