home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
sun_tools_debug_Field.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
643b
|
30 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_tools_debug_Field */
#ifndef _Included_sun_tools_debug_Field
#define _Included_sun_tools_debug_Field
struct Hjava_lang_String;
struct Hjava_lang_Object;
#pragma pack(4)
typedef struct Classsun_tools_debug_Field {
long slot;
struct Hjava_lang_String *name;
struct Hjava_lang_String *signature;
long access;
struct Hjava_lang_Object *clazz;
} Classsun_tools_debug_Field;
HandleTo(sun_tools_debug_Field);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif