blob: 49e33d1ad0819e1c6d4261502041e4c0ca21d34b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 | 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_text_AttributedString$AttributeRange__
#define __java_text_AttributedString$AttributeRange__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace text
    {
        class AttributedString;
        class AttributedString$AttributeRange;
    }
  }
}
class java::text::AttributedString$AttributeRange : public ::java::lang::Object
{
public: // actually package-private
  AttributedString$AttributeRange(::java::text::AttributedString *, ::java::util::Map *, jint, jint);
  ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attribs;
  jint beginIndex;
  jint endIndex;
  ::java::text::AttributedString * this$0;
public:
  static ::java::lang::Class class$;
};
#endif // __java_text_AttributedString$AttributeRange__
 |