summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/JdwpConstants$EventKind.h
blob: bdb501c1b01b322306b3c9c5c39fb97b0d1f8f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_jdwp_JdwpConstants$EventKind__
#define __gnu_classpath_jdwp_JdwpConstants$EventKind__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace jdwp
      {
          class JdwpConstants$EventKind;
      }
    }
  }
}

class gnu::classpath::jdwp::JdwpConstants$EventKind : public ::java::lang::Object
{

public:
  JdwpConstants$EventKind();
  static const jbyte SINGLE_STEP = 1;
  static const jbyte BREAKPOINT = 2;
  static const jbyte FRAME_POP = 3;
  static const jbyte EXCEPTION = 4;
  static const jbyte USER_DEFINED = 5;
  static const jbyte THREAD_START = 6;
  static const jbyte THREAD_END = 7;
  static const jbyte CLASS_PREPARE = 8;
  static const jbyte CLASS_UNLOAD = 9;
  static const jbyte CLASS_LOAD = 10;
  static const jbyte FIELD_ACCESS = 20;
  static const jbyte FIELD_MODIFICATION = 21;
  static const jbyte EXCEPTION_CATCH = 30;
  static const jbyte METHOD_ENTRY = 40;
  static const jbyte METHOD_EXIT = 41;
  static const jbyte VM_INIT = 90;
  static const jbyte VM_DEATH = 99;
  static const jbyte VM_DISCONNECTED = 100;
  static const jbyte VM_START = 90;
  static const jbyte THREAD_DEATH = 7;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$EventKind__