summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/JdwpConstants$Tag.h
blob: 99c3df9bbaa766f9551575097ff8fbe9fe6ef8b5 (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$Tag__
#define __gnu_classpath_jdwp_JdwpConstants$Tag__

#pragma interface

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

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

public:
  JdwpConstants$Tag();
  static const jbyte ARRAY = 91;
  static const jbyte BYTE = 66;
  static const jbyte CHAR = 67;
  static const jbyte OBJECT = 76;
  static const jbyte FLOAT = 70;
  static const jbyte DOUBLE = 68;
  static const jbyte INT = 73;
  static const jbyte LONG = 74;
  static const jbyte SHORT = 83;
  static const jbyte VOID = 86;
  static const jbyte BOOLEAN = 90;
  static const jbyte STRING = 115;
  static const jbyte THREAD = 116;
  static const jbyte THREAD_GROUP = 103;
  static const jbyte CLASS_LOADER = 108;
  static const jbyte CLASS_OBJECT = 99;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$Tag__