Class TextRanges
- java.lang.Object
-
- org.sonar.iac.common.api.tree.impl.TextRanges
-
public class TextRanges extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.sonar.api.batch.fs.TextRangemerge(List<org.sonar.api.batch.fs.TextRange> ranges)static org.sonar.api.batch.fs.TextRangerange(int startLine, int startColumn, int endLine, int endColumn)static org.sonar.api.batch.fs.TextRangerange(int line, int column, String value)
-
-
-
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)
-
-