Class TextRanges


  • public class TextRanges
    extends Object
    • Method Detail

      • range

        public static org.sonar.api.batch.fs.TextRange range​(int startLine,
                                                             int startColumn,
                                                             int endLine,
                                                             int endColumn)
      • range

        public static org.sonar.api.batch.fs.TextRange range​(int line,
                                                             int column,
                                                             String value)
      • merge

        public static org.sonar.api.batch.fs.TextRange merge​(List<org.sonar.api.batch.fs.TextRange> ranges)