mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
37 lines
865 B
C++
37 lines
865 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_management_Query$NotQueryExp__
|
|
#define __javax_management_Query$NotQueryExp__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/management/QueryEval.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace management
|
|
{
|
|
class ObjectName;
|
|
class Query$NotQueryExp;
|
|
class QueryExp;
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::management::Query$NotQueryExp : public ::javax::management::QueryEval
|
|
{
|
|
|
|
public:
|
|
Query$NotQueryExp(::javax::management::QueryExp *);
|
|
jboolean apply(::javax::management::ObjectName *);
|
|
private:
|
|
static const jlong serialVersionUID = 5269643775896723397LL;
|
|
::javax::management::QueryExp * __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) exp;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_management_Query$NotQueryExp__
|