#include <JniHelper.h>
|
| static JavaVM * | getJavaVM () |
| static void | setJavaVM (JavaVM *javaVM) |
| var | setJavaVM ( var javaVM) |
| local | setJavaVM ( local javaVM) |
| static jclass | getClassID (const char *className, JNIEnv *env=0) |
| local | getClassID ( local className, local 0) |
| static bool | getStaticMethodInfo (JniMethodInfo &methodinfo, const char *className, const char *methodName, const char *paramCode) |
| local | getStaticMethodInfo ( local methodinfo, local className, local methodName, local paramCode) |
| static bool | getMethodInfo (JniMethodInfo &methodinfo, const char *className, const char *methodName, const char *paramCode) |
| local | getMethodInfo ( local methodinfo, local className, local methodName, local paramCode) |
| static std::string | jstring2string (jstring str) |
| static jclass getClassID |
( |
const char * |
className, |
|
|
JNIEnv * |
env = 0 |
|
) |
| |
|
static |
| var getClassID |
( |
var |
className, |
|
|
var |
env = 0 |
|
) |
| |
|
static |
| local getClassID |
( |
local |
className, |
|
|
local |
env = 0 |
|
) |
| |
|
static |
| static JavaVM* getJavaVM |
( |
) | |
|
|
static |
| static bool getMethodInfo |
( |
JniMethodInfo & |
methodinfo, |
|
|
const char * |
className, |
|
|
const char * |
methodName, |
|
|
const char * |
paramCode |
|
) |
| |
|
static |
| var getMethodInfo |
( |
var |
methodinfo, |
|
|
var |
className, |
|
|
var |
methodName, |
|
|
var |
paramCode |
|
) |
| |
|
static |
| local getMethodInfo |
( |
local |
methodinfo, |
|
|
local |
className, |
|
|
local |
methodName, |
|
|
local |
paramCode |
|
) |
| |
|
static |
| static bool getStaticMethodInfo |
( |
JniMethodInfo & |
methodinfo, |
|
|
const char * |
className, |
|
|
const char * |
methodName, |
|
|
const char * |
paramCode |
|
) |
| |
|
static |
| var getStaticMethodInfo |
( |
var |
methodinfo, |
|
|
var |
className, |
|
|
var |
methodName, |
|
|
var |
paramCode |
|
) |
| |
|
static |
| local getStaticMethodInfo |
( |
local |
methodinfo, |
|
|
local |
className, |
|
|
local |
methodName, |
|
|
local |
paramCode |
|
) |
| |
|
static |
| static std::string jstring2string |
( |
jstring |
str) | |
|
|
static |
| var jstring2string |
( |
var |
str) | |
|
|
static |
| local jstring2string |
( |
local |
str) | |
|
|
static |
| static void setJavaVM |
( |
JavaVM * |
javaVM) | |
|
|
static |
| var setJavaVM |
( |
var |
javaVM) | |
|
|
static |
| local setJavaVM |
( |
local |
javaVM) | |
|
|
static |
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x/cocos2dx/platform/android/jni/JniHelper.h