Package org.sonarsource.slang.impl
Class TextRangeImpl
java.lang.Object
org.sonarsource.slang.impl.TextRangeImpl
- All Implemented Interfaces:
TextRange
-
Constructor Summary
ConstructorsConstructorDescriptionTextRangeImpl(int startLine, int startLineOffset, int endLine, int endLineOffset) TextRangeImpl(TextPointer start, TextPointer end) -
Method Summary
-
Constructor Details
-
TextRangeImpl
public TextRangeImpl(int startLine, int startLineOffset, int endLine, int endLineOffset) -
TextRangeImpl
-
-
Method Details