Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
|
@ -0,0 +1,68 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|
||||
#define __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace swing
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
namespace html
|
||||
{
|
||||
namespace css
|
||||
{
|
||||
class Selector;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace swing
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
namespace html
|
||||
{
|
||||
class StyleSheet;
|
||||
class StyleSheet$CSSStyle;
|
||||
class StyleSheet$CSSStyleSheetParserCallback;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class javax::swing::text::html::StyleSheet$CSSStyleSheetParserCallback : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
StyleSheet$CSSStyleSheetParserCallback(::javax::swing::text::html::StyleSheet *, jint);
|
||||
public:
|
||||
virtual void startStatement(JArray< ::gnu::javax::swing::text::html::css::Selector * > *);
|
||||
virtual void endStatement();
|
||||
virtual void declaration(::java::lang::String *, ::java::lang::String *);
|
||||
private:
|
||||
JArray< ::javax::swing::text::html::StyleSheet$CSSStyle * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) styles;
|
||||
jint precedence;
|
||||
public: // actually package-private
|
||||
::javax::swing::text::html::StyleSheet * this$0;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __javax_swing_text_html_StyleSheet$CSSStyleSheetParserCallback__
|
Loading…
Add table
Add a link
Reference in a new issue