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

Method SetStaticObjectField

JNI/jni/jni.h:1560–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558 }
1559
1560 void SetStaticObjectField(jclass clazz, jfieldID fieldID,
1561 jobject value) {
1562 functions->SetStaticObjectField(this,clazz,fieldID,value);
1563 }
1564 void SetStaticBooleanField(jclass clazz, jfieldID fieldID,
1565 jboolean value) {
1566 functions->SetStaticBooleanField(this,clazz,fieldID,value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected