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

Method Method

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

Constructs a new Method. @param name the method's name. @param descriptor the method's descriptor.

(final String name, final String descriptor)

Source from the content-addressed store, hash-verified

71 * @param descriptor the method's descriptor.
72 */
73 public Method(final String name, final String descriptor) {
74 this.name = name;
75 this.descriptor = descriptor;
76 }
77
78 /**
79 * Constructs a new {@link Method}.

Callers

nothing calls this directly

Calls 1

getMethodDescriptorMethod · 0.95

Tested by

no test coverage detected