#include <juce_android_JNIHelpers.h>
JNIClassBase::JNIClassBase |
( |
const char * |
classPath | ) |
|
|
explicit |
JNIClassBase::~JNIClassBase |
( |
| ) |
|
|
virtual |
void JNIClassBase::initialiseAllClasses |
( |
JNIEnv * |
env | ) |
|
|
static |
virtual void JNIClassBase::initialiseFields |
( |
JNIEnv * |
| ) |
|
|
protectedpure virtual |
JNIClassBase::operator jclass |
( |
| ) |
const |
|
inlinenoexcept |
void JNIClassBase::releaseAllClasses |
( |
JNIEnv * |
env | ) |
|
|
static |
jfieldID JNIClassBase::resolveField |
( |
JNIEnv * |
env, |
|
|
const char * |
fieldName, |
|
|
const char * |
signature |
|
) |
| |
|
protected |
jmethodID JNIClassBase::resolveMethod |
( |
JNIEnv * |
env, |
|
|
const char * |
methodName, |
|
|
const char * |
params |
|
) |
| |
|
protected |
jfieldID JNIClassBase::resolveStaticField |
( |
JNIEnv * |
env, |
|
|
const char * |
fieldName, |
|
|
const char * |
signature |
|
) |
| |
|
protected |
jmethodID JNIClassBase::resolveStaticMethod |
( |
JNIEnv * |
env, |
|
|
const char * |
methodName, |
|
|
const char * |
params |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: