gcc/libjava/javax/swing/text/html/HTMLDocument$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

44 lines
1.3 KiB
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_HTMLDocument$1__
#define __javax_swing_text_html_HTMLDocument$1__
#pragma interface
#include <javax/swing/text/html/HTMLDocument$HTMLReader.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
class MutableAttributeSet;
namespace html
{
class HTML$Tag;
class HTMLDocument;
class HTMLDocument$1;
}
}
}
}
}
class javax::swing::text::html::HTMLDocument$1 : public ::javax::swing::text::html::HTMLDocument$HTMLReader
{
public: // actually package-private
HTMLDocument$1(::javax::swing::text::html::HTMLDocument *, jint, jint, jint, ::javax::swing::text::html::HTML$Tag *);
public:
virtual void handleStartTag(::javax::swing::text::html::HTML$Tag *, ::javax::swing::text::MutableAttributeSet *, jint);
virtual void handleEndTag(::javax::swing::text::html::HTML$Tag *, jint);
public: // actually package-private
::javax::swing::text::html::HTMLDocument * __attribute__((aligned(__alignof__( ::javax::swing::text::html::HTMLDocument$HTMLReader)))) this$0;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_HTMLDocument$1__