MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getName

Method getName

classpath/java/lang/reflect/Method.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public String getName() {
51 return getName(vmMethod);
52 }
53
54 public static String getName(VMMethod vmMethod) {
55 return Classes.makeString(vmMethod.name, 0, vmMethod.name.length - 1);

Callers 4

countConstructorsMethod · 0.95
getConstructorsMethod · 0.95
logMethod · 0.95

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected