1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_classpath_jdwp_JdwpConstants$EventKind__
5 #define __gnu_classpath_jdwp_JdwpConstants$EventKind__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace classpath
15     {
16       namespace jdwp
17       {
18           class JdwpConstants$EventKind;
19       }
20     }
21   }
22 }
23 
24 class gnu::classpath::jdwp::JdwpConstants$EventKind : public ::java::lang::Object
25 {
26 
27 public:
28   JdwpConstants$EventKind();
29   static const jbyte SINGLE_STEP = 1;
30   static const jbyte BREAKPOINT = 2;
31   static const jbyte FRAME_POP = 3;
32   static const jbyte EXCEPTION = 4;
33   static const jbyte USER_DEFINED = 5;
34   static const jbyte THREAD_START = 6;
35   static const jbyte THREAD_END = 7;
36   static const jbyte CLASS_PREPARE = 8;
37   static const jbyte CLASS_UNLOAD = 9;
38   static const jbyte CLASS_LOAD = 10;
39   static const jbyte FIELD_ACCESS = 20;
40   static const jbyte FIELD_MODIFICATION = 21;
41   static const jbyte EXCEPTION_CATCH = 30;
42   static const jbyte METHOD_ENTRY = 40;
43   static const jbyte METHOD_EXIT = 41;
44   static const jbyte VM_INIT = 90;
45   static const jbyte VM_DEATH = 99;
46   static const jbyte VM_DISCONNECTED = 100;
47   static const jbyte VM_START = 90;
48   static const jbyte THREAD_DEATH = 7;
49   static ::java::lang::Class class$;
50 };
51 
52 #endif // __gnu_classpath_jdwp_JdwpConstants$EventKind__
53