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

Method getLineNumber

java/org/apache/jasper/compiler/Mark.java:101–103  ·  view source on GitHub ↗

Get the line number. @return the line number

()

Source from the content-addressed store, hash-verified

99 * @return the line number
100 */
101 public int getLineNumber() {
102 return line;
103 }
104
105 /**
106 * Get the column number.

Callers 15

visitMethod · 0.95
doSmapMethod · 0.95
parseTaglibDirectiveMethod · 0.95
generateSettersMethod · 0.95
dispatchMethod · 0.80
createJavacErrorMethod · 0.80
checkUniqueNameMethod · 0.80
postCheckMethod · 0.80
parseMethod · 0.80
startElementMethod · 0.80
processCharsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected