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

Method getType

src/jvm/clojure/asm/Type.java:176–178  ·  view source on GitHub ↗

Returns the Type corresponding to the given type descriptor. @param typeDescriptor a field or method type descriptor. @return the Type corresponding to the given type descriptor.

(final String typeDescriptor)

Source from the content-addressed store, hash-verified

174 * @return the {@link Type} corresponding to the given type descriptor.
175 */
176 public static Type getType(final String typeDescriptor) {
177 return getType(typeDescriptor, 0, typeDescriptor.length());
178 }
179
180 /**
181 * Returns the {@link Type} corresponding to the given internal name.

Callers 15

CompilerClass · 0.95
HostExprClass · 0.95
emitUnboxArgMethod · 0.95
emitUnboxedMethod · 0.95
emitMethod · 0.95
emitAssignMethod · 0.95
emitUnboxedMethod · 0.95
emitMethod · 0.95
emitAssignMethod · 0.95
maybeEmitFIAdapterMethod · 0.95

Calls 5

getDescriptorMethod · 0.95
getMethodDescriptorMethod · 0.95
isPrimitiveMethod · 0.80
lengthMethod · 0.65

Tested by

no test coverage detected