mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			614 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			614 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __shortfield__
 | 
						|
#define __shortfield__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <shortfieldbase.h>
 | 
						|
#include <gcj/array.h>
 | 
						|
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
    class shortfield;
 | 
						|
}
 | 
						|
 | 
						|
class shortfield : public ::shortfieldbase
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  shortfield();
 | 
						|
public: // actually package-private
 | 
						|
  virtual void ouch();
 | 
						|
public:
 | 
						|
  static void main(JArray< ::java::lang::String * > *);
 | 
						|
public: // actually package-private
 | 
						|
  jshort __attribute__((aligned(__alignof__( ::shortfieldbase)))) size__;
 | 
						|
  jint data;
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __shortfield__
 |