URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [text/] [MessageFormat$Field.h] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_text_MessageFormat$Field__ #define __java_text_MessageFormat$Field__ #pragma interface #include <java/text/Format$Field.h> extern "Java" { namespace java { namespace text { class MessageFormat$Field; } } } class java::text::MessageFormat$Field : public ::java::text::Format$Field { MessageFormat$Field(); public: // actually protected MessageFormat$Field(::java::lang::String *); virtual ::java::lang::Object * readResolve(); public: // actually package-private static const jlong serialVersionUID = 7899943957617360810LL; public: static ::java::text::MessageFormat$Field * ARGUMENT; static ::java::lang::Class class$; }; #endif // __java_text_MessageFormat$Field__
Go to most recent revision | Compare with Previous | Blame | View Log