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

Method getMethodName

lib/java/lang/StackTraceElement.java:177–179  ·  view source on GitHub ↗

Returns the name of the method belonging to this StackTraceElement. @return the name of the method, or " " if this information is not available.

()

Source from the content-addressed store, hash-verified

175 * is not available.
176 */
177 public String getMethodName() {
178 return (methodName == null) ? "<unknown method>" : methodName;
179 }
180
181 @Override
182 public int hashCode() {

Callers 2

equalsMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected