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

Method SetStaticBooleanField

JNI/jni/jni.h:1564–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1567 }
1568 void SetStaticByteField(jclass clazz, jfieldID fieldID,
1569 jbyte value) {
1570 functions->SetStaticByteField(this,clazz,fieldID,value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected