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

Method CallStaticBooleanMethodA

JNI/jni/webshell/jni.h:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1385 }
1386
1387 jbyte CallStaticByteMethod(jclass clazz,
1388 jmethodID methodID, ...) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected