PR testsuite/44195
[official-gcc.git] / libjava / javax / swing / text / StyleContext$1.h
blobb3a20f9b74c7311f8243abe725f99f962ac2d78d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_StyleContext$1__
5 #define __javax_swing_text_StyleContext$1__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 namespace text
18 class StyleContext$1;
19 class StyleContext$SmallAttributeSet;
25 class javax::swing::text::StyleContext$1 : public ::java::lang::Object
28 public: // actually package-private
29 StyleContext$1(::javax::swing::text::StyleContext$SmallAttributeSet *);
30 public:
31 virtual jboolean hasMoreElements();
32 virtual ::java::lang::Object * nextElement();
33 public: // actually package-private
34 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) i;
35 ::javax::swing::text::StyleContext$SmallAttributeSet * this$1;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __javax_swing_text_StyleContext$1__