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

Method toString

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

Source from the content-addressed store, hash-verified

56 }
57
58 public String toString() {
59 String res;
60 if (isInterface()) res = "interface ";
61 else if (isAnnotation()) res = "annotation ";
62 else res = "class ";
63 return res + getName();
64 }
65
66 private static byte[] replace(int a, int b, byte[] s, int offset,
67 int length)

Callers

nothing calls this directly

Calls 3

isInterfaceMethod · 0.95
isAnnotationMethod · 0.95
getNameMethod · 0.95

Tested by

no test coverage detected