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

Method SetObjectField

JNI/jni/jni.h:1310–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308 }
1309
1310 void SetObjectField(jobject obj, jfieldID fieldID, jobject val) {
1311 functions->SetObjectField(this,obj,fieldID,val);
1312 }
1313 void SetBooleanField(jobject obj, jfieldID fieldID,
1314 jboolean val) {
1315 functions->SetBooleanField(this,obj,fieldID,val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected