MCPcopy Create free account
hub / github.com/beanshell/beanshell / getDescriptor

Method getDescriptor

src/bsh/org/objectweb/asm/Type.java:477–481  ·  view source on GitHub ↗

Returns the descriptor corresponding to this Java type. @return the descriptor corresponding to this Java type.

()

Source from the content-addressed store, hash-verified

475 */
476
477 public String getDescriptor () {
478 StringBuffer buf = new StringBuffer();
479 getDescriptor(buf);
480 return buf.toString();
481 }
482
483 /**
484 * Returns the descriptor corresponding to the given argument and return

Callers 2

getTypeMethod · 0.95
getMethodDescriptorMethod · 0.95

Calls 4

appendMethod · 0.80
toStringMethod · 0.45
isPrimitiveMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected