Package org.sonar.plugins.java.api
Interface SourceMap
Represents source map between generated Java code and JSP file
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionsourceMapLocationFor
(Tree tree) Return location in JSP file corresponding to the AST node
-
Method Details
-
sourceMapLocationFor
Return location in JSP file corresponding to the AST node- Returns:
- location in JSP file or null
-