x & C -> x if we know that x & ~C == 0
[official-gcc.git] / libjava / gnu / classpath / ServiceFactory.h
blobd335427fc3f5c375e9b2633f6f0ec90670d634b2
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_classpath_ServiceFactory__
5 #define __gnu_classpath_ServiceFactory__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace classpath
16 class ServiceFactory;
21 class gnu::classpath::ServiceFactory : public ::java::lang::Object
24 ServiceFactory();
25 public:
26 static ::java::util::Iterator * lookupProviders(::java::lang::Class *, ::java::lang::ClassLoader *);
27 static ::java::util::Iterator * lookupProviders(::java::lang::Class *, ::java::lang::ClassLoader *, jboolean);
28 static ::java::util::Iterator * lookupProviders(::java::lang::Class *);
29 public: // actually package-private
30 static void log(::java::util::logging::Level *, ::java::lang::String *, ::java::lang::Object *, ::java::lang::Throwable *);
31 private:
32 static ::java::util::logging::Logger * LOGGER;
33 public:
34 static ::java::lang::Class class$;
37 #endif // __gnu_classpath_ServiceFactory__