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

Method getDesc

src/jvm/clojure/asm/Handle.java:141–143  ·  view source on GitHub ↗

Returns the descriptor of the field or method designated by this handle. @return the descriptor of the field or method designated by this handle.

()

Source from the content-addressed store, hash-verified

139 * @return the descriptor of the field or method designated by this handle.
140 */
141 public String getDesc() {
142 return descriptor;
143 }
144
145 /**
146 * Returns true if the owner of the field or method designated by this handle is an interface.

Callers 2

addConstantMethod · 0.95
addBootstrapMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected