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

Method SetStaticDoubleField

JNI/jni/webshell/jni.h:1592–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1595 }
1596
1597 jstring NewString(const jchar *unicode, jsize len) {
1598 return functions->NewString(this,unicode,len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected