gcc/libjava/javax/swing/text/html/parser/Entity$1.h
Matthias Klose e1ab4b422f re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13  Matthias Klose  <doko@ubuntu.com>

        PR libgcj/42676
        * Regenerate .h files for anonymous inner classes.

From-SVN: r157422
2010-03-13 14:27:27 +00:00

41 lines
832 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_parser_Entity$1__
#define __javax_swing_text_html_parser_Entity$1__
#pragma interface
#include <gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
namespace html
{
namespace parser
{
class Entity$1;
}
}
}
}
}
}
class javax::swing::text::html::parser::Entity$1 : public ::gnu::javax::swing::text::html::parser::support::gnuStringIntMapper
{
public: // actually package-private
Entity$1();
public: // actually protected
virtual void create();
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_parser_Entity$1__