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

Method GetFieldID

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

Source from the content-addressed store, hash-verified

53}
54
55jfieldID JEnv::GetFieldID(jclass clazz, const string &name, const string &sig) {
56 jfieldID fid = m_env->GetFieldID(clazz, name.c_str(), sig.c_str());
57 CheckForJavaException();
58 return fid;
59}
60
61jfieldID JEnv::GetStaticFieldID(jclass clazz, const string &name, const string &sig) {
62 jfieldID fid = m_env->GetStaticFieldID(clazz, name.c_str(), sig.c_str());

Callers 5

WrapJavaToJsExceptionMethod · 0.80
InitMethod · 0.80
GetJavaFieldMethod · 0.80
SetJavaFieldMethod · 0.80
getPageResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected