Make-lang.in: Update dependencies.
[official-gcc.git] / libjava / java / text / AttributedString$AttributeRange.h
blob49e33d1ad0819e1c6d4261502041e4c0ca21d34b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_text_AttributedString$AttributeRange__
5 #define __java_text_AttributedString$AttributeRange__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class AttributedString;
17 class AttributedString$AttributeRange;
22 class java::text::AttributedString$AttributeRange : public ::java::lang::Object
25 public: // actually package-private
26 AttributedString$AttributeRange(::java::text::AttributedString *, ::java::util::Map *, jint, jint);
27 ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attribs;
28 jint beginIndex;
29 jint endIndex;
30 ::java::text::AttributedString * this$0;
31 public:
32 static ::java::lang::Class class$;
35 #endif // __java_text_AttributedString$AttributeRange__