Interface SourceMap


@Beta public interface SourceMap
Represents source map between generated Java code and JSP file
  • Method Details

    • sourceMapLocationFor

      Optional<SourceMap.Location> sourceMapLocationFor(Tree tree)
      Return location in JSP file corresponding to the AST node
      Returns:
      location in JSP file or null