1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_management_Query$BinaryOpValueExp__
5 #define __javax_management_Query$BinaryOpValueExp__
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$BinaryOpValueExp;
18         class ValueExp;
19     }
20   }
21 }
22 
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
24 {
25 
26 public:
27   Query$BinaryOpValueExp(jint, ::javax::management::ValueExp *, ::javax::management::ValueExp *);
28   ::javax::management::ValueExp * apply(::javax::management::ObjectName *);
29   ::java::lang::String * toString();
30 private:
31   static const jlong serialVersionUID = 1216286847881456786LL;
32   jint __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) op;
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$BinaryOpValueExp__
40