c_src: update with new intern methods
[nit.git] / c_src / auto_super_init.sep.0.h
index f06ebf3..f6e0897 100644 (file)
@@ -24,6 +24,9 @@ extern const int COLOR_modelize_class__AClassdef__mclassdef;
 extern const int COLOR_modelize_property__APropdef__mpropdef;
 extern const int COLOR_model__MPropDef__mclassdef;
 extern const int COLOR_model__MClassDef__mmodule;
+extern const int COLOR_model__MClassDef__bound_mtype;
+extern const int COLOR_model__MClassDef__mclass;
+extern const int COLOR_model__MClass__mclass_type;
 extern const int COLOR_model__MPropDef__mproperty;
 extern const int COLOR_model__MMethod__is_init;
 extern const int COLOR_model__MClassDef__is_intro;
@@ -32,7 +35,6 @@ extern const int COLOR_poset__POSetElement__direct_greaters;
 extern const int COLOR_abstract_collection__Collection__iterator;
 extern const int COLOR_abstract_collection__Iterator__is_ok;
 extern const int COLOR_abstract_collection__Iterator__item;
-extern const int COLOR_model__MClassDef__mclass;
 extern const int COLOR_model__MClass__kind;
 extern const int COLOR_model__MClassKind__need_init;
 extern const int COLOR_abstract_collection__Iterator__next;
@@ -43,11 +45,10 @@ extern const int COLOR_auto_super_init__AutoSuperInitVisitor__init;
 extern const int COLOR_parser_nodes__Visitor__enter_visit;
 extern const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init;
 val* NEW_array__Array(const struct type* type);
-extern const struct type type_array__Arraymodel__MMethod;
+extern const struct type type_array__Arraytyping__CallSite;
 extern const int COLOR_array__Array__init;
 extern const int COLOR_model__MClassDef__supertypes;
 extern const int COLOR_model__MClassType__mclass;
-extern const int COLOR_model__MClassDef__bound_mtype;
 extern const int COLOR_model__MType__anchor_to;
 extern const int COLOR_model__MProperty__name;
 extern const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2;
@@ -59,15 +60,30 @@ extern const int COLOR_array__Array__with_native;
 extern const int COLOR_string__Object__to_s;
 extern const int COLOR_modelbuilder__ModelBuilder__error;
 extern const struct type type_model__MMethod;
+extern const int COLOR_model__MProperty__lookup_definitions;
+extern const int COLOR_abstract_collection__Collection__first;
+extern const int COLOR_model__MMethodDef__msignature;
+extern const int COLOR_model__MType__resolve_for;
+val* NEW_typing__CallSite(const struct type* type);
+extern const struct type type_typing__CallSite;
+extern const int COLOR_typing__CallSite__init;
 extern const int COLOR_abstract_collection__SimpleCollection__add;
 extern const int COLOR_abstract_collection__Collection__is_empty;
-extern const int COLOR_model__MProperty__intro;
-extern const int COLOR_model__MMethodDef__msignature;
+extern const int COLOR_typing__CallSite__mpropdef;
+extern const int COLOR_typing__CallSite__msignature;
 extern const int COLOR_model__MSignature__arity;
+extern const struct type type_kernel__Int;
+val* BOX_kernel__Int(long);
+extern const int COLOR_model__MSignature__mparameters;
+extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
+extern const int COLOR_model__MParameter__mtype;
+extern const int COLOR_model__MType__is_subtype;
+extern const int COLOR_model__MParameter__name;
 extern const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d;
 void auto_super_init__AConcreteMethPropdef__do_auto_super_init(val* self, val* p0);
 void auto_super_init__ANode__accept_auto_super_init(val* self, val* p0);
-extern const int COLOR_typing__ASendExpr__mproperty;
+extern const int COLOR_typing__ASendExpr__callsite;
+extern const int COLOR_typing__CallSite__mproperty;
 extern const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d;
 void auto_super_init__ASendExpr__accept_auto_super_init(val* self, val* p0);
 void auto_super_init__ASuperExpr__accept_auto_super_init(val* self, val* p0);