Reset branch to trunk.
[official-gcc.git] / trunk / libjava / sun / reflect / misc / ReflectUtil.h
blob91c0b64b2c87939e242ac467c01804f728a23737
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __sun_reflect_misc_ReflectUtil__
5 #define __sun_reflect_misc_ReflectUtil__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace sun
14 namespace reflect
16 namespace misc
18 class ReflectUtil;
19 class ReflectUtil$MustBeNull;
25 class sun::reflect::misc::ReflectUtil : public ::java::lang::Object
28 public:
29 ReflectUtil();
30 static void checkPackageAccess(::java::lang::Class *);
31 static void ensureMemberAccess(::java::lang::Class *, ::java::lang::Class *, ::sun::reflect::misc::ReflectUtil$MustBeNull *, jint);
32 static ::java::lang::Class class$;
35 #endif // __sun_reflect_misc_ReflectUtil__