Class Comment.Range

    • Field Detail

      • startLine

        public int startLine
      • startChar

        public int startChar
      • endLine

        public int endLine
      • endChar

        public int endChar
    • Constructor Detail

      • Range

        public Range​(int startLine,
                     int startChar,
                     int endLine,
                     int endChar)