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

Method GetStaticFloatField

JNI/jni/webshell/jni.h:1553–1555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551 return functions->GetStaticLongField(this,clazz,fieldID);
1552 }
1553 jfloat GetStaticFloatField(jclass clazz, jfieldID fieldID) {
1554 return functions->GetStaticFloatField(this,clazz,fieldID);
1555 }
1556 jdouble GetStaticDoubleField(jclass clazz, jfieldID fieldID) {
1557 return functions->GetStaticDoubleField(this,clazz,fieldID);
1558 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected