Interface RegionByLine

  • All Known Implementing Classes:
    RegionByLineImp

    public interface RegionByLine
    Represents a region in a Document with the tuple (beginLine, endLine, beginColumn, endColumn).
    • Method Detail

      • getBeginLine

        int getBeginLine()
      • getEndLine

        int getEndLine()
      • getBeginColumn

        int getBeginColumn()
      • getEndColumn

        int getEndColumn()