home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
sun_tools_debug_StackFrame.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
829b
|
34 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;
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