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

Method GetIntField

JNI/jni/jni.h:1297–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295 return functions->GetShortField(this,obj,fieldID);
1296 }
1297 jint GetIntField(jobject obj, jfieldID fieldID) {
1298 return functions->GetIntField(this,obj,fieldID);
1299 }
1300 jlong GetLongField(jobject obj, jfieldID fieldID) {
1301 return functions->GetLongField(this,obj,fieldID);
1302 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected