Class TextRange2d

    • Constructor Detail

      • TextRange2d

        public TextRange2d​(int startLine,
                           int startCol,
                           int endLine,
                           int endCol)
    • Method Detail

      • getStartPos

        public TextPos2d getStartPos()
      • toDisplayStringWithColon

        public String toDisplayStringWithColon()
      • getStartLine

        public int getStartLine()
      • getStartColumn

        public int getStartColumn()
      • getEndLine

        public int getEndLine()
      • getEndColumn

        public int getEndColumn()
      • range2d

        public static TextRange2d range2d​(int bline,
                                          int bcol,
                                          int eline,
                                          int ecol)
      • fullLine

        public static TextRange2d fullLine​(int line,
                                           int lineLength)
      • contains

        public boolean contains​(TextRange2d range)
      • contains

        public boolean contains​(TextPos2d pos)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object