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

Method getOwner

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

Returns the internal name of the class that owns the field or method designated by this handle. @return the internal name of the class that owns the field or method designated by this handle.

()

Source from the content-addressed store, hash-verified

121 * @return the internal name of the class that owns the field or method designated by this handle.
122 */
123 public String getOwner() {
124 return owner;
125 }
126
127 /**
128 * Returns the name of the field or method designated by this handle.

Callers 2

addConstantMethod · 0.95
addBootstrapMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected