Package org.sonar.plugins.java.api
Interface SourceMap.Location
- Enclosing interface:
- SourceMap
public static interface SourceMap.Location
-
Method Summary
-
Method Details
-
file
org.sonar.api.batch.fs.InputFile file() -
startLine
int startLine() -
endLine
int endLine()
-