#include "global.h"
#include <list>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef JNIEnv* | ThreadID |
ThreadID's identify threads. More... | |
typedef map<const jmethodID, const class MethodInfo*> | MethodMap |
Maps from jmethodID to a MethodInfo object. More... | |
typedef map<const ThreadID, class ThreadInfo> | ThreadMap |
Maps from a ThreadID to a ThreadInfo object. More... | |
typedef set<jmethodID> | MethodSet |
A set of jmethodIDs. More... | |
typedef jobjectID | jclassID |
typedef set<jclassID> | ClassSet |
typedef map<jclassID, class ClassInfo> | ClassInfoMap |
typedef vector<jmethodID> | MethodList |
A map from class (jobjectID) to the set of methods that it defines. More... | |
typedef map<const jobjectID, MethodList > | ClassMethopMap |
|
|
|
|
|
|
|
A map from class (jobjectID) to the set of methods that it defines.
|
|
Maps from jmethodID to a MethodInfo object.
|
|
A set of jmethodIDs.
|
|
ThreadID's identify threads.
|
|
Maps from a ThreadID to a ThreadInfo object.
|
|
|