]> gcc.gnu.org Git - gcc.git/blob - libjava/javax/swing/text/html/parser/AttributeList$1.h
re PR libgcj/42676 (javah doesn't generate the header files as checked in in the...
[gcc.git] / libjava / javax / swing / text / html / parser / AttributeList$1.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_text_html_parser_AttributeList$1__
5 #define __javax_swing_text_html_parser_AttributeList$1__
6
7 #pragma interface
8
9 #include <gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.h>
10 extern "Java"
11 {
12 namespace javax
13 {
14 namespace swing
15 {
16 namespace text
17 {
18 namespace html
19 {
20 namespace parser
21 {
22 class AttributeList$1;
23 }
24 }
25 }
26 }
27 }
28 }
29
30 class javax::swing::text::html::parser::AttributeList$1 : public ::gnu::javax::swing::text::html::parser::support::gnuStringIntMapper
31 {
32
33 public: // actually package-private
34 AttributeList$1();
35 public: // actually protected
36 virtual void create();
37 public:
38 static ::java::lang::Class class$;
39 };
40
41 #endif // __javax_swing_text_html_parser_AttributeList$1__
This page took 0.037903 seconds and 5 git commands to generate.