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 booleanisValidAndNotEmpty(TextRange range)static TextRangemerge(List<TextRange> ranges)static TextRangerange(int startLine, int startColumn, int endLine, int endColumn)static TextRangerange(int line, int column, String value)
-