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

Method FindClass

JNI/jni/webshell/jni.h:793–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791 return functions->DefineClass(this, name, loader, buf, len);
792 }
793 jclass FindClass(const char *name) {
794 return functions->FindClass(this, name);
795 }
796 jmethodID FromReflectedMethod(jobject method) {
797 return functions->FromReflectedMethod(this,method);
798 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected