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

Method getArgumentTypes

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

Returns the argument types of the method described by this object. @return the argument types of the method described by this object.

()

Source from the content-addressed store, hash-verified

239 * @return the argument types of the method described by this object.
240 */
241 public Type[] getArgumentTypes() {
242 return Type.getArgumentTypes(descriptor);
243 }
244
245 @Override
246 public String toString() {

Callers

nothing calls this directly

Calls 1

getArgumentTypesMethod · 0.95

Tested by

no test coverage detected