OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [Query$InQueryExp.h] - Blame information for rev 759

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.