MCPcopy Index your code
hub / github.com/davidgiven/luje / getLineNumber

Method getLineNumber

lib/java/lang/StackTraceElement.java:166–168  ·  view source on GitHub ↗

Returns the line number in the source for the class belonging to this StackTraceElement. @return the line number, or a negative number if this information is not available.

()

Source from the content-addressed store, hash-verified

164 * available.
165 */
166 public int getLineNumber() {
167 return lineNumber;
168 }
169
170 /**
171 * Returns the name of the method belonging to this {@code

Callers 2

equalsMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected