Query$InstanceOfQueryExp.h 937 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_management_Query$InstanceOfQueryExp__
  3. #define __javax_management_Query$InstanceOfQueryExp__
  4. #pragma interface
  5. #include <javax/management/QueryEval.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace management
  11. {
  12. class ObjectName;
  13. class Query$InstanceOfQueryExp;
  14. class StringValueExp;
  15. }
  16. }
  17. }
  18. class javax::management::Query$InstanceOfQueryExp : public ::javax::management::QueryEval
  19. {
  20. public:
  21. Query$InstanceOfQueryExp(::javax::management::StringValueExp *);
  22. jboolean apply(::javax::management::ObjectName *);
  23. private:
  24. static const jlong serialVersionUID = -1081892073854801359LL;
  25. ::javax::management::StringValueExp * __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) classNameValue;
  26. public:
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __javax_management_Query$InstanceOfQueryExp__