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

Method SetStaticFloatField

JNI/jni/jni.h:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586 functions->SetStaticLongField(this,clazz,fieldID,value);
1587 }
1588 void SetStaticFloatField(jclass clazz, jfieldID fieldID,
1589 jfloat value) {
1590 functions->SetStaticFloatField(this,clazz,fieldID,value);
1591 }
1592 void SetStaticDoubleField(jclass clazz, jfieldID fieldID,
1593 jdouble value) {
1594 functions->SetStaticDoubleField(this,clazz,fieldID,value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected