home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class sun_tools_debug_StackFrame */
-
- #ifndef _Included_sun_tools_debug_StackFrame
- #define _Included_sun_tools_debug_StackFrame
- struct Hjava_lang_Class;
- struct Hjava_lang_String;
- struct Hsun_tools_debug_LocalVariable;
-
- #pragma pack(4)
-
- typedef struct Classsun_tools_debug_StackFrame {
- struct Hjava_lang_Class *clazz;
- struct Hjava_lang_String *className;
- struct Hjava_lang_String *methodName;
- long pc;
- long pcAbsolute;
- long lineno;
- struct HArrayOfObject *localVariables;
- struct Hjava_lang_String *methodSignature;
- } Classsun_tools_debug_StackFrame;
- HandleTo(sun_tools_debug_StackFrame);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
-