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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [Query$BooleanValueExp.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_management_Query$BooleanValueExp__
#define __javax_management_Query$BooleanValueExp__
 
#pragma interface
 
#include <javax/management/QueryEval.h>
extern "Java"
{
  namespace javax
  {
    namespace management
    {
        class ObjectName;
        class Query$BooleanValueExp;
        class ValueExp;
    }
  }
}
 
class javax::management::Query$BooleanValueExp : public ::javax::management::QueryEval
{
 
public:
  Query$BooleanValueExp(jboolean);
  ::javax::management::ValueExp * apply(::javax::management::ObjectName *);
  ::java::lang::String * toString();
private:
  static const jlong serialVersionUID = 7754922052666594581LL;
  jboolean __attribute__((aligned(__alignof__( ::javax::management::QueryEval)))) val;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_management_Query$BooleanValueExp__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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