2016-07-28 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / text / EmptyAttributeSet$1.h
blob4d63472d67383a956759f0040cea940672faa9f5
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_EmptyAttributeSet$1__
5 #define __javax_swing_text_EmptyAttributeSet$1__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 namespace text
18 class EmptyAttributeSet;
19 class EmptyAttributeSet$1;
25 class javax::swing::text::EmptyAttributeSet$1 : public ::java::lang::Object
28 public: // actually package-private
29 EmptyAttributeSet$1(::javax::swing::text::EmptyAttributeSet *);
30 public:
31 virtual jboolean hasMoreElements();
32 virtual ::java::lang::Object * nextElement();
33 public: // actually package-private
34 ::javax::swing::text::EmptyAttributeSet * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
35 public:
36 static ::java::lang::Class class$;
39 #endif // __javax_swing_text_EmptyAttributeSet$1__