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

Method CallStaticLongMethodA

JNI/jni/webshell/jni.h:1472–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
1471 }
1472 jlong CallStaticLongMethodA(jclass clazz,
1473 jmethodID methodID, const jvalue *args) {
1474 return functions->CallStaticLongMethodA(this,clazz,methodID,args);
1475 }
1476
1477 jfloat CallStaticFloatMethod(jclass clazz,
1478 jmethodID methodID, ...) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected