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

Method getClassName

lib/java/lang/StackTraceElement.java:144–146  ·  view source on GitHub ↗

Returns the fully qualified name of the class belonging to this StackTraceElement. @return the fully qualified type name of the class

()

Source from the content-addressed store, hash-verified

142 * @return the fully qualified type name of the class
143 */
144 public String getClassName() {
145 return (declaringClass == null) ? "<unknown class>" : declaringClass;
146 }
147
148 /**
149 * Returns the name of the Java source file containing class belonging to

Callers 2

equalsMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected