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

Method getName

classpath/java/lang/Class.java:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public String getName() {
78 return getName(vmClass);
79 }
80
81 public static String getName(VMClass c) {
82 if (c.name == null) {

Callers 10

writeObjectMethod · 0.95
serializeArrayMethod · 0.95
serializeObjectMethod · 0.95
toStringMethod · 0.95
getCanonicalNameMethod · 0.95
getSimpleNameMethod · 0.95
getComponentTypeMethod · 0.95
getClassTypeMethod · 0.95
setMethod · 0.95
classDescMethod · 0.95

Calls 4

primitiveClassMethod · 0.95
makeStringMethod · 0.95
replaceMethod · 0.95
getBytesMethod · 0.80

Tested by

no test coverage detected