home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
zkuste
/
JBuilder
/
JBuild
/
jbuilder
/
jruntime.z
/
sun_tools_debug_StackFrame.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-08-25
|
781b
|
33 lines
/* 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;
} Classsun_tools_debug_StackFrame;
HandleTo(sun_tools_debug_StackFrame);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif