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

Method GetBooleanField

JNI/jni/jni.h:1285–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283 return functions->GetObjectField(this,obj,fieldID);
1284 }
1285 jboolean GetBooleanField(jobject obj, jfieldID fieldID) {
1286 return functions->GetBooleanField(this,obj,fieldID);
1287 }
1288 jbyte GetByteField(jobject obj, jfieldID fieldID) {
1289 return functions->GetByteField(this,obj,fieldID);
1290 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected