MCPcopy Index your code
hub / github.com/apache/tomcat / getExtraSmap

Method getExtraSmap

java/org/apache/jasper/compiler/Node.java:2467–2469  ·  view source on GitHub ↗

Returns the extra source-to-Java line mappings for this template text. @return The extra SMAP entries, or null if none

()

Source from the content-addressed store, hash-verified

2465 * @return The extra SMAP entries, or null if none
2466 */
2467 public ArrayList<Integer> getExtraSmap() {
2468 return extraSmap;
2469 }
2470 }
2471
2472 /**

Callers 1

visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected