Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
visit
Method · 0.95
doSmap
Method · 0.95
parseTaglibDirective
Method · 0.95
generateSetters
Method · 0.95
generateNonstandardSetLogic
Method · 0.95
dispatch
Method · 0.80
createJavacError
Method · 0.80
checkUniqueName
Method · 0.80
postCheck
Method · 0.80
parse
Method · 0.80
startElement
Method · 0.80
processChars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected