2013-03-26 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libjava / java / text / RuleBasedCollator$CollationSorter.h
blobfb3d18895e4a1757184a9872851fe7867b63cd33
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_text_RuleBasedCollator$CollationSorter__
5 #define __java_text_RuleBasedCollator$CollationSorter__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class RuleBasedCollator$CollationSorter;
21 class java::text::RuleBasedCollator$CollationSorter : public ::java::lang::Object
24 RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean);
25 public: // actually package-private
26 RuleBasedCollator$CollationSorter(jint, ::java::lang::String *, jint, jboolean, ::java::text::RuleBasedCollator$CollationSorter *);
27 static const jint GREATERP = 0;
28 static const jint GREATERS = 1;
29 static const jint GREATERT = 2;
30 static const jint EQUAL = 3;
31 static const jint RESET = 4;
32 static const jint INVERSE_SECONDARY = 5;
33 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) comparisonType;
34 ::java::lang::String * textElement;
35 jint hashText;
36 jint offset;
37 jboolean ignore;
38 ::java::lang::String * expansionOrdering;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __java_text_RuleBasedCollator$CollationSorter__