Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_util_regex_CharIndexedCharArray__
|
||||
#define __gnu_java_util_regex_CharIndexedCharArray__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <gnu/java/util/regex/CharIndexedCharSequence.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace util
|
||||
{
|
||||
namespace regex
|
||||
{
|
||||
class CharIndexedCharArray;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::util::regex::CharIndexedCharArray : public ::gnu::java::util::regex::CharIndexedCharSequence
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
CharIndexedCharArray(JArray< jchar > *, jint);
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_util_regex_CharIndexedCharArray__
|
||||
Reference in New Issue
Block a user