Fix signedness of compares expanding debug exprs.
[official-gcc.git] / libjava / java / awt / GridBagLayoutInfo.h
blobb83497ff9fe6bc828b2d3d1ace0df2b5d47eefb0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_GridBagLayoutInfo__
5 #define __java_awt_GridBagLayoutInfo__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace awt
18 class GridBagLayoutInfo;
23 class java::awt::GridBagLayoutInfo : public ::java::lang::Object
26 public: // actually package-private
27 GridBagLayoutInfo(jint, jint);
28 private:
29 static const jlong serialVersionUID = -4899416460737170217LL;
30 public: // actually package-private
31 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) pos_x;
32 jint pos_y;
33 jint cols;
34 jint rows;
35 JArray< jint > * colWidths;
36 JArray< jint > * rowHeights;
37 JArray< jdouble > * colWeights;
38 JArray< jdouble > * rowWeights;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __java_awt_GridBagLayoutInfo__