Uses of Interface
org.sonar.plugins.java.api.SourceMap.Location
-
Packages that use SourceMap.Location Package Description org.sonar.plugins.java.api -
-
Uses of SourceMap.Location in org.sonar.plugins.java.api
Methods in org.sonar.plugins.java.api that return types with arguments of type SourceMap.Location Modifier and Type Method Description Optional<SourceMap.Location>
SourceMap. sourceMapLocationFor(Tree tree)
Return location in JSP file corresponding to the AST node
-