MCPcopy Index your code
hub / github.com/clojure/clojure / toString

Method toString

src/jvm/clojure/asm/Type.java:902–905  ·  view source on GitHub ↗

Returns a string representation of this type. @return the descriptor of this type.

()

Source from the content-addressed store, hash-verified

900 * @return the descriptor of this type.
901 */
902 @Override
903 public String toString() {
904 return getDescriptor();
905 }
906}

Callers 5

putAbstractTypeMethod · 0.45
getClassNameMethod · 0.45
getDescriptorMethod · 0.45
getMethodDescriptorMethod · 0.45

Calls 1

getDescriptorMethod · 0.95

Tested by

no test coverage detected