MCPcopy Create free account
hub / github.com/Firebasky/Java / GetObjectClass

Method GetObjectClass

JNI/jni/jni.h:885–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 }
884
885 jclass GetObjectClass(jobject obj) {
886 return functions->GetObjectClass(this,obj);
887 }
888 jboolean IsInstanceOf(jobject obj, jclass clazz) {
889 return functions->IsInstanceOf(this,obj,clazz);
890 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected