libjava/ChangeLog:
[official-gcc.git] / libjava / javax / management / Query$InstanceOfQueryExp.h
blob3d2828c540c151ac14e921e7886babcfe923264d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_Query$InstanceOfQueryExp__
5 #define __javax_management_Query$InstanceOfQueryExp__
7 #pragma interface
9 #include <javax/management/QueryEval.h>
10 extern "Java"
12 namespace javax
14 namespace management
16 class ObjectName;
17 class Query$InstanceOfQueryExp;
18 class StringValueExp;
23 class javax::management::Query$InstanceOfQueryExp : public ::javax::management::QueryEval
26 public:
27 Query$InstanceOfQueryExp(::javax::management::StringValueExp *);
28 jboolean apply(::javax::management::ObjectName *);
29 private:
30 static const jlong serialVersionUID = -1081892073854801359LL;
31 ::javax::management::StringValueExp * __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) classNameValue;
32 public:
33 static ::java::lang::Class class$;
36 #endif // __javax_management_Query$InstanceOfQueryExp__