JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.sonar.plugins.java.api
SourceMap
Location
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
file()
startLine()
endLine()
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
()
org.sonar.api.batch.fs.InputFile
file
()
int
startLine
()
Method Details
file
org.sonar.api.batch.fs.InputFile
file
()
startLine
int
startLine
()
endLine
int
endLine
()