Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clone
Method · 0.95
main
Method · 0.45
main
Method · 0.45
doTest
Method · 0.45
maybeLogThrown
Method · 0.45
classType
Method · 0.45
main
Method · 0.45
run
Method · 0.45
unsafeCatch
Method · 0.45
toString
Method · 0.45
getDeclaringClass
Method · 0.45
defineClass
Method · 0.45
Calls
1
getVMClass
Method · 0.95
Tested by
8
main
Method · 0.36
main
Method · 0.36
doTest
Method · 0.36
maybeLogThrown
Method · 0.36
classType
Method · 0.36
main
Method · 0.36
run
Method · 0.36
unsafeCatch
Method · 0.36