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

Method ToReflectedMethod

JNI/jni/jni.h:803–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801 }
802
803 jobject ToReflectedMethod(jclass cls, jmethodID methodID, jboolean isStatic) {
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
805 }
806
807 jclass GetSuperclass(jclass sub) {
808 return functions->GetSuperclass(this, sub);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected