MCPcopy Index your code
hub / github.com/beanshell/beanshell / getType

Method getType

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

Returns the Java type corresponding to the given type descriptor. @param typeDescriptor a type descriptor. @return the Java type corresponding to the given type descriptor.

(final String typeDescriptor)

Source from the content-addressed store, hash-verified

238 */
239
240 public static Type getType (final String typeDescriptor) {
241 return getType(typeDescriptor.toCharArray(), 0);
242 }
243
244 /**
245 * Returns the Java type corresponding to the given class.

Callers 4

generateMethodMethod · 0.95
getArgumentTypesMethod · 0.95
getReturnTypeMethod · 0.95
getElementTypeMethod · 0.95

Calls 2

getDescriptorMethod · 0.95
isPrimitiveMethod · 0.45

Tested by

no test coverage detected