* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
[official-gcc.git] / libjava / java / nio / DoubleViewBufferImpl.h
blob778a0aca25bae0f9debcad30c0414beb009e733a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_DoubleViewBufferImpl__
5 #define __java_nio_DoubleViewBufferImpl__
7 #pragma interface
9 #include <java/nio/DoubleBuffer.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 class ByteBuffer;
17 class ByteOrder;
18 class DoubleBuffer;
19 class DoubleViewBufferImpl;
24 class java::nio::DoubleViewBufferImpl : public ::java::nio::DoubleBuffer
27 public: // actually package-private
28 DoubleViewBufferImpl(::java::nio::ByteBuffer *, jint);
29 public:
30 DoubleViewBufferImpl(::java::nio::ByteBuffer *, jint, jint, jint, jint, jint, jboolean, ::java::nio::ByteOrder *);
31 jdouble get();
32 jdouble get(jint);
33 ::java::nio::DoubleBuffer * put(jdouble);
34 ::java::nio::DoubleBuffer * put(jint, jdouble);
35 ::java::nio::DoubleBuffer * compact();
36 ::java::nio::DoubleBuffer * slice();
37 public: // actually package-private
38 ::java::nio::DoubleBuffer * duplicate(jboolean);
39 public:
40 ::java::nio::DoubleBuffer * duplicate();
41 ::java::nio::DoubleBuffer * asReadOnlyBuffer();
42 jboolean isReadOnly();
43 jboolean isDirect();
44 ::java::nio::ByteOrder * order();
45 private:
46 jint __attribute__((aligned(__alignof__( ::java::nio::DoubleBuffer)))) offset;
47 ::java::nio::ByteBuffer * bb;
48 jboolean readOnly;
49 ::java::nio::ByteOrder * endian;
50 public:
51 static ::java::lang::Class class$;
54 #endif // __java_nio_DoubleViewBufferImpl__