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

Method GetStaticShortField

JNI/jni/jni.h:1544–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542 return functions->GetStaticCharField(this,clazz,fieldID);
1543 }
1544 jshort GetStaticShortField(jclass clazz, jfieldID fieldID) {
1545 return functions->GetStaticShortField(this,clazz,fieldID);
1546 }
1547 jint GetStaticIntField(jclass clazz, jfieldID fieldID) {
1548 return functions->GetStaticIntField(this,clazz,fieldID);
1549 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected