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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_StackFrame */
  4.  
  5. #ifndef _Included_sun_tools_debug_StackFrame
  6. #define _Included_sun_tools_debug_StackFrame
  7. struct Hjava_lang_Class;
  8. struct Hjava_lang_String;
  9. struct Hsun_tools_debug_LocalVariable;
  10.  
  11. #pragma pack(4)
  12.  
  13. typedef struct Classsun_tools_debug_StackFrame {
  14.     struct Hjava_lang_Class *clazz;
  15.     struct Hjava_lang_String *className;
  16.     struct Hjava_lang_String *methodName;
  17.     long pc;
  18.     long pcAbsolute;
  19.     long lineno;
  20.     struct HArrayOfObject *localVariables;
  21.     struct Hjava_lang_String *methodSignature;
  22. } Classsun_tools_debug_StackFrame;
  23. HandleTo(sun_tools_debug_StackFrame);
  24.  
  25. #pragma pack()
  26.  
  27. #ifdef __cplusplus
  28. extern "C" {
  29. #endif
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif
  34.