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

Method FromReflectedMethod

JNI/jni/webshell/jni.h:796–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 return functions->FindClass(this, name);
795 }
796 jmethodID FromReflectedMethod(jobject method) {
797 return functions->FromReflectedMethod(this,method);
798 }
799 jfieldID FromReflectedField(jobject field) {
800 return functions->FromReflectedField(this,field);
801 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected