MCPcopy Create free account
hub / github.com/NativeScript/android / GetCharField

Method GetCharField

test-app/runtime/src/main/cpp/JEnv.cpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368jchar JEnv::GetCharField(jobject obj, jfieldID fieldID) {
369 jchar jch = m_env->GetCharField(obj, fieldID);
370 CheckForJavaException();
371 return jch;
372}
373
374jshort JEnv::GetShortField(jobject obj, jfieldID fieldID) {
375 jshort jsh = m_env->GetShortField(obj, fieldID);

Callers 1

GetJavaFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected