]> gcc.gnu.org Git - gcc.git/blame - libjava/gnu/java/nio/charset/ByteCharset$1.h
re PR libgcj/42676 (javah doesn't generate the header files as checked in in the...
[gcc.git] / libjava / gnu / java / nio / charset / ByteCharset$1.h
CommitLineData
e0441a5b
MK
1
2// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4#ifndef __gnu_java_nio_charset_ByteCharset$1__
5#define __gnu_java_nio_charset_ByteCharset$1__
6
7#pragma interface
8
9#include <gnu/java/nio/charset/ByteDecodeLoopHelper.h>
10extern "Java"
11{
12 namespace gnu
13 {
14 namespace java
15 {
16 namespace nio
17 {
18 namespace charset
19 {
20 class ByteCharset$1;
21 class ByteCharset$Decoder;
22 }
23 }
24 }
25 }
26}
27
28class gnu::java::nio::charset::ByteCharset$1 : public ::gnu::java::nio::charset::ByteDecodeLoopHelper
29{
30
31public: // actually package-private
32 ByteCharset$1(::gnu::java::nio::charset::ByteCharset$Decoder *);
33public: // actually protected
e1ab4b42
MK
34 virtual jboolean isMappable(jbyte);
35 virtual jchar mapToChar(jbyte);
e0441a5b
MK
36public: // actually package-private
37 ::gnu::java::nio::charset::ByteCharset$Decoder * __attribute__((aligned(__alignof__( ::gnu::java::nio::charset::ByteDecodeLoopHelper)))) this$1;
38public:
39 static ::java::lang::Class class$;
40};
41
42#endif // __gnu_java_nio_charset_ByteCharset$1__
This page took 0.169246 seconds and 5 git commands to generate.