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

Method CallStaticBooleanMethodV

JNI/jni/webshell/jni.h:1378–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376 return result;
1377 }
1378 jboolean CallStaticBooleanMethodV(jclass clazz,
1379 jmethodID methodID, va_list args) {
1380 return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1381 }
1382 jboolean CallStaticBooleanMethodA(jclass clazz,
1383 jmethodID methodID, const jvalue *args) {
1384 return functions->CallStaticBooleanMethodA(this,clazz,methodID,args);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected