OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / text / rtf / Token.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_text_rtf_Token__
5 #define __javax_swing_text_rtf_Token__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16       namespace text
17       {
18         namespace rtf
19         {
20             class Token;
21         }
22       }
23     }
24   }
25 }
26
27 class javax::swing::text::rtf::Token : public ::java::lang::Object
28 {
29
30 public:
31   Token(jint);
32   static const jint EOF = -1;
33   static const jint LCURLY = 1;
34   static const jint RCURLY = 2;
35   static const jint CONTROL_WORD = 3;
36   static const jint TEXT = 4;
37   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
38   static ::java::lang::Class class$;
39 };
40
41 #endif // __javax_swing_text_rtf_Token__