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

Method GetStaticIntField

JNI/jni/jni.h:1547–1549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545 return functions->GetStaticShortField(this,clazz,fieldID);
1546 }
1547 jint GetStaticIntField(jclass clazz, jfieldID fieldID) {
1548 return functions->GetStaticIntField(this,clazz,fieldID);
1549 }
1550 jlong GetStaticLongField(jclass clazz, jfieldID fieldID) {
1551 return functions->GetStaticLongField(this,clazz,fieldID);
1552 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected