home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class sun_tools_debug_LocalVariable */
-
- #ifndef _Included_sun_tools_debug_LocalVariable
- #define _Included_sun_tools_debug_LocalVariable
- struct Hjava_lang_String;
-
- #pragma pack(4)
-
- typedef struct Classsun_tools_debug_LocalVariable {
- long slot;
- struct Hjava_lang_String *name;
- struct Hjava_lang_String *signature;
- /*boolean*/ long methodArgument;
- } Classsun_tools_debug_LocalVariable;
- HandleTo(sun_tools_debug_LocalVariable);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
-