Interface Diagnostic

    • Method Detail

      • getOffset

        int getOffset()
        Returns the offset of this diagnostic.
        Returns:
        the offset of this diagnostic.
      • getLength

        int getLength()
        Returns the length of this diagnostic.
        Returns:
        the length of this diagnostic.
      • getLineEnd

        int getLineEnd()
        Returns the end line location of the issue within the source. Line 1 is the first line of a document.
        Returns:
        the end line location of the issue.
        Since:
        2.21
      • getColumnEnd

        int getColumnEnd()
        Returns the end column location of the issue within the source. The region does not include the end column character itself. Column 1 is the first column of a line.
        Returns:
        the end column location of the issue.
        Since:
        2.21