MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JavaMethodBase

Class JavaMethodBase

valdi_core/src/valdi_core/jni/JavaMethod.hpp:101–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99djinni::LocalRef<jobject> callJniStaticMethod(JNIEnv& env, jmethodID methodId, jclass cls, jvalue* args);
100
101class JavaMethodBase {
102public:
103 JavaMethodBase(JavaEnv env, jmethodID methodID);
104 JavaMethodBase();
105
106 jmethodID getMethodId() const;
107
108 JavaEnv getEnv() const;
109
110 void setMethodId(jmethodID methodId);
111
112private:
113 jmethodID _methodId = nullptr;
114};
115
116/**
117 Implementation of JavaMethodBase that does not leverage the C++ type system

Callers 2

JavaMethod.cppFile · 0.85
getConstructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected