Class TextRange

java.lang.Object
io.codemodder.providers.sonar.api.TextRange

public class TextRange extends Object
Describes where in the source code the issue resides.
  • Constructor Details

    • TextRange

      public TextRange()
  • Method Details

    • getStartLine

      public int getStartLine()
    • getEndLine

      public int getEndLine()
    • getEndOffset

      public int getEndOffset()
    • getStartOffset

      public int getStartOffset()