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

Method getClass

classpath/java/lang/Object.java:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 protected void finalize() throws Throwable { }
29
30 public final Class<? extends Object> getClass() {
31 return avian.SystemClassLoader.getClass(getVMClass(this));
32 }
33
34 private static native avian.VMClass getVMClass(Object o);
35

Callers 15

cloneMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
doTestMethod · 0.45
maybeLogThrownMethod · 0.45
classTypeMethod · 0.45
mainMethod · 0.45
runMethod · 0.45
unsafeCatchMethod · 0.45
toStringMethod · 0.45
getDeclaringClassMethod · 0.45
defineClassMethod · 0.45

Calls 1

getVMClassMethod · 0.95

Tested by 8

mainMethod · 0.36
mainMethod · 0.36
doTestMethod · 0.36
maybeLogThrownMethod · 0.36
classTypeMethod · 0.36
mainMethod · 0.36
runMethod · 0.36
unsafeCatchMethod · 0.36