summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/transport/TransportFactory$TransportMethod.h
blob: 4900baa669c3e8c440f1831f7f5cf2d1ede765e1 (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__
#define __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__

#pragma interface

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

class gnu::classpath::jdwp::transport::TransportFactory$TransportMethod : public ::java::lang::Object
{

public:
  TransportFactory$TransportMethod(::java::lang::String *, ::java::lang::Class *);
public: // actually package-private
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name;
  ::java::lang::Class * clazz;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__