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

Method isInterface

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

Returns true if the owner of the field or method designated by this handle is an interface. @return true if the owner of the field or method designated by this handle is an interface.

()

Source from the content-addressed store, hash-verified

148 * @return true if the owner of the field or method designated by this handle is an interface.
149 */
150 public boolean isInterface() {
151 return isInterface;
152 }
153
154 @Override
155 public boolean equals(final Object object) {

Callers 9

addConstantMethod · 0.95
emitUnboxedMethod · 0.80
emitMethod · 0.80
emitUnboxedMethod · 0.80
emitMethod · 0.80
buildMethod · 0.80
getMethodsMethod · 0.80
getCommonSuperClassMethod · 0.80
addBootstrapMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected