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

Method getJavaLine

java/org/apache/jasper/compiler/ServletWriter.java:69–71  ·  view source on GitHub ↗

Returns the current Java line number. @return the current line number

()

Source from the content-addressed store, hash-verified

67 * @return the current line number
68 */
69 public int getJavaLine() {
70 return javaLine;
71 }
72
73
74 // -------------------- Formatting --------------------

Callers 6

generatePostambleMethod · 0.95
visitMethod · 0.80
visitMethod · 0.80
generateCustomStartMethod · 0.80
generateCustomDoTagMethod · 0.80
genCommonPostambleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected