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

Method getBeginJavaLine

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

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

()

Source from the content-addressed store, hash-verified

397 * @return The starting Java line number
398 */
399 public int getBeginJavaLine() {
400 return beginJavaLine;
401 }
402
403 /**
404 * Sets the starting line number in the generated Java code.

Callers 5

createJavacErrorMethod · 0.80
doVisitMethod · 0.80
visitMethod · 0.80
doSmapMethod · 0.80
adjustJavaLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected