![]() |
|
|
Definition at line 53 of file inspectorjagent.cpp.
Public Attributes | |
const char * | name |
Method name. | |
const char * | signature |
Method signature. | |
int | calls |
Method call count. | |
int | returns |
Method return count. |
const char* MethodInfo::name |
Method name.
Definition at line 54 of file inspectorjagent.cpp.
Referenced by cbVMDeath(), INSPECTORJ_native_entry(), INSPECTORJ_native_exit(), and mnum_callbacks().
const char* MethodInfo::signature |
Method call count.
Definition at line 56 of file inspectorjagent.cpp.
Referenced by cbVMDeath(), INSPECTORJ_native_entry(), and method_compar().
Method return count.
Definition at line 57 of file inspectorjagent.cpp.
Referenced by cbVMDeath(), and INSPECTORJ_native_exit().