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 >
C/C++ Source or Header  |  1998-05-08  |  643b  |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_Field */
  4.  
  5. #ifndef _Included_sun_tools_debug_Field
  6. #define _Included_sun_tools_debug_Field
  7. struct Hjava_lang_String;
  8. struct Hjava_lang_Object;
  9.  
  10. #pragma pack(4)
  11.  
  12. typedef struct Classsun_tools_debug_Field {
  13.     long slot;
  14.     struct Hjava_lang_String *name;
  15.     struct Hjava_lang_String *signature;
  16.     long access;
  17.     struct Hjava_lang_Object *clazz;
  18. } Classsun_tools_debug_Field;
  19. HandleTo(sun_tools_debug_Field);
  20.  
  21. #pragma pack()
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.