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

Method getSuperclass

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

Source from the content-addressed store, hash-verified

510 }
511
512 public Class getSuperclass() {
513 return (vmClass.super_ == null ? null : SystemClassLoader.getClass(vmClass.super_));
514 }
515
516 private enum ClassType { GLOBAL, MEMBER, LOCAL, ANONYMOUS }
517

Callers 3

getDeclaringClassMethod · 0.95
isEnumMethod · 0.95
getGenericSuperclassMethod · 0.95

Calls 1

getClassMethod · 0.95

Tested by

no test coverage detected