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

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

#ifndef __gnu_classpath_jdwp_JdwpConstants$CommandSet$InterfaceType__
#define __gnu_classpath_jdwp_JdwpConstants$CommandSet$InterfaceType__

#pragma interface

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

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

public:
  JdwpConstants$CommandSet$InterfaceType();
  static const jbyte CS_VALUE = 5;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$CommandSet$InterfaceType__