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

Method GetStaticFieldID

JNI/jni/jni.h:1528–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526 }
1527
1528 jfieldID GetStaticFieldID(jclass clazz, const char *name,
1529 const char *sig) {
1530 return functions->GetStaticFieldID(this,clazz,name,sig);
1531 }
1532 jobject GetStaticObjectField(jclass clazz, jfieldID fieldID) {
1533 return functions->GetStaticObjectField(this,clazz,fieldID);
1534 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected