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

Method toString

java/org/apache/jasper/compiler/Mark.java:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 @Override
115 public String toString() {
116 return getFile() + "(" + line + "," + col + ")";
117 }
118
119 /**
120 * Get the file name.

Callers

nothing calls this directly

Calls 1

getFileMethod · 0.95

Tested by

no test coverage detected