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

Method GetMethodID

JNI/jni/jni.h:892–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890 }
891
892 jmethodID GetMethodID(jclass clazz, const char *name,
893 const char *sig) {
894 return functions->GetMethodID(this,clazz,name,sig);
895 }
896
897 jobject CallObjectMethod(jobject obj, jmethodID methodID, ...) {
898 va_list args;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected