Class CustomErrorListener.ParseIssue

    • Method Detail

      • getLine

        public int getLine()
        Obtain line number of the parse issue.
        Returns:
        Line number of the parse issue
      • setLine

        public void setLine​(int line)
      • getCharPositionInLine

        public int getCharPositionInLine()
        Obtain character position of the parse issue.
        Returns:
        Character position of the parse issue
      • setCharPositionInLine

        public void setCharPositionInLine​(int charPositionInLine)
      • getMessage

        public String getMessage()
        Obtain the message describing the parse issue.
        Returns:
        Message describing the parse issue
      • setMessage

        public void setMessage​(String message)
      • getFileName

        public String getFileName()
        Obtain the filename of the script containing the parse issue, if available.
        Returns:
        The filename of the script contain the parse issue (if available)
      • setFileName

        public void setFileName​(String fileName)