Introspector.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_beans_Introspector__
  3. #define __java_beans_Introspector__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace java
  12. {
  13. namespace beans
  14. {
  15. class BeanInfoEmbryo;
  16. }
  17. }
  18. }
  19. namespace java
  20. {
  21. namespace beans
  22. {
  23. class BeanInfo;
  24. class ExplicitInfo;
  25. class Introspector;
  26. }
  27. }
  28. }
  29. class java::beans::Introspector : public ::java::lang::Object
  30. {
  31. Introspector();
  32. public:
  33. static ::java::beans::BeanInfo * getBeanInfo(::java::lang::Class *);
  34. static ::java::beans::BeanInfo * getBeanInfo(::java::lang::Class *, jint);
  35. static void flushCaches();
  36. static void flushFromCaches(::java::lang::Class *);
  37. private:
  38. static void merge(::gnu::java::beans::BeanInfoEmbryo *, ::java::beans::ExplicitInfo *);
  39. public:
  40. static ::java::beans::BeanInfo * getBeanInfo(::java::lang::Class *, ::java::lang::Class *);
  41. static JArray< ::java::lang::String * > * getBeanInfoSearchPath();
  42. static void setBeanInfoSearchPath(JArray< ::java::lang::String * > *);
  43. static ::java::lang::String * decapitalize(::java::lang::String *);
  44. public: // actually package-private
  45. static ::java::beans::BeanInfo * copyBeanInfo(::java::beans::BeanInfo *);
  46. public:
  47. static const jint USE_ALL_BEANINFO = 1;
  48. static const jint IGNORE_IMMEDIATE_BEANINFO = 2;
  49. static const jint IGNORE_ALL_BEANINFO = 3;
  50. public: // actually package-private
  51. static JArray< ::java::lang::String * > * beanInfoSearchPath;
  52. static ::java::util::Hashtable * beanInfoCache;
  53. public:
  54. static ::java::lang::Class class$;
  55. };
  56. #endif // __java_beans_Introspector__