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

Method getEndJavaLine

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

Returns the ending line number in the generated Java code. @return The ending Java line number

()

Source from the content-addressed store, hash-verified

415 * @return The ending Java line number
416 */
417 public int getEndJavaLine() {
418 return endJavaLine;
419 }
420
421 /**
422 * Sets the ending line number in the generated Java code.

Callers 3

doVisitMethod · 0.80
doSmapMethod · 0.80
adjustJavaLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected