c_src: update for new ffi syntax
[nit.git] / c_src / auto_super_init.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase;
3 val* auto_super_init__ToolContext__auto_super_init_phase(val* self);
4 void auto_super_init__ToolContext__auto_super_init_phase_61d(val* self, val* p0);
5 extern const struct type type_parser_nodes__AConcreteMethPropdef;
6 extern const int COLOR_phase__Phase__toolcontext;
7 extern const int COLOR_modelbuilder__ToolContext__modelbuilder;
8 extern const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init;
9 void auto_super_init__AutoSuperInitPhase__process_npropdef(val* self, val* p0);
10 extern const int COLOR_parser_nodes__Visitor__init;
11 void auto_super_init__AutoSuperInitVisitor__init(val* self);
12 extern const int COLOR_auto_super_init__ANode__accept_auto_super_init;
13 extern const int COLOR_parser_nodes__ANode__visit_all;
14 void auto_super_init__AutoSuperInitVisitor__visit(val* self, val* p0);
15 extern const int COLOR_auto_super_init__AutoSuperInitVisitor___64dhas_explicit_super_init;
16 short int auto_super_init__AutoSuperInitVisitor__has_explicit_super_init(val* self);
17 void auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d(val* self, short int p0);
18 extern const int COLOR_auto_super_init__AConcreteMethPropdef___64dauto_super_inits;
19 val* auto_super_init__AConcreteMethPropdef__auto_super_inits(val* self);
20 void auto_super_init__AConcreteMethPropdef__auto_super_inits_61d(val* self, val* p0);
21 extern const int COLOR_parser_nodes__ANode__parent;
22 extern const struct type type_parser_nodes__AClassdef;
23 extern const int COLOR_modelize_class__AClassdef__mclassdef;
24 extern const int COLOR_modelize_property__APropdef__mpropdef;
25 extern const int COLOR_model__MPropDef__mclassdef;
26 extern const int COLOR_model__MClassDef__mmodule;
27 extern const int COLOR_model__MPropDef__mproperty;
28 extern const int COLOR_model__MMethod__is_init;
29 extern const int COLOR_model__MClassDef__is_intro;
30 extern const int COLOR_model__MClassDef__in_hierarchy;
31 extern const int COLOR_poset__POSetElement__direct_greaters;
32 extern const int COLOR_abstract_collection__Collection__iterator;
33 extern const int COLOR_abstract_collection__Iterator__is_ok;
34 extern const int COLOR_abstract_collection__Iterator__item;
35 extern const int COLOR_model__MClassDef__mclass;
36 extern const int COLOR_model__MClass__kind;
37 extern const int COLOR_model__MClassKind__need_init;
38 extern const int COLOR_abstract_collection__Iterator__next;
39 extern const int COLOR_parser_nodes__AConcreteMethPropdef__n_block;
40 val* NEW_auto_super_init__AutoSuperInitVisitor(const struct type* type);
41 extern const struct type type_auto_super_init__AutoSuperInitVisitor;
42 extern const int COLOR_auto_super_init__AutoSuperInitVisitor__init;
43 extern const int COLOR_parser_nodes__Visitor__enter_visit;
44 extern const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init;
45 val* NEW_array__Array(const struct type* type);
46 extern const struct type type_array__Arraymodel__MMethod;
47 extern const int COLOR_array__Array__init;
48 extern const int COLOR_model__MClassDef__supertypes;
49 extern const int COLOR_model__MClassType__mclass;
50 extern const int COLOR_model__MClassDef__bound_mtype;
51 extern const int COLOR_model__MType__anchor_to;
52 extern const int COLOR_model__MProperty__name;
53 extern const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2;
54 val* string__NativeString__to_s_with_length(char* self, long p0);
55 extern const struct type type_array__Arraykernel__Object;
56 val* NEW_array__NativeArray(int length, const struct type* type);
57 extern const struct type type_array__NativeArraykernel__Object;
58 extern const int COLOR_array__Array__with_native;
59 extern const int COLOR_string__Object__to_s;
60 extern const int COLOR_modelbuilder__ModelBuilder__error;
61 extern const struct type type_model__MMethod;
62 extern const int COLOR_abstract_collection__SimpleCollection__add;
63 extern const int COLOR_abstract_collection__Collection__is_empty;
64 extern const int COLOR_model__MProperty__intro;
65 extern const int COLOR_model__MMethodDef__msignature;
66 extern const int COLOR_model__MSignature__arity;
67 extern const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d;
68 void auto_super_init__AConcreteMethPropdef__do_auto_super_init(val* self, val* p0);
69 void auto_super_init__ANode__accept_auto_super_init(val* self, val* p0);
70 extern const int COLOR_typing__ASendExpr__mproperty;
71 extern const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d;
72 void auto_super_init__ASendExpr__accept_auto_super_init(val* self, val* p0);
73 void auto_super_init__ASuperExpr__accept_auto_super_init(val* self, val* p0);