aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/JdwpConstants$CommandSet$ReferenceType.h
blob: dc4bd002a7c1043a2ba8bbc52d712423a416e1fc (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

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

#ifndef __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__
#define __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__

#pragma interface

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

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

public:
  JdwpConstants$CommandSet$ReferenceType();
  static const jbyte CS_VALUE = 2;
  static const jbyte SIGNATURE = 1;
  static const jbyte CLASS_LOADER = 2;
  static const jbyte MODIFIERS = 3;
  static const jbyte FIELDS = 4;
  static const jbyte METHODS = 5;
  static const jbyte GET_VALUES = 6;
  static const jbyte SOURCE_FILE = 7;
  static const jbyte NESTED_TYPES = 8;
  static const jbyte STATUS = 9;
  static const jbyte INTERFACES = 10;
  static const jbyte CLASS_OBJECT = 11;
  static const jbyte SOURCE_DEBUG_EXTENSION = 12;
  static const jbyte SIGNATURE_WITH_GENERIC = 13;
  static const jbyte FIELDS_WITH_GENERIC = 14;
  static const jbyte METHODS_WITH_GENERIC = 15;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__