Saving...
[cacao.git] / nat / java_net_URL.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NET_URL_H
4 #define _JAVA_NET_URL_H
5
6 /* Structure information for class: java/net/URL */
7
8 typedef struct java_net_URL {
9    java_objectheader header;
10    struct java_lang_String* protocol;
11    struct java_lang_String* authority;
12    struct java_lang_String* host;
13    struct java_lang_String* userInfo;
14    s4 port;
15    struct java_lang_String* file;
16    struct java_lang_String* ref;
17    s4 hashCode;
18    struct java_net_URLStreamHandler* ph;
19 } java_net_URL;
20
21 #endif
22