Interface SourceMap.Location

  • Enclosing interface:
    SourceMap

    public static interface SourceMap.Location
    • Method Detail

      • file

        org.sonar.api.batch.fs.InputFile file()
      • startLine

        int startLine()
      • endLine

        int endLine()