2016-06-27 François Dumont <fdumont@gcc.gnu.org>
[official-gcc.git] / libjava / javax / management / Query$BinaryOpValueExp.h
blob7462caf112f2a358544f2682b00a25bbb96f8591
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_Query$BinaryOpValueExp__
5 #define __javax_management_Query$BinaryOpValueExp__
7 #pragma interface
9 #include <javax/management/QueryEval.h>
10 extern "Java"
12 namespace javax
14 namespace management
16 class ObjectName;
17 class Query$BinaryOpValueExp;
18 class ValueExp;
23 class javax::management::Query$BinaryOpValueExp : public ::javax::management::QueryEval
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$;
39 #endif // __javax_management_Query$BinaryOpValueExp__