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

Method getTag

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

Returns the kind of field or method designated by this handle. @return Opcodes#H_GETFIELD, Opcodes#H_GETSTATIC, Opcodes#H_PUTFIELD, Opcodes#H_PUTSTATIC, Opcodes#H_INVOKEVIRTUAL, Opcodes#H_INVOKESTATIC, Opcodes#H_INVOKESPECIAL, {@link

()

Source from the content-addressed store, hash-verified

112 * Opcodes#H_NEWINVOKESPECIAL} or {@link Opcodes#H_INVOKEINTERFACE}.
113 */
114 public int getTag() {
115 return tag;
116 }
117
118 /**
119 * Returns the internal name of the class that owns the field or method designated by this handle.

Callers 2

addConstantMethod · 0.95
addBootstrapMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected