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

Method GetStaticBooleanField

JNI/jni/jni.h:1535–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533 return functions->GetStaticObjectField(this,clazz,fieldID);
1534 }
1535 jboolean GetStaticBooleanField(jclass clazz, jfieldID fieldID) {
1536 return functions->GetStaticBooleanField(this,clazz,fieldID);
1537 }
1538 jbyte GetStaticByteField(jclass clazz, jfieldID fieldID) {
1539 return functions->GetStaticByteField(this,clazz,fieldID);
1540 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected