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 Modifier and Type Method Description int
endLine()
Path
inputFile()
int
startLine()
-
-
-
Method Detail
-
inputFile
Path inputFile()
-
startLine
int startLine()
-
endLine
int endLine()
-
-