Class TextRange
java.lang.Object
io.codemodder.providers.sonar.api.TextRange
Describes where in the source code the issue resides.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintint
-
Constructor Details
-
TextRange
public TextRange()
-
-
Method Details
-
getStartLine
public int getStartLine() -
getEndLine
public int getEndLine() -
getEndOffset
public int getEndOffset() -
getStartOffset
public int getStartOffset()
-