mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 16:29:28 +00:00
28 lines
480 B
C++
28 lines
480 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __getmethodname__
|
|
#define __getmethodname__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
class getmethodname;
|
|
}
|
|
|
|
class getmethodname : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
getmethodname();
|
|
static void do_getmethodname_tests();
|
|
static void main(JArray< ::java::lang::String * > *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __getmethodname__
|