1 2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- 3 4 #ifndef __javax_management_Query$BinaryRelQueryExp__ 5 #define __javax_management_Query$BinaryRelQueryExp__ 6 7 #pragma interface 8 9 #include <javax/management/QueryEval.h> 10 extern "Java" 11 { 12 namespace javax 13 { 14 namespace management 15 { 16 class ObjectName; 17 class Query$BinaryRelQueryExp; 18 class ValueExp; 19 } 20 } 21 } 22 23 class javax::management::Query$BinaryRelQueryExp : public ::javax::management::QueryEval 24 { 25 26 public: 27 Query$BinaryRelQueryExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *); 28 jboolean apply(::javax::management::ObjectName *); 29 ::java::lang::String * toString(); 30 private: 31 static const jlong serialVersionUID = -5690656271650491000LL; 32 jint __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) relOp; 33 ::javax::management::ValueExp * exp1; 34 ::javax::management::ValueExp * exp2; 35 public: 36 static ::java::lang::Class class$; 37 }; 38 39 #endif // __javax_management_Query$BinaryRelQueryExp__ 40