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
40
libjava/java/text/MessageFormat$MessageFormatElement.h
Normal file
40
libjava/java/text/MessageFormat$MessageFormatElement.h
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_text_MessageFormat$MessageFormatElement__
|
||||
#define __java_text_MessageFormat$MessageFormatElement__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
class Format;
|
||||
class MessageFormat$MessageFormatElement;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::text::MessageFormat$MessageFormatElement : public ::java::lang::Object
|
||||
{
|
||||
|
||||
MessageFormat$MessageFormatElement();
|
||||
public: // actually package-private
|
||||
void setLocale(::java::util::Locale *);
|
||||
MessageFormat$MessageFormatElement(::java::text::MessageFormat$MessageFormatElement *);
|
||||
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) argNumber;
|
||||
::java::text::Format * setFormat;
|
||||
::java::text::Format * format;
|
||||
::java::lang::Class * formatClass;
|
||||
::java::lang::String * type;
|
||||
::java::lang::String * style;
|
||||
::java::lang::String * trailer;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_text_MessageFormat$MessageFormatElement__
|
Loading…
Add table
Add a link
Reference in a new issue