X-Git-Url: http://nitlanguage.org diff --git a/c_src/typing.sep.0.h b/c_src/typing.sep.0.h index 9f3f7aa..d752890 100644 --- a/c_src/typing.sep.0.h +++ b/c_src/typing.sep.0.h @@ -2,9 +2,6 @@ extern const int COLOR_typing__ToolContext___64dtyping_phase; val* typing__ToolContext__typing_phase(val* self); void typing__ToolContext__typing_phase_61d(val* self, val* p0); -extern const int COLOR_typing__MPropDef___64dhas_supercall; -short int typing__MPropDef__has_supercall(val* self); -void typing__MPropDef__has_supercall_61d(val* self, short int p0); extern const int COLOR_phase__Phase__toolcontext; extern const int COLOR_modelbuilder__ToolContext__modelbuilder; extern const int COLOR_typing__APropdef__do_typing; @@ -30,7 +27,6 @@ val* NEW_scope__Variable(const struct type* type); extern const struct type type_scope__Variable; val* string__NativeString__to_s_with_length(char* self, long p0); extern const int COLOR_scope__Variable__init; -void CHECK_NEW_scope__Variable(val*); extern const int COLOR_typing__TypeVisitor__selfvariable_61d; extern const int COLOR_model__MClass__mclass_type; extern const int COLOR_typing__Variable__declared_type_61d; @@ -58,7 +54,6 @@ extern const struct type type_array__Arraykernel__Object; val* NEW_array__NativeArray(int length, const struct type* type); extern const struct type type_array__NativeArraykernel__Object; extern const int COLOR_array__Array__with_native; -void CHECK_NEW_array__Array(val*); extern const int COLOR_string__Object__to_s; extern const int COLOR_modelbuilder__ModelBuilder__error; val* typing__TypeVisitor__check_subtype(val* self, val* p0, val* p1, val* p2); @@ -102,7 +97,7 @@ extern const int COLOR_model__MProperty__visibility; extern const int COLOR_model_base__Object__protected_visibility; extern const int COLOR_typing__TypeVisitor__mmodule; extern const int COLOR_model__MProperty__intro_mclassdef; -extern const int COLOR_model_base__MModule__visibility_for; +extern const int COLOR_mmodule__MModule__visibility_for; extern const int COLOR_model_base__Object__intrude_visibility; extern const int COLOR_kernel__Comparable___60d; extern const int COLOR_model__MProperty__lookup_definitions; @@ -118,14 +113,13 @@ extern const struct type type_model__MParameterType; val* NEW_typing__CallSite(const struct type* type); extern const struct type type_typing__CallSite; extern const int COLOR_typing__CallSite__init; -void CHECK_NEW_typing__CallSite(val*); val* typing__TypeVisitor__get_method(val* self, val* p0, val* p1, val* p2, short int p3); extern const int COLOR_model__MSignature__vararg_rank; extern const int COLOR_model__MSignature__arity; +val* BOX_kernel__Int(long); val* NEW_range__Range(const struct type* type); extern const struct type type_range__Rangekernel__Int; extern const int COLOR_range__Range__without_last; -void CHECK_NEW_range__Range(val*); 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; @@ -214,7 +208,6 @@ extern const int COLOR_modelize_property__APropdef__mpropdef; val* NEW_typing__TypeVisitor(const struct type* type); extern const struct type type_typing__TypeVisitor; extern const int COLOR_typing__TypeVisitor__init; -void CHECK_NEW_typing__TypeVisitor(val*); extern const int COLOR_typing__TypeVisitor__selfvariable; extern const int COLOR_typing__APropdef__selfvariable_61d; extern const int COLOR_parser_nodes__AConcreteMethPropdef__n_block; @@ -258,9 +251,6 @@ extern const int COLOR_typing__AExpr__mtype_61d; void typing__AVarExpr__accept_typing(val* self, val* p0); extern const int COLOR_parser_nodes__AAssignFormExpr__n_value; void typing__AVarAssignExpr__accept_typing(val* self, val* p0); -extern const int COLOR_typing__AReassignFormExpr__reassign_callsite; -extern const int COLOR_typing__CallSite__mpropdef; -val* typing__AReassignFormExpr__reassign_property(val* self); extern const int COLOR_typing__AReassignFormExpr___64dreassign_callsite; val* typing__AReassignFormExpr__reassign_callsite(val* self); void typing__AReassignFormExpr__reassign_callsite_61d(val* self, val* p0); @@ -370,7 +360,7 @@ extern const int COLOR_model__MClass__intro; extern const int COLOR_parser_nodes__ARangeExpr__n_expr; extern const int COLOR_parser_nodes__ARangeExpr__n_expr2; void typing__ARangeExpr__accept_typing(val* self, val* p0); -extern const int COLOR_model_base__MModule__model; +extern const int COLOR_mmodule__MModule__model; extern const int COLOR_model__Model__null_type; void typing__ANullExpr__accept_typing(val* self, val* p0); extern const int COLOR_typing__AIsaExpr___64dcast_type; @@ -395,8 +385,6 @@ val* typing__ASelfExpr__its_variable(val* self); void typing__ASelfExpr__its_variable_61d(val* self, val* p0); extern const int COLOR_typing__ASelfExpr__its_variable_61d; void typing__ASelfExpr__accept_typing(val* self, val* p0); -extern const int COLOR_typing__ASendExpr__callsite; -val* typing__ASendExpr__mproperty(val* self); extern const int COLOR_typing__ASendExpr___64dcallsite; val* typing__ASendExpr__callsite(val* self); void typing__ASendExpr__callsite_61d(val* self, val* p0); @@ -452,8 +440,6 @@ extern const int COLOR_parser_nodes__ABraFormExpr__n_args; val* typing__ABraExpr__compute_raw_arguments(val* self); val* typing__ABraAssignExpr__property_name(val* self); val* typing__ABraAssignExpr__compute_raw_arguments(val* self); -extern const int COLOR_typing__ASendReassignFormExpr__write_callsite; -val* typing__ASendReassignFormExpr__write_mproperty(val* self); extern const int COLOR_typing__ASendReassignFormExpr___64dwrite_callsite; val* typing__ASendReassignFormExpr__write_callsite(val* self); void typing__ASendReassignFormExpr__write_callsite_61d(val* self, val* p0); @@ -467,29 +453,35 @@ val* typing__AInitExpr__property_name(val* self); extern const int COLOR_parser_nodes__AInitExpr__n_args; val* typing__AInitExpr__compute_raw_arguments(val* self); val* typing__AExprs__to_a(val* self); -extern const int COLOR_typing__ASuperExpr___64dmproperty; -val* typing__ASuperExpr__mproperty(val* self); -void typing__ASuperExpr__mproperty_61d(val* self, val* p0); +extern const int COLOR_typing__ASuperExpr___64dcallsite; +val* typing__ASuperExpr__callsite(val* self); +void typing__ASuperExpr__callsite_61d(val* self, val* p0); +extern const int COLOR_typing__ASuperExpr___64dmpropdef; +val* typing__ASuperExpr__mpropdef(val* self); +void typing__ASuperExpr__mpropdef_61d(val* self, val* p0); extern const int COLOR_model__MProperty__lookup_super_definitions; extern const int COLOR_model__MPropDef__is_intro; extern const int COLOR_typing__ASuperExpr__process_superinit; extern const int COLOR_parser_nodes__ASuperExpr__n_args; -extern const int COLOR_typing__MPropDef__has_supercall_61d; +extern const int COLOR_modelize_property__MPropDef__has_supercall_61d; +extern const int COLOR_typing__ASuperExpr__mpropdef_61d; void typing__ASuperExpr__accept_typing(val* self, val* p0); extern const int COLOR_model__MClassDef__supertypes; extern const struct type type_nullable_model__MMethod; extern const int COLOR_model__MProperty__full_name; -extern const int COLOR_typing__ASuperExpr__mproperty_61d; +extern const int COLOR_typing__ASuperExpr__callsite_61d; +extern const int COLOR_model__MParameter__name; void typing__ASuperExpr__process_superinit(val* self, val* p0); -extern const int COLOR_typing__ANewExpr__callsite; -val* typing__ANewExpr__mproperty(val* self); extern const int COLOR_typing__ANewExpr___64dcallsite; val* typing__ANewExpr__callsite(val* self); void typing__ANewExpr__callsite_61d(val* self, val* p0); extern const int COLOR_parser_nodes__ANewExpr__n_type; +extern const int COLOR_model__MClassType__mclass; +extern const int COLOR_model__MClass__kind; +extern const int COLOR_model__Object__abstract_kind; +extern const int COLOR_model__Object__interface_kind; extern const int COLOR_parser_nodes__ANewExpr__n_id; extern const int COLOR_typing__ANewExpr__callsite_61d; -extern const int COLOR_model__MClassType__mclass; extern const int COLOR_model__MMethod__is_init_for; extern const int COLOR_parser_nodes__ANewExpr__n_args; void typing__ANewExpr__accept_typing(val* self, val* p0);