Reflection.h 507 B

12345678910111213141516171819202122232425262728293031
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __sun_reflect_Reflection__
  3. #define __sun_reflect_Reflection__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace sun
  9. {
  10. namespace reflect
  11. {
  12. class Reflection;
  13. }
  14. }
  15. }
  16. class sun::reflect::Reflection : public ::java::lang::Object
  17. {
  18. public:
  19. Reflection();
  20. static ::java::lang::Class * getCallerClass(jint);
  21. static ::java::lang::Class class$;
  22. };
  23. #endif // __sun_reflect_Reflection__