c_src: update for kill is
[nit.git] / c_src / phase.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_phase__ToolContext___64dphases;
3 val* phase__ToolContext__phases(val* self);
4 void phase__ToolContext__phases_61d(val* self, val* p0);
5 extern const int COLOR_phase__ToolContext__phases;
6 extern const int COLOR_array__Collection__to_a;
7 extern const int COLOR_sorter__AbstractSorter__sort;
8 val* phase__ToolContext__phases_list(val* self);
9 extern const int COLOR_time__Object__get_time;
10 val* string__NativeString__to_s_with_length(char* self, long p0);
11 extern const int COLOR_toolcontext__ToolContext__info;
12 extern const int COLOR_phase__ToolContext__phases_list;
13 extern const int COLOR_abstract_collection__Collection__iterator;
14 extern const int COLOR_abstract_collection__Iterator__is_ok;
15 extern const int COLOR_abstract_collection__Iterator__item;
16 extern const int COLOR_string__Object__class_name;
17 val* NEW_array__Array(const struct type* type);
18 extern const struct type type_array__Arraykernel__Object;
19 val* NEW_array__NativeArray(int length, const struct type* type);
20 extern const struct type type_array__NativeArraykernel__Object;
21 extern const int COLOR_array__Array__with_native;
22 void CHECK_NEW_array__Array(val*);
23 extern const int COLOR_string__Object__to_s;
24 extern const int COLOR_abstract_collection__Iterator__next;
25 extern const int COLOR_parser_nodes__ANode__location;
26 extern const int COLOR_location__Location__file;
27 extern const int COLOR_location__SourceFile__filename;
28 extern const int COLOR_phase__Phase__toolcontext;
29 extern const int COLOR_kernel__Object___61d_61d;
30 extern const int COLOR_toolcontext__ToolContext__error_count;
31 extern const int COLOR_phase__Phase__process_nmodule;
32 extern const int COLOR_toolcontext__ToolContext__check_errors;
33 extern const int COLOR_parser_nodes__AModule__n_classdefs;
34 extern const int COLOR_phase__Phase__process_nclassdef;
35 extern const int COLOR_parser_nodes__AClassdef__n_propdefs;
36 extern const int COLOR_phase__Phase__process_npropdef;
37 val* NEW_phase__AnnotationPhaseVisitor(const struct type* type);
38 extern const struct type type_phase__AnnotationPhaseVisitor;
39 extern const int COLOR_phase__AnnotationPhaseVisitor__init;
40 void CHECK_NEW_phase__AnnotationPhaseVisitor(val*);
41 extern const int COLOR_parser_nodes__Visitor__enter_visit;
42 void phase__ToolContext__run_phases(val* self, val* p0);
43 extern const int COLOR_phase__AnnotationPhaseVisitor___64dphase;
44 val* phase__AnnotationPhaseVisitor__phase(val* self);
45 void phase__AnnotationPhaseVisitor__phase_61d(val* self, val* p0);
46 extern const int COLOR_parser_nodes__Visitor__init;
47 extern const int COLOR_phase__AnnotationPhaseVisitor__phase_61d;
48 void phase__AnnotationPhaseVisitor__init(val* self, val* p0);
49 extern const int COLOR_parser_nodes__ANode__visit_all;
50 extern const struct type type_parser_nodes__AAnnotation;
51 extern const int COLOR_phase__AnnotationPhaseVisitor__phase;
52 extern const int COLOR_parser_nodes__ANode__parent;
53 extern const int COLOR_phase__Phase__process_annotated_node;
54 void phase__AnnotationPhaseVisitor__visit(val* self, val* p0);
55 extern const int COLOR_phase__Phase___64dtoolcontext;
56 val* phase__Phase__toolcontext(val* self);
57 void phase__Phase__toolcontext_61d(val* self, val* p0);
58 extern const int COLOR_phase__Phase___64din_hierarchy;
59 val* phase__Phase__in_hierarchy(val* self);
60 void phase__Phase__in_hierarchy_61d(val* self, val* p0);
61 extern const int COLOR_phase__Phase__toolcontext_61d;
62 extern const int COLOR_poset__POSet__add_node;
63 extern const int COLOR_phase__Phase__in_hierarchy_61d;
64 extern const int COLOR_poset__POSet__add_edge;
65 void phase__Phase__init(val* self, val* p0, val* p1);
66 void phase__Phase__process_nmodule(val* self, val* p0);
67 void phase__Phase__process_nclassdef(val* self, val* p0);
68 void phase__Phase__process_npropdef(val* self, val* p0);
69 void phase__Phase__process_annotated_node(val* self, val* p0, val* p1);