Package org.sonar.plugins.java.api
Interface SourceMap.Location
-
- Enclosing interface:
- SourceMap
public static interface SourceMap.Location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description int
endLine()
org.sonar.api.batch.fs.InputFile
file()
default Path
inputFile()
Deprecated.usefile()
int
startLine()
-
-
-
Method Detail
-
inputFile
@Deprecated default Path inputFile()
Deprecated.usefile()
-
file
org.sonar.api.batch.fs.InputFile file()
-
startLine
int startLine()
-
endLine
int endLine()
-
-