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

Method getInternalName

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

Returns the internal name of the class corresponding to this object or array type. The internal name of a class is its fully qualified name (as returned by Class.getName(), where '.' are replaced by '/'). This method should only be used for an object or array type. @return the internal name of the

()

Source from the content-addressed store, hash-verified

531 * @return the internal name of the class corresponding to this object type.
532 */
533 public String getInternalName() {
534 return valueBuffer.substring(valueBegin, valueEnd);
535 }
536
537 /**
538 * Returns the argument types of methods of this type. This method should only be used for method

Callers 11

emitUnboxedMethod · 0.95
emitMethod · 0.95
addConstantMethod · 0.95
emitStaticsMethod · 0.80
getInternalNamesMethod · 0.80
fieldInsnMethod · 0.80
invokeInsnMethod · 0.80
typeInsnMethod · 0.80
catchExceptionMethod · 0.80
newLocalMethod · 0.80

Calls 2

getNameMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected