e1ab4b422f
2010-03-13 Matthias Klose <doko@ubuntu.com> PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422
41 lines
942 B
C++
41 lines
942 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_StyleContext$1__
|
|
#define __javax_swing_text_StyleContext$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
class StyleContext$1;
|
|
class StyleContext$SmallAttributeSet;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::StyleContext$1 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
StyleContext$1(::javax::swing::text::StyleContext$SmallAttributeSet *);
|
|
public:
|
|
virtual jboolean hasMoreElements();
|
|
virtual ::java::lang::Object * nextElement();
|
|
public: // actually package-private
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) i;
|
|
::javax::swing::text::StyleContext$SmallAttributeSet * this$1;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_StyleContext$1__
|