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

Method getName

src/jvm/clojure/asm/commons/Method.java:214–216  ·  view source on GitHub ↗

Returns the name of the method described by this object. @return the name of the method described by this object.

()

Source from the content-addressed store, hash-verified

212 * @return the name of the method described by this object.
213 */
214 public String getName() {
215 return name;
216 }
217
218 /**
219 * Returns the descriptor of the method described by this object.

Callers 1

getMethodsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected