mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
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__
|