getmethodname.h 480 B

12345678910111213141516171819202122232425262728
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __getmethodname__
  3. #define __getmethodname__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. class getmethodname;
  10. }
  11. class getmethodname : public ::java::lang::Object
  12. {
  13. public:
  14. getmethodname();
  15. static void do_getmethodname_tests();
  16. static void main(JArray< ::java::lang::String * > *);
  17. static ::java::lang::Class class$;
  18. };
  19. #endif // __getmethodname__