Package org.sonar.plugins.java.api
Interface SourceMap
-
@Beta public interface SourceMap
Represents source map between generated Java code and JSP file
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SourceMap.Location
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<SourceMap.Location>
sourceMapLocationFor(Tree tree)
Return location in JSP file corresponding to the AST node
-
-
-
Method Detail
-
sourceMapLocationFor
Optional<SourceMap.Location> sourceMapLocationFor(Tree tree)
Return location in JSP file corresponding to the AST node- Returns:
- location in JSP file or null
-
-