URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [GapContent$Mark.h] - Rev 759
Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_swing_text_GapContent$Mark__ #define __javax_swing_text_GapContent$Mark__ #pragma interface #include <java/lang/ref/WeakReference.h> extern "Java" { namespace javax { namespace swing { namespace text { class GapContent; class GapContent$GapContentPosition; class GapContent$Mark; } } } } class javax::swing::text::GapContent$Mark : public ::java::lang::ref::WeakReference { public: // actually package-private GapContent$Mark(::javax::swing::text::GapContent *, jint); GapContent$Mark(::javax::swing::text::GapContent *, jint, ::javax::swing::text::GapContent$GapContentPosition *, ::java::lang::ref::ReferenceQueue *); virtual jint getOffset(); virtual ::javax::swing::text::GapContent$GapContentPosition * getPosition(); jint __attribute__((aligned(__alignof__( ::java::lang::ref::WeakReference)))) mark; ::javax::swing::text::GapContent * this$0; public: static ::java::lang::Class class$; }; #endif // __javax_swing_text_GapContent$Mark__