aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/classpath/jdwp/JdwpConstants$ModKind.h
blob: f2f087a7a54ce34ae9b04c8362bd545c0d1a4b3a (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

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_jdwp_JdwpConstants$ModKind__
#define __gnu_classpath_jdwp_JdwpConstants$ModKind__

#pragma interface

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

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

public:
  JdwpConstants$ModKind();
  static const jbyte COUNT = 1;
  static const jbyte CONDITIONAL = 2;
  static const jbyte THREAD_ONLY = 3;
  static const jbyte CLASS_ONLY = 4;
  static const jbyte CLASS_MATCH = 5;
  static const jbyte CLASS_EXCLUDE = 6;
  static const jbyte LOCATION_ONLY = 7;
  static const jbyte EXCEPTION_ONLY = 8;
  static const jbyte FIELD_ONLY = 9;
  static const jbyte STEP = 10;
  static const jbyte INSTANCE_ONLY = 11;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$ModKind__