Interface JavaccError

All Known Implementing Classes:
ParseException, TokenMgrException

public interface JavaccError
The common info provided by Javacc errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the last correct input.
    int
    Gets the column number.
    int
    Gets the line number.
  • Method Details

    • getAfter

      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.