mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-07 17:07:37 +00:00
36 lines
789 B
C++
36 lines
789 B
C++
|
|
// 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__
|