OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / Void.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_Void__
5 #define __java_lang_Void__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10
11 class java::lang::Void : public ::java::lang::Object
12 {
13
14   Void();
15 public:
16   static ::java::lang::Class * TYPE;
17   static ::java::lang::Class class$;
18 };
19
20 #endif // __java_lang_Void__