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

Method SetStaticIntField

JNI/jni/jni.h:1580–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578 functions->SetStaticShortField(this,clazz,fieldID,value);
1579 }
1580 void SetStaticIntField(jclass clazz, jfieldID fieldID,
1581 jint value) {
1582 functions->SetStaticIntField(this,clazz,fieldID,value);
1583 }
1584 void SetStaticLongField(jclass clazz, jfieldID fieldID,
1585 jlong value) {
1586 functions->SetStaticLongField(this,clazz,fieldID,value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected