inline updates (almost finished) to separate class and other variables merged inadver...
[cacao.git] / nat / java_security_ProtectionDomain.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_SECURITY_PROTECTIONDOMAIN_H
4 #define _JAVA_SECURITY_PROTECTIONDOMAIN_H
5
6 /* Structure information for class: java/security/ProtectionDomain */
7
8 typedef struct java_security_ProtectionDomain {
9    java_objectheader header;
10    struct java_security_CodeSource* code_source;
11    struct java_security_PermissionCollection* perms;
12    struct java_lang_ClassLoader* classloader;
13    java_objectarray* principals;
14    s4 staticBinding;
15 } java_security_ProtectionDomain;
16
17 #endif
18