mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			39 lines
		
	
	
		
			769 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			769 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // 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__
 |