home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / sun_tools_debug_LocalVariable.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  646b  |  28 lines

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