blob: 175a9fd8e5c57c34aa950f1201ab8acb92cbf332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
// 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__
|