pep8analysis: intro the web interface
[nit.git] / c_src / nitg.classes.1.c
1 #include "nitg.classes.0.h"
2 const int COLOR_kernel__Object__object_id = 0;
3 const int COLOR_kernel__Object__is_same_type = 1;
4 const int COLOR_kernel__Object__is_same_instance = 2;
5 const int COLOR_kernel__Object___61d_61d = 3;
6 const int COLOR_kernel__Object___33d_61d = 4;
7 const int COLOR_kernel__Object__output = 5;
8 const int COLOR_kernel__Object__output_class_name = 6;
9 const int COLOR_kernel__Object__exit = 7;
10 const int COLOR_kernel__Object__sys = 8;
11 const int COLOR_kernel__Object__hash = 9;
12 const int COLOR_math__Object__atan2 = 10;
13 const int COLOR_math__Object__pi = 11;
14 const int COLOR_math__Object__srand_from = 12;
15 const int COLOR_math__Object__srand = 13;
16 const int COLOR_string__Object__to_s = 14;
17 const int COLOR_string__Object__native_class_name = 15;
18 const int COLOR_string__Object__class_name = 16;
19 const int COLOR_string__Object__inspect = 17;
20 const int COLOR_string__Object__inspect_head = 18;
21 const int COLOR_string__Object__args = 19;
22 const int COLOR_string__Object__alpha_comparator = 20;
23 const int COLOR_stream__Object__poll = 21;
24 const int COLOR_stream__Object__intern_poll = 22;
25 const int COLOR_time__Object__get_time = 23;
26 const int COLOR_file__Object__printn = 24;
27 const int COLOR_file__Object__print = 25;
28 const int COLOR_file__Object__getc = 26;
29 const int COLOR_file__Object__gets = 27;
30 const int COLOR_file__Object__getcwd = 28;
31 const int COLOR_file__Object__file_getcwd = 29;
32 const int COLOR_file__Object__stdin = 30;
33 const int COLOR_file__Object__stdout = 31;
34 const int COLOR_file__Object__stderr = 32;
35 const int COLOR_model_base__Object__intrude_visibility = 33;
36 const int COLOR_model_base__Object__public_visibility = 34;
37 const int COLOR_model_base__Object__protected_visibility = 35;
38 const int COLOR_model_base__Object__private_visibility = 36;
39 const int COLOR_model_base__Object__none_visibility = 37;
40 const int COLOR_model__Object__abstract_kind = 38;
41 const int COLOR_model__Object__concrete_kind = 39;
42 const int COLOR_model__Object__interface_kind = 40;
43 const int COLOR_model__Object__enum_kind = 41;
44 const int COLOR_model__Object__extern_kind = 42;
45 const int COLOR_nitni_utilities__Object__internal_call_context = 43;
46 const int COLOR_nitni_utilities__Object__long_signature = 44;
47 const int COLOR_nitni_utilities__Object__short_signature = 45;
48 const int COLOR_c__Object__to_c_call_context = 46;
49 const int COLOR_c__Object__from_c_call_context = 47;
50 const int COLOR_cpp__Object__cpp_call_context = 48;
51 const int COLOR_cpp__Object__to_cpp_call_context = 49;
52 const int COLOR_cpp__Object__from_cpp_call_context = 50;
53 const int COLOR_kernel__Comparable___60d = 51;
54 const int COLOR_kernel__Comparable___60d_61d = 52;
55 const int COLOR_kernel__Comparable___62d_61d = 53;
56 const int COLOR_kernel__Comparable___62d = 54;
57 const int COLOR_kernel__Comparable___60d_61d_62d = 55;
58 const int COLOR_kernel__Comparable__is_between = 56;
59 const int COLOR_kernel__Comparable__max = 57;
60 const int COLOR_kernel__Comparable__min = 58;
61 const int COLOR_kernel__Discrete__succ = 59;
62 const int COLOR_kernel__Discrete__prec = 60;
63 const int COLOR_kernel__Discrete___43d = 61;
64 const int COLOR_kernel__Discrete___45d = 62;
65 const int COLOR_kernel__Discrete__distance = 63;
66 const int COLOR_string_search__Pattern__search_index_in = 64;
67 const int COLOR_string_search__Pattern__search_in = 65;
68 const int COLOR_string_search__Pattern__search_all_in = 66;
69 const int COLOR_string_search__Pattern__split_in = 67;
70 const int COLOR_kernel__Char__to_i = 68;
71 const int COLOR_kernel__Char__ascii = 69;
72 const int COLOR_kernel__Char__to_lower = 70;
73 const int COLOR_kernel__Char__to_upper = 71;
74 const int COLOR_kernel__Char__is_digit = 72;
75 const int COLOR_kernel__Char__is_lower = 73;
76 const int COLOR_kernel__Char__is_upper = 74;
77 const int COLOR_kernel__Char__is_letter = 75;
78 const int COLOR_string__Char__is_numeric = 76;
79 const int COLOR_string__Char__is_alpha = 77;
80 const int COLOR_string__Char__is_alphanumeric = 78;
81 const int COLOR_abstract_collection__Collection__iterator = 68;
82 const int COLOR_abstract_collection__Collection__is_empty = 69;
83 const int COLOR_abstract_collection__Collection__length = 70;
84 const int COLOR_abstract_collection__Collection__has = 71;
85 const int COLOR_abstract_collection__Collection__has_only = 72;
86 const int COLOR_abstract_collection__Collection__count = 73;
87 const int COLOR_abstract_collection__Collection__first = 74;
88 const int COLOR_abstract_collection__Collection__has_all = 75;
89 const int COLOR_array__Collection__to_a = 76;
90 const int COLOR_math__Collection__rand = 77;
91 const int COLOR_string__Collection__join = 78;
92 const int COLOR_abstract_collection__RemovableCollection__clear = 79;
93 const int COLOR_abstract_collection__RemovableCollection__remove = 80;
94 const int COLOR_abstract_collection__RemovableCollection__remove_all = 81;
95 const int COLOR_abstract_collection__SimpleCollection__add = 82;
96 const int COLOR_abstract_collection__SimpleCollection__add_all = 83;
97 const int COLOR_abstract_collection__MapRead___91d_93d = 51;
98 const int COLOR_abstract_collection__MapRead__get_or_null = 52;
99 const int COLOR_abstract_collection__MapRead__get_or_default = 53;
100 const int COLOR_abstract_collection__MapRead__has_key = 54;
101 const int COLOR_abstract_collection__MapRead__iterator = 55;
102 const int COLOR_abstract_collection__MapRead__values = 56;
103 const int COLOR_abstract_collection__MapRead__keys = 57;
104 const int COLOR_abstract_collection__MapRead__is_empty = 58;
105 const int COLOR_abstract_collection__MapRead__length = 59;
106 const int COLOR_abstract_collection__MapRead__provide_default_value = 60;
107 const int COLOR_abstract_collection__Map___91d_93d_61d = 61;
108 const int COLOR_abstract_collection__Map__recover_with = 62;
109 const int COLOR_abstract_collection__Map__clear = 63;
110 const int COLOR_string__Map__join = 64;
111 const int COLOR_abstract_collection__SequenceRead___91d_93d = 84;
112 const int COLOR_abstract_collection__SequenceRead__last = 85;
113 const int COLOR_abstract_collection__SequenceRead__index_of = 86;
114 const int COLOR_abstract_collection__Sequence__first_61d = 87;
115 const int COLOR_abstract_collection__Sequence__last_61d = 88;
116 const int COLOR_abstract_collection__Sequence__push = 89;
117 const int COLOR_abstract_collection__Sequence__append = 90;
118 const int COLOR_abstract_collection__Sequence__pop = 91;
119 const int COLOR_abstract_collection__Sequence__unshift = 92;
120 const int COLOR_abstract_collection__Sequence__shift = 93;
121 const int COLOR_abstract_collection__Sequence___91d_93d_61d = 94;
122 const int COLOR_abstract_collection__Sequence__remove_at = 95;
123 const int COLOR_collection__Sequence__subarray = 96;
124 const int COLOR_array__AbstractArrayRead__last_index_of = 97;
125 const int COLOR_array__AbstractArrayRead__index_of_from = 98;
126 const int COLOR_array__AbstractArrayRead__last_index_of_from = 99;
127 const int COLOR_array__AbstractArrayRead__reversed = 100;
128 const int COLOR_array__AbstractArrayRead__copy_to = 101;
129 const int COLOR_array__AbstractArrayRead__init = 102;
130 const int COLOR_array__AbstractArray__enlarge = 103;
131 const int COLOR_array__AbstractArray__insert = 104;
132 const int COLOR_array__AbstractArray__swap_at = 105;
133 const int COLOR_array__AbstractArray__init = 106;
134 const int COLOR_array__ArrayCapable__calloc_array = 107;
135 const int COLOR_array__Array__init = 108;
136 const int COLOR_array__Array__from = 109;
137 const int COLOR_array__Array__with_items = 110;
138 const int COLOR_array__Array__with_capacity = 111;
139 const int COLOR_array__Array__filled_with = 112;
140 const int COLOR_array__Array__with_native = 113;
141 const int COLOR_array__Array__intern_items = 114;
142 const int COLOR_abstract_compiler__Array___45d = 115;
143 const int COLOR_sorter__AbstractSorter__compare = 79;
144 const int COLOR_sorter__AbstractSorter__sort = 80;
145 const int COLOR_sorter__AbstractSorter__sub_sort = 81;
146 const int COLOR_sorter__AbstractSorter__quick_sort = 82;
147 const int COLOR_sorter__AbstractSorter__bubble_sort = 83;
148 const int COLOR_hash_collection__HashCollection__first_item = 108;
149 const int COLOR_hash_collection__HashCollection__index_at = 109;
150 const int COLOR_hash_collection__HashCollection__node_at = 110;
151 const int COLOR_hash_collection__HashCollection__node_at_idx = 111;
152 const int COLOR_hash_collection__HashCollection__store = 112;
153 const int COLOR_hash_collection__HashCollection__remove_node = 113;
154 const int COLOR_hash_collection__HashCollection__raz = 114;
155 const int COLOR_hash_collection__HashCollection__enlarge = 115;
156 const int COLOR_hash_collection__HashCollection__init = 116;
157 const int COLOR_hash_collection__HashMap__init = 117;
158 const int COLOR_hash_collection__HashMap__keys_61d = 118;
159 const int COLOR_hash_collection__HashMap__values_61d = 119;
160 const int COLOR_hash_collection__HashSet__init = 117;
161 const int COLOR_hash_collection__HashSet__from = 118;
162 const int COLOR_string__AbstractString__items = 107;
163 const int COLOR_string__AbstractString__chars = 108;
164 const int COLOR_string__AbstractString__substring = 109;
165 const int COLOR_string__AbstractString__substring_from = 110;
166 const int COLOR_string__AbstractString__has_substring = 111;
167 const int COLOR_string__AbstractString__has_prefix = 112;
168 const int COLOR_string__AbstractString__has_suffix = 113;
169 const int COLOR_string__AbstractString__to_i = 114;
170 const int COLOR_string__AbstractString__to_f = 115;
171 const int COLOR_string__AbstractString__to_hex = 116;
172 const int COLOR_string__AbstractString__a_to = 117;
173 const int COLOR_string__AbstractString__is_numeric = 118;
174 const int COLOR_string__AbstractString__to_upper = 119;
175 const int COLOR_string__AbstractString__to_lower = 120;
176 const int COLOR_string__AbstractString__trim = 121;
177 const int COLOR_string__AbstractString__to_cmangle = 122;
178 const int COLOR_string__AbstractString__escape_to_c = 123;
179 const int COLOR_string__AbstractString__escape_more_to_c = 124;
180 const int COLOR_string__AbstractString__escape_to_nit = 125;
181 const int COLOR_string__AbstractString__unescape_nit = 126;
182 const int COLOR_string__AbstractString__init = 127;
183 const int COLOR_string__StringCharView__target = 97;
184 const int COLOR_string__StringCharView__target_61d = 98;
185 const int COLOR_string__StringCharView__init = 99;
186 const int COLOR_string__StringCapable__calloc_string = 128;
187 const int COLOR_stream__Streamable__write_to = 129;
188 const int COLOR_string__String__index_from = 130;
189 const int COLOR_string__String__index_to = 131;
190 const int COLOR_string__String__chars_61d = 132;
191 const int COLOR_string__String__with_infos = 133;
192 const int COLOR_string__String__to_cstring = 134;
193 const int COLOR_string__String___43d = 135;
194 const int COLOR_string__String___42d = 136;
195 const int COLOR_environ__String__environ = 137;
196 const int COLOR_environ__String__setenv = 138;
197 const int COLOR_string_search__String__search = 139;
198 const int COLOR_string_search__String__search_from = 140;
199 const int COLOR_string_search__String__search_all = 141;
200 const int COLOR_string_search__String__split = 142;
201 const int COLOR_string_search__String__split_with = 143;
202 const int COLOR_string_search__String__replace = 144;
203 const int COLOR_string_search__String__html_escape = 145;
204 const int COLOR_file__String__file_exists = 146;
205 const int COLOR_file__String__file_stat = 147;
206 const int COLOR_file__String__file_lstat = 148;
207 const int COLOR_file__String__file_delete = 149;
208 const int COLOR_file__String__file_copy_to = 150;
209 const int COLOR_file__String__strip_extension = 151;
210 const int COLOR_file__String__basename = 152;
211 const int COLOR_file__String__dirname = 153;
212 const int COLOR_file__String__realpath = 154;
213 const int COLOR_file__String__simplify_path = 155;
214 const int COLOR_file__String__join_path = 156;
215 const int COLOR_file__String__mkdir = 157;
216 const int COLOR_file__String__chdir = 158;
217 const int COLOR_file__String__file_extension = 159;
218 const int COLOR_file__String__files = 160;
219 const int COLOR_string__Buffer__chars_61d = 129;
220 const int COLOR_string__Buffer__init = 130;
221 const int COLOR_string__Buffer__from = 131;
222 const int COLOR_string__Buffer__with_capacity = 132;
223 const int COLOR_string__Buffer__capacity = 133;
224 const int COLOR_string__Buffer__append = 134;
225 const int COLOR_string__FlatBufferCharView__enlarge = 129;
226 const int COLOR_stream__IOS__close = 51;
227 const int COLOR_stream__IStream__read_char = 52;
228 const int COLOR_stream__IStream__read = 53;
229 const int COLOR_stream__IStream__read_line = 54;
230 const int COLOR_stream__IStream__read_all = 55;
231 const int COLOR_stream__IStream__append_line_to = 56;
232 const int COLOR_stream__IStream__eof = 57;
233 const int COLOR_stream__OStream__write = 58;
234 const int COLOR_stream__OStream__is_writable = 59;
235 const int COLOR_stream__BufferedIStream__fill_buffer = 58;
236 const int COLOR_stream__BufferedIStream__end_reached = 59;
237 const int COLOR_stream__BufferedIStream__prepare_buffer = 60;
238 const int COLOR_stream__BufferedIStream__init = 61;
239 const int COLOR_stream__FDStream__fd = 60;
240 const int COLOR_stream__FDStream__fd_61d = 61;
241 const int COLOR_stream__FDStream__native_close = 62;
242 const int COLOR_stream__FDStream__native_read_char = 63;
243 const int COLOR_stream__FDStream__native_read = 64;
244 const int COLOR_stream__FDStream__native_write = 65;
245 const int COLOR_stream__FDStream__native_write_char = 66;
246 const int COLOR_stream__FDStream__init = 67;
247 const int COLOR_stream__FDIStream__eof_61d = 68;
248 const int COLOR_stream__FDIStream__init = 69;
249 const int COLOR_stream__FDOStream__is_writable_61d = 70;
250 const int COLOR_stream__FDOStream__init = 71;
251 const int COLOR_stream__FDIOStream__init = 72;
252 const int COLOR_exec__Process__id = 60;
253 const int COLOR_exec__Process__is_finished = 61;
254 const int COLOR_exec__Process__wait = 62;
255 const int COLOR_exec__Process__status = 63;
256 const int COLOR_exec__Process__init = 64;
257 const int COLOR_exec__Process__init_ = 65;
258 const int COLOR_exec__Process__from_a = 66;
259 const int COLOR_exec__Process__execute = 67;
260 const int COLOR_exec__Process__data = 68;
261 const int COLOR_exec__Process__data_61d = 69;
262 const int COLOR_exec__Process__basic_exec_execute = 70;
263 const int COLOR_exec__IProcess__stream_in = 71;
264 const int COLOR_exec__IProcess__stream_in_61d = 72;
265 const int COLOR_exec__IProcess__init = 73;
266 const int COLOR_exec__IProcess__init_ = 74;
267 const int COLOR_exec__IProcess__from_a = 75;
268 const int COLOR_exec__OProcess__stream_out = 76;
269 const int COLOR_exec__OProcess__stream_out_61d = 77;
270 const int COLOR_exec__OProcess__init = 78;
271 const int COLOR_exec__OProcess__init_ = 79;
272 const int COLOR_exec__OProcess__from_a = 80;
273 const int COLOR_exec__IOProcess__init = 81;
274 const int COLOR_exec__IOProcess__init_ = 82;
275 const int COLOR_exec__IOProcess__from_a = 83;
276 const int COLOR_file__FStream__path = 62;
277 const int COLOR_file__FStream__file_stat = 63;
278 const int COLOR_file__FStream__init = 64;
279 const int COLOR_file__IFStream__reopen = 65;
280 const int COLOR_file__IFStream__open = 66;
281 const int COLOR_file__IFStream__init = 67;
282 const int COLOR_file__IFStream__without_file = 68;
283 const int COLOR_file__OFStream__write_native = 65;
284 const int COLOR_file__OFStream__open = 66;
285 const int COLOR_file__OFStream__init = 67;
286 const int COLOR_file__OFStream__without_file = 68;
287 const int COLOR_poset__POSet__elements = 84;
288 const int COLOR_poset__POSet__elements_61d = 85;
289 const int COLOR_poset__POSet__add_node = 86;
290 const int COLOR_poset__POSet___91d_93d = 87;
291 const int COLOR_poset__POSet__add_edge = 88;
292 const int COLOR_poset__POSet__has_edge = 89;
293 const int COLOR_poset__POSet__has_direct_edge = 90;
294 const int COLOR_poset__POSet__show_dot = 91;
295 const int COLOR_poset__POSet__init = 92;
296 const int COLOR_parser_nodes__ANode__location = 51;
297 const int COLOR_parser_nodes__ANode__hot_location = 52;
298 const int COLOR_parser_nodes__ANode__debug = 53;
299 const int COLOR_parser_nodes__ANode__parent = 54;
300 const int COLOR_parser_nodes__ANode__parent_61d = 55;
301 const int COLOR_parser_nodes__ANode__init = 56;
302 const int COLOR_parser_nodes__ANode__replace_child = 57;
303 const int COLOR_parser_nodes__ANode__detach = 58;
304 const int COLOR_parser_nodes__ANode__replace_with = 59;
305 const int COLOR_parser_nodes__ANode__visit_all = 60;
306 const int COLOR_parser_util__ANode__collect_tokens_by_text = 61;
307 const int COLOR_parser_util__ANode__collect_annotations_by_name = 62;
308 const int COLOR_simple_misc_analysis__ANode__accept_simple_misc = 63;
309 const int COLOR_simple_misc_analysis__ANode__after_simple_misc = 64;
310 const int COLOR_literal__ANode__accept_literal = 65;
311 const int COLOR_scope__ANode__accept_scope_visitor = 66;
312 const int COLOR_flow__ANode__accept_flow_visitor = 67;
313 const int COLOR_local_var_init__ANode__accept_local_var_visitor = 68;
314 const int COLOR_auto_super_init__ANode__accept_auto_super_init = 69;
315 const int COLOR_astvalidation__ANode__accept_ast_validation = 70;
316 const int COLOR_rapid_type_analysis__ANode__accept_rapid_type_visitor = 71;
317 const int COLOR_transform__ANode__accept_transform_visitor = 72;
318 const int COLOR_parser_nodes__Prod__location_61d = 73;
319 const int COLOR_parser_nodes__Prod__n_annotations = 74;
320 const int COLOR_parser_nodes__Prod__n_annotations_61d = 75;
321 const int COLOR_parser_nodes__Prod__init = 76;
322 const int COLOR_modelize_property__Prod__collect_text = 77;
323 const int COLOR_parser_nodes__Prod__replace_with = 78;
324 const int COLOR_parser_nodes__APropdef__n_doc = 79;
325 const int COLOR_parser_nodes__APropdef__n_doc_61d = 80;
326 const int COLOR_parser_nodes__APropdef__init = 81;
327 const int COLOR_scope__APropdef__do_scope = 82;
328 const int COLOR_flow__APropdef__do_flow = 83;
329 const int COLOR_flow__APropdef__before_flow_context = 84;
330 const int COLOR_flow__APropdef__before_flow_context_61d = 85;
331 const int COLOR_flow__APropdef__after_flow_context = 86;
332 const int COLOR_flow__APropdef__after_flow_context_61d = 87;
333 const int COLOR_local_var_init__APropdef__do_local_var_init = 88;
334 const int COLOR_modelize_property__APropdef__mpropdef = 89;
335 const int COLOR_modelize_property__APropdef__mpropdef_61d = 90;
336 const int COLOR_modelize_property__APropdef__build_property = 91;
337 const int COLOR_modelize_property__APropdef__build_signature = 92;
338 const int COLOR_modelize_property__APropdef__check_signature = 93;
339 const int COLOR_modelize_property__APropdef__new_property_visibility = 94;
340 const int COLOR_modelize_property__APropdef__check_redef_property_visibility = 95;
341 const int COLOR_modelize_property__APropdef__check_redef_keyword = 96;
342 const int COLOR_typing__APropdef__do_typing = 97;
343 const int COLOR_typing__APropdef__selfvariable = 98;
344 const int COLOR_typing__APropdef__selfvariable_61d = 99;
345 const int COLOR_abstract_compiler__APropdef__compile_to_c = 100;
346 const int COLOR_abstract_compiler__APropdef__can_inline = 101;
347 const int COLOR_flow__APropdef__accept_flow_visitor = 102;
348 const int COLOR_parser_nodes__AMethPropdef__n_kwredef = 103;
349 const int COLOR_parser_nodes__AMethPropdef__n_kwredef_61d = 104;
350 const int COLOR_parser_nodes__AMethPropdef__n_visibility = 105;
351 const int COLOR_parser_nodes__AMethPropdef__n_visibility_61d = 106;
352 const int COLOR_parser_nodes__AMethPropdef__n_methid = 107;
353 const int COLOR_parser_nodes__AMethPropdef__n_methid_61d = 108;
354 const int COLOR_parser_nodes__AMethPropdef__n_signature = 109;
355 const int COLOR_parser_nodes__AMethPropdef__n_signature_61d = 110;
356 const int COLOR_parser_nodes__AMethPropdef__init = 111;
357 const int COLOR_parser_prod__AMethPropdef__empty_init = 112;
358 const int COLOR_parser_prod__AMethPropdef__init_amethpropdef = 113;
359 const int COLOR_parser_nodes__AExternPropdef__n_extern = 114;
360 const int COLOR_parser_nodes__AExternPropdef__n_extern_61d = 115;
361 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls = 116;
362 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls_61d = 117;
363 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block = 118;
364 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block_61d = 119;
365 const int COLOR_parser_nodes__AExternPropdef__init = 120;
366 const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks_cache = 121;
367 const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks_cache_61d = 122;
368 const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks = 123;
369 const int COLOR_nitni_callbacks__AExternPropdef__verify_nitni_callbacks = 124;
370 const int COLOR_common_ffi__AExternPropdef__ffi_has_been_compiled = 125;
371 const int COLOR_common_ffi__AExternPropdef__ffi_has_been_compiled_61d = 126;
372 const int COLOR_common_ffi__AExternPropdef__compile_ffi_method = 127;
373 const int COLOR_compiler_ffi__AExternPropdef__compile_ffi_support_to_c = 128;
374 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth = 114;
375 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth_61d = 115;
376 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block = 116;
377 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block_61d = 117;
378 const int COLOR_parser_nodes__AConcreteMethPropdef__init = 118;
379 const int COLOR_parser_prod__AConcreteMethPropdef__empty_init = 119;
380 const int COLOR_parser_prod__AConcreteMethPropdef__init_aconcretemethpropdef = 120;
381 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits = 121;
382 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d = 122;
383 const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init = 123;
384 const int COLOR_parser_nodes__AInitPropdef__init = 129;
385 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit = 130;
386 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit_61d = 131;
387 const int COLOR_parser_nodes__AConcreteInitPropdef__init = 132;
388 const int COLOR_parser_prod__AConcreteInitPropdef__empty_init = 133;
389 const int COLOR_parser_prod__AConcreteInitPropdef__init_aconcreteinitpropdef = 134;
390 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew = 130;
391 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew_61d = 131;
392 const int COLOR_parser_nodes__AExternInitPropdef__init = 132;
393 const int COLOR_parser_prod__AExternInitPropdef__empty_init = 133;
394 const int COLOR_parser_prod__AExternInitPropdef__init_aexterninitpropdef = 134;
395 const int COLOR_compiler_ffi__AExternInitPropdef__compile_to_c = 135;
396 const int COLOR_parser_nodes__AExpr__init = 79;
397 const int COLOR_simple_misc_analysis__AExpr__warn_parentheses = 80;
398 const int COLOR_flow__AExpr__after_flow_context = 81;
399 const int COLOR_flow__AExpr__after_flow_context_61d = 82;
400 const int COLOR_typing__AExpr__mtype = 83;
401 const int COLOR_typing__AExpr__mtype_61d = 84;
402 const int COLOR_typing__AExpr__is_typed = 85;
403 const int COLOR_typing__AExpr__is_typed_61d = 86;
404 const int COLOR_typing__AExpr__implicit_cast_to = 87;
405 const int COLOR_typing__AExpr__implicit_cast_to_61d = 88;
406 const int COLOR_typing__AExpr__its_variable = 89;
407 const int COLOR_typing__AExpr__accept_typing = 90;
408 const int COLOR_astbuilder__AExpr__make_var_read = 91;
409 const int COLOR_astbuilder__AExpr__variable_cache = 92;
410 const int COLOR_astbuilder__AExpr__variable_cache_61d = 93;
411 const int COLOR_astbuilder__AExpr__detach_with_placeholder = 94;
412 const int COLOR_astbuilder__AExpr__add = 95;
413 const int COLOR_abstract_compiler__AExpr__expr = 96;
414 const int COLOR_abstract_compiler__AExpr__stmt = 97;
415 const int COLOR_astvalidation__AExpr__accept_ast_validation = 98;
416 const int COLOR_parser_nodes__ALabelable__n_label = 99;
417 const int COLOR_parser_nodes__ALabelable__n_label_61d = 100;
418 const int COLOR_parser_nodes__ALabelable__init = 101;
419 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak = 102;
420 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak_61d = 103;
421 const int COLOR_parser_nodes__ABreakExpr__n_expr = 104;
422 const int COLOR_parser_nodes__ABreakExpr__n_expr_61d = 105;
423 const int COLOR_parser_nodes__ABreakExpr__init = 106;
424 const int COLOR_parser_prod__ABreakExpr__empty_init = 107;
425 const int COLOR_parser_prod__ABreakExpr__init_abreakexpr = 108;
426 const int COLOR_scope__ABreakExpr__escapemark = 109;
427 const int COLOR_scope__ABreakExpr__escapemark_61d = 110;
428 const int COLOR_flow__ABreakExpr__before_flow_context = 111;
429 const int COLOR_astbuilder__ABreakExpr__make = 112;
430 const int COLOR_scope__ABreakExpr__accept_scope_visitor = 113;
431 const int COLOR_flow__ABreakExpr__accept_flow_visitor = 114;
432 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue = 102;
433 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue_61d = 103;
434 const int COLOR_parser_nodes__AContinueExpr__n_expr = 104;
435 const int COLOR_parser_nodes__AContinueExpr__n_expr_61d = 105;
436 const int COLOR_parser_nodes__AContinueExpr__init = 106;
437 const int COLOR_parser_prod__AContinueExpr__empty_init = 107;
438 const int COLOR_parser_prod__AContinueExpr__init_acontinueexpr = 108;
439 const int COLOR_scope__AContinueExpr__escapemark = 109;
440 const int COLOR_scope__AContinueExpr__escapemark_61d = 110;
441 const int COLOR_flow__AContinueExpr__before_flow_context = 111;
442 const int COLOR_scope__AContinueExpr__accept_scope_visitor = 112;
443 const int COLOR_flow__AContinueExpr__accept_flow_visitor = 113;
444 const int COLOR_parser_nodes__ADoExpr__n_kwdo = 102;
445 const int COLOR_parser_nodes__ADoExpr__n_kwdo_61d = 103;
446 const int COLOR_parser_nodes__ADoExpr__n_block = 104;
447 const int COLOR_parser_nodes__ADoExpr__n_block_61d = 105;
448 const int COLOR_parser_nodes__ADoExpr__init = 106;
449 const int COLOR_parser_prod__ADoExpr__empty_init = 107;
450 const int COLOR_parser_prod__ADoExpr__init_adoexpr = 108;
451 const int COLOR_scope__ADoExpr__escapemark = 109;
452 const int COLOR_scope__ADoExpr__escapemark_61d = 110;
453 const int COLOR_astbuilder__ADoExpr__make = 111;
454 const int COLOR_astbuilder__ADoExpr__make_break = 112;
455 const int COLOR_flow__ADoExpr__accept_flow_visitor = 113;
456 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile = 102;
457 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile_61d = 103;
458 const int COLOR_parser_nodes__AWhileExpr__n_expr = 104;
459 const int COLOR_parser_nodes__AWhileExpr__n_expr_61d = 105;
460 const int COLOR_parser_nodes__AWhileExpr__n_kwdo = 106;
461 const int COLOR_parser_nodes__AWhileExpr__n_kwdo_61d = 107;
462 const int COLOR_parser_nodes__AWhileExpr__n_block = 108;
463 const int COLOR_parser_nodes__AWhileExpr__n_block_61d = 109;
464 const int COLOR_parser_nodes__AWhileExpr__init = 110;
465 const int COLOR_parser_prod__AWhileExpr__empty_init = 111;
466 const int COLOR_parser_prod__AWhileExpr__init_awhileexpr = 112;
467 const int COLOR_scope__AWhileExpr__escapemark = 113;
468 const int COLOR_scope__AWhileExpr__escapemark_61d = 114;
469 const int COLOR_parser_nodes__ALoopExpr__n_kwloop = 102;
470 const int COLOR_parser_nodes__ALoopExpr__n_kwloop_61d = 103;
471 const int COLOR_parser_nodes__ALoopExpr__n_block = 104;
472 const int COLOR_parser_nodes__ALoopExpr__n_block_61d = 105;
473 const int COLOR_parser_nodes__ALoopExpr__init = 106;
474 const int COLOR_parser_prod__ALoopExpr__empty_init = 107;
475 const int COLOR_parser_prod__ALoopExpr__init_aloopexpr = 108;
476 const int COLOR_scope__ALoopExpr__escapemark = 109;
477 const int COLOR_scope__ALoopExpr__escapemark_61d = 110;
478 const int COLOR_parser_nodes__AForExpr__n_kwfor = 102;
479 const int COLOR_parser_nodes__AForExpr__n_kwfor_61d = 103;
480 const int COLOR_parser_nodes__AForExpr__n_ids = 104;
481 const int COLOR_parser_nodes__AForExpr__n_expr = 105;
482 const int COLOR_parser_nodes__AForExpr__n_expr_61d = 106;
483 const int COLOR_parser_nodes__AForExpr__n_kwdo = 107;
484 const int COLOR_parser_nodes__AForExpr__n_kwdo_61d = 108;
485 const int COLOR_parser_nodes__AForExpr__n_block = 109;
486 const int COLOR_parser_nodes__AForExpr__n_block_61d = 110;
487 const int COLOR_parser_nodes__AForExpr__init = 111;
488 const int COLOR_parser_prod__AForExpr__empty_init = 112;
489 const int COLOR_parser_prod__AForExpr__init_aforexpr = 113;
490 const int COLOR_scope__AForExpr__variables = 114;
491 const int COLOR_scope__AForExpr__variables_61d = 115;
492 const int COLOR_scope__AForExpr__escapemark = 116;
493 const int COLOR_scope__AForExpr__escapemark_61d = 117;
494 const int COLOR_typing__AForExpr__coltype = 118;
495 const int COLOR_typing__AForExpr__coltype_61d = 119;
496 const int COLOR_typing__AForExpr__method_iterator = 120;
497 const int COLOR_typing__AForExpr__method_iterator_61d = 121;
498 const int COLOR_typing__AForExpr__method_is_ok = 122;
499 const int COLOR_typing__AForExpr__method_is_ok_61d = 123;
500 const int COLOR_typing__AForExpr__method_item = 124;
501 const int COLOR_typing__AForExpr__method_item_61d = 125;
502 const int COLOR_typing__AForExpr__method_next = 126;
503 const int COLOR_typing__AForExpr__method_next_61d = 127;
504 const int COLOR_typing__AForExpr__method_key = 128;
505 const int COLOR_typing__AForExpr__method_key_61d = 129;
506 const int COLOR_typing__AForExpr__do_type_iterator = 130;
507 const int COLOR_parser_nodes__AAssignFormExpr__n_assign = 99;
508 const int COLOR_parser_nodes__AAssignFormExpr__n_assign_61d = 100;
509 const int COLOR_parser_nodes__AAssignFormExpr__n_value = 101;
510 const int COLOR_parser_nodes__AAssignFormExpr__n_value_61d = 102;
511 const int COLOR_parser_nodes__AAssignFormExpr__init = 103;
512 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op = 99;
513 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op_61d = 100;
514 const int COLOR_parser_nodes__AReassignFormExpr__n_value = 101;
515 const int COLOR_parser_nodes__AReassignFormExpr__n_value_61d = 102;
516 const int COLOR_parser_nodes__AReassignFormExpr__init = 103;
517 const int COLOR_typing__AReassignFormExpr__reassign_callsite = 104;
518 const int COLOR_typing__AReassignFormExpr__reassign_callsite_61d = 105;
519 const int COLOR_typing__AReassignFormExpr__read_type = 106;
520 const int COLOR_typing__AReassignFormExpr__read_type_61d = 107;
521 const int COLOR_typing__AReassignFormExpr__resolve_reassignment = 108;
522 const int COLOR_flow__AReassignFormExpr__accept_flow_visitor = 109;
523 const int COLOR_parser_nodes__ASendExpr__n_expr = 110;
524 const int COLOR_parser_nodes__ASendExpr__n_expr_61d = 111;
525 const int COLOR_parser_nodes__ASendExpr__init = 112;
526 const int COLOR_parser_prod__ASendExpr__empty_init = 113;
527 const int COLOR_parser_prod__ASendExpr__init_asendexpr = 114;
528 const int COLOR_typing__ASendExpr__callsite = 115;
529 const int COLOR_typing__ASendExpr__callsite_61d = 116;
530 const int COLOR_typing__ASendExpr__property_name = 117;
531 const int COLOR_typing__ASendExpr__raw_arguments = 118;
532 const int COLOR_typing__ASendExpr__raw_arguments_61d = 119;
533 const int COLOR_typing__ASendExpr__compute_raw_arguments = 120;
534 const int COLOR_parser_nodes__AAttrFormExpr__n_expr = 110;
535 const int COLOR_parser_nodes__AAttrFormExpr__n_expr_61d = 111;
536 const int COLOR_parser_nodes__AAttrFormExpr__n_id = 112;
537 const int COLOR_parser_nodes__AAttrFormExpr__n_id_61d = 113;
538 const int COLOR_parser_nodes__AAttrFormExpr__init = 114;
539 const int COLOR_typing__AAttrFormExpr__mproperty = 115;
540 const int COLOR_typing__AAttrFormExpr__mproperty_61d = 116;
541 const int COLOR_typing__AAttrFormExpr__attr_type = 117;
542 const int COLOR_typing__AAttrFormExpr__attr_type_61d = 118;
543 const int COLOR_typing__AAttrFormExpr__resolve_property = 119;
544 const int COLOR_parser_nodes__AAttrAssignExpr__init = 120;
545 const int COLOR_parser_prod__AAttrAssignExpr__empty_init = 121;
546 const int COLOR_parser_prod__AAttrAssignExpr__init_aattrassignexpr = 122;
547 const int COLOR_astbuilder__AAttrAssignExpr__make = 123;
548 const int COLOR_parser_nodes__ACallFormExpr__n_id = 121;
549 const int COLOR_parser_nodes__ACallFormExpr__n_id_61d = 122;
550 const int COLOR_parser_nodes__ACallFormExpr__n_args = 123;
551 const int COLOR_parser_nodes__ACallFormExpr__n_args_61d = 124;
552 const int COLOR_parser_nodes__ACallFormExpr__init = 125;
553 const int COLOR_scope__ACallFormExpr__variable_create = 126;
554 const int COLOR_scope__ACallFormExpr__accept_scope_visitor = 127;
555 const int COLOR_parser_nodes__ASendReassignFormExpr__init = 128;
556 const int COLOR_typing__ASendReassignFormExpr__write_callsite = 129;
557 const int COLOR_typing__ASendReassignFormExpr__write_callsite_61d = 130;
558 const int COLOR_parser_nodes__AAttrReassignExpr__init = 120;
559 const int COLOR_parser_prod__AAttrReassignExpr__empty_init = 121;
560 const int COLOR_parser_prod__AAttrReassignExpr__init_aattrreassignexpr = 122;
561 const int COLOR_parser_nodes__ACallAssignExpr__init = 128;
562 const int COLOR_parser_prod__ACallAssignExpr__empty_init = 129;
563 const int COLOR_parser_prod__ACallAssignExpr__init_acallassignexpr = 130;
564 const int COLOR_parser_nodes__ACallReassignExpr__init = 131;
565 const int COLOR_parser_prod__ACallReassignExpr__empty_init = 132;
566 const int COLOR_parser_prod__ACallReassignExpr__init_acallreassignexpr = 133;
567 const int COLOR_parser_nodes__ABraFormExpr__n_args = 131;
568 const int COLOR_parser_nodes__ABraFormExpr__n_args_61d = 132;
569 const int COLOR_parser_nodes__ABraFormExpr__init = 133;
570 const int COLOR_parser_nodes__ABraAssignExpr__init = 134;
571 const int COLOR_parser_prod__ABraAssignExpr__empty_init = 135;
572 const int COLOR_parser_prod__ABraAssignExpr__init_abraassignexpr = 136;
573 const int COLOR_parser_nodes__AVarFormExpr__n_id = 110;
574 const int COLOR_parser_nodes__AVarFormExpr__n_id_61d = 111;
575 const int COLOR_parser_nodes__AVarFormExpr__init = 112;
576 const int COLOR_scope__AVarFormExpr__variable = 113;
577 const int COLOR_scope__AVarFormExpr__variable_61d = 114;
578 const int COLOR_parser_nodes__ABraReassignExpr__init = 134;
579 const int COLOR_parser_prod__ABraReassignExpr__empty_init = 135;
580 const int COLOR_parser_prod__ABraReassignExpr__init_abrareassignexpr = 136;
581 const int COLOR_parser_nodes__AVarAssignExpr__init = 115;
582 const int COLOR_parser_prod__AVarAssignExpr__empty_init = 116;
583 const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr = 117;
584 const int COLOR_astbuilder__AVarAssignExpr__make = 118;
585 const int COLOR_flow__AVarAssignExpr__accept_flow_visitor = 119;
586 const int COLOR_local_var_init__AVarAssignExpr__accept_local_var_visitor = 120;
587 const int COLOR_parser_nodes__AVarReassignExpr__init = 115;
588 const int COLOR_parser_prod__AVarReassignExpr__empty_init = 116;
589 const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr = 117;
590 const int COLOR_local_var_init__AVarReassignExpr__accept_local_var_visitor = 118;
591 const int COLOR_layout_builders__TypingLayoutBuilder__build_layout = 51;
592 const int COLOR_layout_builders__TypingLayoutBuilder__poset = 52;
593 const int COLOR_layout_builders__PropertyLayoutBuilder__build_layout = 51;
594 const int COLOR_layout_builders__ResolutionLayoutBuilder__build_layout = 51;
595 const int COLOR_layout_builders__PerfectHasher__operator = 53;
596 const int COLOR_layout_builders__PerfectHasher__operator_61d = 54;
597 const int COLOR_layout_builders__PerfectHasher__init = 55;
598 const int COLOR_layout_builders__PerfectHasher__compute_masks = 56;
599 const int COLOR_layout_builders__PerfectHasher__compute_mask = 57;
600 const int COLOR_layout_builders__PerfectHasher__compute_hashes = 58;
601 const int COLOR_layout_builders__TypingHasher__mmodule = 59;
602 const int COLOR_layout_builders__TypingHasher__mmodule_61d = 60;
603 const int COLOR_layout_builders__TypingHasher__poset_builder = 61;
604 const int COLOR_layout_builders__TypingHasher__poset_builder_61d = 62;
605 const int COLOR_layout_builders__TypingHasher__poset_cache = 63;
606 const int COLOR_layout_builders__TypingHasher__poset_cache_61d = 64;
607 const int COLOR_layout_builders__TypingHasher__init = 65;
608 const int COLOR_layout_builders__TypingHasher__compute_ids = 66;
609 const int COLOR_layout_builders__TypingHasher__build_conflicts = 67;
610 const int COLOR_layout_builders__MPropertyHasher__mmodule = 59;
611 const int COLOR_layout_builders__MPropertyHasher__mmodule_61d = 60;
612 const int COLOR_layout_builders__MPropertyHasher__init = 61;
613 const int COLOR_layout_builders__MPropertyHasher__build_poset = 62;
614 const int COLOR_layout_builders__ResolutionHasher__init = 59;
615 const int COLOR_kernel__Sys__main = 51;
616 const int COLOR_kernel__Sys__init = 52;
617 const int COLOR_gc__Sys__force_garbage_collection = 53;
618 const int COLOR_string__Sys__program_name = 54;
619 const int COLOR_string__Sys__init_args = 55;
620 const int COLOR_string__Sys__native_argc = 56;
621 const int COLOR_string__Sys__native_argv = 57;
622 const int COLOR_posix__Sys__uid_61d = 58;
623 const int COLOR_posix__Sys__uid = 59;
624 const int COLOR_posix__Sys__gid_61d = 60;
625 const int COLOR_posix__Sys__gid = 61;
626 const int COLOR_posix__Sys__euid_61d = 62;
627 const int COLOR_posix__Sys__euid = 63;
628 const int COLOR_posix__Sys__egid_61d = 64;
629 const int COLOR_posix__Sys__egid = 65;
630 const int COLOR_time__Sys__nanosleep = 66;
631 const int COLOR_exec__Sys__system = 67;
632 const int COLOR_kernel__Float___43d = 59;
633 const int COLOR_kernel__Float__unary_32d_45d = 60;
634 const int COLOR_kernel__Float___45d = 61;
635 const int COLOR_kernel__Float___42d = 62;
636 const int COLOR_kernel__Float___47d = 63;
637 const int COLOR_kernel__Float__to_i = 64;
638 const int COLOR_math__Float__sqrt = 65;
639 const int COLOR_math__Float__cos = 66;
640 const int COLOR_math__Float__sin = 67;
641 const int COLOR_math__Float__tan = 68;
642 const int COLOR_math__Float__acos = 69;
643 const int COLOR_math__Float__asin = 70;
644 const int COLOR_math__Float__atan = 71;
645 const int COLOR_math__Float__abs = 72;
646 const int COLOR_math__Float__pow = 73;
647 const int COLOR_math__Float__log = 74;
648 const int COLOR_math__Float__exp = 75;
649 const int COLOR_math__Float__rand = 76;
650 const int COLOR_math__Float__hypot_with = 77;
651 const int COLOR_math__Float__is_nan = 78;
652 const int COLOR_math__Float__is_inf = 79;
653 const int COLOR_math__Float__is_inf_extern = 80;
654 const int COLOR_string__Float__to_precision = 81;
655 const int COLOR_string__Float__to_precision_native = 82;
656 const int COLOR_kernel__Int__unary_32d_45d = 64;
657 const int COLOR_kernel__Int___42d = 65;
658 const int COLOR_kernel__Int___47d = 66;
659 const int COLOR_kernel__Int___37d = 67;
660 const int COLOR_kernel__Int__lshift = 68;
661 const int COLOR_kernel__Int__rshift = 69;
662 const int COLOR_kernel__Int__to_f = 70;
663 const int COLOR_kernel__Int__ascii = 71;
664 const int COLOR_kernel__Int__digit_count = 72;
665 const int COLOR_kernel__Int__digit_count_base_95d10 = 73;
666 const int COLOR_kernel__Int__to_c = 74;
667 const int COLOR_kernel__Int__abs = 75;
668 const int COLOR_range__Int__times = 76;
669 const int COLOR_math__Int__rand = 77;
670 const int COLOR_math__Int__bin_and = 78;
671 const int COLOR_math__Int__bin_or = 79;
672 const int COLOR_math__Int__bin_xor = 80;
673 const int COLOR_math__Int__sqrt = 81;
674 const int COLOR_string__Int__fill_buffer = 82;
675 const int COLOR_string__Int__native_int_to_s = 83;
676 const int COLOR_string__Int__to_hex = 84;
677 const int COLOR_string__Int__to_base = 85;
678 const int COLOR_kernel__Pointer__address_is_null = 51;
679 const int COLOR_abstract_collection__Iterator__item = 51;
680 const int COLOR_abstract_collection__Iterator__next = 52;
681 const int COLOR_abstract_collection__Iterator__is_ok = 53;
682 const int COLOR_array__Iterator__to_a = 54;
683 const int COLOR_abstract_collection__Container__init = 79;
684 const int COLOR_abstract_collection__Container__item = 80;
685 const int COLOR_abstract_collection__Container__item_61d = 81;
686 const int COLOR_abstract_collection__ContainerIterator__init = 55;
687 const int COLOR_abstract_collection__MapIterator__item = 51;
688 const int COLOR_abstract_collection__MapIterator__key = 52;
689 const int COLOR_abstract_collection__MapIterator__next = 53;
690 const int COLOR_abstract_collection__MapIterator__is_ok = 54;
691 const int COLOR_abstract_collection__MapKeysIterator__iterator = 55;
692 const int COLOR_abstract_collection__MapKeysIterator__iterator_61d = 56;
693 const int COLOR_abstract_collection__MapKeysIterator__init = 57;
694 const int COLOR_abstract_collection__MapValuesIterator__iterator = 55;
695 const int COLOR_abstract_collection__MapValuesIterator__iterator_61d = 56;
696 const int COLOR_abstract_collection__MapValuesIterator__init = 57;
697 const int COLOR_abstract_collection__IndexedIterator__index = 55;
698 const int COLOR_abstract_collection__CoupleMap__couple_at = 65;
699 const int COLOR_abstract_collection__CoupleMapIterator__init = 55;
700 const int COLOR_abstract_collection__Couple__first = 51;
701 const int COLOR_abstract_collection__Couple__first_61d = 52;
702 const int COLOR_abstract_collection__Couple__second = 53;
703 const int COLOR_abstract_collection__Couple__second_61d = 54;
704 const int COLOR_abstract_collection__Couple__init = 55;
705 const int COLOR_range__Range__last = 79;
706 const int COLOR_range__Range__after = 80;
707 const int COLOR_range__Range__init = 81;
708 const int COLOR_range__Range__without_last = 82;
709 const int COLOR_range__IteratorRange__init = 55;
710 const int COLOR_list__List__slice = 97;
711 const int COLOR_list__List__link = 98;
712 const int COLOR_list__List__init = 99;
713 const int COLOR_list__List__from = 100;
714 const int COLOR_list__List__get_node = 101;
715 const int COLOR_list__List__search_node_after = 102;
716 const int COLOR_list__List__remove_node = 103;
717 const int COLOR_list__List__insert_before = 104;
718 const int COLOR_list__ListIterator__item_61d = 56;
719 const int COLOR_list__ListIterator__init = 57;
720 const int COLOR_list__ListIterator__delete = 58;
721 const int COLOR_list__ListIterator__insert_before = 59;
722 const int COLOR_list__ListNode__init = 82;
723 const int COLOR_list__ListNode__next = 83;
724 const int COLOR_list__ListNode__next_61d = 84;
725 const int COLOR_list__ListNode__prev = 85;
726 const int COLOR_list__ListNode__prev_61d = 86;
727 const int COLOR_array__ArrayIterator__init = 56;
728 const int COLOR_array__ArraySet__enlarge = 84;
729 const int COLOR_array__ArraySet__remove_at = 85;
730 const int COLOR_array__ArraySet__init = 86;
731 const int COLOR_array__ArraySet__with_capacity = 87;
732 const int COLOR_array__ArraySetIterator__init = 55;
733 const int COLOR_array__ArrayMap__keys_61d = 66;
734 const int COLOR_array__ArrayMap__values_61d = 67;
735 const int COLOR_array__ArrayMap__enlarge = 68;
736 const int COLOR_array__ArrayMap__remove_at_index = 69;
737 const int COLOR_array__ArrayMap__index = 70;
738 const int COLOR_array__ArrayMap__init = 71;
739 const int COLOR_array__ArrayMapKeys__map = 82;
740 const int COLOR_array__ArrayMapKeys__map_61d = 83;
741 const int COLOR_array__ArrayMapKeys__init = 84;
742 const int COLOR_array__ArrayMapValues__map = 82;
743 const int COLOR_array__ArrayMapValues__map_61d = 83;
744 const int COLOR_array__ArrayMapValues__init = 84;
745 const int COLOR_array__NativeArray___91d_93d = 51;
746 const int COLOR_array__NativeArray___91d_93d_61d = 52;
747 const int COLOR_array__NativeArray__copy_to = 53;
748 const int COLOR_sorter__ComparableSorter__init = 84;
749 const int COLOR_hash_collection__HashNode__next_item = 51;
750 const int COLOR_hash_collection__HashNode__next_item_61d = 52;
751 const int COLOR_hash_collection__HashNode__prev_item = 53;
752 const int COLOR_hash_collection__HashNode__prev_item_61d = 54;
753 const int COLOR_hash_collection__HashNode__init = 55;
754 const int COLOR_hash_collection__HashMapKeys__map = 82;
755 const int COLOR_hash_collection__HashMapKeys__map_61d = 83;
756 const int COLOR_hash_collection__HashMapKeys__init = 84;
757 const int COLOR_hash_collection__HashMapValues__map = 82;
758 const int COLOR_hash_collection__HashMapValues__map_61d = 83;
759 const int COLOR_hash_collection__HashMapValues__init = 84;
760 const int COLOR_hash_collection__HashMapNode__init = 56;
761 const int COLOR_hash_collection__HashMapIterator__init = 55;
762 const int COLOR_hash_collection__HashSetNode__init = 56;
763 const int COLOR_hash_collection__HashSetIterator__init = 55;
764 const int COLOR_string__FlatStringIterator__target = 56;
765 const int COLOR_string__FlatStringIterator__target_61d = 57;
766 const int COLOR_string__FlatStringIterator__target_items = 58;
767 const int COLOR_string__FlatStringIterator__target_items_61d = 59;
768 const int COLOR_string__FlatStringIterator__curr_pos = 60;
769 const int COLOR_string__FlatStringIterator__curr_pos_61d = 61;
770 const int COLOR_string__FlatStringIterator__with_pos = 62;
771 const int COLOR_string__FlatBufferIterator__target = 56;
772 const int COLOR_string__FlatBufferIterator__target_61d = 57;
773 const int COLOR_string__FlatBufferIterator__target_items = 58;
774 const int COLOR_string__FlatBufferIterator__target_items_61d = 59;
775 const int COLOR_string__FlatBufferIterator__curr_pos = 60;
776 const int COLOR_string__FlatBufferIterator__curr_pos_61d = 61;
777 const int COLOR_string__FlatBufferIterator__with_pos = 62;
778 const int COLOR_string__NativeString___91d_93d = 129;
779 const int COLOR_string__NativeString___91d_93d_61d = 130;
780 const int COLOR_string__NativeString__copy_to = 131;
781 const int COLOR_string__NativeString__cstring_length = 132;
782 const int COLOR_string__NativeString__atoi = 133;
783 const int COLOR_string__NativeString__atof = 134;
784 const int COLOR_string__NativeString__to_s_with_length = 135;
785 const int COLOR_string__NativeString__to_s_with_copy = 136;
786 const int COLOR_string__NativeString__init = 137;
787 const int COLOR_environ__NativeString__get_environ = 138;
788 const int COLOR_environ__NativeString__setenv = 139;
789 const int COLOR_exec__NativeString__system = 140;
790 const int COLOR_file__NativeString__file_exists = 141;
791 const int COLOR_file__NativeString__file_stat = 142;
792 const int COLOR_file__NativeString__file_lstat = 143;
793 const int COLOR_file__NativeString__file_mkdir = 144;
794 const int COLOR_file__NativeString__file_delete = 145;
795 const int COLOR_file__NativeString__file_chdir = 146;
796 const int COLOR_file__NativeString__file_realpath = 147;
797 const int COLOR_string__CachedAlphaComparator__cache = 84;
798 const int COLOR_string__CachedAlphaComparator__cache_61d = 85;
799 const int COLOR_string__CachedAlphaComparator__do_to_s = 86;
800 const int COLOR_string__CachedAlphaComparator__init = 87;
801 const int COLOR_string__AlphaComparator__init = 84;
802 const int COLOR_posix__Passwd__from_uid = 52;
803 const int COLOR_posix__Passwd__from_name = 53;
804 const int COLOR_posix__Passwd__name = 54;
805 const int COLOR_posix__Passwd__passwd = 55;
806 const int COLOR_posix__Passwd__uid = 56;
807 const int COLOR_posix__Passwd__gid = 57;
808 const int COLOR_posix__Passwd__dir = 58;
809 const int COLOR_posix__Passwd__shell = 59;
810 const int COLOR_posix__Group__from_gid = 52;
811 const int COLOR_posix__Group__from_name = 53;
812 const int COLOR_posix__Group__name = 54;
813 const int COLOR_posix__Group__passwd = 55;
814 const int COLOR_posix__Group__gid = 56;
815 const int COLOR_posix__Group__mem = 57;
816 const int COLOR_string_search__BM_Pattern__init = 68;
817 const int COLOR_string_search__BM_Pattern__bc = 69;
818 const int COLOR_string_search__BM_Pattern__compute_bc = 70;
819 const int COLOR_string_search__BM_Pattern__suffixes = 71;
820 const int COLOR_string_search__BM_Pattern__compute_gs = 72;
821 const int COLOR_string_search__Match__string = 51;
822 const int COLOR_string_search__Match__from = 52;
823 const int COLOR_string_search__Match__length = 53;
824 const int COLOR_string_search__Match__after = 54;
825 const int COLOR_string_search__Match__init = 55;
826 const int COLOR_stream__StringOStream__content = 60;
827 const int COLOR_stream__StringOStream__content_61d = 61;
828 const int COLOR_stream__StringOStream__init = 62;
829 const int COLOR_time__TimeT__init = 52;
830 const int COLOR_time__TimeT__from_i = 53;
831 const int COLOR_time__TimeT__update = 54;
832 const int COLOR_time__TimeT__ctime = 55;
833 const int COLOR_time__TimeT__difftime = 56;
834 const int COLOR_time__TimeT__to_i = 57;
835 const int COLOR_time__Tm__gmtime = 52;
836 const int COLOR_time__Tm__gmtime_from_timet = 53;
837 const int COLOR_time__Tm__localtime = 54;
838 const int COLOR_time__Tm__localtime_from_timet = 55;
839 const int COLOR_time__Tm__to_timet = 56;
840 const int COLOR_time__Tm__sec = 57;
841 const int COLOR_time__Tm__min = 58;
842 const int COLOR_time__Tm__hour = 59;
843 const int COLOR_time__Tm__mday = 60;
844 const int COLOR_time__Tm__mon = 61;
845 const int COLOR_time__Tm__year = 62;
846 const int COLOR_time__Tm__wday = 63;
847 const int COLOR_time__Tm__yday = 64;
848 const int COLOR_time__Tm__is_dst = 65;
849 const int COLOR_time__Tm__asctime = 66;
850 const int COLOR_time__Tm__strftime = 67;
851 const int COLOR_exec__NativeProcess__id = 52;
852 const int COLOR_exec__NativeProcess__is_finished = 53;
853 const int COLOR_exec__NativeProcess__status = 54;
854 const int COLOR_exec__NativeProcess__wait = 55;
855 const int COLOR_exec__NativeProcess__in_fd = 56;
856 const int COLOR_exec__NativeProcess__out_fd = 57;
857 const int COLOR_exec__NativeProcess__err_fd = 58;
858 const int COLOR_file__Stdin__init = 69;
859 const int COLOR_file__Stdin__poll_in = 70;
860 const int COLOR_file__Stdout__init = 69;
861 const int COLOR_file__Stderr__init = 69;
862 const int COLOR_file__FileStat__mode = 52;
863 const int COLOR_file__FileStat__atime = 53;
864 const int COLOR_file__FileStat__ctime = 54;
865 const int COLOR_file__FileStat__mtime = 55;
866 const int COLOR_file__FileStat__size = 56;
867 const int COLOR_file__FileStat__is_reg = 57;
868 const int COLOR_file__FileStat__is_dir = 58;
869 const int COLOR_file__FileStat__is_chr = 59;
870 const int COLOR_file__FileStat__is_blk = 60;
871 const int COLOR_file__FileStat__is_fifo = 61;
872 const int COLOR_file__FileStat__is_lnk = 62;
873 const int COLOR_file__FileStat__is_sock = 63;
874 const int COLOR_file__NativeFile__io_read = 52;
875 const int COLOR_file__NativeFile__io_write = 53;
876 const int COLOR_file__NativeFile__io_close = 54;
877 const int COLOR_file__NativeFile__file_stat = 55;
878 const int COLOR_file__NativeFile__io_open_read = 56;
879 const int COLOR_file__NativeFile__io_open_write = 57;
880 const int COLOR_file__NativeFile__native_stdin = 58;
881 const int COLOR_file__NativeFile__native_stdout = 59;
882 const int COLOR_file__NativeFile__native_stderr = 60;
883 const int COLOR_location__SourceFile__filename = 51;
884 const int COLOR_location__SourceFile__filename_61d = 52;
885 const int COLOR_location__SourceFile__string = 53;
886 const int COLOR_location__SourceFile__string_61d = 54;
887 const int COLOR_location__SourceFile__init = 55;
888 const int COLOR_location__SourceFile__from_string = 56;
889 const int COLOR_location__SourceFile__line_starts = 57;
890 const int COLOR_location__SourceFile__line_starts_61d = 58;
891 const int COLOR_location__Location__file = 59;
892 const int COLOR_location__Location__file_61d = 60;
893 const int COLOR_location__Location__line_start = 61;
894 const int COLOR_location__Location__line_start_61d = 62;
895 const int COLOR_location__Location__line_end = 63;
896 const int COLOR_location__Location__line_end_61d = 64;
897 const int COLOR_location__Location__column_start = 65;
898 const int COLOR_location__Location__column_start_61d = 66;
899 const int COLOR_location__Location__column_end = 67;
900 const int COLOR_location__Location__column_end_61d = 68;
901 const int COLOR_location__Location__init = 69;
902 const int COLOR_location__Location__pstart = 70;
903 const int COLOR_location__Location__pend = 71;
904 const int COLOR_location__Location__text = 72;
905 const int COLOR_location__Location__text_cache = 73;
906 const int COLOR_location__Location__text_cache_61d = 74;
907 const int COLOR_location__Location__with_file = 75;
908 const int COLOR_location__Location__located_in = 76;
909 const int COLOR_location__Location__relative_to = 77;
910 const int COLOR_location__Location__colored_line = 78;
911 const int COLOR_c__Location__as_line_pragma = 79;
912 const int COLOR_tables__TablesCapable__lexer_goto = 51;
913 const int COLOR_tables__TablesCapable__lexer_accept = 52;
914 const int COLOR_tables__TablesCapable__parser_goto = 53;
915 const int COLOR_tables__TablesCapable__parser_action = 54;
916 const int COLOR_poset__POSetElement__poset = 51;
917 const int COLOR_poset__POSetElement__poset_61d = 52;
918 const int COLOR_poset__POSetElement__element = 53;
919 const int COLOR_poset__POSetElement__element_61d = 54;
920 const int COLOR_poset__POSetElement__tos = 55;
921 const int COLOR_poset__POSetElement__tos_61d = 56;
922 const int COLOR_poset__POSetElement__froms = 57;
923 const int COLOR_poset__POSetElement__froms_61d = 58;
924 const int COLOR_poset__POSetElement__dtos = 59;
925 const int COLOR_poset__POSetElement__dtos_61d = 60;
926 const int COLOR_poset__POSetElement__dfroms = 61;
927 const int COLOR_poset__POSetElement__dfroms_61d = 62;
928 const int COLOR_poset__POSetElement__count = 63;
929 const int COLOR_poset__POSetElement__count_61d = 64;
930 const int COLOR_poset__POSetElement__greaters = 65;
931 const int COLOR_poset__POSetElement__direct_greaters = 66;
932 const int COLOR_poset__POSetElement__smallers = 67;
933 const int COLOR_poset__POSetElement__direct_smallers = 68;
934 const int COLOR_poset__POSetElement___60d_61d = 69;
935 const int COLOR_poset__POSetElement___60d = 70;
936 const int COLOR_poset__POSetElement__depth = 71;
937 const int COLOR_poset__POSetElement__init = 72;
938 const int COLOR_model_base__Model__init = 51;
939 const int COLOR_mproject__Model__mprojects = 52;
940 const int COLOR_mproject__Model__mprojects_61d = 53;
941 const int COLOR_mproject__Model__mproject_by_name = 54;
942 const int COLOR_mproject__Model__mproject_by_name_61d = 55;
943 const int COLOR_mproject__Model__get_mprojects_by_name = 56;
944 const int COLOR_mmodule__Model__mmodules = 57;
945 const int COLOR_mmodule__Model__mmodules_61d = 58;
946 const int COLOR_mmodule__Model__mmodule_nesting_hierarchy = 59;
947 const int COLOR_mmodule__Model__mmodule_nesting_hierarchy_61d = 60;
948 const int COLOR_mmodule__Model__mmodule_importation_hierarchy = 61;
949 const int COLOR_mmodule__Model__mmodule_importation_hierarchy_61d = 62;
950 const int COLOR_mmodule__Model__mmodules_by_name = 63;
951 const int COLOR_mmodule__Model__mmodules_by_name_61d = 64;
952 const int COLOR_mmodule__Model__get_mmodules_by_name = 65;
953 const int COLOR_model__Model__mclasses = 66;
954 const int COLOR_model__Model__mclasses_61d = 67;
955 const int COLOR_model__Model__mproperties = 68;
956 const int COLOR_model__Model__mproperties_61d = 69;
957 const int COLOR_model__Model__mclassdef_hierarchy = 70;
958 const int COLOR_model__Model__mclassdef_hierarchy_61d = 71;
959 const int COLOR_model__Model__intro_mtype_specialization_hierarchy = 72;
960 const int COLOR_model__Model__intro_mtype_specialization_hierarchy_61d = 73;
961 const int COLOR_model__Model__full_mtype_specialization_hierarchy = 74;
962 const int COLOR_model__Model__full_mtype_specialization_hierarchy_61d = 75;
963 const int COLOR_model__Model__mclasses_by_name = 76;
964 const int COLOR_model__Model__mclasses_by_name_61d = 77;
965 const int COLOR_model__Model__get_mclasses_by_name = 78;
966 const int COLOR_model__Model__mproperties_by_name = 79;
967 const int COLOR_model__Model__mproperties_by_name_61d = 80;
968 const int COLOR_model__Model__get_mproperties_by_name = 81;
969 const int COLOR_model__Model__null_type = 82;
970 const int COLOR_model__Model__null_type_61d = 83;
971 const int COLOR_model_base__MVisibility__to_s_61d = 59;
972 const int COLOR_model_base__MVisibility__level = 60;
973 const int COLOR_model_base__MVisibility__level_61d = 61;
974 const int COLOR_model_base__MVisibility__init = 62;
975 const int COLOR_more_collections__MultiHashMap__add_one = 120;
976 const int COLOR_more_collections__MultiHashMap__init = 121;
977 const int COLOR_more_collections__HashMap2__level1 = 51;
978 const int COLOR_more_collections__HashMap2__level1_61d = 52;
979 const int COLOR_more_collections__HashMap2___91d_93d = 53;
980 const int COLOR_more_collections__HashMap2___91d_93d_61d = 54;
981 const int COLOR_more_collections__HashMap2__init = 55;
982 const int COLOR_more_collections__HashMap3__level1 = 51;
983 const int COLOR_more_collections__HashMap3__level1_61d = 52;
984 const int COLOR_more_collections__HashMap3___91d_93d = 53;
985 const int COLOR_more_collections__HashMap3___91d_93d_61d = 54;
986 const int COLOR_more_collections__HashMap3__init = 55;
987 const int COLOR_opts__Option__names = 51;
988 const int COLOR_opts__Option__helptext = 52;
989 const int COLOR_opts__Option__errors = 53;
990 const int COLOR_opts__Option__mandatory = 54;
991 const int COLOR_opts__Option__mandatory_61d = 55;
992 const int COLOR_opts__Option__read = 56;
993 const int COLOR_opts__Option__value_61d = 57;
994 const int COLOR_opts__Option__value = 58;
995 const int COLOR_opts__Option__default_value = 59;
996 const int COLOR_opts__Option__default_value_61d = 60;
997 const int COLOR_opts__Option__init_opt = 61;
998 const int COLOR_opts__Option__add_aliases = 62;
999 const int COLOR_opts__Option__pretty = 63;
1000 const int COLOR_opts__Option__pretty_default = 64;
1001 const int COLOR_opts__Option__read_param = 65;
1002 const int COLOR_opts__OptionText__init = 66;
1003 const int COLOR_opts__OptionBool__init = 66;
1004 const int COLOR_opts__OptionBool__read_param = 67;
1005 const int COLOR_opts__OptionCount__init = 66;
1006 const int COLOR_opts__OptionCount__read_param = 67;
1007 const int COLOR_opts__OptionParameter__convert = 66;
1008 const int COLOR_opts__OptionParameter__parameter_mandatory = 67;
1009 const int COLOR_opts__OptionParameter__parameter_mandatory_61d = 68;
1010 const int COLOR_opts__OptionParameter__init_opt = 69;
1011 const int COLOR_opts__OptionParameter__read_param = 70;
1012 const int COLOR_opts__OptionString__init = 71;
1013 const int COLOR_opts__OptionEnum__init = 71;
1014 const int COLOR_opts__OptionEnum__value_name = 72;
1015 const int COLOR_opts__OptionInt__init = 71;
1016 const int COLOR_opts__OptionArray__init = 71;
1017 const int COLOR_opts__OptionContext__options = 51;
1018 const int COLOR_opts__OptionContext__rest = 52;
1019 const int COLOR_opts__OptionContext__errors = 53;
1020 const int COLOR_opts__OptionContext__usage = 54;
1021 const int COLOR_opts__OptionContext__parse = 55;
1022 const int COLOR_opts__OptionContext__parse_intern = 56;
1023 const int COLOR_opts__OptionContext__add_option = 57;
1024 const int COLOR_opts__OptionContext__init = 58;
1025 const int COLOR_opts__OptionContext__build = 59;
1026 const int COLOR_opts__OptionContext__get_errors = 60;
1027 const int COLOR_csv__CSVDocument__header = 51;
1028 const int COLOR_csv__CSVDocument__header_61d = 52;
1029 const int COLOR_csv__CSVDocument__lines = 53;
1030 const int COLOR_csv__CSVDocument__lines_61d = 54;
1031 const int COLOR_csv__CSVDocument__set_header = 55;
1032 const int COLOR_csv__CSVDocument__add_line = 56;
1033 const int COLOR_csv__CSVDocument__save = 57;
1034 const int COLOR_csv__CSVDocument__init = 58;
1035 const int COLOR_ordered_tree__OrderedTree__roots = 51;
1036 const int COLOR_ordered_tree__OrderedTree__roots_61d = 52;
1037 const int COLOR_ordered_tree__OrderedTree__sub = 53;
1038 const int COLOR_ordered_tree__OrderedTree__sub_61d = 54;
1039 const int COLOR_ordered_tree__OrderedTree__add = 55;
1040 const int COLOR_ordered_tree__OrderedTree__pretty = 56;
1041 const int COLOR_ordered_tree__OrderedTree__sub_pretty = 57;
1042 const int COLOR_ordered_tree__OrderedTree__sort_with = 58;
1043 const int COLOR_ordered_tree__OrderedTree__display = 59;
1044 const int COLOR_ordered_tree__OrderedTree__init = 60;
1045 const int COLOR_template__Template__rendering = 130;
1046 const int COLOR_template__Template__add = 131;
1047 const int COLOR_template__Template__add_all = 132;
1048 const int COLOR_template__Template__add_list = 133;
1049 const int COLOR_template__Template__is_frozen = 134;
1050 const int COLOR_template__Template__is_frozen_61d = 135;
1051 const int COLOR_template__Template__freeze = 136;
1052 const int COLOR_template__Template__new_sub = 137;
1053 const int COLOR_template__Template__content = 138;
1054 const int COLOR_template__Template__content_61d = 139;
1055 const int COLOR_template__Template__render_done = 140;
1056 const int COLOR_template__Template__render_done_61d = 141;
1057 const int COLOR_template__Template__force_render = 142;
1058 const int COLOR_template__Template__is_writing = 143;
1059 const int COLOR_template__Template__is_writing_61d = 144;
1060 const int COLOR_template__Template__write_to_string = 145;
1061 const int COLOR_template__Template__write_to_file = 146;
1062 const int COLOR_template__Template__init = 147;
1063 const int COLOR_parser_nodes__ANodes__parent = 97;
1064 const int COLOR_parser_nodes__ANodes__parent_61d = 98;
1065 const int COLOR_parser_nodes__ANodes__items = 99;
1066 const int COLOR_parser_nodes__ANodes__items_61d = 100;
1067 const int COLOR_parser_nodes__ANodes__hook_add = 101;
1068 const int COLOR_parser_nodes__ANodes__hook_remove = 102;
1069 const int COLOR_parser_nodes__ANodes__init = 103;
1070 const int COLOR_parser_nodes__Token__text = 73;
1071 const int COLOR_parser_nodes__Token__text_61d = 74;
1072 const int COLOR_parser_nodes__Token__prev_token = 75;
1073 const int COLOR_parser_nodes__Token__prev_token_61d = 76;
1074 const int COLOR_parser_nodes__Token__next_token = 77;
1075 const int COLOR_parser_nodes__Token__next_token_61d = 78;
1076 const int COLOR_parser_nodes__Token__init = 79;
1077 const int COLOR_lexer__Token__parser_index = 80;
1078 const int COLOR_parser_nodes__Visitor__visit = 51;
1079 const int COLOR_parser_nodes__Visitor__enter_visit = 52;
1080 const int COLOR_parser_nodes__Visitor__current_node = 53;
1081 const int COLOR_parser_nodes__Visitor__current_node_61d = 54;
1082 const int COLOR_parser_nodes__Visitor__init = 55;
1083 const int COLOR_parser_nodes__TEol__init = 81;
1084 const int COLOR_lexer__TEol__init_tk = 82;
1085 const int COLOR_parser_nodes__TComment__init = 81;
1086 const int COLOR_lexer__TComment__init_tk = 82;
1087 const int COLOR_parser_nodes__TokenKeyword__init = 81;
1088 const int COLOR_parser_nodes__TKwpackage__init = 82;
1089 const int COLOR_lexer__TKwpackage__init_tk = 83;
1090 const int COLOR_parser_nodes__TKwmodule__init = 82;
1091 const int COLOR_lexer__TKwmodule__init_tk = 83;
1092 const int COLOR_parser_nodes__TKwimport__init = 82;
1093 const int COLOR_lexer__TKwimport__init_tk = 83;
1094 const int COLOR_parser_nodes__TKwclass__init = 82;
1095 const int COLOR_lexer__TKwclass__init_tk = 83;
1096 const int COLOR_parser_nodes__TKwabstract__init = 82;
1097 const int COLOR_lexer__TKwabstract__init_tk = 83;
1098 const int COLOR_parser_nodes__TKwinterface__init = 82;
1099 const int COLOR_lexer__TKwinterface__init_tk = 83;
1100 const int COLOR_parser_nodes__TKwenum__init = 82;
1101 const int COLOR_lexer__TKwenum__init_tk = 83;
1102 const int COLOR_parser_nodes__TKwend__init = 82;
1103 const int COLOR_lexer__TKwend__init_tk = 83;
1104 const int COLOR_parser_nodes__TKwmeth__init = 82;
1105 const int COLOR_lexer__TKwmeth__init_tk = 83;
1106 const int COLOR_parser_nodes__TKwtype__init = 82;
1107 const int COLOR_lexer__TKwtype__init_tk = 83;
1108 const int COLOR_parser_nodes__TKwinit__init = 82;
1109 const int COLOR_lexer__TKwinit__init_tk = 83;
1110 const int COLOR_parser_nodes__TKwredef__init = 82;
1111 const int COLOR_lexer__TKwredef__init_tk = 83;
1112 const int COLOR_parser_nodes__TKwis__init = 82;
1113 const int COLOR_lexer__TKwis__init_tk = 83;
1114 const int COLOR_parser_nodes__TKwdo__init = 82;
1115 const int COLOR_lexer__TKwdo__init_tk = 83;
1116 const int COLOR_parser_nodes__TKwreadable__init = 82;
1117 const int COLOR_lexer__TKwreadable__init_tk = 83;
1118 const int COLOR_parser_nodes__TKwwritable__init = 82;
1119 const int COLOR_lexer__TKwwritable__init_tk = 83;
1120 const int COLOR_parser_nodes__TKwvar__init = 82;
1121 const int COLOR_lexer__TKwvar__init_tk = 83;
1122 const int COLOR_parser_nodes__TKwintern__init = 82;
1123 const int COLOR_lexer__TKwintern__init_tk = 83;
1124 const int COLOR_parser_nodes__TKwextern__init = 82;
1125 const int COLOR_lexer__TKwextern__init_tk = 83;
1126 const int COLOR_parser_nodes__TKwprotected__init = 82;
1127 const int COLOR_lexer__TKwprotected__init_tk = 83;
1128 const int COLOR_parser_nodes__TKwprivate__init = 82;
1129 const int COLOR_lexer__TKwprivate__init_tk = 83;
1130 const int COLOR_parser_nodes__TKwintrude__init = 82;
1131 const int COLOR_lexer__TKwintrude__init_tk = 83;
1132 const int COLOR_parser_nodes__TKwif__init = 82;
1133 const int COLOR_lexer__TKwif__init_tk = 83;
1134 const int COLOR_parser_nodes__TKwthen__init = 82;
1135 const int COLOR_lexer__TKwthen__init_tk = 83;
1136 const int COLOR_parser_nodes__TKwelse__init = 82;
1137 const int COLOR_lexer__TKwelse__init_tk = 83;
1138 const int COLOR_parser_nodes__TKwwhile__init = 82;
1139 const int COLOR_lexer__TKwwhile__init_tk = 83;
1140 const int COLOR_parser_nodes__TKwloop__init = 82;
1141 const int COLOR_lexer__TKwloop__init_tk = 83;
1142 const int COLOR_parser_nodes__TKwfor__init = 82;
1143 const int COLOR_lexer__TKwfor__init_tk = 83;
1144 const int COLOR_parser_nodes__TKwin__init = 82;
1145 const int COLOR_lexer__TKwin__init_tk = 83;
1146 const int COLOR_parser_nodes__TKwand__init = 82;
1147 const int COLOR_lexer__TKwand__init_tk = 83;
1148 const int COLOR_parser_nodes__TKwor__init = 82;
1149 const int COLOR_lexer__TKwor__init_tk = 83;
1150 const int COLOR_parser_nodes__TKwimplies__init = 82;
1151 const int COLOR_lexer__TKwimplies__init_tk = 83;
1152 const int COLOR_parser_nodes__TKwnot__init = 82;
1153 const int COLOR_lexer__TKwnot__init_tk = 83;
1154 const int COLOR_parser_nodes__TKwreturn__init = 82;
1155 const int COLOR_lexer__TKwreturn__init_tk = 83;
1156 const int COLOR_parser_nodes__TKwcontinue__init = 82;
1157 const int COLOR_lexer__TKwcontinue__init_tk = 83;
1158 const int COLOR_parser_nodes__TKwbreak__init = 82;
1159 const int COLOR_lexer__TKwbreak__init_tk = 83;
1160 const int COLOR_parser_nodes__TKwabort__init = 82;
1161 const int COLOR_lexer__TKwabort__init_tk = 83;
1162 const int COLOR_parser_nodes__TKwassert__init = 82;
1163 const int COLOR_lexer__TKwassert__init_tk = 83;
1164 const int COLOR_parser_nodes__TKwnew__init = 82;
1165 const int COLOR_lexer__TKwnew__init_tk = 83;
1166 const int COLOR_parser_nodes__TKwisa__init = 82;
1167 const int COLOR_lexer__TKwisa__init_tk = 83;
1168 const int COLOR_parser_nodes__TKwonce__init = 82;
1169 const int COLOR_lexer__TKwonce__init_tk = 83;
1170 const int COLOR_parser_nodes__TKwsuper__init = 82;
1171 const int COLOR_lexer__TKwsuper__init_tk = 83;
1172 const int COLOR_parser_nodes__TKwself__init = 82;
1173 const int COLOR_lexer__TKwself__init_tk = 83;
1174 const int COLOR_parser_nodes__TKwtrue__init = 82;
1175 const int COLOR_lexer__TKwtrue__init_tk = 83;
1176 const int COLOR_parser_nodes__TKwfalse__init = 82;
1177 const int COLOR_lexer__TKwfalse__init_tk = 83;
1178 const int COLOR_parser_nodes__TKwnull__init = 82;
1179 const int COLOR_lexer__TKwnull__init_tk = 83;
1180 const int COLOR_parser_nodes__TKwas__init = 82;
1181 const int COLOR_lexer__TKwas__init_tk = 83;
1182 const int COLOR_parser_nodes__TKwnullable__init = 82;
1183 const int COLOR_lexer__TKwnullable__init_tk = 83;
1184 const int COLOR_parser_nodes__TKwisset__init = 82;
1185 const int COLOR_lexer__TKwisset__init_tk = 83;
1186 const int COLOR_parser_nodes__TKwlabel__init = 82;
1187 const int COLOR_lexer__TKwlabel__init_tk = 83;
1188 const int COLOR_parser_nodes__TKwdebug__init = 81;
1189 const int COLOR_lexer__TKwdebug__init_tk = 82;
1190 const int COLOR_parser_nodes__TOpar__init = 81;
1191 const int COLOR_lexer__TOpar__init_tk = 82;
1192 const int COLOR_parser_nodes__TCpar__init = 81;
1193 const int COLOR_lexer__TCpar__init_tk = 82;
1194 const int COLOR_parser_nodes__TObra__init = 81;
1195 const int COLOR_lexer__TObra__init_tk = 82;
1196 const int COLOR_parser_nodes__TCbra__init = 81;
1197 const int COLOR_lexer__TCbra__init_tk = 82;
1198 const int COLOR_parser_nodes__TComma__init = 81;
1199 const int COLOR_lexer__TComma__init_tk = 82;
1200 const int COLOR_parser_nodes__TColumn__init = 81;
1201 const int COLOR_lexer__TColumn__init_tk = 82;
1202 const int COLOR_parser_nodes__TQuad__init = 81;
1203 const int COLOR_lexer__TQuad__init_tk = 82;
1204 const int COLOR_parser_nodes__TAssign__init = 81;
1205 const int COLOR_lexer__TAssign__init_tk = 82;
1206 const int COLOR_parser_nodes__TokenOperator__init = 81;
1207 const int COLOR_parser_nodes__TPluseq__init = 82;
1208 const int COLOR_lexer__TPluseq__init_tk = 83;
1209 const int COLOR_parser_nodes__TMinuseq__init = 82;
1210 const int COLOR_lexer__TMinuseq__init_tk = 83;
1211 const int COLOR_parser_nodes__TDotdotdot__init = 82;
1212 const int COLOR_lexer__TDotdotdot__init_tk = 83;
1213 const int COLOR_parser_nodes__TDotdot__init = 82;
1214 const int COLOR_lexer__TDotdot__init_tk = 83;
1215 const int COLOR_parser_nodes__TDot__init = 82;
1216 const int COLOR_lexer__TDot__init_tk = 83;
1217 const int COLOR_parser_nodes__TPlus__init = 82;
1218 const int COLOR_lexer__TPlus__init_tk = 83;
1219 const int COLOR_parser_nodes__TMinus__init = 82;
1220 const int COLOR_lexer__TMinus__init_tk = 83;
1221 const int COLOR_parser_nodes__TStar__init = 82;
1222 const int COLOR_lexer__TStar__init_tk = 83;
1223 const int COLOR_parser_nodes__TSlash__init = 82;
1224 const int COLOR_lexer__TSlash__init_tk = 83;
1225 const int COLOR_parser_nodes__TPercent__init = 82;
1226 const int COLOR_lexer__TPercent__init_tk = 83;
1227 const int COLOR_parser_nodes__TEq__init = 82;
1228 const int COLOR_lexer__TEq__init_tk = 83;
1229 const int COLOR_parser_nodes__TNe__init = 82;
1230 const int COLOR_lexer__TNe__init_tk = 83;
1231 const int COLOR_parser_nodes__TLt__init = 82;
1232 const int COLOR_lexer__TLt__init_tk = 83;
1233 const int COLOR_parser_nodes__TLe__init = 82;
1234 const int COLOR_lexer__TLe__init_tk = 83;
1235 const int COLOR_parser_nodes__TLl__init = 82;
1236 const int COLOR_lexer__TLl__init_tk = 83;
1237 const int COLOR_parser_nodes__TGt__init = 82;
1238 const int COLOR_lexer__TGt__init_tk = 83;
1239 const int COLOR_parser_nodes__TGe__init = 82;
1240 const int COLOR_lexer__TGe__init_tk = 83;
1241 const int COLOR_parser_nodes__TGg__init = 82;
1242 const int COLOR_lexer__TGg__init_tk = 83;
1243 const int COLOR_parser_nodes__TStarship__init = 82;
1244 const int COLOR_lexer__TStarship__init_tk = 83;
1245 const int COLOR_parser_nodes__TBang__init = 82;
1246 const int COLOR_lexer__TBang__init_tk = 83;
1247 const int COLOR_parser_nodes__TAt__init = 81;
1248 const int COLOR_lexer__TAt__init_tk = 82;
1249 const int COLOR_parser_nodes__TClassid__init = 81;
1250 const int COLOR_lexer__TClassid__init_tk = 82;
1251 const int COLOR_parser_nodes__TId__init = 81;
1252 const int COLOR_lexer__TId__init_tk = 82;
1253 const int COLOR_parser_nodes__TAttrid__init = 81;
1254 const int COLOR_lexer__TAttrid__init_tk = 82;
1255 const int COLOR_parser_nodes__TokenLiteral__init = 81;
1256 const int COLOR_parser_nodes__TNumber__init = 82;
1257 const int COLOR_lexer__TNumber__init_tk = 83;
1258 const int COLOR_parser_nodes__TFloat__init = 82;
1259 const int COLOR_lexer__TFloat__init_tk = 83;
1260 const int COLOR_parser_nodes__TChar__init = 82;
1261 const int COLOR_lexer__TChar__init_tk = 83;
1262 const int COLOR_parser_nodes__TString__init = 82;
1263 const int COLOR_lexer__TString__init_tk = 83;
1264 const int COLOR_ffi_base__TString__without_quotes = 84;
1265 const int COLOR_parser_nodes__TStartString__init = 82;
1266 const int COLOR_lexer__TStartString__init_tk = 83;
1267 const int COLOR_parser_nodes__TMidString__init = 82;
1268 const int COLOR_lexer__TMidString__init_tk = 83;
1269 const int COLOR_parser_nodes__TEndString__init = 82;
1270 const int COLOR_lexer__TEndString__init_tk = 83;
1271 const int COLOR_parser_nodes__TBadString__init = 81;
1272 const int COLOR_lexer__TBadString__init_tk = 82;
1273 const int COLOR_parser_nodes__TBadChar__init = 81;
1274 const int COLOR_lexer__TBadChar__init_tk = 82;
1275 const int COLOR_parser_nodes__TExternCodeSegment__init = 81;
1276 const int COLOR_lexer__TExternCodeSegment__init_tk = 82;
1277 const int COLOR_ffi_base__TExternCodeSegment__without_guard = 83;
1278 const int COLOR_parser_nodes__EOF__init = 81;
1279 const int COLOR_lexer__EOF__init_tk = 82;
1280 const int COLOR_parser_nodes__AError__init = 83;
1281 const int COLOR_lexer__AError__message = 84;
1282 const int COLOR_lexer__AError__init_error = 85;
1283 const int COLOR_parser_nodes__ALexerError__init = 86;
1284 const int COLOR_lexer__ALexerError__string = 87;
1285 const int COLOR_lexer__ALexerError__init_lexer_error = 88;
1286 const int COLOR_parser_nodes__AParserError__init = 86;
1287 const int COLOR_lexer__AParserError__token = 87;
1288 const int COLOR_lexer__AParserError__init_parser_error = 88;
1289 const int COLOR_parser_nodes__AModule__n_moduledecl = 79;
1290 const int COLOR_parser_nodes__AModule__n_moduledecl_61d = 80;
1291 const int COLOR_parser_nodes__AModule__n_imports = 81;
1292 const int COLOR_parser_nodes__AModule__n_extern_code_blocks = 82;
1293 const int COLOR_parser_nodes__AModule__n_classdefs = 83;
1294 const int COLOR_parser_nodes__AModule__init = 84;
1295 const int COLOR_parser_prod__AModule__empty_init = 85;
1296 const int COLOR_parser_prod__AModule__init_amodule = 86;
1297 const int COLOR_simple_misc_analysis__AModule__do_simple_misc_analysis = 87;
1298 const int COLOR_literal__AModule__do_literal = 88;
1299 const int COLOR_serialization_phase__AModule__deserializer_nclassdef = 89;
1300 const int COLOR_modelbuilder__AModule__mmodule = 90;
1301 const int COLOR_modelbuilder__AModule__mmodule_61d = 91;
1302 const int COLOR_modelbuilder__AModule__is_importation_done = 92;
1303 const int COLOR_modelbuilder__AModule__is_importation_done_61d = 93;
1304 const int COLOR_modelize_class__AModule__build_classes_is_done = 94;
1305 const int COLOR_modelize_class__AModule__build_classes_is_done_61d = 95;
1306 const int COLOR_modelize_class__AModule__mclass2nclassdef = 96;
1307 const int COLOR_modelize_class__AModule__mclass2nclassdef_61d = 97;
1308 const int COLOR_nitni_base__AModule__cname = 98;
1309 const int COLOR_ffi_base__AModule__ffi_files = 99;
1310 const int COLOR_ffi_base__AModule__ffi_files_61d = 100;
1311 const int COLOR_c__AModule__c_compiler_options = 101;
1312 const int COLOR_c__AModule__c_compiler_options_61d = 102;
1313 const int COLOR_c__AModule__c_linker_options = 103;
1314 const int COLOR_c__AModule__c_linker_options_61d = 104;
1315 const int COLOR_header_dependency__AModule__has_public_c_header = 105;
1316 const int COLOR_cpp__AModule__cpp_file = 106;
1317 const int COLOR_cpp__AModule__cpp_file_61d = 107;
1318 const int COLOR_cpp__AModule__cpp_compiler_options = 108;
1319 const int COLOR_cpp__AModule__cpp_compiler_options_61d = 109;
1320 const int COLOR_common_ffi__AModule__ffi_ccu = 110;
1321 const int COLOR_common_ffi__AModule__ffi_ccu_61d = 111;
1322 const int COLOR_common_ffi__AModule__present_languages = 112;
1323 const int COLOR_common_ffi__AModule__present_languages_61d = 113;
1324 const int COLOR_common_ffi__AModule__ffi_callbacks = 114;
1325 const int COLOR_common_ffi__AModule__ffi_callbacks_61d = 115;
1326 const int COLOR_common_ffi__AModule__ensure_compile_ffi_wrapper = 116;
1327 const int COLOR_common_ffi__AModule__finalize_ffi_wrapper = 117;
1328 const int COLOR_abstract_compiler__AModule__uses_legacy_ni = 118;
1329 const int COLOR_abstract_compiler__AModule__finalize_ffi = 119;
1330 const int COLOR_abstract_compiler__AModule__finalize_nitni = 120;
1331 const int COLOR_compiler_ffi__AModule__foreign_callbacks = 121;
1332 const int COLOR_compiler_ffi__AModule__foreign_callbacks_61d = 122;
1333 const int COLOR_compiler_ffi__AModule__nitni_ccu = 123;
1334 const int COLOR_compiler_ffi__AModule__nitni_ccu_61d = 124;
1335 const int COLOR_compiler_ffi__AModule__uses_legacy_ni_61d = 125;
1336 const int COLOR_compiler_ffi__AModule__ensure_compile_nitni_base = 126;
1337 const int COLOR_compiler_ffi__AModule__compiled_callbacks = 127;
1338 const int COLOR_compiler_ffi__AModule__compiled_callbacks_61d = 128;
1339 const int COLOR_compiler_ffi__AModule__check_callback_compilation = 129;
1340 const int COLOR_parser_nodes__AModuledecl__n_doc = 79;
1341 const int COLOR_parser_nodes__AModuledecl__n_doc_61d = 80;
1342 const int COLOR_parser_nodes__AModuledecl__n_kwmodule = 81;
1343 const int COLOR_parser_nodes__AModuledecl__n_kwmodule_61d = 82;
1344 const int COLOR_parser_nodes__AModuledecl__n_name = 83;
1345 const int COLOR_parser_nodes__AModuledecl__n_name_61d = 84;
1346 const int COLOR_parser_nodes__AModuledecl__init = 85;
1347 const int COLOR_parser_prod__AModuledecl__empty_init = 86;
1348 const int COLOR_parser_prod__AModuledecl__init_amoduledecl = 87;
1349 const int COLOR_parser_nodes__AImport__init = 79;
1350 const int COLOR_parser_nodes__AStdImport__n_visibility = 80;
1351 const int COLOR_parser_nodes__AStdImport__n_visibility_61d = 81;
1352 const int COLOR_parser_nodes__AStdImport__n_kwimport = 82;
1353 const int COLOR_parser_nodes__AStdImport__n_kwimport_61d = 83;
1354 const int COLOR_parser_nodes__AStdImport__n_name = 84;
1355 const int COLOR_parser_nodes__AStdImport__n_name_61d = 85;
1356 const int COLOR_parser_nodes__AStdImport__init = 86;
1357 const int COLOR_parser_prod__AStdImport__empty_init = 87;
1358 const int COLOR_parser_prod__AStdImport__init_astdimport = 88;
1359 const int COLOR_modelbuilder__AStdImport__mmodule = 89;
1360 const int COLOR_modelbuilder__AStdImport__mmodule_61d = 90;
1361 const int COLOR_parser_nodes__ANoImport__n_visibility = 80;
1362 const int COLOR_parser_nodes__ANoImport__n_visibility_61d = 81;
1363 const int COLOR_parser_nodes__ANoImport__n_kwimport = 82;
1364 const int COLOR_parser_nodes__ANoImport__n_kwimport_61d = 83;
1365 const int COLOR_parser_nodes__ANoImport__n_kwend = 84;
1366 const int COLOR_parser_nodes__ANoImport__n_kwend_61d = 85;
1367 const int COLOR_parser_nodes__ANoImport__init = 86;
1368 const int COLOR_parser_prod__ANoImport__empty_init = 87;
1369 const int COLOR_parser_prod__ANoImport__init_anoimport = 88;
1370 const int COLOR_parser_nodes__AVisibility__init = 79;
1371 const int COLOR_modelbuilder__AVisibility__mvisibility = 80;
1372 const int COLOR_parser_nodes__APublicVisibility__init = 81;
1373 const int COLOR_parser_prod__APublicVisibility__empty_init = 82;
1374 const int COLOR_parser_prod__APublicVisibility__init_apublicvisibility = 83;
1375 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate = 81;
1376 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate_61d = 82;
1377 const int COLOR_parser_nodes__APrivateVisibility__init = 83;
1378 const int COLOR_parser_prod__APrivateVisibility__empty_init = 84;
1379 const int COLOR_parser_prod__APrivateVisibility__init_aprivatevisibility = 85;
1380 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected = 81;
1381 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected_61d = 82;
1382 const int COLOR_parser_nodes__AProtectedVisibility__init = 83;
1383 const int COLOR_parser_prod__AProtectedVisibility__empty_init = 84;
1384 const int COLOR_parser_prod__AProtectedVisibility__init_aprotectedvisibility = 85;
1385 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude = 81;
1386 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude_61d = 82;
1387 const int COLOR_parser_nodes__AIntrudeVisibility__init = 83;
1388 const int COLOR_parser_prod__AIntrudeVisibility__empty_init = 84;
1389 const int COLOR_parser_prod__AIntrudeVisibility__init_aintrudevisibility = 85;
1390 const int COLOR_parser_nodes__AClassdef__n_propdefs = 79;
1391 const int COLOR_parser_nodes__AClassdef__init = 80;
1392 const int COLOR_modelize_class__AClassdef__mclass = 81;
1393 const int COLOR_modelize_class__AClassdef__mclass_61d = 82;
1394 const int COLOR_modelize_class__AClassdef__mclassdef = 83;
1395 const int COLOR_modelize_class__AClassdef__mclassdef_61d = 84;
1396 const int COLOR_modelize_property__AClassdef__build_properties_is_done = 85;
1397 const int COLOR_modelize_property__AClassdef__build_properties_is_done_61d = 86;
1398 const int COLOR_modelize_property__AClassdef__super_inits = 87;
1399 const int COLOR_modelize_property__AClassdef__super_inits_61d = 88;
1400 const int COLOR_modelize_property__AClassdef__mfree_init = 89;
1401 const int COLOR_modelize_property__AClassdef__mfree_init_61d = 90;
1402 const int COLOR_modelize_property__AClassdef__mprop2npropdef = 91;
1403 const int COLOR_modelize_property__AClassdef__mprop2npropdef_61d = 92;
1404 const int COLOR_extern_classes__AClassdef__ftype_cache = 93;
1405 const int COLOR_extern_classes__AClassdef__ftype_cache_61d = 94;
1406 const int COLOR_extern_classes__AClassdef__ftype_computed = 95;
1407 const int COLOR_extern_classes__AClassdef__ftype_computed_61d = 96;
1408 const int COLOR_extern_classes__AClassdef__ftype = 97;
1409 const int COLOR_abstract_compiler__AClassdef__compile_to_c = 98;
1410 const int COLOR_parser_nodes__AStdClassdef__n_doc = 99;
1411 const int COLOR_parser_nodes__AStdClassdef__n_doc_61d = 100;
1412 const int COLOR_parser_nodes__AStdClassdef__n_kwredef = 101;
1413 const int COLOR_parser_nodes__AStdClassdef__n_kwredef_61d = 102;
1414 const int COLOR_parser_nodes__AStdClassdef__n_visibility = 103;
1415 const int COLOR_parser_nodes__AStdClassdef__n_visibility_61d = 104;
1416 const int COLOR_parser_nodes__AStdClassdef__n_classkind = 105;
1417 const int COLOR_parser_nodes__AStdClassdef__n_classkind_61d = 106;
1418 const int COLOR_parser_nodes__AStdClassdef__n_id = 107;
1419 const int COLOR_parser_nodes__AStdClassdef__n_id_61d = 108;
1420 const int COLOR_parser_nodes__AStdClassdef__n_formaldefs = 109;
1421 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block = 110;
1422 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block_61d = 111;
1423 const int COLOR_parser_nodes__AStdClassdef__n_superclasses = 112;
1424 const int COLOR_parser_nodes__AStdClassdef__n_kwend = 113;
1425 const int COLOR_parser_nodes__AStdClassdef__n_kwend_61d = 114;
1426 const int COLOR_parser_nodes__AStdClassdef__init = 115;
1427 const int COLOR_parser_prod__AStdClassdef__empty_init = 116;
1428 const int COLOR_parser_prod__AStdClassdef__init_astdclassdef = 117;
1429 const int COLOR_serialization_phase__AStdClassdef__deserializer_npropdef = 118;
1430 const int COLOR_parser_nodes__ATopClassdef__init = 99;
1431 const int COLOR_parser_prod__ATopClassdef__empty_init = 100;
1432 const int COLOR_parser_prod__ATopClassdef__init_atopclassdef = 101;
1433 const int COLOR_parser_nodes__AMainClassdef__init = 99;
1434 const int COLOR_parser_prod__AMainClassdef__empty_init = 100;
1435 const int COLOR_parser_prod__AMainClassdef__init_amainclassdef = 101;
1436 const int COLOR_parser_nodes__AClasskind__init = 79;
1437 const int COLOR_modelize_class__AClasskind__mkind = 80;
1438 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass = 81;
1439 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass_61d = 82;
1440 const int COLOR_parser_nodes__AConcreteClasskind__init = 83;
1441 const int COLOR_parser_prod__AConcreteClasskind__empty_init = 84;
1442 const int COLOR_parser_prod__AConcreteClasskind__init_aconcreteclasskind = 85;
1443 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract = 81;
1444 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract_61d = 82;
1445 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass = 83;
1446 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass_61d = 84;
1447 const int COLOR_parser_nodes__AAbstractClasskind__init = 85;
1448 const int COLOR_parser_prod__AAbstractClasskind__empty_init = 86;
1449 const int COLOR_parser_prod__AAbstractClasskind__init_aabstractclasskind = 87;
1450 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface = 81;
1451 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface_61d = 82;
1452 const int COLOR_parser_nodes__AInterfaceClasskind__init = 83;
1453 const int COLOR_parser_prod__AInterfaceClasskind__empty_init = 84;
1454 const int COLOR_parser_prod__AInterfaceClasskind__init_ainterfaceclasskind = 85;
1455 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum = 81;
1456 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum_61d = 82;
1457 const int COLOR_parser_nodes__AEnumClasskind__init = 83;
1458 const int COLOR_parser_prod__AEnumClasskind__empty_init = 84;
1459 const int COLOR_parser_prod__AEnumClasskind__init_aenumclasskind = 85;
1460 const int COLOR_parser_nodes__AExternClasskind__n_kwextern = 81;
1461 const int COLOR_parser_nodes__AExternClasskind__n_kwextern_61d = 82;
1462 const int COLOR_parser_nodes__AExternClasskind__n_kwclass = 83;
1463 const int COLOR_parser_nodes__AExternClasskind__n_kwclass_61d = 84;
1464 const int COLOR_parser_nodes__AExternClasskind__init = 85;
1465 const int COLOR_parser_prod__AExternClasskind__empty_init = 86;
1466 const int COLOR_parser_prod__AExternClasskind__init_aexternclasskind = 87;
1467 const int COLOR_parser_nodes__AFormaldef__n_id = 79;
1468 const int COLOR_parser_nodes__AFormaldef__n_id_61d = 80;
1469 const int COLOR_parser_nodes__AFormaldef__n_type = 81;
1470 const int COLOR_parser_nodes__AFormaldef__n_type_61d = 82;
1471 const int COLOR_parser_nodes__AFormaldef__init = 83;
1472 const int COLOR_parser_prod__AFormaldef__empty_init = 84;
1473 const int COLOR_parser_prod__AFormaldef__init_aformaldef = 85;
1474 const int COLOR_modelize_class__AFormaldef__mtype = 86;
1475 const int COLOR_modelize_class__AFormaldef__mtype_61d = 87;
1476 const int COLOR_modelize_class__AFormaldef__bound = 88;
1477 const int COLOR_modelize_class__AFormaldef__bound_61d = 89;
1478 const int COLOR_parser_nodes__ASuperclass__n_kwsuper = 79;
1479 const int COLOR_parser_nodes__ASuperclass__n_kwsuper_61d = 80;
1480 const int COLOR_parser_nodes__ASuperclass__n_type = 81;
1481 const int COLOR_parser_nodes__ASuperclass__n_type_61d = 82;
1482 const int COLOR_parser_nodes__ASuperclass__init = 83;
1483 const int COLOR_parser_prod__ASuperclass__empty_init = 84;
1484 const int COLOR_parser_prod__ASuperclass__init_asuperclass = 85;
1485 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef = 103;
1486 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef_61d = 104;
1487 const int COLOR_parser_nodes__AAttrPropdef__n_visibility = 105;
1488 const int COLOR_parser_nodes__AAttrPropdef__n_visibility_61d = 106;
1489 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar = 107;
1490 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar_61d = 108;
1491 const int COLOR_parser_nodes__AAttrPropdef__n_id = 109;
1492 const int COLOR_parser_nodes__AAttrPropdef__n_id_61d = 110;
1493 const int COLOR_parser_nodes__AAttrPropdef__n_id2 = 111;
1494 const int COLOR_parser_nodes__AAttrPropdef__n_id2_61d = 112;
1495 const int COLOR_parser_nodes__AAttrPropdef__n_type = 113;
1496 const int COLOR_parser_nodes__AAttrPropdef__n_type_61d = 114;
1497 const int COLOR_parser_nodes__AAttrPropdef__n_readable = 115;
1498 const int COLOR_parser_nodes__AAttrPropdef__n_readable_61d = 116;
1499 const int COLOR_parser_nodes__AAttrPropdef__n_writable = 117;
1500 const int COLOR_parser_nodes__AAttrPropdef__n_writable_61d = 118;
1501 const int COLOR_parser_nodes__AAttrPropdef__n_expr = 119;
1502 const int COLOR_parser_nodes__AAttrPropdef__n_expr_61d = 120;
1503 const int COLOR_parser_nodes__AAttrPropdef__init = 121;
1504 const int COLOR_parser_prod__AAttrPropdef__empty_init = 122;
1505 const int COLOR_parser_prod__AAttrPropdef__init_aattrpropdef = 123;
1506 const int COLOR_serialization_phase__AAttrPropdef__name = 124;
1507 const int COLOR_serialization_phase__AAttrPropdef__type_name = 125;
1508 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef = 126;
1509 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef_61d = 127;
1510 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef = 128;
1511 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef_61d = 129;
1512 const int COLOR_modelize_property__AAttrPropdef__check_method_signature = 130;
1513 const int COLOR_abstract_compiler__AAttrPropdef__init_expr = 131;
1514 const int COLOR_abstract_compiler__AAttrPropdef__check_expr = 132;
1515 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth = 114;
1516 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth_61d = 115;
1517 const int COLOR_parser_nodes__ADeferredMethPropdef__init = 116;
1518 const int COLOR_parser_prod__ADeferredMethPropdef__empty_init = 117;
1519 const int COLOR_parser_prod__ADeferredMethPropdef__init_adeferredmethpropdef = 118;
1520 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth = 114;
1521 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth_61d = 115;
1522 const int COLOR_parser_nodes__AInternMethPropdef__init = 116;
1523 const int COLOR_parser_prod__AInternMethPropdef__empty_init = 117;
1524 const int COLOR_parser_prod__AInternMethPropdef__init_ainternmethpropdef = 118;
1525 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth = 129;
1526 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth_61d = 130;
1527 const int COLOR_parser_nodes__AExternMethPropdef__init = 131;
1528 const int COLOR_parser_prod__AExternMethPropdef__empty_init = 132;
1529 const int COLOR_parser_prod__AExternMethPropdef__init_aexternmethpropdef = 133;
1530 const int COLOR_compiler_ffi__AExternMethPropdef__compile_to_c = 134;
1531 const int COLOR_parser_nodes__AMainMethPropdef__init = 124;
1532 const int COLOR_parser_prod__AMainMethPropdef__empty_init = 125;
1533 const int COLOR_parser_prod__AMainMethPropdef__init_amainmethpropdef = 126;
1534 const int COLOR_parser_nodes__AExternCalls__n_kwimport = 79;
1535 const int COLOR_parser_nodes__AExternCalls__n_kwimport_61d = 80;
1536 const int COLOR_parser_nodes__AExternCalls__n_extern_calls = 81;
1537 const int COLOR_parser_nodes__AExternCalls__init = 82;
1538 const int COLOR_parser_prod__AExternCalls__empty_init = 83;
1539 const int COLOR_parser_prod__AExternCalls__init_aexterncalls = 84;
1540 const int COLOR_parser_nodes__AExternCall__init = 79;
1541 const int COLOR_parser_prod__AExternCall__empty_init = 80;
1542 const int COLOR_parser_prod__AExternCall__init_aexterncall = 81;
1543 const int COLOR_nitni_callbacks__AExternCall__verify_and_collect = 82;
1544 const int COLOR_parser_nodes__APropExternCall__init = 83;
1545 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid = 84;
1546 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid_61d = 85;
1547 const int COLOR_parser_nodes__ALocalPropExternCall__init = 86;
1548 const int COLOR_parser_prod__ALocalPropExternCall__empty_init = 87;
1549 const int COLOR_parser_prod__ALocalPropExternCall__init_alocalpropexterncall = 88;
1550 const int COLOR_parser_nodes__AFullPropExternCall__n_type = 84;
1551 const int COLOR_parser_nodes__AFullPropExternCall__n_type_61d = 85;
1552 const int COLOR_parser_nodes__AFullPropExternCall__n_dot = 86;
1553 const int COLOR_parser_nodes__AFullPropExternCall__n_dot_61d = 87;
1554 const int COLOR_parser_nodes__AFullPropExternCall__n_methid = 88;
1555 const int COLOR_parser_nodes__AFullPropExternCall__n_methid_61d = 89;
1556 const int COLOR_parser_nodes__AFullPropExternCall__init = 90;
1557 const int COLOR_parser_prod__AFullPropExternCall__empty_init = 91;
1558 const int COLOR_parser_prod__AFullPropExternCall__init_afullpropexterncall = 92;
1559 const int COLOR_parser_nodes__AInitPropExternCall__n_type = 84;
1560 const int COLOR_parser_nodes__AInitPropExternCall__n_type_61d = 85;
1561 const int COLOR_parser_nodes__AInitPropExternCall__init = 86;
1562 const int COLOR_parser_prod__AInitPropExternCall__empty_init = 87;
1563 const int COLOR_parser_prod__AInitPropExternCall__init_ainitpropexterncall = 88;
1564 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper = 83;
1565 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper_61d = 84;
1566 const int COLOR_parser_nodes__ASuperExternCall__init = 85;
1567 const int COLOR_parser_prod__ASuperExternCall__empty_init = 86;
1568 const int COLOR_parser_prod__ASuperExternCall__init_asuperexterncall = 87;
1569 const int COLOR_parser_nodes__ACastExternCall__init = 83;
1570 const int COLOR_nitni_callbacks__ACastExternCall__from_mtype = 84;
1571 const int COLOR_nitni_callbacks__ACastExternCall__to_mtype = 85;
1572 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type = 86;
1573 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type_61d = 87;
1574 const int COLOR_parser_nodes__ACastAsExternCall__n_dot = 88;
1575 const int COLOR_parser_nodes__ACastAsExternCall__n_dot_61d = 89;
1576 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas = 90;
1577 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas_61d = 91;
1578 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type = 92;
1579 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type_61d = 93;
1580 const int COLOR_parser_nodes__ACastAsExternCall__init = 94;
1581 const int COLOR_parser_prod__ACastAsExternCall__empty_init = 95;
1582 const int COLOR_parser_prod__ACastAsExternCall__init_acastasexterncall = 96;
1583 const int COLOR_nitni_callbacks__ACastAsExternCall__verify_and_collect = 97;
1584 const int COLOR_parser_nodes__AAsNullableExternCall__n_type = 86;
1585 const int COLOR_parser_nodes__AAsNullableExternCall__n_type_61d = 87;
1586 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas = 88;
1587 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas_61d = 89;
1588 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable = 90;
1589 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable_61d = 91;
1590 const int COLOR_parser_nodes__AAsNullableExternCall__init = 92;
1591 const int COLOR_parser_prod__AAsNullableExternCall__empty_init = 93;
1592 const int COLOR_parser_prod__AAsNullableExternCall__init_aasnullableexterncall = 94;
1593 const int COLOR_nitni_callbacks__AAsNullableExternCall__verify_and_collect = 95;
1594 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type = 86;
1595 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type_61d = 87;
1596 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas = 88;
1597 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas_61d = 89;
1598 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot = 90;
1599 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot_61d = 91;
1600 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable = 92;
1601 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable_61d = 93;
1602 const int COLOR_parser_nodes__AAsNotNullableExternCall__init = 94;
1603 const int COLOR_parser_prod__AAsNotNullableExternCall__empty_init = 95;
1604 const int COLOR_parser_prod__AAsNotNullableExternCall__init_aasnotnullableexterncall = 96;
1605 const int COLOR_nitni_callbacks__AAsNotNullableExternCall__verify_and_collect = 97;
1606 const int COLOR_parser_nodes__ATypePropdef__n_kwredef = 103;
1607 const int COLOR_parser_nodes__ATypePropdef__n_kwredef_61d = 104;
1608 const int COLOR_parser_nodes__ATypePropdef__n_visibility = 105;
1609 const int COLOR_parser_nodes__ATypePropdef__n_visibility_61d = 106;
1610 const int COLOR_parser_nodes__ATypePropdef__n_kwtype = 107;
1611 const int COLOR_parser_nodes__ATypePropdef__n_kwtype_61d = 108;
1612 const int COLOR_parser_nodes__ATypePropdef__n_id = 109;
1613 const int COLOR_parser_nodes__ATypePropdef__n_id_61d = 110;
1614 const int COLOR_parser_nodes__ATypePropdef__n_type = 111;
1615 const int COLOR_parser_nodes__ATypePropdef__n_type_61d = 112;
1616 const int COLOR_parser_nodes__ATypePropdef__init = 113;
1617 const int COLOR_parser_prod__ATypePropdef__empty_init = 114;
1618 const int COLOR_parser_prod__ATypePropdef__init_atypepropdef = 115;
1619 const int COLOR_parser_nodes__AAble__n_visibility = 79;
1620 const int COLOR_parser_nodes__AAble__n_visibility_61d = 80;
1621 const int COLOR_parser_nodes__AAble__n_kwredef = 81;
1622 const int COLOR_parser_nodes__AAble__n_kwredef_61d = 82;
1623 const int COLOR_parser_nodes__AAble__init = 83;
1624 const int COLOR_parser_nodes__AReadAble__n_kwreadable = 84;
1625 const int COLOR_parser_nodes__AReadAble__n_kwreadable_61d = 85;
1626 const int COLOR_parser_nodes__AReadAble__init = 86;
1627 const int COLOR_parser_prod__AReadAble__empty_init = 87;
1628 const int COLOR_parser_prod__AReadAble__init_areadable = 88;
1629 const int COLOR_parser_nodes__AWriteAble__n_kwwritable = 84;
1630 const int COLOR_parser_nodes__AWriteAble__n_kwwritable_61d = 85;
1631 const int COLOR_parser_nodes__AWriteAble__init = 86;
1632 const int COLOR_parser_prod__AWriteAble__empty_init = 87;
1633 const int COLOR_parser_prod__AWriteAble__init_awriteable = 88;
1634 const int COLOR_parser_nodes__AMethid__init = 79;
1635 const int COLOR_parser_nodes__AIdMethid__n_id = 80;
1636 const int COLOR_parser_nodes__AIdMethid__n_id_61d = 81;
1637 const int COLOR_parser_nodes__AIdMethid__init = 82;
1638 const int COLOR_parser_prod__AIdMethid__empty_init = 83;
1639 const int COLOR_parser_prod__AIdMethid__init_aidmethid = 84;
1640 const int COLOR_parser_nodes__APlusMethid__n_plus = 80;
1641 const int COLOR_parser_nodes__APlusMethid__n_plus_61d = 81;
1642 const int COLOR_parser_nodes__APlusMethid__init = 82;
1643 const int COLOR_parser_prod__APlusMethid__empty_init = 83;
1644 const int COLOR_parser_prod__APlusMethid__init_aplusmethid = 84;
1645 const int COLOR_parser_nodes__AMinusMethid__n_minus = 80;
1646 const int COLOR_parser_nodes__AMinusMethid__n_minus_61d = 81;
1647 const int COLOR_parser_nodes__AMinusMethid__init = 82;
1648 const int COLOR_parser_prod__AMinusMethid__empty_init = 83;
1649 const int COLOR_parser_prod__AMinusMethid__init_aminusmethid = 84;
1650 const int COLOR_parser_nodes__AStarMethid__n_star = 80;
1651 const int COLOR_parser_nodes__AStarMethid__n_star_61d = 81;
1652 const int COLOR_parser_nodes__AStarMethid__init = 82;
1653 const int COLOR_parser_prod__AStarMethid__empty_init = 83;
1654 const int COLOR_parser_prod__AStarMethid__init_astarmethid = 84;
1655 const int COLOR_parser_nodes__ASlashMethid__n_slash = 80;
1656 const int COLOR_parser_nodes__ASlashMethid__n_slash_61d = 81;
1657 const int COLOR_parser_nodes__ASlashMethid__init = 82;
1658 const int COLOR_parser_prod__ASlashMethid__empty_init = 83;
1659 const int COLOR_parser_prod__ASlashMethid__init_aslashmethid = 84;
1660 const int COLOR_parser_nodes__APercentMethid__n_percent = 80;
1661 const int COLOR_parser_nodes__APercentMethid__n_percent_61d = 81;
1662 const int COLOR_parser_nodes__APercentMethid__init = 82;
1663 const int COLOR_parser_prod__APercentMethid__empty_init = 83;
1664 const int COLOR_parser_prod__APercentMethid__init_apercentmethid = 84;
1665 const int COLOR_parser_nodes__AEqMethid__n_eq = 80;
1666 const int COLOR_parser_nodes__AEqMethid__n_eq_61d = 81;
1667 const int COLOR_parser_nodes__AEqMethid__init = 82;
1668 const int COLOR_parser_prod__AEqMethid__empty_init = 83;
1669 const int COLOR_parser_prod__AEqMethid__init_aeqmethid = 84;
1670 const int COLOR_parser_nodes__ANeMethid__n_ne = 80;
1671 const int COLOR_parser_nodes__ANeMethid__n_ne_61d = 81;
1672 const int COLOR_parser_nodes__ANeMethid__init = 82;
1673 const int COLOR_parser_prod__ANeMethid__empty_init = 83;
1674 const int COLOR_parser_prod__ANeMethid__init_anemethid = 84;
1675 const int COLOR_parser_nodes__ALeMethid__n_le = 80;
1676 const int COLOR_parser_nodes__ALeMethid__n_le_61d = 81;
1677 const int COLOR_parser_nodes__ALeMethid__init = 82;
1678 const int COLOR_parser_prod__ALeMethid__empty_init = 83;
1679 const int COLOR_parser_prod__ALeMethid__init_alemethid = 84;
1680 const int COLOR_parser_nodes__AGeMethid__n_ge = 80;
1681 const int COLOR_parser_nodes__AGeMethid__n_ge_61d = 81;
1682 const int COLOR_parser_nodes__AGeMethid__init = 82;
1683 const int COLOR_parser_prod__AGeMethid__empty_init = 83;
1684 const int COLOR_parser_prod__AGeMethid__init_agemethid = 84;
1685 const int COLOR_parser_nodes__ALtMethid__n_lt = 80;
1686 const int COLOR_parser_nodes__ALtMethid__n_lt_61d = 81;
1687 const int COLOR_parser_nodes__ALtMethid__init = 82;
1688 const int COLOR_parser_prod__ALtMethid__empty_init = 83;
1689 const int COLOR_parser_prod__ALtMethid__init_altmethid = 84;
1690 const int COLOR_parser_nodes__AGtMethid__n_gt = 80;
1691 const int COLOR_parser_nodes__AGtMethid__n_gt_61d = 81;
1692 const int COLOR_parser_nodes__AGtMethid__init = 82;
1693 const int COLOR_parser_prod__AGtMethid__empty_init = 83;
1694 const int COLOR_parser_prod__AGtMethid__init_agtmethid = 84;
1695 const int COLOR_parser_nodes__ALlMethid__n_ll = 80;
1696 const int COLOR_parser_nodes__ALlMethid__n_ll_61d = 81;
1697 const int COLOR_parser_nodes__ALlMethid__init = 82;
1698 const int COLOR_parser_prod__ALlMethid__empty_init = 83;
1699 const int COLOR_parser_prod__ALlMethid__init_allmethid = 84;
1700 const int COLOR_parser_nodes__AGgMethid__n_gg = 80;
1701 const int COLOR_parser_nodes__AGgMethid__n_gg_61d = 81;
1702 const int COLOR_parser_nodes__AGgMethid__init = 82;
1703 const int COLOR_parser_prod__AGgMethid__empty_init = 83;
1704 const int COLOR_parser_prod__AGgMethid__init_aggmethid = 84;
1705 const int COLOR_parser_nodes__ABraMethid__n_obra = 80;
1706 const int COLOR_parser_nodes__ABraMethid__n_obra_61d = 81;
1707 const int COLOR_parser_nodes__ABraMethid__n_cbra = 82;
1708 const int COLOR_parser_nodes__ABraMethid__n_cbra_61d = 83;
1709 const int COLOR_parser_nodes__ABraMethid__init = 84;
1710 const int COLOR_parser_prod__ABraMethid__empty_init = 85;
1711 const int COLOR_parser_prod__ABraMethid__init_abramethid = 86;
1712 const int COLOR_parser_nodes__AStarshipMethid__n_starship = 80;
1713 const int COLOR_parser_nodes__AStarshipMethid__n_starship_61d = 81;
1714 const int COLOR_parser_nodes__AStarshipMethid__init = 82;
1715 const int COLOR_parser_prod__AStarshipMethid__empty_init = 83;
1716 const int COLOR_parser_prod__AStarshipMethid__init_astarshipmethid = 84;
1717 const int COLOR_parser_nodes__AAssignMethid__n_id = 80;
1718 const int COLOR_parser_nodes__AAssignMethid__n_id_61d = 81;
1719 const int COLOR_parser_nodes__AAssignMethid__n_assign = 82;
1720 const int COLOR_parser_nodes__AAssignMethid__n_assign_61d = 83;
1721 const int COLOR_parser_nodes__AAssignMethid__init = 84;
1722 const int COLOR_parser_prod__AAssignMethid__empty_init = 85;
1723 const int COLOR_parser_prod__AAssignMethid__init_aassignmethid = 86;
1724 const int COLOR_parser_nodes__ABraassignMethid__n_obra = 80;
1725 const int COLOR_parser_nodes__ABraassignMethid__n_obra_61d = 81;
1726 const int COLOR_parser_nodes__ABraassignMethid__n_cbra = 82;
1727 const int COLOR_parser_nodes__ABraassignMethid__n_cbra_61d = 83;
1728 const int COLOR_parser_nodes__ABraassignMethid__n_assign = 84;
1729 const int COLOR_parser_nodes__ABraassignMethid__n_assign_61d = 85;
1730 const int COLOR_parser_nodes__ABraassignMethid__init = 86;
1731 const int COLOR_parser_prod__ABraassignMethid__empty_init = 87;
1732 const int COLOR_parser_prod__ABraassignMethid__init_abraassignmethid = 88;
1733 const int COLOR_parser_nodes__ASignature__n_opar = 79;
1734 const int COLOR_parser_nodes__ASignature__n_opar_61d = 80;
1735 const int COLOR_parser_nodes__ASignature__n_params = 81;
1736 const int COLOR_parser_nodes__ASignature__n_cpar = 82;
1737 const int COLOR_parser_nodes__ASignature__n_cpar_61d = 83;
1738 const int COLOR_parser_nodes__ASignature__n_type = 84;
1739 const int COLOR_parser_nodes__ASignature__n_type_61d = 85;
1740 const int COLOR_parser_nodes__ASignature__init = 86;
1741 const int COLOR_parser_prod__ASignature__empty_init = 87;
1742 const int COLOR_parser_prod__ASignature__init_asignature = 88;
1743 const int COLOR_modelize_property__ASignature__is_visited = 89;
1744 const int COLOR_modelize_property__ASignature__is_visited_61d = 90;
1745 const int COLOR_modelize_property__ASignature__param_names = 91;
1746 const int COLOR_modelize_property__ASignature__param_names_61d = 92;
1747 const int COLOR_modelize_property__ASignature__param_types = 93;
1748 const int COLOR_modelize_property__ASignature__param_types_61d = 94;
1749 const int COLOR_modelize_property__ASignature__vararg_rank = 95;
1750 const int COLOR_modelize_property__ASignature__vararg_rank_61d = 96;
1751 const int COLOR_modelize_property__ASignature__ret_type = 97;
1752 const int COLOR_modelize_property__ASignature__ret_type_61d = 98;
1753 const int COLOR_modelize_property__ASignature__visit_signature = 99;
1754 const int COLOR_modelize_property__ASignature__build_signature = 100;
1755 const int COLOR_parser_nodes__AParam__n_id = 79;
1756 const int COLOR_parser_nodes__AParam__n_id_61d = 80;
1757 const int COLOR_parser_nodes__AParam__n_type = 81;
1758 const int COLOR_parser_nodes__AParam__n_type_61d = 82;
1759 const int COLOR_parser_nodes__AParam__n_dotdotdot = 83;
1760 const int COLOR_parser_nodes__AParam__n_dotdotdot_61d = 84;
1761 const int COLOR_parser_nodes__AParam__init = 85;
1762 const int COLOR_parser_prod__AParam__empty_init = 86;
1763 const int COLOR_parser_prod__AParam__init_aparam = 87;
1764 const int COLOR_scope__AParam__variable = 88;
1765 const int COLOR_scope__AParam__variable_61d = 89;
1766 const int COLOR_modelize_property__AParam__mparameter = 90;
1767 const int COLOR_modelize_property__AParam__mparameter_61d = 91;
1768 const int COLOR_scope__AParam__accept_scope_visitor = 92;
1769 const int COLOR_parser_nodes__AType__n_kwnullable = 79;
1770 const int COLOR_parser_nodes__AType__n_kwnullable_61d = 80;
1771 const int COLOR_parser_nodes__AType__n_id = 81;
1772 const int COLOR_parser_nodes__AType__n_id_61d = 82;
1773 const int COLOR_parser_nodes__AType__n_types = 83;
1774 const int COLOR_parser_nodes__AType__init = 84;
1775 const int COLOR_parser_prod__AType__empty_init = 85;
1776 const int COLOR_parser_prod__AType__init_atype = 86;
1777 const int COLOR_modelize_class__AType__mtype = 87;
1778 const int COLOR_modelize_class__AType__mtype_61d = 88;
1779 const int COLOR_modelize_class__AType__checked_mtype = 89;
1780 const int COLOR_modelize_class__AType__checked_mtype_61d = 90;
1781 const int COLOR_astbuilder__AType__make = 91;
1782 const int COLOR_parser_nodes__ALabel__n_kwlabel = 79;
1783 const int COLOR_parser_nodes__ALabel__n_kwlabel_61d = 80;
1784 const int COLOR_parser_nodes__ALabel__n_id = 81;
1785 const int COLOR_parser_nodes__ALabel__n_id_61d = 82;
1786 const int COLOR_parser_nodes__ALabel__init = 83;
1787 const int COLOR_parser_prod__ALabel__empty_init = 84;
1788 const int COLOR_parser_prod__ALabel__init_alabel = 85;
1789 const int COLOR_parser_nodes__ABlockExpr__n_expr = 99;
1790 const int COLOR_parser_nodes__ABlockExpr__n_kwend = 100;
1791 const int COLOR_parser_nodes__ABlockExpr__n_kwend_61d = 101;
1792 const int COLOR_parser_nodes__ABlockExpr__init = 102;
1793 const int COLOR_parser_prod__ABlockExpr__empty_init = 103;
1794 const int COLOR_parser_prod__ABlockExpr__init_ablockexpr = 104;
1795 const int COLOR_astbuilder__ABlockExpr__make = 105;
1796 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar = 99;
1797 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar_61d = 100;
1798 const int COLOR_parser_nodes__AVardeclExpr__n_id = 101;
1799 const int COLOR_parser_nodes__AVardeclExpr__n_id_61d = 102;
1800 const int COLOR_parser_nodes__AVardeclExpr__n_type = 103;
1801 const int COLOR_parser_nodes__AVardeclExpr__n_type_61d = 104;
1802 const int COLOR_parser_nodes__AVardeclExpr__n_assign = 105;
1803 const int COLOR_parser_nodes__AVardeclExpr__n_assign_61d = 106;
1804 const int COLOR_parser_nodes__AVardeclExpr__n_expr = 107;
1805 const int COLOR_parser_nodes__AVardeclExpr__n_expr_61d = 108;
1806 const int COLOR_parser_nodes__AVardeclExpr__init = 109;
1807 const int COLOR_parser_prod__AVardeclExpr__empty_init = 110;
1808 const int COLOR_parser_prod__AVardeclExpr__init_avardeclexpr = 111;
1809 const int COLOR_scope__AVardeclExpr__variable = 112;
1810 const int COLOR_scope__AVardeclExpr__variable_61d = 113;
1811 const int COLOR_scope__AVardeclExpr__accept_scope_visitor = 114;
1812 const int COLOR_local_var_init__AVardeclExpr__accept_local_var_visitor = 115;
1813 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn = 99;
1814 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn_61d = 100;
1815 const int COLOR_parser_nodes__AReturnExpr__n_expr = 101;
1816 const int COLOR_parser_nodes__AReturnExpr__n_expr_61d = 102;
1817 const int COLOR_parser_nodes__AReturnExpr__init = 103;
1818 const int COLOR_parser_prod__AReturnExpr__empty_init = 104;
1819 const int COLOR_parser_prod__AReturnExpr__init_areturnexpr = 105;
1820 const int COLOR_flow__AReturnExpr__accept_flow_visitor = 106;
1821 const int COLOR_parser_nodes__AAbortExpr__n_kwabort = 99;
1822 const int COLOR_parser_nodes__AAbortExpr__n_kwabort_61d = 100;
1823 const int COLOR_parser_nodes__AAbortExpr__init = 101;
1824 const int COLOR_parser_prod__AAbortExpr__empty_init = 102;
1825 const int COLOR_parser_prod__AAbortExpr__init_aabortexpr = 103;
1826 const int COLOR_flow__AAbortExpr__accept_flow_visitor = 104;
1827 const int COLOR_parser_nodes__AIfExpr__n_kwif = 99;
1828 const int COLOR_parser_nodes__AIfExpr__n_kwif_61d = 100;
1829 const int COLOR_parser_nodes__AIfExpr__n_expr = 101;
1830 const int COLOR_parser_nodes__AIfExpr__n_expr_61d = 102;
1831 const int COLOR_parser_nodes__AIfExpr__n_then = 103;
1832 const int COLOR_parser_nodes__AIfExpr__n_then_61d = 104;
1833 const int COLOR_parser_nodes__AIfExpr__n_else = 105;
1834 const int COLOR_parser_nodes__AIfExpr__n_else_61d = 106;
1835 const int COLOR_parser_nodes__AIfExpr__init = 107;
1836 const int COLOR_parser_prod__AIfExpr__empty_init = 108;
1837 const int COLOR_parser_prod__AIfExpr__init_aifexpr = 109;
1838 const int COLOR_astbuilder__AIfExpr__make = 110;
1839 const int COLOR_parser_nodes__AIfexprExpr__n_kwif = 99;
1840 const int COLOR_parser_nodes__AIfexprExpr__n_kwif_61d = 100;
1841 const int COLOR_parser_nodes__AIfexprExpr__n_expr = 101;
1842 const int COLOR_parser_nodes__AIfexprExpr__n_expr_61d = 102;
1843 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen = 103;
1844 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen_61d = 104;
1845 const int COLOR_parser_nodes__AIfexprExpr__n_then = 105;
1846 const int COLOR_parser_nodes__AIfexprExpr__n_then_61d = 106;
1847 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse = 107;
1848 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse_61d = 108;
1849 const int COLOR_parser_nodes__AIfexprExpr__n_else = 109;
1850 const int COLOR_parser_nodes__AIfexprExpr__n_else_61d = 110;
1851 const int COLOR_parser_nodes__AIfexprExpr__init = 111;
1852 const int COLOR_parser_prod__AIfexprExpr__empty_init = 112;
1853 const int COLOR_parser_prod__AIfexprExpr__init_aifexprexpr = 113;
1854 const int COLOR_parser_nodes__AAssertExpr__n_kwassert = 99;
1855 const int COLOR_parser_nodes__AAssertExpr__n_kwassert_61d = 100;
1856 const int COLOR_parser_nodes__AAssertExpr__n_id = 101;
1857 const int COLOR_parser_nodes__AAssertExpr__n_id_61d = 102;
1858 const int COLOR_parser_nodes__AAssertExpr__n_expr = 103;
1859 const int COLOR_parser_nodes__AAssertExpr__n_expr_61d = 104;
1860 const int COLOR_parser_nodes__AAssertExpr__n_else = 105;
1861 const int COLOR_parser_nodes__AAssertExpr__n_else_61d = 106;
1862 const int COLOR_parser_nodes__AAssertExpr__init = 107;
1863 const int COLOR_parser_prod__AAssertExpr__empty_init = 108;
1864 const int COLOR_parser_prod__AAssertExpr__init_aassertexpr = 109;
1865 const int COLOR_parser_nodes__AProxyExpr__n_expr = 99;
1866 const int COLOR_parser_nodes__AProxyExpr__n_expr_61d = 100;
1867 const int COLOR_parser_nodes__AProxyExpr__init = 101;
1868 const int COLOR_parser_nodes__AOnceExpr__n_kwonce = 102;
1869 const int COLOR_parser_nodes__AOnceExpr__n_kwonce_61d = 103;
1870 const int COLOR_parser_nodes__AOnceExpr__init = 104;
1871 const int COLOR_parser_prod__AOnceExpr__empty_init = 105;
1872 const int COLOR_parser_prod__AOnceExpr__init_aonceexpr = 106;
1873 const int COLOR_simple_misc_analysis__AOnceExpr__accept_simple_misc = 107;
1874 const int COLOR_parser_nodes__ABinopExpr__n_expr2 = 121;
1875 const int COLOR_parser_nodes__ABinopExpr__n_expr2_61d = 122;
1876 const int COLOR_parser_nodes__ABinopExpr__init = 123;
1877 const int COLOR_parser_prod__ABinopExpr__empty_init = 124;
1878 const int COLOR_parser_prod__ABinopExpr__init_abinopexpr = 125;
1879 const int COLOR_parser_nodes__ABoolExpr__init = 99;
1880 const int COLOR_parser_nodes__AOrExpr__n_expr = 100;
1881 const int COLOR_parser_nodes__AOrExpr__n_expr_61d = 101;
1882 const int COLOR_parser_nodes__AOrExpr__n_expr2 = 102;
1883 const int COLOR_parser_nodes__AOrExpr__n_expr2_61d = 103;
1884 const int COLOR_parser_nodes__AOrExpr__init = 104;
1885 const int COLOR_parser_prod__AOrExpr__empty_init = 105;
1886 const int COLOR_parser_prod__AOrExpr__init_aorexpr = 106;
1887 const int COLOR_parser_nodes__AAndExpr__n_expr = 100;
1888 const int COLOR_parser_nodes__AAndExpr__n_expr_61d = 101;
1889 const int COLOR_parser_nodes__AAndExpr__n_expr2 = 102;
1890 const int COLOR_parser_nodes__AAndExpr__n_expr2_61d = 103;
1891 const int COLOR_parser_nodes__AAndExpr__init = 104;
1892 const int COLOR_parser_prod__AAndExpr__empty_init = 105;
1893 const int COLOR_parser_prod__AAndExpr__init_aandexpr = 106;
1894 const int COLOR_parser_nodes__AOrElseExpr__n_expr = 100;
1895 const int COLOR_parser_nodes__AOrElseExpr__n_expr_61d = 101;
1896 const int COLOR_parser_nodes__AOrElseExpr__n_expr2 = 102;
1897 const int COLOR_parser_nodes__AOrElseExpr__n_expr2_61d = 103;
1898 const int COLOR_parser_nodes__AOrElseExpr__init = 104;
1899 const int COLOR_parser_prod__AOrElseExpr__empty_init = 105;
1900 const int COLOR_parser_prod__AOrElseExpr__init_aorelseexpr = 106;
1901 const int COLOR_flow__AOrElseExpr__accept_flow_visitor = 107;
1902 const int COLOR_parser_nodes__AImpliesExpr__n_expr = 100;
1903 const int COLOR_parser_nodes__AImpliesExpr__n_expr_61d = 101;
1904 const int COLOR_parser_nodes__AImpliesExpr__n_expr2 = 102;
1905 const int COLOR_parser_nodes__AImpliesExpr__n_expr2_61d = 103;
1906 const int COLOR_parser_nodes__AImpliesExpr__init = 104;
1907 const int COLOR_parser_prod__AImpliesExpr__empty_init = 105;
1908 const int COLOR_parser_prod__AImpliesExpr__init_aimpliesexpr = 106;
1909 const int COLOR_parser_nodes__ANotExpr__n_kwnot = 100;
1910 const int COLOR_parser_nodes__ANotExpr__n_kwnot_61d = 101;
1911 const int COLOR_parser_nodes__ANotExpr__n_expr = 102;
1912 const int COLOR_parser_nodes__ANotExpr__n_expr_61d = 103;
1913 const int COLOR_parser_nodes__ANotExpr__init = 104;
1914 const int COLOR_parser_prod__ANotExpr__empty_init = 105;
1915 const int COLOR_parser_prod__ANotExpr__init_anotexpr = 106;
1916 const int COLOR_parser_nodes__AEqExpr__init = 126;
1917 const int COLOR_parser_prod__AEqExpr__empty_init = 127;
1918 const int COLOR_parser_prod__AEqExpr__init_aeqexpr = 128;
1919 const int COLOR_flow__AEqExpr__accept_flow_visitor = 129;
1920 const int COLOR_typing__AEqExpr__accept_typing = 130;
1921 const int COLOR_parser_nodes__ANeExpr__init = 126;
1922 const int COLOR_parser_prod__ANeExpr__empty_init = 127;
1923 const int COLOR_parser_prod__ANeExpr__init_aneexpr = 128;
1924 const int COLOR_flow__ANeExpr__accept_flow_visitor = 129;
1925 const int COLOR_typing__ANeExpr__accept_typing = 130;
1926 const int COLOR_parser_nodes__ALtExpr__init = 126;
1927 const int COLOR_parser_prod__ALtExpr__empty_init = 127;
1928 const int COLOR_parser_prod__ALtExpr__init_altexpr = 128;
1929 const int COLOR_parser_nodes__ALeExpr__init = 126;
1930 const int COLOR_parser_prod__ALeExpr__empty_init = 127;
1931 const int COLOR_parser_prod__ALeExpr__init_aleexpr = 128;
1932 const int COLOR_parser_nodes__ALlExpr__init = 126;
1933 const int COLOR_parser_prod__ALlExpr__empty_init = 127;
1934 const int COLOR_parser_prod__ALlExpr__init_allexpr = 128;
1935 const int COLOR_parser_nodes__AGtExpr__init = 126;
1936 const int COLOR_parser_prod__AGtExpr__empty_init = 127;
1937 const int COLOR_parser_prod__AGtExpr__init_agtexpr = 128;
1938 const int COLOR_parser_nodes__AGeExpr__init = 126;
1939 const int COLOR_parser_prod__AGeExpr__empty_init = 127;
1940 const int COLOR_parser_prod__AGeExpr__init_ageexpr = 128;
1941 const int COLOR_parser_nodes__AGgExpr__init = 126;
1942 const int COLOR_parser_prod__AGgExpr__empty_init = 127;
1943 const int COLOR_parser_prod__AGgExpr__init_aggexpr = 128;
1944 const int COLOR_parser_nodes__AIsaExpr__n_expr = 100;
1945 const int COLOR_parser_nodes__AIsaExpr__n_expr_61d = 101;
1946 const int COLOR_parser_nodes__AIsaExpr__n_type = 102;
1947 const int COLOR_parser_nodes__AIsaExpr__n_type_61d = 103;
1948 const int COLOR_parser_nodes__AIsaExpr__init = 104;
1949 const int COLOR_parser_prod__AIsaExpr__empty_init = 105;
1950 const int COLOR_parser_prod__AIsaExpr__init_aisaexpr = 106;
1951 const int COLOR_typing__AIsaExpr__cast_type = 107;
1952 const int COLOR_typing__AIsaExpr__cast_type_61d = 108;
1953 const int COLOR_flow__AIsaExpr__accept_flow_visitor = 109;
1954 const int COLOR_parser_nodes__APlusExpr__init = 126;
1955 const int COLOR_parser_prod__APlusExpr__empty_init = 127;
1956 const int COLOR_parser_prod__APlusExpr__init_aplusexpr = 128;
1957 const int COLOR_parser_nodes__AMinusExpr__init = 126;
1958 const int COLOR_parser_prod__AMinusExpr__empty_init = 127;
1959 const int COLOR_parser_prod__AMinusExpr__init_aminusexpr = 128;
1960 const int COLOR_parser_nodes__AStarshipExpr__init = 126;
1961 const int COLOR_parser_prod__AStarshipExpr__empty_init = 127;
1962 const int COLOR_parser_prod__AStarshipExpr__init_astarshipexpr = 128;
1963 const int COLOR_parser_nodes__AStarExpr__init = 126;
1964 const int COLOR_parser_prod__AStarExpr__empty_init = 127;
1965 const int COLOR_parser_prod__AStarExpr__init_astarexpr = 128;
1966 const int COLOR_parser_nodes__ASlashExpr__init = 126;
1967 const int COLOR_parser_prod__ASlashExpr__empty_init = 127;
1968 const int COLOR_parser_prod__ASlashExpr__init_aslashexpr = 128;
1969 const int COLOR_parser_nodes__APercentExpr__init = 126;
1970 const int COLOR_parser_prod__APercentExpr__empty_init = 127;
1971 const int COLOR_parser_prod__APercentExpr__init_apercentexpr = 128;
1972 const int COLOR_parser_nodes__AUminusExpr__n_minus = 121;
1973 const int COLOR_parser_nodes__AUminusExpr__n_minus_61d = 122;
1974 const int COLOR_parser_nodes__AUminusExpr__init = 123;
1975 const int COLOR_parser_prod__AUminusExpr__empty_init = 124;
1976 const int COLOR_parser_prod__AUminusExpr__init_auminusexpr = 125;
1977 const int COLOR_parser_nodes__ANewExpr__n_kwnew = 99;
1978 const int COLOR_parser_nodes__ANewExpr__n_kwnew_61d = 100;
1979 const int COLOR_parser_nodes__ANewExpr__n_type = 101;
1980 const int COLOR_parser_nodes__ANewExpr__n_type_61d = 102;
1981 const int COLOR_parser_nodes__ANewExpr__n_id = 103;
1982 const int COLOR_parser_nodes__ANewExpr__n_id_61d = 104;
1983 const int COLOR_parser_nodes__ANewExpr__n_args = 105;
1984 const int COLOR_parser_nodes__ANewExpr__n_args_61d = 106;
1985 const int COLOR_parser_nodes__ANewExpr__init = 107;
1986 const int COLOR_parser_prod__ANewExpr__empty_init = 108;
1987 const int COLOR_parser_prod__ANewExpr__init_anewexpr = 109;
1988 const int COLOR_typing__ANewExpr__callsite = 110;
1989 const int COLOR_typing__ANewExpr__callsite_61d = 111;
1990 const int COLOR_astbuilder__ANewExpr__make = 112;
1991 const int COLOR_parser_nodes__AAttrExpr__init = 120;
1992 const int COLOR_parser_prod__AAttrExpr__empty_init = 121;
1993 const int COLOR_parser_prod__AAttrExpr__init_aattrexpr = 122;
1994 const int COLOR_astbuilder__AAttrExpr__make = 123;
1995 const int COLOR_parser_nodes__ACallExpr__init = 128;
1996 const int COLOR_parser_prod__ACallExpr__empty_init = 129;
1997 const int COLOR_parser_prod__ACallExpr__init_acallexpr = 130;
1998 const int COLOR_astbuilder__ACallExpr__make = 131;
1999 const int COLOR_parser_nodes__ASuperExpr__n_qualified = 99;
2000 const int COLOR_parser_nodes__ASuperExpr__n_qualified_61d = 100;
2001 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper = 101;
2002 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper_61d = 102;
2003 const int COLOR_parser_nodes__ASuperExpr__n_args = 103;
2004 const int COLOR_parser_nodes__ASuperExpr__n_args_61d = 104;
2005 const int COLOR_parser_nodes__ASuperExpr__init = 105;
2006 const int COLOR_parser_prod__ASuperExpr__empty_init = 106;
2007 const int COLOR_parser_prod__ASuperExpr__init_asuperexpr = 107;
2008 const int COLOR_typing__ASuperExpr__callsite = 108;
2009 const int COLOR_typing__ASuperExpr__callsite_61d = 109;
2010 const int COLOR_typing__ASuperExpr__mpropdef = 110;
2011 const int COLOR_typing__ASuperExpr__mpropdef_61d = 111;
2012 const int COLOR_typing__ASuperExpr__process_superinit = 112;
2013 const int COLOR_parser_nodes__AInitExpr__n_kwinit = 121;
2014 const int COLOR_parser_nodes__AInitExpr__n_kwinit_61d = 122;
2015 const int COLOR_parser_nodes__AInitExpr__n_args = 123;
2016 const int COLOR_parser_nodes__AInitExpr__n_args_61d = 124;
2017 const int COLOR_parser_nodes__AInitExpr__init = 125;
2018 const int COLOR_parser_prod__AInitExpr__empty_init = 126;
2019 const int COLOR_parser_prod__AInitExpr__init_ainitexpr = 127;
2020 const int COLOR_parser_nodes__ABraExpr__init = 134;
2021 const int COLOR_parser_prod__ABraExpr__empty_init = 135;
2022 const int COLOR_parser_prod__ABraExpr__init_abraexpr = 136;
2023 const int COLOR_parser_nodes__AVarExpr__init = 115;
2024 const int COLOR_parser_prod__AVarExpr__empty_init = 116;
2025 const int COLOR_parser_prod__AVarExpr__init_avarexpr = 117;
2026 const int COLOR_astbuilder__AVarExpr__make = 118;
2027 const int COLOR_local_var_init__AVarExpr__accept_local_var_visitor = 119;
2028 const int COLOR_parser_nodes__ARangeExpr__n_expr = 99;
2029 const int COLOR_parser_nodes__ARangeExpr__n_expr_61d = 100;
2030 const int COLOR_parser_nodes__ARangeExpr__n_expr2 = 101;
2031 const int COLOR_parser_nodes__ARangeExpr__n_expr2_61d = 102;
2032 const int COLOR_parser_nodes__ARangeExpr__init = 103;
2033 const int COLOR_parser_prod__ARangeExpr__empty_init = 104;
2034 const int COLOR_parser_prod__ARangeExpr__init_arangeexpr = 105;
2035 const int COLOR_parser_nodes__ACrangeExpr__n_obra = 106;
2036 const int COLOR_parser_nodes__ACrangeExpr__n_obra_61d = 107;
2037 const int COLOR_parser_nodes__ACrangeExpr__n_cbra = 108;
2038 const int COLOR_parser_nodes__ACrangeExpr__n_cbra_61d = 109;
2039 const int COLOR_parser_nodes__ACrangeExpr__init = 110;
2040 const int COLOR_parser_prod__ACrangeExpr__empty_init = 111;
2041 const int COLOR_parser_prod__ACrangeExpr__init_acrangeexpr = 112;
2042 const int COLOR_parser_nodes__AOrangeExpr__n_obra = 106;
2043 const int COLOR_parser_nodes__AOrangeExpr__n_obra_61d = 107;
2044 const int COLOR_parser_nodes__AOrangeExpr__n_cbra = 108;
2045 const int COLOR_parser_nodes__AOrangeExpr__n_cbra_61d = 109;
2046 const int COLOR_parser_nodes__AOrangeExpr__init = 110;
2047 const int COLOR_parser_prod__AOrangeExpr__empty_init = 111;
2048 const int COLOR_parser_prod__AOrangeExpr__init_aorangeexpr = 112;
2049 const int COLOR_parser_nodes__AArrayExpr__n_exprs = 99;
2050 const int COLOR_parser_nodes__AArrayExpr__n_exprs_61d = 100;
2051 const int COLOR_parser_nodes__AArrayExpr__init = 101;
2052 const int COLOR_parser_prod__AArrayExpr__empty_init = 102;
2053 const int COLOR_parser_prod__AArrayExpr__init_aarrayexpr = 103;
2054 const int COLOR_parser_nodes__ASelfExpr__n_kwself = 99;
2055 const int COLOR_parser_nodes__ASelfExpr__n_kwself_61d = 100;
2056 const int COLOR_parser_nodes__ASelfExpr__init = 101;
2057 const int COLOR_parser_prod__ASelfExpr__empty_init = 102;
2058 const int COLOR_parser_prod__ASelfExpr__init_aselfexpr = 103;
2059 const int COLOR_scope__ASelfExpr__variable = 104;
2060 const int COLOR_scope__ASelfExpr__variable_61d = 105;
2061 const int COLOR_typing__ASelfExpr__its_variable_61d = 106;
2062 const int COLOR_scope__ASelfExpr__accept_scope_visitor = 107;
2063 const int COLOR_parser_nodes__AImplicitSelfExpr__init = 108;
2064 const int COLOR_parser_prod__AImplicitSelfExpr__empty_init = 109;
2065 const int COLOR_parser_prod__AImplicitSelfExpr__init_aimplicitselfexpr = 110;
2066 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue = 100;
2067 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue_61d = 101;
2068 const int COLOR_parser_nodes__ATrueExpr__init = 102;
2069 const int COLOR_parser_prod__ATrueExpr__empty_init = 103;
2070 const int COLOR_parser_prod__ATrueExpr__init_atrueexpr = 104;
2071 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse = 100;
2072 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse_61d = 101;
2073 const int COLOR_parser_nodes__AFalseExpr__init = 102;
2074 const int COLOR_parser_prod__AFalseExpr__empty_init = 103;
2075 const int COLOR_parser_prod__AFalseExpr__init_afalseexpr = 104;
2076 const int COLOR_parser_nodes__ANullExpr__n_kwnull = 99;
2077 const int COLOR_parser_nodes__ANullExpr__n_kwnull_61d = 100;
2078 const int COLOR_parser_nodes__ANullExpr__init = 101;
2079 const int COLOR_parser_prod__ANullExpr__empty_init = 102;
2080 const int COLOR_parser_prod__ANullExpr__init_anullexpr = 103;
2081 const int COLOR_parser_nodes__AIntExpr__n_number = 99;
2082 const int COLOR_parser_nodes__AIntExpr__n_number_61d = 100;
2083 const int COLOR_parser_nodes__AIntExpr__init = 101;
2084 const int COLOR_parser_prod__AIntExpr__empty_init = 102;
2085 const int COLOR_parser_prod__AIntExpr__init_aintexpr = 103;
2086 const int COLOR_literal__AIntExpr__value = 104;
2087 const int COLOR_literal__AIntExpr__value_61d = 105;
2088 const int COLOR_astbuilder__AIntExpr__make = 106;
2089 const int COLOR_parser_nodes__AFloatExpr__n_float = 99;
2090 const int COLOR_parser_nodes__AFloatExpr__n_float_61d = 100;
2091 const int COLOR_parser_nodes__AFloatExpr__init = 101;
2092 const int COLOR_parser_prod__AFloatExpr__empty_init = 102;
2093 const int COLOR_parser_prod__AFloatExpr__init_afloatexpr = 103;
2094 const int COLOR_literal__AFloatExpr__value = 104;
2095 const int COLOR_literal__AFloatExpr__value_61d = 105;
2096 const int COLOR_parser_nodes__ACharExpr__n_char = 99;
2097 const int COLOR_parser_nodes__ACharExpr__n_char_61d = 100;
2098 const int COLOR_parser_nodes__ACharExpr__init = 101;
2099 const int COLOR_parser_prod__ACharExpr__empty_init = 102;
2100 const int COLOR_parser_prod__ACharExpr__init_acharexpr = 103;
2101 const int COLOR_literal__ACharExpr__value = 104;
2102 const int COLOR_literal__ACharExpr__value_61d = 105;
2103 const int COLOR_parser_nodes__AStringFormExpr__n_string = 99;
2104 const int COLOR_parser_nodes__AStringFormExpr__n_string_61d = 100;
2105 const int COLOR_parser_nodes__AStringFormExpr__init = 101;
2106 const int COLOR_literal__AStringFormExpr__value = 102;
2107 const int COLOR_literal__AStringFormExpr__value_61d = 103;
2108 const int COLOR_parser_nodes__AStringExpr__init = 104;
2109 const int COLOR_parser_prod__AStringExpr__empty_init = 105;
2110 const int COLOR_parser_prod__AStringExpr__init_astringexpr = 106;
2111 const int COLOR_parser_nodes__AStartStringExpr__init = 104;
2112 const int COLOR_parser_prod__AStartStringExpr__empty_init = 105;
2113 const int COLOR_parser_prod__AStartStringExpr__init_astartstringexpr = 106;
2114 const int COLOR_parser_nodes__AMidStringExpr__init = 104;
2115 const int COLOR_parser_prod__AMidStringExpr__empty_init = 105;
2116 const int COLOR_parser_prod__AMidStringExpr__init_amidstringexpr = 106;
2117 const int COLOR_parser_nodes__AEndStringExpr__init = 104;
2118 const int COLOR_parser_prod__AEndStringExpr__empty_init = 105;
2119 const int COLOR_parser_prod__AEndStringExpr__init_aendstringexpr = 106;
2120 const int COLOR_parser_nodes__ASuperstringExpr__n_exprs = 99;
2121 const int COLOR_parser_nodes__ASuperstringExpr__init = 100;
2122 const int COLOR_parser_prod__ASuperstringExpr__empty_init = 101;
2123 const int COLOR_parser_prod__ASuperstringExpr__init_asuperstringexpr = 102;
2124 const int COLOR_parser_nodes__AParExpr__n_opar = 102;
2125 const int COLOR_parser_nodes__AParExpr__n_opar_61d = 103;
2126 const int COLOR_parser_nodes__AParExpr__n_cpar = 104;
2127 const int COLOR_parser_nodes__AParExpr__n_cpar_61d = 105;
2128 const int COLOR_parser_nodes__AParExpr__init = 106;
2129 const int COLOR_parser_prod__AParExpr__empty_init = 107;
2130 const int COLOR_parser_prod__AParExpr__init_aparexpr = 108;
2131 const int COLOR_parser_nodes__AAsCastExpr__n_expr = 99;
2132 const int COLOR_parser_nodes__AAsCastExpr__n_expr_61d = 100;
2133 const int COLOR_parser_nodes__AAsCastExpr__n_kwas = 101;
2134 const int COLOR_parser_nodes__AAsCastExpr__n_kwas_61d = 102;
2135 const int COLOR_parser_nodes__AAsCastExpr__n_opar = 103;
2136 const int COLOR_parser_nodes__AAsCastExpr__n_opar_61d = 104;
2137 const int COLOR_parser_nodes__AAsCastExpr__n_type = 105;
2138 const int COLOR_parser_nodes__AAsCastExpr__n_type_61d = 106;
2139 const int COLOR_parser_nodes__AAsCastExpr__n_cpar = 107;
2140 const int COLOR_parser_nodes__AAsCastExpr__n_cpar_61d = 108;
2141 const int COLOR_parser_nodes__AAsCastExpr__init = 109;
2142 const int COLOR_parser_prod__AAsCastExpr__empty_init = 110;
2143 const int COLOR_parser_prod__AAsCastExpr__init_aascastexpr = 111;
2144 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr = 99;
2145 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr_61d = 100;
2146 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas = 101;
2147 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas_61d = 102;
2148 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar = 103;
2149 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar_61d = 104;
2150 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot = 105;
2151 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot_61d = 106;
2152 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull = 107;
2153 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull_61d = 108;
2154 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar = 109;
2155 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar_61d = 110;
2156 const int COLOR_parser_nodes__AAsNotnullExpr__init = 111;
2157 const int COLOR_parser_prod__AAsNotnullExpr__empty_init = 112;
2158 const int COLOR_parser_prod__AAsNotnullExpr__init_aasnotnullexpr = 113;
2159 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset = 120;
2160 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset_61d = 121;
2161 const int COLOR_parser_nodes__AIssetAttrExpr__init = 122;
2162 const int COLOR_parser_prod__AIssetAttrExpr__empty_init = 123;
2163 const int COLOR_parser_prod__AIssetAttrExpr__init_aissetattrexpr = 124;
2164 const int COLOR_parser_nodes__AExprs__n_exprs = 79;
2165 const int COLOR_parser_nodes__AExprs__init = 80;
2166 const int COLOR_typing__AExprs__to_a = 81;
2167 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug = 99;
2168 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug_61d = 100;
2169 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype = 101;
2170 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype_61d = 102;
2171 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr = 103;
2172 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr_61d = 104;
2173 const int COLOR_parser_nodes__ADebugTypeExpr__n_type = 105;
2174 const int COLOR_parser_nodes__ADebugTypeExpr__n_type_61d = 106;
2175 const int COLOR_parser_nodes__ADebugTypeExpr__init = 107;
2176 const int COLOR_parser_prod__ADebugTypeExpr__empty_init = 108;
2177 const int COLOR_parser_prod__ADebugTypeExpr__init_adebugtypeexpr = 109;
2178 const int COLOR_parser_nodes__AListExprs__init = 82;
2179 const int COLOR_parser_prod__AListExprs__empty_init = 83;
2180 const int COLOR_parser_prod__AListExprs__init_alistexprs = 84;
2181 const int COLOR_parser_nodes__AParExprs__n_opar = 82;
2182 const int COLOR_parser_nodes__AParExprs__n_opar_61d = 83;
2183 const int COLOR_parser_nodes__AParExprs__n_cpar = 84;
2184 const int COLOR_parser_nodes__AParExprs__n_cpar_61d = 85;
2185 const int COLOR_parser_nodes__AParExprs__init = 86;
2186 const int COLOR_parser_prod__AParExprs__empty_init = 87;
2187 const int COLOR_parser_prod__AParExprs__init_aparexprs = 88;
2188 const int COLOR_parser_nodes__ABraExprs__n_obra = 82;
2189 const int COLOR_parser_nodes__ABraExprs__n_obra_61d = 83;
2190 const int COLOR_parser_nodes__ABraExprs__n_cbra = 84;
2191 const int COLOR_parser_nodes__ABraExprs__n_cbra_61d = 85;
2192 const int COLOR_parser_nodes__ABraExprs__init = 86;
2193 const int COLOR_parser_prod__ABraExprs__empty_init = 87;
2194 const int COLOR_parser_prod__ABraExprs__init_abraexprs = 88;
2195 const int COLOR_parser_nodes__AAssignOp__init = 79;
2196 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq = 80;
2197 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq_61d = 81;
2198 const int COLOR_parser_nodes__APlusAssignOp__init = 82;
2199 const int COLOR_parser_prod__APlusAssignOp__empty_init = 83;
2200 const int COLOR_parser_prod__APlusAssignOp__init_aplusassignop = 84;
2201 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq = 80;
2202 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq_61d = 81;
2203 const int COLOR_parser_nodes__AMinusAssignOp__init = 82;
2204 const int COLOR_parser_prod__AMinusAssignOp__empty_init = 83;
2205 const int COLOR_parser_prod__AMinusAssignOp__init_aminusassignop = 84;
2206 const int COLOR_parser_nodes__AModuleName__n_quad = 79;
2207 const int COLOR_parser_nodes__AModuleName__n_quad_61d = 80;
2208 const int COLOR_parser_nodes__AModuleName__n_path = 81;
2209 const int COLOR_parser_nodes__AModuleName__n_id = 82;
2210 const int COLOR_parser_nodes__AModuleName__n_id_61d = 83;
2211 const int COLOR_parser_nodes__AModuleName__init = 84;
2212 const int COLOR_parser_prod__AModuleName__empty_init = 85;
2213 const int COLOR_parser_prod__AModuleName__init_amodulename = 86;
2214 const int COLOR_parser_nodes__AInLanguage__n_kwin = 79;
2215 const int COLOR_parser_nodes__AInLanguage__n_kwin_61d = 80;
2216 const int COLOR_parser_nodes__AInLanguage__n_string = 81;
2217 const int COLOR_parser_nodes__AInLanguage__n_string_61d = 82;
2218 const int COLOR_parser_nodes__AInLanguage__init = 83;
2219 const int COLOR_parser_prod__AInLanguage__empty_init = 84;
2220 const int COLOR_parser_prod__AInLanguage__init_ainlanguage = 85;
2221 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language = 79;
2222 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language_61d = 80;
2223 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment = 81;
2224 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment_61d = 82;
2225 const int COLOR_parser_nodes__AExternCodeBlock__init = 83;
2226 const int COLOR_parser_prod__AExternCodeBlock__empty_init = 84;
2227 const int COLOR_parser_prod__AExternCodeBlock__init_aexterncodeblock = 85;
2228 const int COLOR_ffi_base__AExternCodeBlock__language_name = 86;
2229 const int COLOR_ffi_base__AExternCodeBlock__language_name_lowered = 87;
2230 const int COLOR_ffi_base__AExternCodeBlock__code = 88;
2231 const int COLOR_ffi_base__AExternCodeBlock__language = 89;
2232 const int COLOR_ffi_base__AExternCodeBlock__language_61d = 90;
2233 const int COLOR_c__AExternCodeBlock__is_c = 91;
2234 const int COLOR_c__AExternCodeBlock__is_c_body = 92;
2235 const int COLOR_c__AExternCodeBlock__is_c_header = 93;
2236 const int COLOR_cpp__AExternCodeBlock__is_cpp = 94;
2237 const int COLOR_cpp__AExternCodeBlock__is_cpp_body = 95;
2238 const int COLOR_cpp__AExternCodeBlock__is_cpp_header = 96;
2239 const int COLOR_parser_nodes__AQualified__n_quad = 79;
2240 const int COLOR_parser_nodes__AQualified__n_quad_61d = 80;
2241 const int COLOR_parser_nodes__AQualified__n_id = 81;
2242 const int COLOR_parser_nodes__AQualified__n_classid = 82;
2243 const int COLOR_parser_nodes__AQualified__n_classid_61d = 83;
2244 const int COLOR_parser_nodes__AQualified__init = 84;
2245 const int COLOR_parser_prod__AQualified__empty_init = 85;
2246 const int COLOR_parser_prod__AQualified__init_aqualified = 86;
2247 const int COLOR_parser_nodes__ADoc__n_comment = 79;
2248 const int COLOR_parser_nodes__ADoc__init = 80;
2249 const int COLOR_parser_prod__ADoc__empty_init = 81;
2250 const int COLOR_parser_prod__ADoc__init_adoc = 82;
2251 const int COLOR_parser_nodes__AAnnotations__n_at = 79;
2252 const int COLOR_parser_nodes__AAnnotations__n_at_61d = 80;
2253 const int COLOR_parser_nodes__AAnnotations__n_opar = 81;
2254 const int COLOR_parser_nodes__AAnnotations__n_opar_61d = 82;
2255 const int COLOR_parser_nodes__AAnnotations__n_items = 83;
2256 const int COLOR_parser_nodes__AAnnotations__n_cpar = 84;
2257 const int COLOR_parser_nodes__AAnnotations__n_cpar_61d = 85;
2258 const int COLOR_parser_nodes__AAnnotations__init = 86;
2259 const int COLOR_parser_prod__AAnnotations__empty_init = 87;
2260 const int COLOR_parser_prod__AAnnotations__init_aannotations = 88;
2261 const int COLOR_parser_nodes__AAnnotation__n_atid = 79;
2262 const int COLOR_parser_nodes__AAnnotation__n_atid_61d = 80;
2263 const int COLOR_parser_nodes__AAnnotation__n_opar = 81;
2264 const int COLOR_parser_nodes__AAnnotation__n_opar_61d = 82;
2265 const int COLOR_parser_nodes__AAnnotation__n_args = 83;
2266 const int COLOR_parser_nodes__AAnnotation__n_cpar = 84;
2267 const int COLOR_parser_nodes__AAnnotation__n_cpar_61d = 85;
2268 const int COLOR_parser_nodes__AAnnotation__init = 86;
2269 const int COLOR_parser_prod__AAnnotation__empty_init = 87;
2270 const int COLOR_parser_prod__AAnnotation__init_aannotation = 88;
2271 const int COLOR_parser_nodes__AAtArg__init = 79;
2272 const int COLOR_parser_nodes__ATypeAtArg__n_type = 80;
2273 const int COLOR_parser_nodes__ATypeAtArg__n_type_61d = 81;
2274 const int COLOR_parser_nodes__ATypeAtArg__init = 82;
2275 const int COLOR_parser_prod__ATypeAtArg__empty_init = 83;
2276 const int COLOR_parser_prod__ATypeAtArg__init_atypeatarg = 84;
2277 const int COLOR_parser_nodes__AExprAtArg__n_expr = 80;
2278 const int COLOR_parser_nodes__AExprAtArg__n_expr_61d = 81;
2279 const int COLOR_parser_nodes__AExprAtArg__init = 82;
2280 const int COLOR_parser_prod__AExprAtArg__empty_init = 83;
2281 const int COLOR_parser_prod__AExprAtArg__init_aexpratarg = 84;
2282 const int COLOR_parser_nodes__AAtAtArg__init = 80;
2283 const int COLOR_parser_prod__AAtAtArg__empty_init = 81;
2284 const int COLOR_parser_prod__AAtAtArg__init_aatatarg = 82;
2285 const int COLOR_parser_nodes__AAtid__n_id = 79;
2286 const int COLOR_parser_nodes__AAtid__n_id_61d = 80;
2287 const int COLOR_parser_nodes__AAtid__init = 81;
2288 const int COLOR_parser_nodes__AIdAtid__init = 82;
2289 const int COLOR_parser_prod__AIdAtid__empty_init = 83;
2290 const int COLOR_parser_prod__AIdAtid__init_aidatid = 84;
2291 const int COLOR_parser_nodes__AKwexternAtid__init = 82;
2292 const int COLOR_parser_prod__AKwexternAtid__empty_init = 83;
2293 const int COLOR_parser_prod__AKwexternAtid__init_akwexternatid = 84;
2294 const int COLOR_parser_nodes__AKwinternAtid__init = 82;
2295 const int COLOR_parser_prod__AKwinternAtid__empty_init = 83;
2296 const int COLOR_parser_prod__AKwinternAtid__init_akwinternatid = 84;
2297 const int COLOR_parser_nodes__AKwreadableAtid__init = 82;
2298 const int COLOR_parser_prod__AKwreadableAtid__empty_init = 83;
2299 const int COLOR_parser_prod__AKwreadableAtid__init_akwreadableatid = 84;
2300 const int COLOR_parser_nodes__AKwwritableAtid__init = 82;
2301 const int COLOR_parser_prod__AKwwritableAtid__empty_init = 83;
2302 const int COLOR_parser_prod__AKwwritableAtid__init_akwwritableatid = 84;
2303 const int COLOR_parser_nodes__AKwimportAtid__init = 82;
2304 const int COLOR_parser_prod__AKwimportAtid__empty_init = 83;
2305 const int COLOR_parser_prod__AKwimportAtid__init_akwimportatid = 84;
2306 const int COLOR_parser_nodes__Start__n_base = 79;
2307 const int COLOR_parser_nodes__Start__n_base_61d = 80;
2308 const int COLOR_parser_nodes__Start__n_eof = 81;
2309 const int COLOR_parser_nodes__Start__n_eof_61d = 82;
2310 const int COLOR_parser_nodes__Start__init = 83;
2311 const int COLOR_c_tools__CCompilationUnit__header_c_base = 51;
2312 const int COLOR_c_tools__CCompilationUnit__header_c_base_61d = 52;
2313 const int COLOR_c_tools__CCompilationUnit__header_custom = 53;
2314 const int COLOR_c_tools__CCompilationUnit__header_custom_61d = 54;
2315 const int COLOR_c_tools__CCompilationUnit__header_c_types = 55;
2316 const int COLOR_c_tools__CCompilationUnit__header_c_types_61d = 56;
2317 const int COLOR_c_tools__CCompilationUnit__header_decl = 57;
2318 const int COLOR_c_tools__CCompilationUnit__header_decl_61d = 58;
2319 const int COLOR_c_tools__CCompilationUnit__body_decl = 59;
2320 const int COLOR_c_tools__CCompilationUnit__body_decl_61d = 60;
2321 const int COLOR_c_tools__CCompilationUnit__body_custom = 61;
2322 const int COLOR_c_tools__CCompilationUnit__body_custom_61d = 62;
2323 const int COLOR_c_tools__CCompilationUnit__body_impl = 63;
2324 const int COLOR_c_tools__CCompilationUnit__body_impl_61d = 64;
2325 const int COLOR_c_tools__CCompilationUnit__files = 65;
2326 const int COLOR_c_tools__CCompilationUnit__files_61d = 66;
2327 const int COLOR_c_tools__CCompilationUnit__add_local_function = 67;
2328 const int COLOR_c_tools__CCompilationUnit__add_exported_function = 68;
2329 const int COLOR_c_tools__CCompilationUnit__compile_header_core = 69;
2330 const int COLOR_c_tools__CCompilationUnit__compile_body_core = 70;
2331 const int COLOR_c_tools__CCompilationUnit__init = 71;
2332 const int COLOR_ffi_base__CCompilationUnit__write_as_impl = 72;
2333 const int COLOR_ffi_base__CCompilationUnit__write_header_to_file = 73;
2334 const int COLOR_ffi_base__CCompilationUnit__write_body_to_file = 74;
2335 const int COLOR_compiler_ffi__CCompilationUnit__write_as_nitni = 75;
2336 const int COLOR_c_tools__CFunction__signature = 51;
2337 const int COLOR_c_tools__CFunction__signature_61d = 52;
2338 const int COLOR_c_tools__CFunction__decls = 53;
2339 const int COLOR_c_tools__CFunction__decls_61d = 54;
2340 const int COLOR_c_tools__CFunction__exprs = 55;
2341 const int COLOR_c_tools__CFunction__exprs_61d = 56;
2342 const int COLOR_c_tools__CFunction__to_writer = 57;
2343 const int COLOR_c_tools__CFunction__init = 58;
2344 const int COLOR_toolcontext__Message__location = 59;
2345 const int COLOR_toolcontext__Message__location_61d = 60;
2346 const int COLOR_toolcontext__Message__text = 61;
2347 const int COLOR_toolcontext__Message__text_61d = 62;
2348 const int COLOR_toolcontext__Message__to_color_string = 63;
2349 const int COLOR_toolcontext__Message__init = 64;
2350 const int COLOR_toolcontext__ToolContext__error_count = 51;
2351 const int COLOR_toolcontext__ToolContext__error_count_61d = 52;
2352 const int COLOR_toolcontext__ToolContext__warning_count = 53;
2353 const int COLOR_toolcontext__ToolContext__warning_count_61d = 54;
2354 const int COLOR_toolcontext__ToolContext__log_directory = 55;
2355 const int COLOR_toolcontext__ToolContext__log_directory_61d = 56;
2356 const int COLOR_toolcontext__ToolContext__messages = 57;
2357 const int COLOR_toolcontext__ToolContext__messages_61d = 58;
2358 const int COLOR_toolcontext__ToolContext__message_sorter = 59;
2359 const int COLOR_toolcontext__ToolContext__message_sorter_61d = 60;
2360 const int COLOR_toolcontext__ToolContext__check_errors = 61;
2361 const int COLOR_toolcontext__ToolContext__error = 62;
2362 const int COLOR_toolcontext__ToolContext__fatal_error = 63;
2363 const int COLOR_toolcontext__ToolContext__warning = 64;
2364 const int COLOR_toolcontext__ToolContext__info = 65;
2365 const int COLOR_toolcontext__ToolContext__option_context = 66;
2366 const int COLOR_toolcontext__ToolContext__option_context_61d = 67;
2367 const int COLOR_toolcontext__ToolContext__opt_warn = 68;
2368 const int COLOR_toolcontext__ToolContext__opt_warn_61d = 69;
2369 const int COLOR_toolcontext__ToolContext__opt_quiet = 70;
2370 const int COLOR_toolcontext__ToolContext__opt_quiet_61d = 71;
2371 const int COLOR_toolcontext__ToolContext__opt_log = 72;
2372 const int COLOR_toolcontext__ToolContext__opt_log_61d = 73;
2373 const int COLOR_toolcontext__ToolContext__opt_log_dir = 74;
2374 const int COLOR_toolcontext__ToolContext__opt_log_dir_61d = 75;
2375 const int COLOR_toolcontext__ToolContext__opt_help = 76;
2376 const int COLOR_toolcontext__ToolContext__opt_help_61d = 77;
2377 const int COLOR_toolcontext__ToolContext__opt_version = 78;
2378 const int COLOR_toolcontext__ToolContext__opt_version_61d = 79;
2379 const int COLOR_toolcontext__ToolContext__opt_verbose = 80;
2380 const int COLOR_toolcontext__ToolContext__opt_verbose_61d = 81;
2381 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error = 82;
2382 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error_61d = 83;
2383 const int COLOR_toolcontext__ToolContext__opt_no_color = 84;
2384 const int COLOR_toolcontext__ToolContext__opt_no_color_61d = 85;
2385 const int COLOR_toolcontext__ToolContext__verbose_level = 86;
2386 const int COLOR_toolcontext__ToolContext__verbose_level_61d = 87;
2387 const int COLOR_toolcontext__ToolContext__init = 88;
2388 const int COLOR_toolcontext__ToolContext__process_options = 89;
2389 const int COLOR_parser_util__ToolContext__parse_module = 90;
2390 const int COLOR_parser_util__ToolContext__parse_classdef = 91;
2391 const int COLOR_parser_util__ToolContext__parse_propdef = 92;
2392 const int COLOR_parser_util__ToolContext__parse_stmts = 93;
2393 const int COLOR_parser_util__ToolContext__parse_expr = 94;
2394 const int COLOR_parser_util__ToolContext__parse_something = 95;
2395 const int COLOR_phase__ToolContext__phases = 96;
2396 const int COLOR_phase__ToolContext__phases_61d = 97;
2397 const int COLOR_phase__ToolContext__phases_list = 98;
2398 const int COLOR_phase__ToolContext__run_phases = 99;
2399 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase = 100;
2400 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase_61d = 101;
2401 const int COLOR_literal__ToolContext__literal_phase = 102;
2402 const int COLOR_literal__ToolContext__literal_phase_61d = 103;
2403 const int COLOR_scope__ToolContext__scope_phase = 104;
2404 const int COLOR_scope__ToolContext__scope_phase_61d = 105;
2405 const int COLOR_flow__ToolContext__flow_phase = 106;
2406 const int COLOR_flow__ToolContext__flow_phase_61d = 107;
2407 const int COLOR_serialization_phase__ToolContext__serialization_phase = 108;
2408 const int COLOR_serialization_phase__ToolContext__serialization_phase_61d = 109;
2409 const int COLOR_local_var_init__ToolContext__local_var_init_phase = 110;
2410 const int COLOR_local_var_init__ToolContext__local_var_init_phase_61d = 111;
2411 const int COLOR_modelbuilder__ToolContext__opt_path = 112;
2412 const int COLOR_modelbuilder__ToolContext__opt_path_61d = 113;
2413 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel = 114;
2414 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel_61d = 115;
2415 const int COLOR_modelbuilder__ToolContext__opt_only_parse = 116;
2416 const int COLOR_modelbuilder__ToolContext__opt_only_parse_61d = 117;
2417 const int COLOR_modelbuilder__ToolContext__modelbuilder = 118;
2418 const int COLOR_modelbuilder__ToolContext__modelbuilder_real = 119;
2419 const int COLOR_modelbuilder__ToolContext__modelbuilder_real_61d = 120;
2420 const int COLOR_modelbuilder__ToolContext__run_global_phases = 121;
2421 const int COLOR_modelize_class__ToolContext__modelize_class_phase = 122;
2422 const int COLOR_modelize_class__ToolContext__modelize_class_phase_61d = 123;
2423 const int COLOR_modelize_property__ToolContext__modelize_property_phase = 124;
2424 const int COLOR_modelize_property__ToolContext__modelize_property_phase_61d = 125;
2425 const int COLOR_cached__ToolContext__cached_phase = 126;
2426 const int COLOR_cached__ToolContext__cached_phase_61d = 127;
2427 const int COLOR_platform__ToolContext__platform_phase = 128;
2428 const int COLOR_platform__ToolContext__platform_phase_61d = 129;
2429 const int COLOR_platform__ToolContext__platform_from_name = 130;
2430 const int COLOR_typing__ToolContext__typing_phase = 131;
2431 const int COLOR_typing__ToolContext__typing_phase_61d = 132;
2432 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase = 133;
2433 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase_61d = 134;
2434 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase = 135;
2435 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase_61d = 136;
2436 const int COLOR_transform__ToolContext__transform_phase = 137;
2437 const int COLOR_transform__ToolContext__transform_phase_61d = 138;
2438 const int COLOR_nitni_callbacks__ToolContext__verify_nitni_callback_phase = 139;
2439 const int COLOR_nitni_callbacks__ToolContext__verify_nitni_callback_phase_61d = 140;
2440 const int COLOR_frontend__ToolContext__dummy = 141;
2441 const int COLOR_frontend__ToolContext__dummy_61d = 142;
2442 const int COLOR_frontend__ToolContext__do_dummy = 143;
2443 const int COLOR_ffi_base__ToolContext__ffi_language_assignation_phase = 144;
2444 const int COLOR_ffi_base__ToolContext__ffi_language_assignation_phase_61d = 145;
2445 const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_ast = 146;
2446 const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_ast_61d = 147;
2447 const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_model = 148;
2448 const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_model_61d = 149;
2449 const int COLOR_header_dependency__ToolContext__header_dependancy_phase = 150;
2450 const int COLOR_header_dependency__ToolContext__header_dependancy_phase_61d = 151;
2451 const int COLOR_pkgconfig__ToolContext__pkgconfig_phase = 152;
2452 const int COLOR_pkgconfig__ToolContext__pkgconfig_phase_61d = 153;
2453 const int COLOR_c_compiler_options__ToolContext__c_compiler_options_phase = 154;
2454 const int COLOR_c_compiler_options__ToolContext__c_compiler_options_phase_61d = 155;
2455 const int COLOR_abstract_compiler__ToolContext__opt_output = 156;
2456 const int COLOR_abstract_compiler__ToolContext__opt_output_61d = 157;
2457 const int COLOR_abstract_compiler__ToolContext__opt_no_cc = 158;
2458 const int COLOR_abstract_compiler__ToolContext__opt_no_cc_61d = 159;
2459 const int COLOR_abstract_compiler__ToolContext__opt_cc_path = 160;
2460 const int COLOR_abstract_compiler__ToolContext__opt_cc_path_61d = 161;
2461 const int COLOR_abstract_compiler__ToolContext__opt_make_flags = 162;
2462 const int COLOR_abstract_compiler__ToolContext__opt_make_flags_61d = 163;
2463 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir = 164;
2464 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir_61d = 165;
2465 const int COLOR_abstract_compiler__ToolContext__opt_hardening = 166;
2466 const int COLOR_abstract_compiler__ToolContext__opt_hardening_61d = 167;
2467 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range = 168;
2468 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range_61d = 169;
2469 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance = 170;
2470 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance_61d = 171;
2471 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization = 172;
2472 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization_61d = 173;
2473 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert = 174;
2474 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert_61d = 175;
2475 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast = 176;
2476 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast_61d = 177;
2477 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other = 178;
2478 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other_61d = 179;
2479 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics = 180;
2480 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics_61d = 181;
2481 const int COLOR_abstract_compiler__ToolContext__opt_no_stacktrace = 182;
2482 const int COLOR_abstract_compiler__ToolContext__opt_no_stacktrace_61d = 183;
2483 const int COLOR_abstract_compiler__ToolContext__opt_stacktrace = 184;
2484 const int COLOR_abstract_compiler__ToolContext__opt_stacktrace_61d = 185;
2485 const int COLOR_android_platform__ToolContext__exec_and_check = 186;
2486 const int COLOR_separate_compiler__ToolContext__opt_separate = 187;
2487 const int COLOR_separate_compiler__ToolContext__opt_separate_61d = 188;
2488 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern = 189;
2489 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern_61d = 190;
2490 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute = 191;
2491 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute_61d = 192;
2492 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate = 193;
2493 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate_61d = 194;
2494 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers = 195;
2495 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers_61d = 196;
2496 const int COLOR_separate_compiler__ToolContext__opt_bm_typing = 197;
2497 const int COLOR_separate_compiler__ToolContext__opt_bm_typing_61d = 198;
2498 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing = 199;
2499 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing_61d = 200;
2500 const int COLOR_separate_compiler__ToolContext__opt_phand_typing = 201;
2501 const int COLOR_separate_compiler__ToolContext__opt_phand_typing_61d = 202;
2502 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics = 203;
2503 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics_61d = 204;
2504 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure = 205;
2505 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure_61d = 206;
2506 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast = 207;
2507 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast_61d = 208;
2508 const int COLOR_separate_erasure_compiler__ToolContext__init = 209;
2509 const int COLOR_separate_compiler__ToolContext__init = 210;
2510 const int COLOR_abstract_compiler__ToolContext__init = 211;
2511 const int COLOR_modelbuilder__ToolContext__init = 212;
2512 const int COLOR_android_platform__ToolContext__platform_from_name = 213;
2513 const int COLOR_lexer__Lexer__file = 55;
2514 const int COLOR_lexer__Lexer__state_initial = 56;
2515 const int COLOR_lexer__Lexer__init = 57;
2516 const int COLOR_lexer__Lexer__last_token = 58;
2517 const int COLOR_lexer__Lexer__last_token_61d = 59;
2518 const int COLOR_lexer__Lexer__peek = 60;
2519 const int COLOR_lexer__Lexer__next = 61;
2520 const int COLOR_lexer__Lexer__get_token = 62;
2521 const int COLOR_mproject__MProject__name = 51;
2522 const int COLOR_mproject__MProject__name_61d = 52;
2523 const int COLOR_mproject__MProject__model = 53;
2524 const int COLOR_mproject__MProject__model_61d = 54;
2525 const int COLOR_mproject__MProject__root = 55;
2526 const int COLOR_mproject__MProject__root_61d = 56;
2527 const int COLOR_mproject__MProject__mgroups = 57;
2528 const int COLOR_mproject__MProject__mgroups_61d = 58;
2529 const int COLOR_mproject__MProject__init = 59;
2530 const int COLOR_mproject__MGroup__name = 51;
2531 const int COLOR_mproject__MGroup__name_61d = 52;
2532 const int COLOR_mproject__MGroup__mproject = 53;
2533 const int COLOR_mproject__MGroup__mproject_61d = 54;
2534 const int COLOR_mproject__MGroup__parent = 55;
2535 const int COLOR_mproject__MGroup__parent_61d = 56;
2536 const int COLOR_mproject__MGroup__full_name = 57;
2537 const int COLOR_mproject__MGroup__in_nesting = 58;
2538 const int COLOR_mproject__MGroup__in_nesting_61d = 59;
2539 const int COLOR_mproject__MGroup__filepath = 60;
2540 const int COLOR_mproject__MGroup__filepath_61d = 61;
2541 const int COLOR_mproject__MGroup__init = 62;
2542 const int COLOR_mmodule__MGroup__mmodules = 63;
2543 const int COLOR_mmodule__MGroup__mmodules_61d = 64;
2544 const int COLOR_mmodule__MGroup__fuzzy_owner = 65;
2545 const int COLOR_parser__State__state = 51;
2546 const int COLOR_parser__State__state_61d = 52;
2547 const int COLOR_parser__State__nodes = 53;
2548 const int COLOR_parser__State__nodes_61d = 54;
2549 const int COLOR_parser__State__init = 55;
2550 const int COLOR_parser__Parser__init = 55;
2551 const int COLOR_parser__Parser__go_to = 56;
2552 const int COLOR_parser__Parser__push = 57;
2553 const int COLOR_parser__Parser__state = 58;
2554 const int COLOR_parser__Parser__pop = 59;
2555 const int COLOR_parser__Parser__parse = 60;
2556 const int COLOR_parser__Parser__build_reduce_table = 61;
2557 const int COLOR_parser__ComputeProdLocationVisitor__init = 56;
2558 const int COLOR_parser__ReduceAction__action = 51;
2559 const int COLOR_parser__ReduceAction__concat = 52;
2560 const int COLOR_parser__ReduceAction__init = 53;
2561 const int COLOR_mmodule__MModule__model = 51;
2562 const int COLOR_mmodule__MModule__model_61d = 52;
2563 const int COLOR_mmodule__MModule__direct_owner = 53;
2564 const int COLOR_mmodule__MModule__direct_owner_61d = 54;
2565 const int COLOR_mmodule__MModule__mgroup = 55;
2566 const int COLOR_mmodule__MModule__mgroup_61d = 56;
2567 const int COLOR_mmodule__MModule__name = 57;
2568 const int COLOR_mmodule__MModule__name_61d = 58;
2569 const int COLOR_mmodule__MModule__location = 59;
2570 const int COLOR_mmodule__MModule__location_61d = 60;
2571 const int COLOR_mmodule__MModule__in_nesting = 61;
2572 const int COLOR_mmodule__MModule__in_nesting_61d = 62;
2573 const int COLOR_mmodule__MModule__in_importation = 63;
2574 const int COLOR_mmodule__MModule__in_importation_61d = 64;
2575 const int COLOR_mmodule__MModule__full_name = 65;
2576 const int COLOR_mmodule__MModule__init = 66;
2577 const int COLOR_mmodule__MModule__set_imported_mmodules = 67;
2578 const int COLOR_mmodule__MModule__intrude_mmodules = 68;
2579 const int COLOR_mmodule__MModule__intrude_mmodules_61d = 69;
2580 const int COLOR_mmodule__MModule__public_mmodules = 70;
2581 const int COLOR_mmodule__MModule__public_mmodules_61d = 71;
2582 const int COLOR_mmodule__MModule__private_mmodules = 72;
2583 const int COLOR_mmodule__MModule__private_mmodules_61d = 73;
2584 const int COLOR_mmodule__MModule__visibility_for = 74;
2585 const int COLOR_mmodule__MModule__set_visibility_for = 75;
2586 const int COLOR_mmodule__MModule__public_owner = 76;
2587 const int COLOR_mmodule__MModule__is_visible = 77;
2588 const int COLOR_model__MModule__intro_mclasses = 78;
2589 const int COLOR_model__MModule__intro_mclasses_61d = 79;
2590 const int COLOR_model__MModule__mclassdefs = 80;
2591 const int COLOR_model__MModule__mclassdefs_61d = 81;
2592 const int COLOR_model__MModule__has_mclass = 82;
2593 const int COLOR_model__MModule__flatten_mclass_hierarchy = 83;
2594 const int COLOR_model__MModule__linearize_mclasses = 84;
2595 const int COLOR_model__MModule__linearize_mclassdefs = 85;
2596 const int COLOR_model__MModule__linearize_mpropdefs = 86;
2597 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache = 87;
2598 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache_61d = 88;
2599 const int COLOR_model__MModule__object_type = 89;
2600 const int COLOR_model__MModule__object_type_cache = 90;
2601 const int COLOR_model__MModule__object_type_cache_61d = 91;
2602 const int COLOR_model__MModule__bool_type = 92;
2603 const int COLOR_model__MModule__bool_type_cache = 93;
2604 const int COLOR_model__MModule__bool_type_cache_61d = 94;
2605 const int COLOR_model__MModule__sys_type = 95;
2606 const int COLOR_model__MModule__get_primitive_class = 96;
2607 const int COLOR_model__MModule__try_get_primitive_method = 97;
2608 const int COLOR_platform__MModule__local_target_platform = 98;
2609 const int COLOR_platform__MModule__local_target_platform_61d = 99;
2610 const int COLOR_platform__MModule__target_platform = 100;
2611 const int COLOR_header_dependency__MModule__header_dependencies_cache = 101;
2612 const int COLOR_header_dependency__MModule__header_dependencies_cache_61d = 102;
2613 const int COLOR_header_dependency__MModule__header_dependencies = 103;
2614 const int COLOR_header_dependency__MModule__compute_header_dependencies = 104;
2615 const int COLOR_common_ffi__MModule__uses_ffi = 105;
2616 const int COLOR_common_ffi__MModule__uses_ffi_61d = 106;
2617 const int COLOR_abstract_compiler__MModule__properties = 107;
2618 const int COLOR_abstract_compiler__MModule__properties_cache = 108;
2619 const int COLOR_abstract_compiler__MModule__properties_cache_61d = 109;
2620 const int COLOR_model__MClassDefSorter__mmodule = 84;
2621 const int COLOR_model__MClassDefSorter__mmodule_61d = 85;
2622 const int COLOR_model__MClassDefSorter__init = 86;
2623 const int COLOR_model__MPropDefSorter__mmodule = 84;
2624 const int COLOR_model__MPropDefSorter__mmodule_61d = 85;
2625 const int COLOR_model__MPropDefSorter__init = 86;
2626 const int COLOR_model__MClass__intro_mmodule = 51;
2627 const int COLOR_model__MClass__intro_mmodule_61d = 52;
2628 const int COLOR_model__MClass__name = 53;
2629 const int COLOR_model__MClass__name_61d = 54;
2630 const int COLOR_model__MClass__full_name = 55;
2631 const int COLOR_model__MClass__arity = 56;
2632 const int COLOR_model__MClass__arity_61d = 57;
2633 const int COLOR_model__MClass__kind = 58;
2634 const int COLOR_model__MClass__kind_61d = 59;
2635 const int COLOR_model__MClass__visibility = 60;
2636 const int COLOR_model__MClass__visibility_61d = 61;
2637 const int COLOR_model__MClass__init = 62;
2638 const int COLOR_model__MClass__mclassdefs = 63;
2639 const int COLOR_model__MClass__mclassdefs_61d = 64;
2640 const int COLOR_model__MClass__intro = 65;
2641 const int COLOR_model__MClass__in_hierarchy = 66;
2642 const int COLOR_model__MClass__mclass_type = 67;
2643 const int COLOR_model__MClass__mclass_type_61d = 68;
2644 const int COLOR_model__MClass__get_mtype = 69;
2645 const int COLOR_model__MClass__get_mtype_cache = 70;
2646 const int COLOR_model__MClass__get_mtype_cache_61d = 71;
2647 const int COLOR_nitni_base__MClass__ctype = 72;
2648 const int COLOR_modelize_property__MClass__inherit_init_from = 73;
2649 const int COLOR_modelize_property__MClass__inherit_init_from_61d = 74;
2650 const int COLOR_extern_classes__MClass__ftype_cache = 75;
2651 const int COLOR_extern_classes__MClass__ftype_cache_61d = 76;
2652 const int COLOR_extern_classes__MClass__ftype_computed = 77;
2653 const int COLOR_extern_classes__MClass__ftype_computed_61d = 78;
2654 const int COLOR_extern_classes__MClass__ftype = 79;
2655 const int COLOR_extern_classes__MClass__compute_ftype = 80;
2656 const int COLOR_abstract_compiler__MClass__c_name = 81;
2657 const int COLOR_abstract_compiler__MClass__c_name_cache = 82;
2658 const int COLOR_abstract_compiler__MClass__c_name_cache_61d = 83;
2659 const int COLOR_separate_compiler__MClass__c_instance_name = 84;
2660 const int COLOR_model__MClassDef__mmodule = 51;
2661 const int COLOR_model__MClassDef__mmodule_61d = 52;
2662 const int COLOR_model__MClassDef__mclass = 53;
2663 const int COLOR_model__MClassDef__mclass_61d = 54;
2664 const int COLOR_model__MClassDef__bound_mtype = 55;
2665 const int COLOR_model__MClassDef__bound_mtype_61d = 56;
2666 const int COLOR_model__MClassDef__parameter_names = 57;
2667 const int COLOR_model__MClassDef__parameter_names_61d = 58;
2668 const int COLOR_model__MClassDef__location = 59;
2669 const int COLOR_model__MClassDef__location_61d = 60;
2670 const int COLOR_model__MClassDef__to_s_61d = 61;
2671 const int COLOR_model__MClassDef__init = 62;
2672 const int COLOR_model__MClassDef__supertypes = 63;
2673 const int COLOR_model__MClassDef__supertypes_61d = 64;
2674 const int COLOR_model__MClassDef__set_supertypes = 65;
2675 const int COLOR_model__MClassDef__add_in_hierarchy = 66;
2676 const int COLOR_model__MClassDef__in_hierarchy = 67;
2677 const int COLOR_model__MClassDef__in_hierarchy_61d = 68;
2678 const int COLOR_model__MClassDef__is_intro = 69;
2679 const int COLOR_model__MClassDef__intro_mproperties = 70;
2680 const int COLOR_model__MClassDef__intro_mproperties_61d = 71;
2681 const int COLOR_model__MClassDef__mpropdefs = 72;
2682 const int COLOR_model__MClassDef__mpropdefs_61d = 73;
2683 const int COLOR_modelize_property__MClassDef__propdef_names = 74;
2684 const int COLOR_modelize_property__MClassDef__propdef_names_61d = 75;
2685 const int COLOR_c__NitniCallback__compile_callback_to_c = 51;
2686 const int COLOR_cpp__NitniCallback__compile_callback_to_cpp = 52;
2687 const int COLOR_model__MType__model = 53;
2688 const int COLOR_model__MType__is_subtype = 54;
2689 const int COLOR_model__MType__anchor_to = 55;
2690 const int COLOR_model__MType__need_anchor = 56;
2691 const int COLOR_model__MType__supertype_to = 57;
2692 const int COLOR_model__MType__resolve_for = 58;
2693 const int COLOR_model__MType__can_resolve_for = 59;
2694 const int COLOR_model__MType__as_nullable = 60;
2695 const int COLOR_model__MType__as_nullable_cache = 61;
2696 const int COLOR_model__MType__as_nullable_cache_61d = 62;
2697 const int COLOR_model__MType__depth = 63;
2698 const int COLOR_model__MType__length = 64;
2699 const int COLOR_model__MType__collect_mclassdefs = 65;
2700 const int COLOR_model__MType__collect_mclasses = 66;
2701 const int COLOR_model__MType__collect_mtypes = 67;
2702 const int COLOR_model__MType__has_mproperty = 68;
2703 const int COLOR_model__MType__init = 69;
2704 const int COLOR_nitni_base__MType__cname = 70;
2705 const int COLOR_nitni_base__MType__cname_blind = 71;
2706 const int COLOR_nitni_base__MType__mangled_cname = 72;
2707 const int COLOR_nitni_base__MType__is_cprimitive = 73;
2708 const int COLOR_abstract_compiler__MType__ctype = 74;
2709 const int COLOR_abstract_compiler__MType__ctypename = 75;
2710 const int COLOR_abstract_compiler__MType__c_name = 76;
2711 const int COLOR_abstract_compiler__MType__c_name_cache = 77;
2712 const int COLOR_abstract_compiler__MType__c_name_cache_61d = 78;
2713 const int COLOR_compiler_ffi__MType__compile_extern_type = 79;
2714 const int COLOR_compiler_ffi__MType__compile_extern_helper_functions = 80;
2715 const int COLOR_separate_compiler__MType__const_color = 81;
2716 const int COLOR_separate_compiler__MType__c_instance_name = 82;
2717 const int COLOR_model__MClassType__mclass = 83;
2718 const int COLOR_model__MClassType__mclass_61d = 84;
2719 const int COLOR_model__MClassType__init = 85;
2720 const int COLOR_model__MClassType__arguments = 86;
2721 const int COLOR_model__MClassType__arguments_61d = 87;
2722 const int COLOR_model__MClassType__collect_things = 88;
2723 const int COLOR_model__MClassType__collect_mclassdefs_cache = 89;
2724 const int COLOR_model__MClassType__collect_mclassdefs_cache_61d = 90;
2725 const int COLOR_model__MClassType__collect_mclasses_cache = 91;
2726 const int COLOR_model__MClassType__collect_mclasses_cache_61d = 92;
2727 const int COLOR_model__MClassType__collect_mtypes_cache = 93;
2728 const int COLOR_model__MClassType__collect_mtypes_cache_61d = 94;
2729 const int COLOR_model__MClassType__anchor_to = 95;
2730 const int COLOR_model__MGenericType__init = 96;
2731 const int COLOR_model__MGenericType__to_s_61d = 97;
2732 const int COLOR_model__MGenericType__need_anchor_61d = 98;
2733 const int COLOR_abstract_compiler__MGenericType__c_name = 99;
2734 const int COLOR_nitni_base__MGenericType__mangled_cname = 100;
2735 const int COLOR_model__MVirtualType__mproperty = 83;
2736 const int COLOR_model__MVirtualType__mproperty_61d = 84;
2737 const int COLOR_model__MVirtualType__lookup_bound = 85;
2738 const int COLOR_model__MVirtualType__init = 86;
2739 const int COLOR_model__MParameterType__mclass = 83;
2740 const int COLOR_model__MParameterType__mclass_61d = 84;
2741 const int COLOR_model__MParameterType__rank = 85;
2742 const int COLOR_model__MParameterType__rank_61d = 86;
2743 const int COLOR_model__MParameterType__lookup_bound = 87;
2744 const int COLOR_model__MParameterType__init = 88;
2745 const int COLOR_model__MNullableType__mtype = 83;
2746 const int COLOR_model__MNullableType__mtype_61d = 84;
2747 const int COLOR_model__MNullableType__init = 85;
2748 const int COLOR_model__MNullableType__to_s_61d = 86;
2749 const int COLOR_compiler_ffi__MNullableType__compile_extern_helper_functions = 87;
2750 const int COLOR_model__MNullType__model_61d = 83;
2751 const int COLOR_model__MNullType__init = 84;
2752 const int COLOR_model__MSignature__mparameters = 83;
2753 const int COLOR_model__MSignature__mparameters_61d = 84;
2754 const int COLOR_model__MSignature__return_mtype = 85;
2755 const int COLOR_model__MSignature__return_mtype_61d = 86;
2756 const int COLOR_model__MSignature__init = 87;
2757 const int COLOR_model__MSignature__vararg_rank = 88;
2758 const int COLOR_model__MSignature__vararg_rank_61d = 89;
2759 const int COLOR_model__MSignature__arity = 90;
2760 const int COLOR_model__MParameter__name = 51;
2761 const int COLOR_model__MParameter__name_61d = 52;
2762 const int COLOR_model__MParameter__mtype = 53;
2763 const int COLOR_model__MParameter__mtype_61d = 54;
2764 const int COLOR_model__MParameter__is_vararg = 55;
2765 const int COLOR_model__MParameter__is_vararg_61d = 56;
2766 const int COLOR_model__MParameter__resolve_for = 57;
2767 const int COLOR_model__MParameter__init = 58;
2768 const int COLOR_model__MProperty__intro_mclassdef = 51;
2769 const int COLOR_model__MProperty__intro_mclassdef_61d = 52;
2770 const int COLOR_model__MProperty__name = 53;
2771 const int COLOR_model__MProperty__name_61d = 54;
2772 const int COLOR_model__MProperty__full_name = 55;
2773 const int COLOR_model__MProperty__visibility = 56;
2774 const int COLOR_model__MProperty__visibility_61d = 57;
2775 const int COLOR_model__MProperty__init = 58;
2776 const int COLOR_model__MProperty__mpropdefs = 59;
2777 const int COLOR_model__MProperty__mpropdefs_61d = 60;
2778 const int COLOR_model__MProperty__intro = 61;
2779 const int COLOR_model__MProperty__lookup_definitions = 62;
2780 const int COLOR_model__MProperty__lookup_definitions_cache = 63;
2781 const int COLOR_model__MProperty__lookup_definitions_cache_61d = 64;
2782 const int COLOR_model__MProperty__lookup_super_definitions = 65;
2783 const int COLOR_model__MProperty__select_most_specific = 66;
2784 const int COLOR_model__MProperty__lookup_first_definition = 67;
2785 const int COLOR_model__MProperty__lookup_all_definitions = 68;
2786 const int COLOR_model__MProperty__lookup_all_definitions_cache = 69;
2787 const int COLOR_model__MProperty__lookup_all_definitions_cache_61d = 70;
2788 const int COLOR_abstract_compiler__MProperty__c_name = 71;
2789 const int COLOR_abstract_compiler__MProperty__c_name_cache = 72;
2790 const int COLOR_abstract_compiler__MProperty__c_name_cache_61d = 73;
2791 const int COLOR_separate_compiler__MProperty__const_color = 74;
2792 const int COLOR_model__MMethod__init = 75;
2793 const int COLOR_model__MMethod__is_init = 76;
2794 const int COLOR_model__MMethod__is_init_61d = 77;
2795 const int COLOR_model__MMethod__is_new = 78;
2796 const int COLOR_model__MMethod__is_new_61d = 79;
2797 const int COLOR_model__MMethod__is_init_for = 80;
2798 const int COLOR_nitni_base__MMethod__short_cname = 81;
2799 const int COLOR_nitni_utilities__MMethod__build_cname = 82;
2800 const int COLOR_nitni_utilities__MMethod__build_csignature = 83;
2801 const int COLOR_nitni_utilities__MMethod__build_ccall = 84;
2802 const int COLOR_model__MAttribute__init = 75;
2803 const int COLOR_model__MVirtualTypeProp__init = 75;
2804 const int COLOR_model__MVirtualTypeProp__mvirtualtype = 76;
2805 const int COLOR_model__MVirtualTypeProp__mvirtualtype_61d = 77;
2806 const int COLOR_model__MPropDef__location = 51;
2807 const int COLOR_model__MPropDef__location_61d = 52;
2808 const int COLOR_model__MPropDef__mclassdef = 53;
2809 const int COLOR_model__MPropDef__mclassdef_61d = 54;
2810 const int COLOR_model__MPropDef__mproperty = 55;
2811 const int COLOR_model__MPropDef__mproperty_61d = 56;
2812 const int COLOR_model__MPropDef__init = 57;
2813 const int COLOR_model__MPropDef__to_s_61d = 58;
2814 const int COLOR_model__MPropDef__is_intro = 59;
2815 const int COLOR_model__MPropDef__lookup_next_definition = 60;
2816 const int COLOR_modelize_property__MPropDef__has_supercall = 61;
2817 const int COLOR_modelize_property__MPropDef__has_supercall_61d = 62;
2818 const int COLOR_abstract_compiler__MPropDef__c_name_cache = 63;
2819 const int COLOR_abstract_compiler__MPropDef__c_name_cache_61d = 64;
2820 const int COLOR_abstract_compiler__MPropDef__c_name = 65;
2821 const int COLOR_separate_compiler__MPropDef__const_color = 66;
2822 const int COLOR_model__MMethodDef__init = 67;
2823 const int COLOR_model__MMethodDef__msignature = 68;
2824 const int COLOR_model__MMethodDef__msignature_61d = 69;
2825 const int COLOR_model__MMethodDef__is_abstract = 70;
2826 const int COLOR_model__MMethodDef__is_abstract_61d = 71;
2827 const int COLOR_nitni_base__MMethodDef__cname = 72;
2828 const int COLOR_abstract_compiler__MMethodDef__can_inline = 73;
2829 const int COLOR_abstract_compiler__MMethodDef__compile_inside_to_c = 74;
2830 const int COLOR_abstract_compiler__MMethodDef__compile_parameter_check = 75;
2831 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function = 76;
2832 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache = 77;
2833 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache_61d = 78;
2834 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function = 79;
2835 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache = 80;
2836 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache_61d = 81;
2837 const int COLOR_model__MAttributeDef__init = 67;
2838 const int COLOR_model__MAttributeDef__static_mtype = 68;
2839 const int COLOR_model__MAttributeDef__static_mtype_61d = 69;
2840 const int COLOR_model__MVirtualTypeDef__init = 67;
2841 const int COLOR_model__MVirtualTypeDef__bound = 68;
2842 const int COLOR_model__MVirtualTypeDef__bound_61d = 69;
2843 const int COLOR_model__MClassKind__to_s_61d = 51;
2844 const int COLOR_model__MClassKind__need_init = 52;
2845 const int COLOR_model__MClassKind__need_init_61d = 53;
2846 const int COLOR_model__MClassKind__init = 54;
2847 const int COLOR_parser_util__InjectedLexer__injected_before = 63;
2848 const int COLOR_parser_util__InjectedLexer__injected_before_61d = 64;
2849 const int COLOR_parser_util__InjectedLexer__injected_after = 65;
2850 const int COLOR_parser_util__InjectedLexer__injected_after_61d = 66;
2851 const int COLOR_parser_util__InjectedLexer__is_finished = 67;
2852 const int COLOR_parser_util__InjectedLexer__is_finished_61d = 68;
2853 const int COLOR_parser_util__CollectTokensByTextVisitor__text = 56;
2854 const int COLOR_parser_util__CollectTokensByTextVisitor__text_61d = 57;
2855 const int COLOR_parser_util__CollectTokensByTextVisitor__init = 58;
2856 const int COLOR_parser_util__CollectTokensByTextVisitor__result = 59;
2857 const int COLOR_parser_util__CollectTokensByTextVisitor__result_61d = 60;
2858 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name = 56;
2859 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name_61d = 57;
2860 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__init = 58;
2861 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result = 59;
2862 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result_61d = 60;
2863 const int COLOR_phase__AnnotationPhaseVisitor__phase = 56;
2864 const int COLOR_phase__AnnotationPhaseVisitor__phase_61d = 57;
2865 const int COLOR_phase__AnnotationPhaseVisitor__init = 58;
2866 const int COLOR_phase__Phase__toolcontext = 51;
2867 const int COLOR_phase__Phase__toolcontext_61d = 52;
2868 const int COLOR_phase__Phase__in_hierarchy = 53;
2869 const int COLOR_phase__Phase__in_hierarchy_61d = 54;
2870 const int COLOR_phase__Phase__init = 55;
2871 const int COLOR_phase__Phase__process_nmodule = 56;
2872 const int COLOR_phase__Phase__process_nclassdef = 57;
2873 const int COLOR_phase__Phase__process_npropdef = 58;
2874 const int COLOR_phase__Phase__process_annotated_node = 59;
2875 const int COLOR_modelbuilder__Phase__process_mainmodule = 60;
2876 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count = 56;
2877 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count_61d = 57;
2878 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext = 58;
2879 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext_61d = 59;
2880 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__warning = 60;
2881 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__init = 61;
2882 const int COLOR_literal__LiteralVisitor__toolcontext = 56;
2883 const int COLOR_literal__LiteralVisitor__toolcontext_61d = 57;
2884 const int COLOR_literal__LiteralVisitor__init = 58;
2885 const int COLOR_scope__Variable__name = 51;
2886 const int COLOR_scope__Variable__name_61d = 52;
2887 const int COLOR_scope__Variable__init = 53;
2888 const int COLOR_typing__Variable__declared_type = 54;
2889 const int COLOR_typing__Variable__declared_type_61d = 55;
2890 const int COLOR_scope__EscapeMark__name = 51;
2891 const int COLOR_scope__EscapeMark__name_61d = 52;
2892 const int COLOR_scope__EscapeMark__for_loop = 53;
2893 const int COLOR_scope__EscapeMark__for_loop_61d = 54;
2894 const int COLOR_scope__EscapeMark__continues = 55;
2895 const int COLOR_scope__EscapeMark__continues_61d = 56;
2896 const int COLOR_scope__EscapeMark__breaks = 57;
2897 const int COLOR_scope__EscapeMark__breaks_61d = 58;
2898 const int COLOR_scope__EscapeMark__init = 59;
2899 const int COLOR_scope__ScopeVisitor__toolcontext = 56;
2900 const int COLOR_scope__ScopeVisitor__toolcontext_61d = 57;
2901 const int COLOR_scope__ScopeVisitor__selfvariable = 58;
2902 const int COLOR_scope__ScopeVisitor__selfvariable_61d = 59;
2903 const int COLOR_scope__ScopeVisitor__init = 60;
2904 const int COLOR_scope__ScopeVisitor__scopes = 61;
2905 const int COLOR_scope__ScopeVisitor__scopes_61d = 62;
2906 const int COLOR_scope__ScopeVisitor__register_variable = 63;
2907 const int COLOR_scope__ScopeVisitor__search_variable = 64;
2908 const int COLOR_scope__ScopeVisitor__enter_visit_block = 65;
2909 const int COLOR_scope__ScopeVisitor__search_label = 66;
2910 const int COLOR_scope__ScopeVisitor__make_escape_mark = 67;
2911 const int COLOR_scope__ScopeVisitor__get_escapemark = 68;
2912 const int COLOR_scope__ScopeVisitor__error = 69;
2913 const int COLOR_scope__Scope__variables = 51;
2914 const int COLOR_scope__Scope__variables_61d = 52;
2915 const int COLOR_scope__Scope__escapemark = 53;
2916 const int COLOR_scope__Scope__escapemark_61d = 54;
2917 const int COLOR_scope__Scope__get_variable = 55;
2918 const int COLOR_scope__Scope__init = 56;
2919 const int COLOR_flow__FlowVisitor__current_flow_context = 56;
2920 const int COLOR_flow__FlowVisitor__current_flow_context_61d = 57;
2921 const int COLOR_flow__FlowVisitor__toolcontext = 58;
2922 const int COLOR_flow__FlowVisitor__toolcontext_61d = 59;
2923 const int COLOR_flow__FlowVisitor__init = 60;
2924 const int COLOR_flow__FlowVisitor__first = 61;
2925 const int COLOR_flow__FlowVisitor__first_61d = 62;
2926 const int COLOR_flow__FlowVisitor__visit_expr = 63;
2927 const int COLOR_flow__FlowVisitor__flows = 64;
2928 const int COLOR_flow__FlowVisitor__flows_61d = 65;
2929 const int COLOR_flow__FlowVisitor__printflow = 66;
2930 const int COLOR_flow__FlowVisitor__make_sub_flow = 67;
2931 const int COLOR_flow__FlowVisitor__make_merge_flow = 68;
2932 const int COLOR_flow__FlowVisitor__make_true_false_flow = 69;
2933 const int COLOR_flow__FlowVisitor__make_sub_true_false_flow = 70;
2934 const int COLOR_flow__FlowVisitor__make_unreachable_flow = 71;
2935 const int COLOR_flow__FlowVisitor__merge_continues_to = 72;
2936 const int COLOR_flow__FlowVisitor__merge_breaks = 73;
2937 const int COLOR_flow__FlowContext__previous = 51;
2938 const int COLOR_flow__FlowContext__previous_61d = 52;
2939 const int COLOR_flow__FlowContext__loops = 53;
2940 const int COLOR_flow__FlowContext__loops_61d = 54;
2941 const int COLOR_flow__FlowContext__is_marked_unreachable = 55;
2942 const int COLOR_flow__FlowContext__is_marked_unreachable_61d = 56;
2943 const int COLOR_flow__FlowContext__is_unreachable = 57;
2944 const int COLOR_flow__FlowContext__is_already_unreachable = 58;
2945 const int COLOR_flow__FlowContext__is_already_unreachable_61d = 59;
2946 const int COLOR_flow__FlowContext__is_start = 60;
2947 const int COLOR_flow__FlowContext__is_start_61d = 61;
2948 const int COLOR_flow__FlowContext__node = 62;
2949 const int COLOR_flow__FlowContext__node_61d = 63;
2950 const int COLOR_flow__FlowContext__name = 64;
2951 const int COLOR_flow__FlowContext__name_61d = 65;
2952 const int COLOR_flow__FlowContext__when_true = 66;
2953 const int COLOR_flow__FlowContext__when_true_61d = 67;
2954 const int COLOR_flow__FlowContext__when_false = 68;
2955 const int COLOR_flow__FlowContext__when_false_61d = 69;
2956 const int COLOR_flow__FlowContext__add_previous = 70;
2957 const int COLOR_flow__FlowContext__add_loop = 71;
2958 const int COLOR_flow__FlowContext__init = 72;
2959 const int COLOR_local_var_init__FlowContext__set_vars = 73;
2960 const int COLOR_local_var_init__FlowContext__set_vars_61d = 74;
2961 const int COLOR_local_var_init__FlowContext__is_variable_set = 75;
2962 const int COLOR_typing__FlowContext__vars = 76;
2963 const int COLOR_typing__FlowContext__vars_61d = 77;
2964 const int COLOR_typing__FlowContext__cache = 78;
2965 const int COLOR_typing__FlowContext__cache_61d = 79;
2966 const int COLOR_typing__FlowContext__set_var = 80;
2967 const int COLOR_typing__FlowContext__collect_types = 81;
2968 const int COLOR_serialization_phase__SerializationPhase__generate_serialization_method = 61;
2969 const int COLOR_serialization_phase__SerializationPhase__generate_deserialization_init = 62;
2970 const int COLOR_serialization_phase__SerializationPhase__generate_deserialization_method = 63;
2971 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext = 56;
2972 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext_61d = 57;
2973 const int COLOR_local_var_init__LocalVarInitVisitor__init = 58;
2974 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars = 59;
2975 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars_61d = 60;
2976 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_unset = 61;
2977 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_set = 62;
2978 const int COLOR_local_var_init__LocalVarInitVisitor__check_is_set = 63;
2979 const int COLOR_modelbuilder__ModelBuilder__model = 51;
2980 const int COLOR_modelbuilder__ModelBuilder__model_61d = 52;
2981 const int COLOR_modelbuilder__ModelBuilder__toolcontext = 53;
2982 const int COLOR_modelbuilder__ModelBuilder__toolcontext_61d = 54;
2983 const int COLOR_modelbuilder__ModelBuilder__run_phases = 55;
2984 const int COLOR_modelbuilder__ModelBuilder__init = 56;
2985 const int COLOR_modelbuilder__ModelBuilder__parse = 57;
2986 const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name = 58;
2987 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2 = 59;
2988 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache = 60;
2989 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d = 61;
2990 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name = 62;
2991 const int COLOR_modelbuilder__ModelBuilder__paths = 63;
2992 const int COLOR_modelbuilder__ModelBuilder__paths_61d = 64;
2993 const int COLOR_modelbuilder__ModelBuilder__get_mmodule_by_name = 65;
2994 const int COLOR_modelbuilder__ModelBuilder__identified_files = 66;
2995 const int COLOR_modelbuilder__ModelBuilder__identified_files_61d = 67;
2996 const int COLOR_modelbuilder__ModelBuilder__identify_file = 68;
2997 const int COLOR_modelbuilder__ModelBuilder__mgroups = 69;
2998 const int COLOR_modelbuilder__ModelBuilder__mgroups_61d = 70;
2999 const int COLOR_modelbuilder__ModelBuilder__get_mgroup = 71;
3000 const int COLOR_modelbuilder__ModelBuilder__module_absolute_path = 72;
3001 const int COLOR_modelbuilder__ModelBuilder__load_module_ast = 73;
3002 const int COLOR_modelbuilder__ModelBuilder__load_module = 74;
3003 const int COLOR_modelbuilder__ModelBuilder__load_rt_module = 75;
3004 const int COLOR_modelbuilder__ModelBuilder__build_a_mmodule = 76;
3005 const int COLOR_modelbuilder__ModelBuilder__build_module_importation = 77;
3006 const int COLOR_modelbuilder__ModelBuilder__nmodules = 78;
3007 const int COLOR_modelbuilder__ModelBuilder__nmodules_61d = 79;
3008 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule = 80;
3009 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule_61d = 81;
3010 const int COLOR_modelbuilder__ModelBuilder__error = 82;
3011 const int COLOR_modelbuilder__ModelBuilder__warning = 83;
3012 const int COLOR_modelbuilder__ModelBuilder__force_get_primitive_method = 84;
3013 const int COLOR_modelize_class__ModelBuilder__build_a_mclass = 85;
3014 const int COLOR_modelize_class__ModelBuilder__build_a_mclassdef = 86;
3015 const int COLOR_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance = 87;
3016 const int COLOR_modelize_class__ModelBuilder__check_supertypes = 88;
3017 const int COLOR_modelize_class__ModelBuilder__build_classes = 89;
3018 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef = 90;
3019 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef_61d = 91;
3020 const int COLOR_modelize_class__ModelBuilder__resolve_mtype_unchecked = 92;
3021 const int COLOR_modelize_class__ModelBuilder__resolve_mtype = 93;
3022 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef = 94;
3023 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef_61d = 95;
3024 const int COLOR_modelize_property__ModelBuilder__build_properties = 96;
3025 const int COLOR_modelize_property__ModelBuilder__process_default_constructors = 97;
3026 const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis = 98;
3027 const int COLOR_abstract_compiler__ModelBuilder__compile_dir = 99;
3028 const int COLOR_abstract_compiler__ModelBuilder__compile_dir_61d = 100;
3029 const int COLOR_abstract_compiler__ModelBuilder__write_and_make = 101;
3030 const int COLOR_global_compiler__ModelBuilder__run_global_compiler = 102;
3031 const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler = 103;
3032 const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler = 104;
3033 const int COLOR_abstract_compiler__ModelBuilder__init = 105;
3034 const int COLOR_modelbuilder__ModulePath__name = 51;
3035 const int COLOR_modelbuilder__ModulePath__name_61d = 52;
3036 const int COLOR_modelbuilder__ModulePath__filepath = 53;
3037 const int COLOR_modelbuilder__ModulePath__filepath_61d = 54;
3038 const int COLOR_modelbuilder__ModulePath__mgroup = 55;
3039 const int COLOR_modelbuilder__ModulePath__mgroup_61d = 56;
3040 const int COLOR_modelbuilder__ModulePath__mmodule = 57;
3041 const int COLOR_modelbuilder__ModulePath__mmodule_61d = 58;
3042 const int COLOR_modelbuilder__ModulePath__init = 59;
3043 const int COLOR_modelize_property__TextCollectorVisitor__text = 56;
3044 const int COLOR_modelize_property__TextCollectorVisitor__text_61d = 57;
3045 const int COLOR_modelize_property__TextCollectorVisitor__init = 58;
3046 const int COLOR_nitni_utilities__CallContext__name_mtype = 51;
3047 const int COLOR_nitni_utilities__CallContext__cast_from = 52;
3048 const int COLOR_nitni_utilities__CallContext__cast_to = 53;
3049 const int COLOR_nitni_utilities__CallContext__init = 54;
3050 const int COLOR_nitni_utilities__SignatureLength__long = 51;
3051 const int COLOR_nitni_utilities__SignatureLength__long_61d = 52;
3052 const int COLOR_nitni_utilities__SignatureLength__init = 53;
3053 const int COLOR_cached__CachedPhase__init = 61;
3054 const int COLOR_cached__CachedPhase__associate_propdef = 62;
3055 const int COLOR_platform__Platform__supports_libunwind = 51;
3056 const int COLOR_platform__Platform__init = 52;
3057 const int COLOR_abstract_compiler__Platform__toolchain = 53;
3058 const int COLOR_typing__TypeVisitor__modelbuilder = 51;
3059 const int COLOR_typing__TypeVisitor__modelbuilder_61d = 52;
3060 const int COLOR_typing__TypeVisitor__nclassdef = 53;
3061 const int COLOR_typing__TypeVisitor__nclassdef_61d = 54;
3062 const int COLOR_typing__TypeVisitor__mpropdef = 55;
3063 const int COLOR_typing__TypeVisitor__mpropdef_61d = 56;
3064 const int COLOR_typing__TypeVisitor__selfvariable = 57;
3065 const int COLOR_typing__TypeVisitor__selfvariable_61d = 58;
3066 const int COLOR_typing__TypeVisitor__init = 59;
3067 const int COLOR_typing__TypeVisitor__mmodule = 60;
3068 const int COLOR_typing__TypeVisitor__anchor = 61;
3069 const int COLOR_typing__TypeVisitor__anchor_to = 62;
3070 const int COLOR_typing__TypeVisitor__is_subtype = 63;
3071 const int COLOR_typing__TypeVisitor__resolve_for = 64;
3072 const int COLOR_typing__TypeVisitor__resolve_signature_for = 65;
3073 const int COLOR_typing__TypeVisitor__check_subtype = 66;
3074 const int COLOR_typing__TypeVisitor__visit_stmt = 67;
3075 const int COLOR_typing__TypeVisitor__visit_expr = 68;
3076 const int COLOR_typing__TypeVisitor__visit_expr_subtype = 69;
3077 const int COLOR_typing__TypeVisitor__visit_expr_bool = 70;
3078 const int COLOR_typing__TypeVisitor__visit_expr_cast = 71;
3079 const int COLOR_typing__TypeVisitor__try_get_mproperty_by_name2 = 72;
3080 const int COLOR_typing__TypeVisitor__resolve_mtype = 73;
3081 const int COLOR_typing__TypeVisitor__try_get_mclass = 74;
3082 const int COLOR_typing__TypeVisitor__get_mclass = 75;
3083 const int COLOR_typing__TypeVisitor__type_bool = 76;
3084 const int COLOR_typing__TypeVisitor__get_method = 77;
3085 const int COLOR_typing__TypeVisitor__check_signature = 78;
3086 const int COLOR_typing__TypeVisitor__error = 79;
3087 const int COLOR_typing__TypeVisitor__get_variable = 80;
3088 const int COLOR_typing__TypeVisitor__set_variable = 81;
3089 const int COLOR_typing__TypeVisitor__merge_types = 82;
3090 const int COLOR_typing__CallSite__node = 51;
3091 const int COLOR_typing__CallSite__node_61d = 52;
3092 const int COLOR_typing__CallSite__recv = 53;
3093 const int COLOR_typing__CallSite__recv_61d = 54;
3094 const int COLOR_typing__CallSite__recv_is_self = 55;
3095 const int COLOR_typing__CallSite__recv_is_self_61d = 56;
3096 const int COLOR_typing__CallSite__mproperty = 57;
3097 const int COLOR_typing__CallSite__mproperty_61d = 58;
3098 const int COLOR_typing__CallSite__mpropdef = 59;
3099 const int COLOR_typing__CallSite__mpropdef_61d = 60;
3100 const int COLOR_typing__CallSite__msignature = 61;
3101 const int COLOR_typing__CallSite__msignature_61d = 62;
3102 const int COLOR_typing__CallSite__erasure_cast = 63;
3103 const int COLOR_typing__CallSite__erasure_cast_61d = 64;
3104 const int COLOR_typing__CallSite__check_signature = 65;
3105 const int COLOR_typing__CallSite__init = 66;
3106 const int COLOR_auto_super_init__AutoSuperInitVisitor__init = 56;
3107 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init = 57;
3108 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d = 58;
3109 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext = 56;
3110 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext_61d = 57;
3111 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule = 58;
3112 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule_61d = 59;
3113 const int COLOR_div_by_zero__DivByZeroVisitor__init = 60;
3114 const int COLOR_astbuilder__ASTBuilder__mmodule = 51;
3115 const int COLOR_astbuilder__ASTBuilder__mmodule_61d = 52;
3116 const int COLOR_astbuilder__ASTBuilder__anchor = 53;
3117 const int COLOR_astbuilder__ASTBuilder__anchor_61d = 54;
3118 const int COLOR_astbuilder__ASTBuilder__make_int = 55;
3119 const int COLOR_astbuilder__ASTBuilder__make_new = 56;
3120 const int COLOR_astbuilder__ASTBuilder__make_call = 57;
3121 const int COLOR_astbuilder__ASTBuilder__make_block = 58;
3122 const int COLOR_astbuilder__ASTBuilder__make_var_read = 59;
3123 const int COLOR_astbuilder__ASTBuilder__make_var_assign = 60;
3124 const int COLOR_astbuilder__ASTBuilder__make_attr_read = 61;
3125 const int COLOR_astbuilder__ASTBuilder__make_attr_assign = 62;
3126 const int COLOR_astbuilder__ASTBuilder__make_do = 63;
3127 const int COLOR_astbuilder__ASTBuilder__make_if = 64;
3128 const int COLOR_astbuilder__ASTBuilder__init = 65;
3129 const int COLOR_astbuilder__APlaceholderExpr__make = 99;
3130 const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation = 100;
3131 const int COLOR_astvalidation__ASTValidationVisitor__path = 56;
3132 const int COLOR_astvalidation__ASTValidationVisitor__path_61d = 57;
3133 const int COLOR_astvalidation__ASTValidationVisitor__seen = 58;
3134 const int COLOR_astvalidation__ASTValidationVisitor__seen_61d = 59;
3135 const int COLOR_astvalidation__ASTValidationVisitor__init = 60;
3136 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder = 51;
3137 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder_61d = 52;
3138 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule = 53;
3139 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule_61d = 54;
3140 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types = 55;
3141 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_61d = 56;
3142 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types = 57;
3143 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types_61d = 58;
3144 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes = 59;
3145 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes_61d = 60;
3146 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types = 61;
3147 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types_61d = 62;
3148 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types = 63;
3149 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types_61d = 64;
3150 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs = 65;
3151 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs_61d = 66;
3152 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods = 67;
3153 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_61d = 68;
3154 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends = 69;
3155 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends_61d = 70;
3156 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_to_csv = 71;
3157 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_to_tree = 72;
3158 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods = 73;
3159 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods_61d = 74;
3160 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo = 75;
3161 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo_61d = 76;
3162 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__force_alive = 77;
3163 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__run_analysis = 78;
3164 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__check_depth = 79;
3165 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_new = 80;
3166 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_cast = 81;
3167 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_send = 82;
3168 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_call = 83;
3169 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_send = 84;
3170 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_super_send = 85;
3171 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_super_send = 86;
3172 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__init = 87;
3173 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis = 56;
3174 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis_61d = 57;
3175 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver = 58;
3176 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver_61d = 59;
3177 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef = 60;
3178 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef_61d = 61;
3179 const int COLOR_rapid_type_analysis__RapidTypeVisitor__init = 62;
3180 const int COLOR_rapid_type_analysis__RapidTypeVisitor__cleanup_type = 63;
3181 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_class = 64;
3182 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_method = 65;
3183 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_type = 66;
3184 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_monomorphic_send = 67;
3185 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_send = 68;
3186 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_cast_type = 69;
3187 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_callsite = 70;
3188 const int COLOR_transform__TransformVisitor__phase = 56;
3189 const int COLOR_transform__TransformVisitor__phase_61d = 57;
3190 const int COLOR_transform__TransformVisitor__mmodule = 58;
3191 const int COLOR_transform__TransformVisitor__mmodule_61d = 59;
3192 const int COLOR_transform__TransformVisitor__mclassdef = 60;
3193 const int COLOR_transform__TransformVisitor__mclassdef_61d = 61;
3194 const int COLOR_transform__TransformVisitor__mpropdef = 62;
3195 const int COLOR_transform__TransformVisitor__mpropdef_61d = 63;
3196 const int COLOR_transform__TransformVisitor__builder = 64;
3197 const int COLOR_transform__TransformVisitor__builder_61d = 65;
3198 const int COLOR_transform__TransformVisitor__init = 66;
3199 const int COLOR_transform__TransformVisitor__get_class = 67;
3200 const int COLOR_transform__TransformVisitor__get_method = 68;
3201 const int COLOR_common_ffi__VerifyNitniCallbacksPhase__process_npropdef = 61;
3202 const int COLOR_nitni_callbacks__ForeignCallbackSet__callbacks = 51;
3203 const int COLOR_nitni_callbacks__ForeignCallbackSet__callbacks_61d = 52;
3204 const int COLOR_nitni_callbacks__ForeignCallbackSet__supers = 53;
3205 const int COLOR_nitni_callbacks__ForeignCallbackSet__supers_61d = 54;
3206 const int COLOR_nitni_callbacks__ForeignCallbackSet__types = 55;
3207 const int COLOR_nitni_callbacks__ForeignCallbackSet__types_61d = 56;
3208 const int COLOR_nitni_callbacks__ForeignCallbackSet__casts = 57;
3209 const int COLOR_nitni_callbacks__ForeignCallbackSet__casts_61d = 58;
3210 const int COLOR_nitni_callbacks__ForeignCallbackSet__all_cached = 59;
3211 const int COLOR_nitni_callbacks__ForeignCallbackSet__all_cached_61d = 60;
3212 const int COLOR_nitni_callbacks__ForeignCallbackSet__all = 61;
3213 const int COLOR_nitni_callbacks__ForeignCallbackSet__join = 62;
3214 const int COLOR_nitni_callbacks__ForeignCallbackSet__init = 63;
3215 const int COLOR_nitni_callbacks__MExplicitCall__recv_mtype = 53;
3216 const int COLOR_nitni_callbacks__MExplicitCall__recv_mtype_61d = 54;
3217 const int COLOR_nitni_callbacks__MExplicitCall__mproperty = 55;
3218 const int COLOR_nitni_callbacks__MExplicitCall__mproperty_61d = 56;
3219 const int COLOR_nitni_callbacks__MExplicitCall__from_mmodule = 57;
3220 const int COLOR_nitni_callbacks__MExplicitCall__from_mmodule_61d = 58;
3221 const int COLOR_nitni_callbacks__MExplicitCall__fill_type_for = 59;
3222 const int COLOR_nitni_callbacks__MExplicitCall__csignature = 60;
3223 const int COLOR_nitni_callbacks__MExplicitCall__init = 61;
3224 const int COLOR_compiler_ffi__MExplicitCall__compile_extern_callback = 62;
3225 const int COLOR_nitni_callbacks__MExplicitSuper__from = 53;
3226 const int COLOR_nitni_callbacks__MExplicitSuper__from_61d = 54;
3227 const int COLOR_nitni_callbacks__MExplicitSuper__init = 55;
3228 const int COLOR_compiler_ffi__MExplicitSuper__compile_extern_callback = 56;
3229 const int COLOR_nitni_callbacks__MExplicitCast__from = 53;
3230 const int COLOR_nitni_callbacks__MExplicitCast__from_61d = 54;
3231 const int COLOR_nitni_callbacks__MExplicitCast__to = 55;
3232 const int COLOR_nitni_callbacks__MExplicitCast__to_61d = 56;
3233 const int COLOR_nitni_callbacks__MExplicitCast__check_cname = 57;
3234 const int COLOR_nitni_callbacks__MExplicitCast__cast_cname = 58;
3235 const int COLOR_nitni_callbacks__MExplicitCast__init = 59;
3236 const int COLOR_compiler_ffi__MExplicitCast__compile_extern_callbacks = 60;
3237 const int COLOR_ffi_base__FFILanguageAssignationPhase__languages = 61;
3238 const int COLOR_ffi_base__FFILanguageAssignationPhase__languages_61d = 62;
3239 const int COLOR_ffi_base__FFILanguageAssignationPhase__verify_foreign_code_on_node = 63;
3240 const int COLOR_c__FFILanguageAssignationPhase__c_language = 64;
3241 const int COLOR_c__FFILanguageAssignationPhase__c_language_61d = 65;
3242 const int COLOR_cpp__FFILanguageAssignationPhase__cpp_language = 66;
3243 const int COLOR_cpp__FFILanguageAssignationPhase__cpp_language_61d = 67;
3244 const int COLOR_ffi_base__FFILanguage__init = 51;
3245 const int COLOR_ffi_base__FFILanguage__identify_language = 52;
3246 const int COLOR_ffi_base__FFILanguage__compile_module_block = 53;
3247 const int COLOR_ffi_base__FFILanguage__compile_extern_method = 54;
3248 const int COLOR_ffi_base__FFILanguage__compile_extern_class = 55;
3249 const int COLOR_ffi_base__FFILanguage__get_ftype = 56;
3250 const int COLOR_ffi_base__FFILanguage__compile_callback = 57;
3251 const int COLOR_ffi_base__FFILanguage__compile_to_files = 58;
3252 const int COLOR_ffi_base__ExternFile__filename = 51;
3253 const int COLOR_ffi_base__ExternFile__filename_61d = 52;
3254 const int COLOR_ffi_base__ExternFile__makefile_rule_name = 53;
3255 const int COLOR_ffi_base__ExternFile__makefile_rule_content = 54;
3256 const int COLOR_ffi_base__ExternFile__init = 55;
3257 const int COLOR_ffi_base__ForeignType__ctype = 51;
3258 const int COLOR_ffi_base__ForeignType__init = 52;
3259 const int COLOR_c__ExternCFile__init = 56;
3260 const int COLOR_c__ExternCFile__cflags = 57;
3261 const int COLOR_c__ExternCFile__cflags_61d = 58;
3262 const int COLOR_c__ForeignCType__ctype_61d = 53;
3263 const int COLOR_c__ForeignCType__init = 54;
3264 const int COLOR_c__ToCCallContext__init = 55;
3265 const int COLOR_c__FromCCallContext__init = 55;
3266 const int COLOR_c__ExternCFunction__method = 59;
3267 const int COLOR_c__ExternCFunction__method_61d = 60;
3268 const int COLOR_c__ExternCFunction__init = 61;
3269 const int COLOR_cpp__CPPCompilationUnit__write_to_files = 76;
3270 const int COLOR_cpp__CPPCompilationUnit__init = 77;
3271 const int COLOR_cpp__ExternCppFile__amodule = 56;
3272 const int COLOR_cpp__ExternCppFile__amodule_61d = 57;
3273 const int COLOR_cpp__ExternCppFile__init = 58;
3274 const int COLOR_cpp__ForeignCppType__cpp_type = 53;
3275 const int COLOR_cpp__ForeignCppType__cpp_type_61d = 54;
3276 const int COLOR_cpp__ForeignCppType__init = 55;
3277 const int COLOR_cpp__CppCallContext__init = 55;
3278 const int COLOR_cpp__ToCppCallContext__init = 56;
3279 const int COLOR_cpp__FromCppCallContext__init = 56;
3280 const int COLOR_c_compiler_options__CCompilerOptionsPhase__compiler_annotation_name = 61;
3281 const int COLOR_c_compiler_options__CCompilerOptionsPhase__linker_annotation_name = 62;
3282 const int COLOR_c_compiler_options__CCompilerOptionsPhase__cpp_compiler_annotation_name = 63;
3283 const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_c_compiler_annotation = 64;
3284 const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_c_linker_annotation = 65;
3285 const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_cpp_compiler_annotation = 66;
3286 const int COLOR_c_compiler_options__CCompilerOption__init = 51;
3287 const int COLOR_c_compiler_options__DirectCCompilerOption__option = 52;
3288 const int COLOR_c_compiler_options__DirectCCompilerOption__option_61d = 53;
3289 const int COLOR_c_compiler_options__DirectCCompilerOption__init = 54;
3290 const int COLOR_c_compiler_options__ExecCCompilerOption__command = 52;
3291 const int COLOR_c_compiler_options__ExecCCompilerOption__command_61d = 53;
3292 const int COLOR_c_compiler_options__ExecCCompilerOption__exec_node = 54;
3293 const int COLOR_c_compiler_options__ExecCCompilerOption__exec_node_61d = 55;
3294 const int COLOR_c_compiler_options__ExecCCompilerOption__init = 56;
3295 const int COLOR_abstract_compiler__Toolchain__toolcontext = 51;
3296 const int COLOR_abstract_compiler__Toolchain__toolcontext_61d = 52;
3297 const int COLOR_abstract_compiler__Toolchain__compile_dir = 53;
3298 const int COLOR_abstract_compiler__Toolchain__write_and_make = 54;
3299 const int COLOR_abstract_compiler__Toolchain__init = 55;
3300 const int COLOR_abstract_compiler__MakefileToolchain__cc_paths = 56;
3301 const int COLOR_abstract_compiler__MakefileToolchain__cc_paths_61d = 57;
3302 const int COLOR_abstract_compiler__MakefileToolchain__gather_cc_paths = 58;
3303 const int COLOR_abstract_compiler__MakefileToolchain__write_files = 59;
3304 const int COLOR_abstract_compiler__MakefileToolchain__write_makefile = 60;
3305 const int COLOR_abstract_compiler__MakefileToolchain__compile_c_code = 61;
3306 const int COLOR_abstract_compiler__AbstractCompiler__names = 51;
3307 const int COLOR_abstract_compiler__AbstractCompiler__names_61d = 52;
3308 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule = 53;
3309 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule_61d = 54;
3310 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule = 55;
3311 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule_61d = 56;
3312 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder = 57;
3313 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder_61d = 58;
3314 const int COLOR_abstract_compiler__AbstractCompiler__hardening = 59;
3315 const int COLOR_abstract_compiler__AbstractCompiler__init = 60;
3316 const int COLOR_abstract_compiler__AbstractCompiler__new_file = 61;
3317 const int COLOR_abstract_compiler__AbstractCompiler__files = 62;
3318 const int COLOR_abstract_compiler__AbstractCompiler__files_61d = 63;
3319 const int COLOR_abstract_compiler__AbstractCompiler__new_visitor = 64;
3320 const int COLOR_abstract_compiler__AbstractCompiler__header = 65;
3321 const int COLOR_abstract_compiler__AbstractCompiler__header_61d = 66;
3322 const int COLOR_abstract_compiler__AbstractCompiler__provide_declaration = 67;
3323 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations = 68;
3324 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations_61d = 69;
3325 const int COLOR_abstract_compiler__AbstractCompiler__requirers_of_declarations = 70;
3326 const int COLOR_abstract_compiler__AbstractCompiler__requirers_of_declarations_61d = 71;
3327 const int COLOR_abstract_compiler__AbstractCompiler__build_c_to_nit_bindings = 72;
3328 const int COLOR_abstract_compiler__AbstractCompiler__compile_header = 73;
3329 const int COLOR_abstract_compiler__AbstractCompiler__compile_header_structs = 74;
3330 const int COLOR_abstract_compiler__AbstractCompiler__compile_nitni_structs = 75;
3331 const int COLOR_abstract_compiler__AbstractCompiler__compile_main_function = 76;
3332 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies = 77;
3333 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies_61d = 78;
3334 const int COLOR_abstract_compiler__AbstractCompiler__files_to_copy = 79;
3335 const int COLOR_abstract_compiler__AbstractCompiler__files_to_copy_61d = 80;
3336 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern = 81;
3337 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern_61d = 82;
3338 const int COLOR_abstract_compiler__AbstractCompiler__generate_init_attr = 83;
3339 const int COLOR_abstract_compiler__AbstractCompiler__generate_check_attr = 84;
3340 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags = 85;
3341 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags_61d = 86;
3342 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved = 87;
3343 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved_61d = 88;
3344 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved = 89;
3345 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved_61d = 90;
3346 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped = 91;
3347 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped_61d = 92;
3348 const int COLOR_abstract_compiler__AbstractCompiler__init_count_type_test_tags = 93;
3349 const int COLOR_abstract_compiler__AbstractCompiler__display_stats = 94;
3350 const int COLOR_abstract_compiler__AbstractCompiler__div = 95;
3351 const int COLOR_abstract_compiler__AbstractCompiler__finalize_ffi_for_module = 96;
3352 const int COLOR_abstract_compiler__CodeFile__name = 51;
3353 const int COLOR_abstract_compiler__CodeFile__name_61d = 52;
3354 const int COLOR_abstract_compiler__CodeFile__writers = 53;
3355 const int COLOR_abstract_compiler__CodeFile__writers_61d = 54;
3356 const int COLOR_abstract_compiler__CodeFile__required_declarations = 55;
3357 const int COLOR_abstract_compiler__CodeFile__required_declarations_61d = 56;
3358 const int COLOR_abstract_compiler__CodeFile__init = 57;
3359 const int COLOR_abstract_compiler__CodeWriter__file = 51;
3360 const int COLOR_abstract_compiler__CodeWriter__file_61d = 52;
3361 const int COLOR_abstract_compiler__CodeWriter__lines = 53;
3362 const int COLOR_abstract_compiler__CodeWriter__lines_61d = 54;
3363 const int COLOR_abstract_compiler__CodeWriter__decl_lines = 55;
3364 const int COLOR_abstract_compiler__CodeWriter__decl_lines_61d = 56;
3365 const int COLOR_abstract_compiler__CodeWriter__add = 57;
3366 const int COLOR_abstract_compiler__CodeWriter__add_decl = 58;
3367 const int COLOR_abstract_compiler__CodeWriter__init = 59;
3368 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler = 51;
3369 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler_61d = 52;
3370 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node = 53;
3371 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node_61d = 54;
3372 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame = 55;
3373 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame_61d = 56;
3374 const int COLOR_abstract_compiler__AbstractCompilerVisitor__object_type = 57;
3375 const int COLOR_abstract_compiler__AbstractCompilerVisitor__bool_type = 58;
3376 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer = 59;
3377 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer_61d = 60;
3378 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init = 61;
3379 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_class = 62;
3380 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_property = 63;
3381 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compile_callsite = 64;
3382 const int COLOR_abstract_compiler__AbstractCompilerVisitor__calloc_array = 65;
3383 const int COLOR_abstract_compiler__AbstractCompilerVisitor__native_array_def = 66;
3384 const int COLOR_abstract_compiler__AbstractCompilerVisitor__varargize = 67;
3385 const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor = 68;
3386 const int COLOR_abstract_compiler__AbstractCompilerVisitor__resolve_for = 69;
3387 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autoadapt = 70;
3388 const int COLOR_abstract_compiler__AbstractCompilerVisitor__supercall = 71;
3389 const int COLOR_abstract_compiler__AbstractCompilerVisitor__adapt_signature = 72;
3390 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autobox = 73;
3391 const int COLOR_abstract_compiler__AbstractCompilerVisitor__type_test = 74;
3392 const int COLOR_abstract_compiler__AbstractCompilerVisitor__is_same_type_test = 75;
3393 const int COLOR_abstract_compiler__AbstractCompilerVisitor__equal_test = 76;
3394 const int COLOR_abstract_compiler__AbstractCompilerVisitor__call = 77;
3395 const int COLOR_abstract_compiler__AbstractCompilerVisitor__send = 78;
3396 const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_send = 79;
3397 const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_super_send = 80;
3398 const int COLOR_abstract_compiler__AbstractCompilerVisitor__isset_attribute = 81;
3399 const int COLOR_abstract_compiler__AbstractCompilerVisitor__read_attribute = 82;
3400 const int COLOR_abstract_compiler__AbstractCompilerVisitor__write_attribute = 83;
3401 const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_recv_notnull = 84;
3402 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names = 85;
3403 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names_61d = 86;
3404 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last = 87;
3405 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last_61d = 88;
3406 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_name = 89;
3407 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_name = 90;
3408 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names = 91;
3409 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names_61d = 92;
3410 const int COLOR_abstract_compiler__AbstractCompilerVisitor__class_name_string = 93;
3411 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables = 94;
3412 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables_61d = 95;
3413 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variable = 96;
3414 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_var = 97;
3415 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_named_var = 98;
3416 const int COLOR_abstract_compiler__AbstractCompilerVisitor__assign = 99;
3417 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init_instance = 100;
3418 const int COLOR_abstract_compiler__AbstractCompilerVisitor__int_instance = 101;
3419 const int COLOR_abstract_compiler__AbstractCompilerVisitor__string_instance = 102;
3420 const int COLOR_abstract_compiler__AbstractCompilerVisitor__array_instance = 103;
3421 const int COLOR_abstract_compiler__AbstractCompilerVisitor__vararg_instance = 104;
3422 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add = 105;
3423 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_decl = 106;
3424 const int COLOR_abstract_compiler__AbstractCompilerVisitor__require_declaration = 107;
3425 const int COLOR_abstract_compiler__AbstractCompilerVisitor__declare_once = 108;
3426 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_extern = 109;
3427 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr = 110;
3428 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_abort = 111;
3429 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_raw_abort = 112;
3430 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_cast = 113;
3431 const int COLOR_abstract_compiler__AbstractCompilerVisitor__ret = 114;
3432 const int COLOR_abstract_compiler__AbstractCompilerVisitor__stmt = 115;
3433 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr = 116;
3434 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr_bool = 117;
3435 const int COLOR_abstract_compiler__AbstractCompilerVisitor__debug = 118;
3436 const int COLOR_compiler_ffi__AbstractCompilerVisitor__var_from_c = 119;
3437 const int COLOR_compiler_ffi__AbstractCompilerVisitor__ret_to_c = 120;
3438 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef = 51;
3439 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef_61d = 52;
3440 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name = 53;
3441 const int COLOR_abstract_compiler__AbstractRuntimeFunction__build_c_name = 54;
3442 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache = 55;
3443 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache_61d = 56;
3444 const int COLOR_abstract_compiler__AbstractRuntimeFunction__call = 57;
3445 const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c = 58;
3446 const int COLOR_abstract_compiler__AbstractRuntimeFunction__init = 59;
3447 const int COLOR_abstract_compiler__RuntimeVariable__name = 51;
3448 const int COLOR_abstract_compiler__RuntimeVariable__name_61d = 52;
3449 const int COLOR_abstract_compiler__RuntimeVariable__mtype = 53;
3450 const int COLOR_abstract_compiler__RuntimeVariable__mtype_61d = 54;
3451 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype = 55;
3452 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype_61d = 56;
3453 const int COLOR_abstract_compiler__RuntimeVariable__is_exact = 57;
3454 const int COLOR_abstract_compiler__RuntimeVariable__is_exact_61d = 58;
3455 const int COLOR_abstract_compiler__RuntimeVariable__init = 59;
3456 const int COLOR_abstract_compiler__Frame__visitor = 51;
3457 const int COLOR_abstract_compiler__Frame__visitor_61d = 52;
3458 const int COLOR_abstract_compiler__Frame__mpropdef = 53;
3459 const int COLOR_abstract_compiler__Frame__mpropdef_61d = 54;
3460 const int COLOR_abstract_compiler__Frame__receiver = 55;
3461 const int COLOR_abstract_compiler__Frame__receiver_61d = 56;
3462 const int COLOR_abstract_compiler__Frame__arguments = 57;
3463 const int COLOR_abstract_compiler__Frame__arguments_61d = 58;
3464 const int COLOR_abstract_compiler__Frame__returnvar = 59;
3465 const int COLOR_abstract_compiler__Frame__returnvar_61d = 60;
3466 const int COLOR_abstract_compiler__Frame__returnlabel = 61;
3467 const int COLOR_abstract_compiler__Frame__returnlabel_61d = 62;
3468 const int COLOR_abstract_compiler__Frame__init = 63;
3469 const int COLOR_layout_builders__Layout__ids = 51;
3470 const int COLOR_layout_builders__Layout__ids_61d = 52;
3471 const int COLOR_layout_builders__Layout__pos = 53;
3472 const int COLOR_layout_builders__Layout__pos_61d = 54;
3473 const int COLOR_layout_builders__Layout__init = 55;
3474 const int COLOR_layout_builders__PHLayout__masks = 56;
3475 const int COLOR_layout_builders__PHLayout__masks_61d = 57;
3476 const int COLOR_layout_builders__PHLayout__hashes = 58;
3477 const int COLOR_layout_builders__PHLayout__hashes_61d = 59;
3478 const int COLOR_layout_builders__PHLayout__init = 60;
3479 const int COLOR_layout_builders__POSetBuilder__mmodule = 51;
3480 const int COLOR_layout_builders__POSetBuilder__mmodule_61d = 52;
3481 const int COLOR_layout_builders__POSetBuilder__init = 53;
3482 const int COLOR_layout_builders__POSetBuilder__build_poset = 54;
3483 const int COLOR_layout_builders__TypingBMizer__mmodule = 53;
3484 const int COLOR_layout_builders__TypingBMizer__mmodule_61d = 54;
3485 const int COLOR_layout_builders__TypingBMizer__poset_builder = 55;
3486 const int COLOR_layout_builders__TypingBMizer__poset_builder_61d = 56;
3487 const int COLOR_layout_builders__TypingBMizer__poset_cache = 57;
3488 const int COLOR_layout_builders__TypingBMizer__poset_cache_61d = 58;
3489 const int COLOR_layout_builders__TypingBMizer__init = 59;
3490 const int COLOR_layout_builders__MTypeBMizer__init = 60;
3491 const int COLOR_layout_builders__MClassBMizer__init = 60;
3492 const int COLOR_layout_builders__ResolutionBMizer__init = 52;
3493 const int COLOR_layout_builders__MPropertyBMizer__mmodule = 52;
3494 const int COLOR_layout_builders__MPropertyBMizer__mmodule_61d = 53;
3495 const int COLOR_layout_builders__MPropertyBMizer__init = 54;
3496 const int COLOR_layout_builders__TypingColorer__core = 53;
3497 const int COLOR_layout_builders__TypingColorer__core_61d = 54;
3498 const int COLOR_layout_builders__TypingColorer__crown = 55;
3499 const int COLOR_layout_builders__TypingColorer__crown_61d = 56;
3500 const int COLOR_layout_builders__TypingColorer__border = 57;
3501 const int COLOR_layout_builders__TypingColorer__border_61d = 58;
3502 const int COLOR_layout_builders__TypingColorer__coloration_result = 59;
3503 const int COLOR_layout_builders__TypingColorer__coloration_result_61d = 60;
3504 const int COLOR_layout_builders__TypingColorer__mmodule = 61;
3505 const int COLOR_layout_builders__TypingColorer__mmodule_61d = 62;
3506 const int COLOR_layout_builders__TypingColorer__poset_builder = 63;
3507 const int COLOR_layout_builders__TypingColorer__poset_builder_61d = 64;
3508 const int COLOR_layout_builders__TypingColorer__poset_cache = 65;
3509 const int COLOR_layout_builders__TypingColorer__poset_cache_61d = 66;
3510 const int COLOR_layout_builders__TypingColorer__init = 67;
3511 const int COLOR_layout_builders__TypingColorer__compute_ids = 68;
3512 const int COLOR_layout_builders__TypingColorer__colorize = 69;
3513 const int COLOR_layout_builders__TypingColorer__colorize_elements = 70;
3514 const int COLOR_layout_builders__TypingColorer__is_color_free = 71;
3515 const int COLOR_layout_builders__TypingColorer__tag_elements = 72;
3516 const int COLOR_layout_builders__TypingColorer__build_conflicts_graph = 73;
3517 const int COLOR_layout_builders__TypingColorer__conflicts_graph = 74;
3518 const int COLOR_layout_builders__TypingColorer__conflicts_graph_61d = 75;
3519 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache = 76;
3520 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache_61d = 77;
3521 const int COLOR_layout_builders__TypingColorer__linear_extension = 78;
3522 const int COLOR_layout_builders__TypingColorer__reverse_linearize = 79;
3523 const int COLOR_layout_builders__TypingColorer__linearize = 80;
3524 const int COLOR_layout_builders__MTypeColorer__init = 81;
3525 const int COLOR_layout_builders__MClassColorer__init = 81;
3526 const int COLOR_layout_builders__MPropertyColorer__mmodule = 52;
3527 const int COLOR_layout_builders__MPropertyColorer__mmodule_61d = 53;
3528 const int COLOR_layout_builders__MPropertyColorer__class_colorer = 54;
3529 const int COLOR_layout_builders__MPropertyColorer__class_colorer_61d = 55;
3530 const int COLOR_layout_builders__MPropertyColorer__coloration_result = 56;
3531 const int COLOR_layout_builders__MPropertyColorer__coloration_result_61d = 57;
3532 const int COLOR_layout_builders__MPropertyColorer__init = 58;
3533 const int COLOR_layout_builders__MPropertyColorer__colorize = 59;
3534 const int COLOR_layout_builders__MPropertyColorer__colorize_core = 60;
3535 const int COLOR_layout_builders__MPropertyColorer__colorize_crown = 61;
3536 const int COLOR_layout_builders__MPropertyColorer__colorize_elements = 62;
3537 const int COLOR_layout_builders__MPropertyColorer__max_color = 63;
3538 const int COLOR_layout_builders__ResolutionColorer__coloration_result = 52;
3539 const int COLOR_layout_builders__ResolutionColorer__coloration_result_61d = 53;
3540 const int COLOR_layout_builders__ResolutionColorer__init = 54;
3541 const int COLOR_layout_builders__ResolutionColorer__compute_ids = 55;
3542 const int COLOR_layout_builders__ResolutionColorer__colorize_elements = 56;
3543 const int COLOR_layout_builders__ResolutionColorer__is_color_free = 57;
3544 const int COLOR_layout_builders__ResolutionColorer__build_conflicts_graph = 58;
3545 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph = 59;
3546 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph_61d = 60;
3547 const int COLOR_layout_builders__ResolutionColorer__add_conflict = 61;
3548 const int COLOR_layout_builders__PHOperator__op = 51;
3549 const int COLOR_layout_builders__PHOperator__init = 52;
3550 const int COLOR_layout_builders__PHModOperator__init = 53;
3551 const int COLOR_layout_builders__PHAndOperator__init = 53;
3552 const int COLOR_layout_builders__MTypeHasher__init = 68;
3553 const int COLOR_layout_builders__MClassHasher__init = 68;
3554 const int COLOR_android_platform__AndroidPlatform__init = 54;
3555 const int COLOR_android_platform__AndroidToolchain__android_project_root = 62;
3556 const int COLOR_android_platform__AndroidToolchain__android_project_root_61d = 63;
3557 const int COLOR_android_platform__AndroidToolchain__compile_dir = 64;
3558 const int COLOR_android_platform__AndroidToolchain__write_files = 65;
3559 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis = 97;
3560 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis_61d = 98;
3561 const int COLOR_global_compiler__GlobalCompiler__init = 99;
3562 const int COLOR_global_compiler__GlobalCompiler__compile_class_names = 100;
3563 const int COLOR_global_compiler__GlobalCompiler__classid = 101;
3564 const int COLOR_global_compiler__GlobalCompiler__classids = 102;
3565 const int COLOR_global_compiler__GlobalCompiler__classids_61d = 103;
3566 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types = 104;
3567 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types_61d = 105;
3568 const int COLOR_global_compiler__GlobalCompiler__todo = 106;
3569 const int COLOR_global_compiler__GlobalCompiler__todos = 107;
3570 const int COLOR_global_compiler__GlobalCompiler__todos_61d = 108;
3571 const int COLOR_global_compiler__GlobalCompiler__seen = 109;
3572 const int COLOR_global_compiler__GlobalCompiler__seen_61d = 110;
3573 const int COLOR_global_compiler__GlobalCompiler__declare_runtimeclass = 111;
3574 const int COLOR_global_compiler__GlobalCompiler__generate_init_instance = 112;
3575 const int COLOR_global_compiler__GlobalCompiler__generate_box_instance = 113;
3576 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache = 114;
3577 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache_61d = 115;
3578 const int COLOR_global_compiler__GlobalCompilerVisitor__collect_types = 121;
3579 const int COLOR_global_compiler__GlobalCompilerVisitor__check_valid_reciever = 122;
3580 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recvtype = 123;
3581 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recv = 124;
3582 const int COLOR_global_compiler__GlobalCompilerVisitor__finalize_call = 125;
3583 const int COLOR_global_compiler__GlobalCompilerVisitor__call_without_varargize = 126;
3584 const int COLOR_global_compiler__GlobalCompilerVisitor__bugtype = 127;
3585 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv = 60;
3586 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv_61d = 61;
3587 const int COLOR_global_compiler__CustomizedRuntimeFunction__init = 62;
3588 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis = 97;
3589 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis_61d = 98;
3590 const int COLOR_separate_compiler__SeparateCompiler__undead_types = 99;
3591 const int COLOR_separate_compiler__SeparateCompiler__undead_types_61d = 100;
3592 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types = 101;
3593 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types_61d = 102;
3594 const int COLOR_separate_compiler__SeparateCompiler__type_layout = 103;
3595 const int COLOR_separate_compiler__SeparateCompiler__type_layout_61d = 104;
3596 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout = 105;
3597 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout_61d = 106;
3598 const int COLOR_separate_compiler__SeparateCompiler__method_layout = 107;
3599 const int COLOR_separate_compiler__SeparateCompiler__method_layout_61d = 108;
3600 const int COLOR_separate_compiler__SeparateCompiler__attr_layout = 109;
3601 const int COLOR_separate_compiler__SeparateCompiler__attr_layout_61d = 110;
3602 const int COLOR_separate_compiler__SeparateCompiler__init = 111;
3603 const int COLOR_separate_compiler__SeparateCompiler__compile_header_attribute_structs = 112;
3604 const int COLOR_separate_compiler__SeparateCompiler__compile_box_kinds = 113;
3605 const int COLOR_separate_compiler__SeparateCompiler__box_kinds = 114;
3606 const int COLOR_separate_compiler__SeparateCompiler__box_kinds_61d = 115;
3607 const int COLOR_separate_compiler__SeparateCompiler__box_kind_of = 116;
3608 const int COLOR_separate_compiler__SeparateCompiler__compile_color_consts = 117;
3609 const int COLOR_separate_compiler__SeparateCompiler__compile_color_const = 118;
3610 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done = 119;
3611 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done_61d = 120;
3612 const int COLOR_separate_compiler__SeparateCompiler__do_property_coloring = 121;
3613 const int COLOR_separate_compiler__SeparateCompiler__build_method_tables = 122;
3614 const int COLOR_separate_compiler__SeparateCompiler__build_attr_tables = 123;
3615 const int COLOR_separate_compiler__SeparateCompiler__do_type_coloring = 124;
3616 const int COLOR_separate_compiler__SeparateCompiler__build_type_tables = 125;
3617 const int COLOR_separate_compiler__SeparateCompiler__compile_resolution_tables = 126;
3618 const int COLOR_separate_compiler__SeparateCompiler__build_resolution_tables = 127;
3619 const int COLOR_separate_compiler__SeparateCompiler__compile_module_to_c = 128;
3620 const int COLOR_separate_compiler__SeparateCompiler__compile_type_to_c = 129;
3621 const int COLOR_separate_compiler__SeparateCompiler__compile_type_resolution_table = 130;
3622 const int COLOR_separate_compiler__SeparateCompiler__compile_class_to_c = 131;
3623 const int COLOR_separate_compiler__SeparateCompiler__hardening_live_type = 132;
3624 const int COLOR_separate_compiler__SeparateCompiler__type_tables = 133;
3625 const int COLOR_separate_compiler__SeparateCompiler__type_tables_61d = 134;
3626 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables = 135;
3627 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables_61d = 136;
3628 const int COLOR_separate_compiler__SeparateCompiler__method_tables = 137;
3629 const int COLOR_separate_compiler__SeparateCompiler__method_tables_61d = 138;
3630 const int COLOR_separate_compiler__SeparateCompiler__attr_tables = 139;
3631 const int COLOR_separate_compiler__SeparateCompiler__attr_tables_61d = 140;
3632 const int COLOR_separate_compiler__SeparateCompiler__display_sizes = 141;
3633 const int COLOR_separate_compiler__SeparateCompiler__display_stats = 142;
3634 const int COLOR_separate_compiler__SeparateCompiler__finalize_ffi_for_module = 143;
3635 const int COLOR_separate_compiler__SeparateCompilerVisitor__type_info = 121;
3636 const int COLOR_separate_compiler__SeparateCompilerVisitor__table_send = 122;
3637 const int COLOR_separate_compiler__SeparateCompilerVisitor__hardening_live_open_type = 123;
3638 const int COLOR_separate_compiler__SeparateCompilerVisitor__hardening_cast_type = 124;
3639 const int COLOR_separate_compiler__SeparateCompilerVisitor__can_be_primitive = 125;
3640 const int COLOR_separate_compiler__SeparateCompilerVisitor__maybe_null = 126;
3641 const int COLOR_separate_compiler__SeparateCompilerVisitor__native_array_instance = 127;
3642 const int COLOR_separate_compiler__SeparateCompilerVisitor__link_unresolved_type = 128;
3643 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout = 144;
3644 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout_61d = 145;
3645 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout = 146;
3646 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout_61d = 147;
3647 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__init = 148;
3648 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_vt_tables = 149;
3649 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_typing_tables = 150;
3650 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_vts_table = 151;
3651 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__retrieve_vt_bound = 152;
3652 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables = 153;
3653 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables_61d = 154;
3654 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables = 155;
3655 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables_61d = 156;
3656 const int COLOR_separate_erasure_compiler__SeparateErasureCompilerVisitor__compile_callsite = 129;
3657 const int COLOR_parser_util__InjectedLexer__get_token = -1;
3658 const int COLOR_array__AbstractArrayRead___length = 0;
3659 const int COLOR_array__Array___items = 1;
3660 const int COLOR_array__Array___capacity = 2;
3661 const int COLOR_hash_collection__HashCollection___array = 0;
3662 const int COLOR_hash_collection__HashCollection___capacity = 1;
3663 const int COLOR_hash_collection__HashCollection___length = 2;
3664 const int COLOR_hash_collection__HashCollection___first_item = 3;
3665 const int COLOR_hash_collection__HashCollection___last_item = 4;
3666 const int COLOR_hash_collection__HashCollection___last_accessed_key = 5;
3667 const int COLOR_hash_collection__HashCollection___last_accessed_node = 6;
3668 const int COLOR_hash_collection__HashMap___64dkeys = 7;
3669 const int COLOR_hash_collection__HashMap___64dvalues = 8;
3670 const int COLOR_string__AbstractString___items = 1;
3671 const int COLOR_string__StringCharView___64dtarget = 0;
3672 const int COLOR_string__String___index_from = 2;
3673 const int COLOR_string__String___index_to = 3;
3674 const int COLOR_string__String___64dchars = 4;
3675 const int COLOR_string__Buffer___64dchars = 2;
3676 const int COLOR_string__Buffer___capacity = 3;
3677 const int COLOR_stream__BufferedIStream___buffer = 0;
3678 const int COLOR_stream__BufferedIStream___buffer_pos = 1;
3679 const int COLOR_stream__FDStream___64dfd = 0;
3680 const int COLOR_stream__FDIStream___64deof = 1;
3681 const int COLOR_stream__FDOStream___64dis_writable = 2;
3682 const int COLOR_exec__Process___64ddata = 0;
3683 const int COLOR_exec__IProcess___64dstream_in = 1;
3684 const int COLOR_exec__OProcess___64dstream_out = 2;
3685 const int COLOR_file__FStream___path = 2;
3686 const int COLOR_file__FStream___file = 3;
3687 const int COLOR_file__IFStream___end_reached = 4;
3688 const int COLOR_file__OFStream___writable = 4;
3689 const int COLOR_poset__POSet___64delements = 0;
3690 const int COLOR_parser_nodes__ANode___location = 0;
3691 const int COLOR_parser_nodes__ANode___64dparent = 1;
3692 const int COLOR_parser_nodes__Prod___n_annotations = 2;
3693 const int COLOR_parser__Prod___first_location = 3;
3694 const int COLOR_parser_nodes__APropdef___n_doc = 4;
3695 const int COLOR_flow__APropdef___64dbefore_flow_context = 5;
3696 const int COLOR_flow__APropdef___64dafter_flow_context = 6;
3697 const int COLOR_modelize_property__APropdef___64dmpropdef = 7;
3698 const int COLOR_typing__APropdef___64dselfvariable = 8;
3699 const int COLOR_parser_nodes__AMethPropdef___n_kwredef = 9;
3700 const int COLOR_parser_nodes__AMethPropdef___n_visibility = 10;
3701 const int COLOR_parser_nodes__AMethPropdef___n_methid = 11;
3702 const int COLOR_parser_nodes__AMethPropdef___n_signature = 12;
3703 const int COLOR_parser_nodes__AExternPropdef___n_extern = 13;
3704 const int COLOR_parser_nodes__AExternPropdef___n_extern_calls = 14;
3705 const int COLOR_parser_nodes__AExternPropdef___n_extern_code_block = 15;
3706 const int COLOR_nitni_callbacks__AExternPropdef___64dforeign_callbacks_cache = 16;
3707 const int COLOR_common_ffi__AExternPropdef___64dffi_has_been_compiled = 17;
3708 const int COLOR_parser_nodes__AConcreteMethPropdef___n_kwmeth = 13;
3709 const int COLOR_parser_nodes__AConcreteMethPropdef___n_block = 14;
3710 const int COLOR_auto_super_init__AConcreteMethPropdef___64dauto_super_inits = 15;
3711 const int COLOR_parser_nodes__AConcreteInitPropdef___n_kwinit = 16;
3712 const int COLOR_parser_nodes__AExternInitPropdef___n_kwnew = 18;
3713 const int COLOR_flow__AExpr___64dafter_flow_context = 4;
3714 const int COLOR_typing__AExpr___64dmtype = 5;
3715 const int COLOR_typing__AExpr___64dis_typed = 6;
3716 const int COLOR_typing__AExpr___64dimplicit_cast_to = 7;
3717 const int COLOR_astbuilder__AExpr___64dvariable_cache = 8;
3718 const int COLOR_parser_nodes__ALabelable___n_label = 9;
3719 const int COLOR_parser_nodes__ABreakExpr___n_kwbreak = 10;
3720 const int COLOR_parser_nodes__ABreakExpr___n_expr = 11;
3721 const int COLOR_scope__ABreakExpr___64descapemark = 12;
3722 const int COLOR_parser_nodes__AContinueExpr___n_kwcontinue = 10;
3723 const int COLOR_parser_nodes__AContinueExpr___n_expr = 11;
3724 const int COLOR_scope__AContinueExpr___64descapemark = 12;
3725 const int COLOR_parser_nodes__ADoExpr___n_kwdo = 10;
3726 const int COLOR_parser_nodes__ADoExpr___n_block = 11;
3727 const int COLOR_scope__ADoExpr___64descapemark = 12;
3728 const int COLOR_parser_nodes__AWhileExpr___n_kwwhile = 10;
3729 const int COLOR_parser_nodes__AWhileExpr___n_expr = 11;
3730 const int COLOR_parser_nodes__AWhileExpr___n_kwdo = 12;
3731 const int COLOR_parser_nodes__AWhileExpr___n_block = 13;
3732 const int COLOR_scope__AWhileExpr___64descapemark = 14;
3733 const int COLOR_parser_nodes__ALoopExpr___n_kwloop = 10;
3734 const int COLOR_parser_nodes__ALoopExpr___n_block = 11;
3735 const int COLOR_scope__ALoopExpr___64descapemark = 12;
3736 const int COLOR_parser_nodes__AForExpr___n_kwfor = 10;
3737 const int COLOR_parser_nodes__AForExpr___n_ids = 11;
3738 const int COLOR_parser_nodes__AForExpr___n_expr = 12;
3739 const int COLOR_parser_nodes__AForExpr___n_kwdo = 13;
3740 const int COLOR_parser_nodes__AForExpr___n_block = 14;
3741 const int COLOR_scope__AForExpr___64dvariables = 15;
3742 const int COLOR_scope__AForExpr___64descapemark = 16;
3743 const int COLOR_typing__AForExpr___64dcoltype = 17;
3744 const int COLOR_typing__AForExpr___64dmethod_iterator = 18;
3745 const int COLOR_typing__AForExpr___64dmethod_is_ok = 19;
3746 const int COLOR_typing__AForExpr___64dmethod_item = 20;
3747 const int COLOR_typing__AForExpr___64dmethod_next = 21;
3748 const int COLOR_typing__AForExpr___64dmethod_key = 22;
3749 const int COLOR_parser_nodes__AAssignFormExpr___n_assign = 9;
3750 const int COLOR_parser_nodes__AAssignFormExpr___n_value = 10;
3751 const int COLOR_parser_nodes__AReassignFormExpr___n_assign_op = 9;
3752 const int COLOR_parser_nodes__AReassignFormExpr___n_value = 10;
3753 const int COLOR_typing__AReassignFormExpr___64dreassign_callsite = 11;
3754 const int COLOR_typing__AReassignFormExpr___64dread_type = 12;
3755 const int COLOR_parser_nodes__ASendExpr___n_expr = 13;
3756 const int COLOR_typing__ASendExpr___64dcallsite = 14;
3757 const int COLOR_typing__ASendExpr___64draw_arguments = 15;
3758 const int COLOR_parser_nodes__AAttrFormExpr___n_expr = 13;
3759 const int COLOR_parser_nodes__AAttrFormExpr___n_id = 14;
3760 const int COLOR_typing__AAttrFormExpr___64dmproperty = 15;
3761 const int COLOR_typing__AAttrFormExpr___64dattr_type = 16;
3762 const int COLOR_parser_nodes__ACallFormExpr___n_id = 16;
3763 const int COLOR_parser_nodes__ACallFormExpr___n_args = 17;
3764 const int COLOR_typing__ASendReassignFormExpr___64dwrite_callsite = 18;
3765 const int COLOR_parser_nodes__ABraFormExpr___n_args = 19;
3766 const int COLOR_parser_nodes__AVarFormExpr___n_id = 13;
3767 const int COLOR_scope__AVarFormExpr___64dvariable = 14;
3768 const int COLOR_layout_builders__PerfectHasher___64doperator = 0;
3769 const int COLOR_layout_builders__TypingHasher___64dmmodule = 1;
3770 const int COLOR_layout_builders__TypingHasher___64dposet_builder = 2;
3771 const int COLOR_layout_builders__TypingHasher___64dposet_cache = 3;
3772 const int COLOR_layout_builders__MPropertyHasher___64dmmodule = 1;
3773 const int COLOR_string__Sys___args_cache = 0;
3774 const int COLOR_abstract_collection__Container___item = 0;
3775 const int COLOR_abstract_collection__ContainerIterator___is_ok = 0;
3776 const int COLOR_abstract_collection__ContainerIterator___container = 1;
3777 const int COLOR_abstract_collection__MapKeysIterator___64diterator = 0;
3778 const int COLOR_abstract_collection__MapValuesIterator___64diterator = 0;
3779 const int COLOR_abstract_collection__CoupleMapIterator___iter = 0;
3780 const int COLOR_abstract_collection__Couple___first = 0;
3781 const int COLOR_abstract_collection__Couple___second = 1;
3782 const int COLOR_range__Range___first = 0;
3783 const int COLOR_range__Range___last = 1;
3784 const int COLOR_range__Range___after = 2;
3785 const int COLOR_range__IteratorRange___range = 0;
3786 const int COLOR_range__IteratorRange___item = 1;
3787 const int COLOR_list__List___head = 0;
3788 const int COLOR_list__List___tail = 1;
3789 const int COLOR_list__ListIterator___list = 0;
3790 const int COLOR_list__ListIterator___node = 1;
3791 const int COLOR_list__ListIterator___index = 2;
3792 const int COLOR_list__ListNode___next = 1;
3793 const int COLOR_list__ListNode___prev = 2;
3794 const int COLOR_array__ArrayIterator___index = 0;
3795 const int COLOR_array__ArrayIterator___array = 1;
3796 const int COLOR_array__ArraySet___array = 0;
3797 const int COLOR_array__ArraySetIterator___iter = 0;
3798 const int COLOR_array__ArrayMap___64dkeys = 0;
3799 const int COLOR_array__ArrayMap___64dvalues = 1;
3800 const int COLOR_array__ArrayMap___items = 2;
3801 const int COLOR_array__ArrayMap___last_index = 3;
3802 const int COLOR_array__ArrayMapKeys___64dmap = 0;
3803 const int COLOR_array__ArrayMapValues___64dmap = 0;
3804 const int COLOR_hash_collection__HashNode___key = 0;
3805 const int COLOR_hash_collection__HashNode___next_item = 1;
3806 const int COLOR_hash_collection__HashNode___prev_item = 2;
3807 const int COLOR_hash_collection__HashNode___prev_in_bucklet = 3;
3808 const int COLOR_hash_collection__HashNode___next_in_bucklet = 4;
3809 const int COLOR_hash_collection__HashMapKeys___64dmap = 0;
3810 const int COLOR_hash_collection__HashMapValues___64dmap = 0;
3811 const int COLOR_hash_collection__HashMapNode___value = 5;
3812 const int COLOR_hash_collection__HashMapIterator___map = 0;
3813 const int COLOR_hash_collection__HashMapIterator___node = 1;
3814 const int COLOR_hash_collection__HashSetIterator___set = 0;
3815 const int COLOR_hash_collection__HashSetIterator___node = 1;
3816 const int COLOR_string__FlatStringIterator___64dtarget = 0;
3817 const int COLOR_string__FlatStringIterator___64dtarget_items = 1;
3818 const int COLOR_string__FlatStringIterator___64dcurr_pos = 2;
3819 const int COLOR_string__FlatBufferIterator___64dtarget = 0;
3820 const int COLOR_string__FlatBufferIterator___64dtarget_items = 1;
3821 const int COLOR_string__FlatBufferIterator___64dcurr_pos = 2;
3822 const int COLOR_string__CachedAlphaComparator___64dcache = 0;
3823 const int COLOR_string_search__BM_Pattern___motif = 0;
3824 const int COLOR_string_search__BM_Pattern___length = 1;
3825 const int COLOR_string_search__BM_Pattern___gs = 2;
3826 const int COLOR_string_search__BM_Pattern___bc_table = 3;
3827 const int COLOR_string_search__Match___string = 0;
3828 const int COLOR_string_search__Match___from = 1;
3829 const int COLOR_string_search__Match___length = 2;
3830 const int COLOR_stream__StringOStream___64dcontent = 0;
3831 const int COLOR_location__SourceFile___64dfilename = 0;
3832 const int COLOR_location__SourceFile___64dstring = 1;
3833 const int COLOR_location__SourceFile___64dline_starts = 2;
3834 const int COLOR_location__Location___64dfile = 0;
3835 const int COLOR_location__Location___64dline_start = 1;
3836 const int COLOR_location__Location___64dline_end = 2;
3837 const int COLOR_location__Location___64dcolumn_start = 3;
3838 const int COLOR_location__Location___64dcolumn_end = 4;
3839 const int COLOR_location__Location___64dtext_cache = 5;
3840 const int COLOR_poset__POSetElement___64dposet = 0;
3841 const int COLOR_poset__POSetElement___64delement = 1;
3842 const int COLOR_poset__POSetElement___64dtos = 2;
3843 const int COLOR_poset__POSetElement___64dfroms = 3;
3844 const int COLOR_poset__POSetElement___64ddtos = 4;
3845 const int COLOR_poset__POSetElement___64ddfroms = 5;
3846 const int COLOR_poset__POSetElement___64dcount = 6;
3847 const int COLOR_mproject__Model___64dmprojects = 0;
3848 const int COLOR_mproject__Model___64dmproject_by_name = 1;
3849 const int COLOR_mmodule__Model___64dmmodules = 2;
3850 const int COLOR_mmodule__Model___64dmmodule_nesting_hierarchy = 3;
3851 const int COLOR_mmodule__Model___64dmmodule_importation_hierarchy = 4;
3852 const int COLOR_mmodule__Model___64dmmodules_by_name = 5;
3853 const int COLOR_model__Model___64dmclasses = 6;
3854 const int COLOR_model__Model___64dmproperties = 7;
3855 const int COLOR_model__Model___64dmclassdef_hierarchy = 8;
3856 const int COLOR_model__Model___64dintro_mtype_specialization_hierarchy = 9;
3857 const int COLOR_model__Model___64dfull_mtype_specialization_hierarchy = 10;
3858 const int COLOR_model__Model___64dmclasses_by_name = 11;
3859 const int COLOR_model__Model___64dmproperties_by_name = 12;
3860 const int COLOR_model__Model___64dnull_type = 13;
3861 const int COLOR_model_base__MVisibility___64dto_s = 0;
3862 const int COLOR_model_base__MVisibility___64dlevel = 1;
3863 const int COLOR_more_collections__HashMap2___64dlevel1 = 0;
3864 const int COLOR_more_collections__HashMap3___64dlevel1 = 0;
3865 const int COLOR_opts__Option___names = 0;
3866 const int COLOR_opts__Option___helptext = 1;
3867 const int COLOR_opts__Option___errors = 2;
3868 const int COLOR_opts__Option___mandatory = 3;
3869 const int COLOR_opts__Option___read = 4;
3870 const int COLOR_opts__Option___value = 5;
3871 const int COLOR_opts__Option___default_value = 6;
3872 const int COLOR_opts__OptionParameter___parameter_mandatory = 7;
3873 const int COLOR_opts__OptionEnum___values = 8;
3874 const int COLOR_opts__OptionArray___values = 8;
3875 const int COLOR_opts__OptionContext___options = 0;
3876 const int COLOR_opts__OptionContext___rest = 1;
3877 const int COLOR_opts__OptionContext___errors = 2;
3878 const int COLOR_opts__OptionContext___optmap = 3;
3879 const int COLOR_csv__CSVDocument___64dheader = 0;
3880 const int COLOR_csv__CSVDocument___64dlines = 1;
3881 const int COLOR_ordered_tree__OrderedTree___64droots = 0;
3882 const int COLOR_ordered_tree__OrderedTree___64dsub = 1;
3883 const int COLOR_template__Template___64dis_frozen = 0;
3884 const int COLOR_template__Template___64dcontent = 1;
3885 const int COLOR_template__Template___64drender_done = 2;
3886 const int COLOR_template__Template___64dis_writing = 3;
3887 const int COLOR_parser_nodes__ANodes___64dparent = 0;
3888 const int COLOR_parser_nodes__ANodes___64ditems = 1;
3889 const int COLOR_parser_nodes__Token___64dprev_token = 2;
3890 const int COLOR_parser_nodes__Token___64dnext_token = 3;
3891 const int COLOR_lexer__Token___text = 4;
3892 const int COLOR_parser_nodes__Visitor___current_node = 0;
3893 const int COLOR_lexer__AError___message = 5;
3894 const int COLOR_lexer__ALexerError___string = 6;
3895 const int COLOR_lexer__AParserError___token = 6;
3896 const int COLOR_parser_nodes__AModule___n_moduledecl = 4;
3897 const int COLOR_parser_nodes__AModule___n_imports = 5;
3898 const int COLOR_parser_nodes__AModule___n_extern_code_blocks = 6;
3899 const int COLOR_parser_nodes__AModule___n_classdefs = 7;
3900 const int COLOR_modelbuilder__AModule___64dmmodule = 8;
3901 const int COLOR_modelbuilder__AModule___64dis_importation_done = 9;
3902 const int COLOR_modelize_class__AModule___64dbuild_classes_is_done = 10;
3903 const int COLOR_modelize_class__AModule___64dmclass2nclassdef = 11;
3904 const int COLOR_ffi_base__AModule___64dffi_files = 12;
3905 const int COLOR_c__AModule___64dc_compiler_options = 13;
3906 const int COLOR_c__AModule___64dc_linker_options = 14;
3907 const int COLOR_cpp__AModule___64dcpp_file = 15;
3908 const int COLOR_cpp__AModule___64dcpp_compiler_options = 16;
3909 const int COLOR_common_ffi__AModule___64dffi_ccu = 17;
3910 const int COLOR_common_ffi__AModule___64dpresent_languages = 18;
3911 const int COLOR_common_ffi__AModule___64dffi_callbacks = 19;
3912 const int COLOR_compiler_ffi__AModule___64dforeign_callbacks = 20;
3913 const int COLOR_compiler_ffi__AModule___64dnitni_ccu = 21;
3914 const int COLOR_compiler_ffi__AModule___64duses_legacy_ni = 22;
3915 const int COLOR_compiler_ffi__AModule___64dcompiled_callbacks = 23;
3916 const int COLOR_parser_nodes__AModuledecl___n_doc = 4;
3917 const int COLOR_parser_nodes__AModuledecl___n_kwmodule = 5;
3918 const int COLOR_parser_nodes__AModuledecl___n_name = 6;
3919 const int COLOR_parser_nodes__AStdImport___n_visibility = 4;
3920 const int COLOR_parser_nodes__AStdImport___n_kwimport = 5;
3921 const int COLOR_parser_nodes__AStdImport___n_name = 6;
3922 const int COLOR_modelbuilder__AStdImport___64dmmodule = 7;
3923 const int COLOR_parser_nodes__ANoImport___n_visibility = 4;
3924 const int COLOR_parser_nodes__ANoImport___n_kwimport = 5;
3925 const int COLOR_parser_nodes__ANoImport___n_kwend = 6;
3926 const int COLOR_parser_nodes__APrivateVisibility___n_kwprivate = 4;
3927 const int COLOR_parser_nodes__AProtectedVisibility___n_kwprotected = 4;
3928 const int COLOR_parser_nodes__AIntrudeVisibility___n_kwintrude = 4;
3929 const int COLOR_parser_nodes__AClassdef___n_propdefs = 4;
3930 const int COLOR_modelize_class__AClassdef___64dmclass = 5;
3931 const int COLOR_modelize_class__AClassdef___64dmclassdef = 6;
3932 const int COLOR_modelize_property__AClassdef___64dbuild_properties_is_done = 7;
3933 const int COLOR_modelize_property__AClassdef___64dsuper_inits = 8;
3934 const int COLOR_modelize_property__AClassdef___64dmfree_init = 9;
3935 const int COLOR_modelize_property__AClassdef___64dmprop2npropdef = 10;
3936 const int COLOR_extern_classes__AClassdef___64dftype_cache = 11;
3937 const int COLOR_extern_classes__AClassdef___64dftype_computed = 12;
3938 const int COLOR_parser_nodes__AStdClassdef___n_doc = 13;
3939 const int COLOR_parser_nodes__AStdClassdef___n_kwredef = 14;
3940 const int COLOR_parser_nodes__AStdClassdef___n_visibility = 15;
3941 const int COLOR_parser_nodes__AStdClassdef___n_classkind = 16;
3942 const int COLOR_parser_nodes__AStdClassdef___n_id = 17;
3943 const int COLOR_parser_nodes__AStdClassdef___n_formaldefs = 18;
3944 const int COLOR_parser_nodes__AStdClassdef___n_extern_code_block = 19;
3945 const int COLOR_parser_nodes__AStdClassdef___n_superclasses = 20;
3946 const int COLOR_parser_nodes__AStdClassdef___n_kwend = 21;
3947 const int COLOR_parser_nodes__AConcreteClasskind___n_kwclass = 4;
3948 const int COLOR_parser_nodes__AAbstractClasskind___n_kwabstract = 4;
3949 const int COLOR_parser_nodes__AAbstractClasskind___n_kwclass = 5;
3950 const int COLOR_parser_nodes__AInterfaceClasskind___n_kwinterface = 4;
3951 const int COLOR_parser_nodes__AEnumClasskind___n_kwenum = 4;
3952 const int COLOR_parser_nodes__AExternClasskind___n_kwextern = 4;
3953 const int COLOR_parser_nodes__AExternClasskind___n_kwclass = 5;
3954 const int COLOR_parser_nodes__AFormaldef___n_id = 4;
3955 const int COLOR_parser_nodes__AFormaldef___n_type = 5;
3956 const int COLOR_modelize_class__AFormaldef___64dmtype = 6;
3957 const int COLOR_modelize_class__AFormaldef___64dbound = 7;
3958 const int COLOR_parser_nodes__ASuperclass___n_kwsuper = 4;
3959 const int COLOR_parser_nodes__ASuperclass___n_type = 5;
3960 const int COLOR_parser_nodes__AAttrPropdef___n_kwredef = 9;
3961 const int COLOR_parser_nodes__AAttrPropdef___n_visibility = 10;
3962 const int COLOR_parser_nodes__AAttrPropdef___n_kwvar = 11;
3963 const int COLOR_parser_nodes__AAttrPropdef___n_id = 12;
3964 const int COLOR_parser_nodes__AAttrPropdef___n_id2 = 13;
3965 const int COLOR_parser_nodes__AAttrPropdef___n_type = 14;
3966 const int COLOR_parser_nodes__AAttrPropdef___n_readable = 15;
3967 const int COLOR_parser_nodes__AAttrPropdef___n_writable = 16;
3968 const int COLOR_parser_nodes__AAttrPropdef___n_expr = 17;
3969 const int COLOR_modelize_property__AAttrPropdef___64dmreadpropdef = 18;
3970 const int COLOR_modelize_property__AAttrPropdef___64dmwritepropdef = 19;
3971 const int COLOR_parser_nodes__ADeferredMethPropdef___n_kwmeth = 13;
3972 const int COLOR_parser_nodes__AInternMethPropdef___n_kwmeth = 13;
3973 const int COLOR_parser_nodes__AExternMethPropdef___n_kwmeth = 18;
3974 const int COLOR_parser_nodes__AExternCalls___n_kwimport = 4;
3975 const int COLOR_parser_nodes__AExternCalls___n_extern_calls = 5;
3976 const int COLOR_parser_nodes__ALocalPropExternCall___n_methid = 4;
3977 const int COLOR_parser_nodes__AFullPropExternCall___n_type = 4;
3978 const int COLOR_parser_nodes__AFullPropExternCall___n_dot = 5;
3979 const int COLOR_parser_nodes__AFullPropExternCall___n_methid = 6;
3980 const int COLOR_parser_nodes__AInitPropExternCall___n_type = 4;
3981 const int COLOR_parser_nodes__ASuperExternCall___n_kwsuper = 4;
3982 const int COLOR_parser_nodes__ACastAsExternCall___n_from_type = 4;
3983 const int COLOR_parser_nodes__ACastAsExternCall___n_dot = 5;
3984 const int COLOR_parser_nodes__ACastAsExternCall___n_kwas = 6;
3985 const int COLOR_parser_nodes__ACastAsExternCall___n_to_type = 7;
3986 const int COLOR_parser_nodes__AAsNullableExternCall___n_type = 4;
3987 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwas = 5;
3988 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwnullable = 6;
3989 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_type = 4;
3990 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwas = 5;
3991 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnot = 6;
3992 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnullable = 7;
3993 const int COLOR_parser_nodes__ATypePropdef___n_kwredef = 9;
3994 const int COLOR_parser_nodes__ATypePropdef___n_visibility = 10;
3995 const int COLOR_parser_nodes__ATypePropdef___n_kwtype = 11;
3996 const int COLOR_parser_nodes__ATypePropdef___n_id = 12;
3997 const int COLOR_parser_nodes__ATypePropdef___n_type = 13;
3998 const int COLOR_parser_nodes__AAble___n_visibility = 4;
3999 const int COLOR_parser_nodes__AAble___n_kwredef = 5;
4000 const int COLOR_parser_nodes__AReadAble___n_kwreadable = 6;
4001 const int COLOR_parser_nodes__AWriteAble___n_kwwritable = 6;
4002 const int COLOR_parser_nodes__AIdMethid___n_id = 4;
4003 const int COLOR_parser_nodes__APlusMethid___n_plus = 4;
4004 const int COLOR_parser_nodes__AMinusMethid___n_minus = 4;
4005 const int COLOR_parser_nodes__AStarMethid___n_star = 4;
4006 const int COLOR_parser_nodes__ASlashMethid___n_slash = 4;
4007 const int COLOR_parser_nodes__APercentMethid___n_percent = 4;
4008 const int COLOR_parser_nodes__AEqMethid___n_eq = 4;
4009 const int COLOR_parser_nodes__ANeMethid___n_ne = 4;
4010 const int COLOR_parser_nodes__ALeMethid___n_le = 4;
4011 const int COLOR_parser_nodes__AGeMethid___n_ge = 4;
4012 const int COLOR_parser_nodes__ALtMethid___n_lt = 4;
4013 const int COLOR_parser_nodes__AGtMethid___n_gt = 4;
4014 const int COLOR_parser_nodes__ALlMethid___n_ll = 4;
4015 const int COLOR_parser_nodes__AGgMethid___n_gg = 4;
4016 const int COLOR_parser_nodes__ABraMethid___n_obra = 4;
4017 const int COLOR_parser_nodes__ABraMethid___n_cbra = 5;
4018 const int COLOR_parser_nodes__AStarshipMethid___n_starship = 4;
4019 const int COLOR_parser_nodes__AAssignMethid___n_id = 4;
4020 const int COLOR_parser_nodes__AAssignMethid___n_assign = 5;
4021 const int COLOR_parser_nodes__ABraassignMethid___n_obra = 4;
4022 const int COLOR_parser_nodes__ABraassignMethid___n_cbra = 5;
4023 const int COLOR_parser_nodes__ABraassignMethid___n_assign = 6;
4024 const int COLOR_parser_nodes__ASignature___n_opar = 4;
4025 const int COLOR_parser_nodes__ASignature___n_params = 5;
4026 const int COLOR_parser_nodes__ASignature___n_cpar = 6;
4027 const int COLOR_parser_nodes__ASignature___n_type = 7;
4028 const int COLOR_modelize_property__ASignature___64dis_visited = 8;
4029 const int COLOR_modelize_property__ASignature___64dparam_names = 9;
4030 const int COLOR_modelize_property__ASignature___64dparam_types = 10;
4031 const int COLOR_modelize_property__ASignature___64dvararg_rank = 11;
4032 const int COLOR_modelize_property__ASignature___64dret_type = 12;
4033 const int COLOR_parser_nodes__AParam___n_id = 4;
4034 const int COLOR_parser_nodes__AParam___n_type = 5;
4035 const int COLOR_parser_nodes__AParam___n_dotdotdot = 6;
4036 const int COLOR_scope__AParam___64dvariable = 7;
4037 const int COLOR_modelize_property__AParam___64dmparameter = 8;
4038 const int COLOR_parser_nodes__AType___n_kwnullable = 4;
4039 const int COLOR_parser_nodes__AType___n_id = 5;
4040 const int COLOR_parser_nodes__AType___n_types = 6;
4041 const int COLOR_modelize_class__AType___64dmtype = 7;
4042 const int COLOR_modelize_class__AType___64dchecked_mtype = 8;
4043 const int COLOR_parser_nodes__ALabel___n_kwlabel = 4;
4044 const int COLOR_parser_nodes__ALabel___n_id = 5;
4045 const int COLOR_parser_nodes__ABlockExpr___n_expr = 9;
4046 const int COLOR_parser_nodes__ABlockExpr___n_kwend = 10;
4047 const int COLOR_parser_nodes__AVardeclExpr___n_kwvar = 9;
4048 const int COLOR_parser_nodes__AVardeclExpr___n_id = 10;
4049 const int COLOR_parser_nodes__AVardeclExpr___n_type = 11;
4050 const int COLOR_parser_nodes__AVardeclExpr___n_assign = 12;
4051 const int COLOR_parser_nodes__AVardeclExpr___n_expr = 13;
4052 const int COLOR_scope__AVardeclExpr___64dvariable = 14;
4053 const int COLOR_parser_nodes__AReturnExpr___n_kwreturn = 9;
4054 const int COLOR_parser_nodes__AReturnExpr___n_expr = 10;
4055 const int COLOR_parser_nodes__AAbortExpr___n_kwabort = 9;
4056 const int COLOR_parser_nodes__AIfExpr___n_kwif = 9;
4057 const int COLOR_parser_nodes__AIfExpr___n_expr = 10;
4058 const int COLOR_parser_nodes__AIfExpr___n_then = 11;
4059 const int COLOR_parser_nodes__AIfExpr___n_else = 12;
4060 const int COLOR_parser_nodes__AIfexprExpr___n_kwif = 9;
4061 const int COLOR_parser_nodes__AIfexprExpr___n_expr = 10;
4062 const int COLOR_parser_nodes__AIfexprExpr___n_kwthen = 11;
4063 const int COLOR_parser_nodes__AIfexprExpr___n_then = 12;
4064 const int COLOR_parser_nodes__AIfexprExpr___n_kwelse = 13;
4065 const int COLOR_parser_nodes__AIfexprExpr___n_else = 14;
4066 const int COLOR_parser_nodes__AAssertExpr___n_kwassert = 9;
4067 const int COLOR_parser_nodes__AAssertExpr___n_id = 10;
4068 const int COLOR_parser_nodes__AAssertExpr___n_expr = 11;
4069 const int COLOR_parser_nodes__AAssertExpr___n_else = 12;
4070 const int COLOR_parser_nodes__AProxyExpr___n_expr = 9;
4071 const int COLOR_parser_nodes__AOnceExpr___n_kwonce = 10;
4072 const int COLOR_parser_nodes__ABinopExpr___n_expr2 = 16;
4073 const int COLOR_parser_nodes__AOrExpr___n_expr = 9;
4074 const int COLOR_parser_nodes__AOrExpr___n_expr2 = 10;
4075 const int COLOR_parser_nodes__AAndExpr___n_expr = 9;
4076 const int COLOR_parser_nodes__AAndExpr___n_expr2 = 10;
4077 const int COLOR_parser_nodes__AOrElseExpr___n_expr = 9;
4078 const int COLOR_parser_nodes__AOrElseExpr___n_expr2 = 10;
4079 const int COLOR_parser_nodes__AImpliesExpr___n_expr = 9;
4080 const int COLOR_parser_nodes__AImpliesExpr___n_expr2 = 10;
4081 const int COLOR_parser_nodes__ANotExpr___n_kwnot = 9;
4082 const int COLOR_parser_nodes__ANotExpr___n_expr = 10;
4083 const int COLOR_parser_nodes__AIsaExpr___n_expr = 9;
4084 const int COLOR_parser_nodes__AIsaExpr___n_type = 10;
4085 const int COLOR_typing__AIsaExpr___64dcast_type = 11;
4086 const int COLOR_parser_nodes__AUminusExpr___n_minus = 16;
4087 const int COLOR_parser_nodes__ANewExpr___n_kwnew = 9;
4088 const int COLOR_parser_nodes__ANewExpr___n_type = 10;
4089 const int COLOR_parser_nodes__ANewExpr___n_id = 11;
4090 const int COLOR_parser_nodes__ANewExpr___n_args = 12;
4091 const int COLOR_typing__ANewExpr___64dcallsite = 13;
4092 const int COLOR_parser_nodes__ASuperExpr___n_qualified = 9;
4093 const int COLOR_parser_nodes__ASuperExpr___n_kwsuper = 10;
4094 const int COLOR_parser_nodes__ASuperExpr___n_args = 11;
4095 const int COLOR_typing__ASuperExpr___64dcallsite = 12;
4096 const int COLOR_typing__ASuperExpr___64dmpropdef = 13;
4097 const int COLOR_parser_nodes__AInitExpr___n_kwinit = 16;
4098 const int COLOR_parser_nodes__AInitExpr___n_args = 17;
4099 const int COLOR_parser_nodes__ARangeExpr___n_expr = 9;
4100 const int COLOR_parser_nodes__ARangeExpr___n_expr2 = 10;
4101 const int COLOR_parser_nodes__ACrangeExpr___n_obra = 11;
4102 const int COLOR_parser_nodes__ACrangeExpr___n_cbra = 12;
4103 const int COLOR_parser_nodes__AOrangeExpr___n_obra = 11;
4104 const int COLOR_parser_nodes__AOrangeExpr___n_cbra = 12;
4105 const int COLOR_parser_nodes__AArrayExpr___n_exprs = 9;
4106 const int COLOR_parser_nodes__ASelfExpr___n_kwself = 9;
4107 const int COLOR_scope__ASelfExpr___64dvariable = 10;
4108 const int COLOR_typing__ASelfExpr___64dits_variable = 11;
4109 const int COLOR_parser_nodes__ATrueExpr___n_kwtrue = 9;
4110 const int COLOR_parser_nodes__AFalseExpr___n_kwfalse = 9;
4111 const int COLOR_parser_nodes__ANullExpr___n_kwnull = 9;
4112 const int COLOR_parser_nodes__AIntExpr___n_number = 9;
4113 const int COLOR_literal__AIntExpr___64dvalue = 10;
4114 const int COLOR_parser_nodes__AFloatExpr___n_float = 9;
4115 const int COLOR_literal__AFloatExpr___64dvalue = 10;
4116 const int COLOR_parser_nodes__ACharExpr___n_char = 9;
4117 const int COLOR_literal__ACharExpr___64dvalue = 10;
4118 const int COLOR_parser_nodes__AStringFormExpr___n_string = 9;
4119 const int COLOR_literal__AStringFormExpr___64dvalue = 10;
4120 const int COLOR_parser_nodes__ASuperstringExpr___n_exprs = 9;
4121 const int COLOR_parser_nodes__AParExpr___n_opar = 10;
4122 const int COLOR_parser_nodes__AParExpr___n_cpar = 11;
4123 const int COLOR_parser_nodes__AAsCastExpr___n_expr = 9;
4124 const int COLOR_parser_nodes__AAsCastExpr___n_kwas = 10;
4125 const int COLOR_parser_nodes__AAsCastExpr___n_opar = 11;
4126 const int COLOR_parser_nodes__AAsCastExpr___n_type = 12;
4127 const int COLOR_parser_nodes__AAsCastExpr___n_cpar = 13;
4128 const int COLOR_parser_nodes__AAsNotnullExpr___n_expr = 9;
4129 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwas = 10;
4130 const int COLOR_parser_nodes__AAsNotnullExpr___n_opar = 11;
4131 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnot = 12;
4132 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnull = 13;
4133 const int COLOR_parser_nodes__AAsNotnullExpr___n_cpar = 14;
4134 const int COLOR_parser_nodes__AIssetAttrExpr___n_kwisset = 17;
4135 const int COLOR_parser_nodes__AExprs___n_exprs = 4;
4136 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwdebug = 9;
4137 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwtype = 10;
4138 const int COLOR_parser_nodes__ADebugTypeExpr___n_expr = 11;
4139 const int COLOR_parser_nodes__ADebugTypeExpr___n_type = 12;
4140 const int COLOR_parser_nodes__AParExprs___n_opar = 5;
4141 const int COLOR_parser_nodes__AParExprs___n_cpar = 6;
4142 const int COLOR_parser_nodes__ABraExprs___n_obra = 5;
4143 const int COLOR_parser_nodes__ABraExprs___n_cbra = 6;
4144 const int COLOR_parser_nodes__APlusAssignOp___n_pluseq = 4;
4145 const int COLOR_parser_nodes__AMinusAssignOp___n_minuseq = 4;
4146 const int COLOR_parser_nodes__AModuleName___n_quad = 4;
4147 const int COLOR_parser_nodes__AModuleName___n_path = 5;
4148 const int COLOR_parser_nodes__AModuleName___n_id = 6;
4149 const int COLOR_parser_nodes__AInLanguage___n_kwin = 4;
4150 const int COLOR_parser_nodes__AInLanguage___n_string = 5;
4151 const int COLOR_parser_nodes__AExternCodeBlock___n_in_language = 4;
4152 const int COLOR_parser_nodes__AExternCodeBlock___n_extern_code_segment = 5;
4153 const int COLOR_ffi_base__AExternCodeBlock___64dlanguage = 6;
4154 const int COLOR_parser_nodes__AQualified___n_quad = 4;
4155 const int COLOR_parser_nodes__AQualified___n_id = 5;
4156 const int COLOR_parser_nodes__AQualified___n_classid = 6;
4157 const int COLOR_parser_nodes__ADoc___n_comment = 4;
4158 const int COLOR_parser_nodes__AAnnotations___n_at = 4;
4159 const int COLOR_parser_nodes__AAnnotations___n_opar = 5;
4160 const int COLOR_parser_nodes__AAnnotations___n_items = 6;
4161 const int COLOR_parser_nodes__AAnnotations___n_cpar = 7;
4162 const int COLOR_parser_nodes__AAnnotation___n_atid = 4;
4163 const int COLOR_parser_nodes__AAnnotation___n_opar = 5;
4164 const int COLOR_parser_nodes__AAnnotation___n_args = 6;
4165 const int COLOR_parser_nodes__AAnnotation___n_cpar = 7;
4166 const int COLOR_parser_nodes__ATypeAtArg___n_type = 4;
4167 const int COLOR_parser_nodes__AExprAtArg___n_expr = 4;
4168 const int COLOR_parser_nodes__AAtid___n_id = 4;
4169 const int COLOR_parser_nodes__Start___n_base = 4;
4170 const int COLOR_parser_nodes__Start___n_eof = 5;
4171 const int COLOR_c_tools__CCompilationUnit___64dheader_c_base = 0;
4172 const int COLOR_c_tools__CCompilationUnit___64dheader_custom = 1;
4173 const int COLOR_c_tools__CCompilationUnit___64dheader_c_types = 2;
4174 const int COLOR_c_tools__CCompilationUnit___64dheader_decl = 3;
4175 const int COLOR_c_tools__CCompilationUnit___64dbody_decl = 4;
4176 const int COLOR_c_tools__CCompilationUnit___64dbody_custom = 5;
4177 const int COLOR_c_tools__CCompilationUnit___64dbody_impl = 6;
4178 const int COLOR_c_tools__CCompilationUnit___64dfiles = 7;
4179 const int COLOR_c_tools__CFunction___64dsignature = 0;
4180 const int COLOR_c_tools__CFunction___64ddecls = 1;
4181 const int COLOR_c_tools__CFunction___64dexprs = 2;
4182 const int COLOR_toolcontext__Message___64dlocation = 0;
4183 const int COLOR_toolcontext__Message___64dtext = 1;
4184 const int COLOR_toolcontext__ToolContext___64derror_count = 0;
4185 const int COLOR_toolcontext__ToolContext___64dwarning_count = 1;
4186 const int COLOR_toolcontext__ToolContext___64dlog_directory = 2;
4187 const int COLOR_toolcontext__ToolContext___64dmessages = 3;
4188 const int COLOR_toolcontext__ToolContext___64dmessage_sorter = 4;
4189 const int COLOR_toolcontext__ToolContext___64doption_context = 5;
4190 const int COLOR_toolcontext__ToolContext___64dopt_warn = 6;
4191 const int COLOR_toolcontext__ToolContext___64dopt_quiet = 7;
4192 const int COLOR_toolcontext__ToolContext___64dopt_log = 8;
4193 const int COLOR_toolcontext__ToolContext___64dopt_log_dir = 9;
4194 const int COLOR_toolcontext__ToolContext___64dopt_help = 10;
4195 const int COLOR_toolcontext__ToolContext___64dopt_version = 11;
4196 const int COLOR_toolcontext__ToolContext___64dopt_verbose = 12;
4197 const int COLOR_toolcontext__ToolContext___64dopt_stop_on_first_error = 13;
4198 const int COLOR_toolcontext__ToolContext___64dopt_no_color = 14;
4199 const int COLOR_toolcontext__ToolContext___64dverbose_level = 15;
4200 const int COLOR_phase__ToolContext___64dphases = 16;
4201 const int COLOR_simple_misc_analysis__ToolContext___64dsimple_misc_analysis_phase = 17;
4202 const int COLOR_literal__ToolContext___64dliteral_phase = 18;
4203 const int COLOR_scope__ToolContext___64dscope_phase = 19;
4204 const int COLOR_flow__ToolContext___64dflow_phase = 20;
4205 const int COLOR_serialization_phase__ToolContext___64dserialization_phase = 21;
4206 const int COLOR_local_var_init__ToolContext___64dlocal_var_init_phase = 22;
4207 const int COLOR_modelbuilder__ToolContext___64dopt_path = 23;
4208 const int COLOR_modelbuilder__ToolContext___64dopt_only_metamodel = 24;
4209 const int COLOR_modelbuilder__ToolContext___64dopt_only_parse = 25;
4210 const int COLOR_modelbuilder__ToolContext___64dmodelbuilder_real = 26;
4211 const int COLOR_modelize_class__ToolContext___64dmodelize_class_phase = 27;
4212 const int COLOR_modelize_property__ToolContext___64dmodelize_property_phase = 28;
4213 const int COLOR_cached__ToolContext___64dcached_phase = 29;
4214 const int COLOR_platform__ToolContext___64dplatform_phase = 30;
4215 const int COLOR_typing__ToolContext___64dtyping_phase = 31;
4216 const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase = 32;
4217 const int COLOR_div_by_zero__ToolContext___64ddiv_by_zero_phase = 33;
4218 const int COLOR_transform__ToolContext___64dtransform_phase = 34;
4219 const int COLOR_nitni_callbacks__ToolContext___64dverify_nitni_callback_phase = 35;
4220 const int COLOR_frontend__ToolContext___64ddummy = 36;
4221 const int COLOR_ffi_base__ToolContext___64dffi_language_assignation_phase = 37;
4222 const int COLOR_extern_classes__ToolContext___64dextern_classes_typing_phase_ast = 38;
4223 const int COLOR_extern_classes__ToolContext___64dextern_classes_typing_phase_model = 39;
4224 const int COLOR_header_dependency__ToolContext___64dheader_dependancy_phase = 40;
4225 const int COLOR_pkgconfig__ToolContext___64dpkgconfig_phase = 41;
4226 const int COLOR_c_compiler_options__ToolContext___64dc_compiler_options_phase = 42;
4227 const int COLOR_abstract_compiler__ToolContext___64dopt_output = 43;
4228 const int COLOR_abstract_compiler__ToolContext___64dopt_no_cc = 44;
4229 const int COLOR_abstract_compiler__ToolContext___64dopt_cc_path = 45;
4230 const int COLOR_abstract_compiler__ToolContext___64dopt_make_flags = 46;
4231 const int COLOR_abstract_compiler__ToolContext___64dopt_compile_dir = 47;
4232 const int COLOR_abstract_compiler__ToolContext___64dopt_hardening = 48;
4233 const int COLOR_abstract_compiler__ToolContext___64dopt_no_shortcut_range = 49;
4234 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_covariance = 50;
4235 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_initialization = 51;
4236 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_assert = 52;
4237 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_autocast = 53;
4238 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_other = 54;
4239 const int COLOR_abstract_compiler__ToolContext___64dopt_typing_test_metrics = 55;
4240 const int COLOR_abstract_compiler__ToolContext___64dopt_no_stacktrace = 56;
4241 const int COLOR_abstract_compiler__ToolContext___64dopt_stacktrace = 57;
4242 const int COLOR_separate_compiler__ToolContext___64dopt_separate = 58;
4243 const int COLOR_separate_compiler__ToolContext___64dopt_no_inline_intern = 59;
4244 const int COLOR_separate_compiler__ToolContext___64dopt_no_union_attribute = 60;
4245 const int COLOR_separate_compiler__ToolContext___64dopt_no_shortcut_equate = 61;
4246 const int COLOR_separate_compiler__ToolContext___64dopt_inline_coloring_numbers = 62;
4247 const int COLOR_separate_compiler__ToolContext___64dopt_bm_typing = 63;
4248 const int COLOR_separate_compiler__ToolContext___64dopt_phmod_typing = 64;
4249 const int COLOR_separate_compiler__ToolContext___64dopt_phand_typing = 65;
4250 const int COLOR_separate_compiler__ToolContext___64dopt_tables_metrics = 66;
4251 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_erasure = 67;
4252 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_no_check_erasure_cast = 68;
4253 const int COLOR_lexer__Lexer___token = 0;
4254 const int COLOR_lexer__Lexer___state = 1;
4255 const int COLOR_lexer__Lexer___file = 2;
4256 const int COLOR_lexer__Lexer___stream_pos = 3;
4257 const int COLOR_lexer__Lexer___line = 4;
4258 const int COLOR_lexer__Lexer___pos = 5;
4259 const int COLOR_lexer__Lexer___cr = 6;
4260 const int COLOR_lexer__Lexer___64dlast_token = 7;
4261 const int COLOR_mproject__MProject___64dname = 0;
4262 const int COLOR_mproject__MProject___64dmodel = 1;
4263 const int COLOR_mproject__MProject___64droot = 2;
4264 const int COLOR_mproject__MProject___64dmgroups = 3;
4265 const int COLOR_mproject__MGroup___64dname = 0;
4266 const int COLOR_mproject__MGroup___64dmproject = 1;
4267 const int COLOR_mproject__MGroup___64dparent = 2;
4268 const int COLOR_mproject__MGroup___64din_nesting = 3;
4269 const int COLOR_mproject__MGroup___64dfilepath = 4;
4270 const int COLOR_mmodule__MGroup___64dmmodules = 5;
4271 const int COLOR_parser__State___state = 0;
4272 const int COLOR_parser__State___nodes = 1;
4273 const int COLOR_parser__Parser___lexer = 0;
4274 const int COLOR_parser__Parser___stack = 1;
4275 const int COLOR_parser__Parser___stack_pos = 2;
4276 const int COLOR_parser__Parser___reduce_table = 3;
4277 const int COLOR_parser__ComputeProdLocationVisitor___need_first_prods = 1;
4278 const int COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons = 2;
4279 const int COLOR_parser__ComputeProdLocationVisitor___last_location = 3;
4280 const int COLOR_parser__ReduceAction___goto = 0;
4281 const int COLOR_mmodule__MModule___64dmodel = 0;
4282 const int COLOR_mmodule__MModule___64ddirect_owner = 1;
4283 const int COLOR_mmodule__MModule___64dmgroup = 2;
4284 const int COLOR_mmodule__MModule___64dname = 3;
4285 const int COLOR_mmodule__MModule___64dlocation = 4;
4286 const int COLOR_mmodule__MModule___64din_nesting = 5;
4287 const int COLOR_mmodule__MModule___64din_importation = 6;
4288 const int COLOR_mmodule__MModule___64dintrude_mmodules = 7;
4289 const int COLOR_mmodule__MModule___64dpublic_mmodules = 8;
4290 const int COLOR_mmodule__MModule___64dprivate_mmodules = 9;
4291 const int COLOR_model__MModule___64dintro_mclasses = 10;
4292 const int COLOR_model__MModule___64dmclassdefs = 11;
4293 const int COLOR_model__MModule___64dflatten_mclass_hierarchy_cache = 12;
4294 const int COLOR_model__MModule___64dobject_type_cache = 13;
4295 const int COLOR_model__MModule___64dbool_type_cache = 14;
4296 const int COLOR_platform__MModule___64dlocal_target_platform = 15;
4297 const int COLOR_header_dependency__MModule___64dheader_dependencies_cache = 16;
4298 const int COLOR_common_ffi__MModule___64duses_ffi = 17;
4299 const int COLOR_abstract_compiler__MModule___64dproperties_cache = 18;
4300 const int COLOR_model__MClassDefSorter___64dmmodule = 0;
4301 const int COLOR_model__MPropDefSorter___64dmmodule = 0;
4302 const int COLOR_model__MClass___64dintro_mmodule = 0;
4303 const int COLOR_model__MClass___64dname = 1;
4304 const int COLOR_model__MClass___64darity = 2;
4305 const int COLOR_model__MClass___64dkind = 3;
4306 const int COLOR_model__MClass___64dvisibility = 4;
4307 const int COLOR_model__MClass___64dmclassdefs = 5;
4308 const int COLOR_model__MClass___64dmclass_type = 6;
4309 const int COLOR_model__MClass___64dget_mtype_cache = 7;
4310 const int COLOR_modelize_property__MClass___64dinherit_init_from = 8;
4311 const int COLOR_extern_classes__MClass___64dftype_cache = 9;
4312 const int COLOR_extern_classes__MClass___64dftype_computed = 10;
4313 const int COLOR_abstract_compiler__MClass___64dc_name_cache = 11;
4314 const int COLOR_model__MClassDef___64dmmodule = 0;
4315 const int COLOR_model__MClassDef___64dmclass = 1;
4316 const int COLOR_model__MClassDef___64dbound_mtype = 2;
4317 const int COLOR_model__MClassDef___64dparameter_names = 3;
4318 const int COLOR_model__MClassDef___64dlocation = 4;
4319 const int COLOR_model__MClassDef___64dto_s = 5;
4320 const int COLOR_model__MClassDef___64dsupertypes = 6;
4321 const int COLOR_model__MClassDef___64din_hierarchy = 7;
4322 const int COLOR_model__MClassDef___64dintro_mproperties = 8;
4323 const int COLOR_model__MClassDef___64dmpropdefs = 9;
4324 const int COLOR_modelize_property__MClassDef___64dpropdef_names = 10;
4325 const int COLOR_model__MType___64das_nullable_cache = 0;
4326 const int COLOR_abstract_compiler__MType___64dc_name_cache = 1;
4327 const int COLOR_model__MClassType___64dmclass = 2;
4328 const int COLOR_model__MClassType___64darguments = 3;
4329 const int COLOR_model__MClassType___64dcollect_mclassdefs_cache = 4;
4330 const int COLOR_model__MClassType___64dcollect_mclasses_cache = 5;
4331 const int COLOR_model__MClassType___64dcollect_mtypes_cache = 6;
4332 const int COLOR_model__MGenericType___64dto_s = 7;
4333 const int COLOR_model__MGenericType___64dneed_anchor = 8;
4334 const int COLOR_model__MVirtualType___64dmproperty = 2;
4335 const int COLOR_model__MParameterType___64dmclass = 2;
4336 const int COLOR_model__MParameterType___64drank = 3;
4337 const int COLOR_model__MNullableType___64dmtype = 2;
4338 const int COLOR_model__MNullableType___64dto_s = 3;
4339 const int COLOR_model__MNullType___64dmodel = 2;
4340 const int COLOR_model__MSignature___64dmparameters = 2;
4341 const int COLOR_model__MSignature___64dreturn_mtype = 3;
4342 const int COLOR_model__MSignature___64dvararg_rank = 4;
4343 const int COLOR_model__MParameter___64dname = 0;
4344 const int COLOR_model__MParameter___64dmtype = 1;
4345 const int COLOR_model__MParameter___64dis_vararg = 2;
4346 const int COLOR_model__MProperty___64dintro_mclassdef = 0;
4347 const int COLOR_model__MProperty___64dname = 1;
4348 const int COLOR_model__MProperty___64dvisibility = 2;
4349 const int COLOR_model__MProperty___64dmpropdefs = 3;
4350 const int COLOR_model__MProperty___64dlookup_definitions_cache = 4;
4351 const int COLOR_model__MProperty___64dlookup_all_definitions_cache = 5;
4352 const int COLOR_abstract_compiler__MProperty___64dc_name_cache = 6;
4353 const int COLOR_model__MMethod___64dis_init = 7;
4354 const int COLOR_model__MMethod___64dis_new = 8;
4355 const int COLOR_model__MVirtualTypeProp___64dmvirtualtype = 7;
4356 const int COLOR_model__MPropDef___64dlocation = 0;
4357 const int COLOR_model__MPropDef___64dmclassdef = 1;
4358 const int COLOR_model__MPropDef___64dmproperty = 2;
4359 const int COLOR_model__MPropDef___64dto_s = 3;
4360 const int COLOR_modelize_property__MPropDef___64dhas_supercall = 4;
4361 const int COLOR_abstract_compiler__MPropDef___64dc_name_cache = 5;
4362 const int COLOR_model__MMethodDef___64dmsignature = 6;
4363 const int COLOR_model__MMethodDef___64dis_abstract = 7;
4364 const int COLOR_separate_compiler__MMethodDef___64dseparate_runtime_function_cache = 8;
4365 const int COLOR_separate_compiler__MMethodDef___64dvirtual_runtime_function_cache = 9;
4366 const int COLOR_model__MAttributeDef___64dstatic_mtype = 6;
4367 const int COLOR_model__MVirtualTypeDef___64dbound = 6;
4368 const int COLOR_model__MClassKind___64dto_s = 0;
4369 const int COLOR_model__MClassKind___64dneed_init = 1;
4370 const int COLOR_parser_util__InjectedLexer___64dinjected_before = 8;
4371 const int COLOR_parser_util__InjectedLexer___64dinjected_after = 9;
4372 const int COLOR_parser_util__InjectedLexer___64dis_finished = 10;
4373 const int COLOR_parser_util__CollectTokensByTextVisitor___64dtext = 1;
4374 const int COLOR_parser_util__CollectTokensByTextVisitor___64dresult = 2;
4375 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dname = 1;
4376 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dresult = 2;
4377 const int COLOR_phase__AnnotationPhaseVisitor___64dphase = 1;
4378 const int COLOR_phase__Phase___64dtoolcontext = 0;
4379 const int COLOR_phase__Phase___64din_hierarchy = 1;
4380 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64donce_count = 1;
4381 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64dtoolcontext = 2;
4382 const int COLOR_literal__LiteralVisitor___64dtoolcontext = 1;
4383 const int COLOR_scope__Variable___64dname = 0;
4384 const int COLOR_typing__Variable___64ddeclared_type = 1;
4385 const int COLOR_scope__EscapeMark___64dname = 0;
4386 const int COLOR_scope__EscapeMark___64dfor_loop = 1;
4387 const int COLOR_scope__EscapeMark___64dcontinues = 2;
4388 const int COLOR_scope__EscapeMark___64dbreaks = 3;
4389 const int COLOR_scope__ScopeVisitor___64dtoolcontext = 1;
4390 const int COLOR_scope__ScopeVisitor___64dselfvariable = 2;
4391 const int COLOR_scope__ScopeVisitor___64dscopes = 3;
4392 const int COLOR_scope__Scope___64dvariables = 0;
4393 const int COLOR_scope__Scope___64descapemark = 1;
4394 const int COLOR_flow__FlowVisitor___64dcurrent_flow_context = 1;
4395 const int COLOR_flow__FlowVisitor___64dtoolcontext = 2;
4396 const int COLOR_flow__FlowVisitor___64dfirst = 3;
4397 const int COLOR_flow__FlowVisitor___64dflows = 4;
4398 const int COLOR_flow__FlowContext___64dprevious = 0;
4399 const int COLOR_flow__FlowContext___64dloops = 1;
4400 const int COLOR_flow__FlowContext___64dis_marked_unreachable = 2;
4401 const int COLOR_flow__FlowContext___64dis_already_unreachable = 3;
4402 const int COLOR_flow__FlowContext___64dis_start = 4;
4403 const int COLOR_flow__FlowContext___64dnode = 5;
4404 const int COLOR_flow__FlowContext___64dname = 6;
4405 const int COLOR_flow__FlowContext___64dwhen_true = 7;
4406 const int COLOR_flow__FlowContext___64dwhen_false = 8;
4407 const int COLOR_local_var_init__FlowContext___64dset_vars = 9;
4408 const int COLOR_typing__FlowContext___64dvars = 10;
4409 const int COLOR_typing__FlowContext___64dcache = 11;
4410 const int COLOR_local_var_init__LocalVarInitVisitor___64dtoolcontext = 1;
4411 const int COLOR_local_var_init__LocalVarInitVisitor___64dmaybe_unset_vars = 2;
4412 const int COLOR_modelbuilder__ModelBuilder___64dmodel = 0;
4413 const int COLOR_modelbuilder__ModelBuilder___64dtoolcontext = 1;
4414 const int COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache = 2;
4415 const int COLOR_modelbuilder__ModelBuilder___64dpaths = 3;
4416 const int COLOR_modelbuilder__ModelBuilder___64didentified_files = 4;
4417 const int COLOR_modelbuilder__ModelBuilder___64dmgroups = 5;
4418 const int COLOR_modelbuilder__ModelBuilder___64dnmodules = 6;
4419 const int COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule = 7;
4420 const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef = 8;
4421 const int COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef = 9;
4422 const int COLOR_abstract_compiler__ModelBuilder___64dcompile_dir = 10;
4423 const int COLOR_modelbuilder__ModulePath___64dname = 0;
4424 const int COLOR_modelbuilder__ModulePath___64dfilepath = 1;
4425 const int COLOR_modelbuilder__ModulePath___64dmgroup = 2;
4426 const int COLOR_modelbuilder__ModulePath___64dmmodule = 3;
4427 const int COLOR_modelize_property__TextCollectorVisitor___64dtext = 1;
4428 const int COLOR_nitni_utilities__SignatureLength___64dlong = 0;
4429 const int COLOR_typing__TypeVisitor___64dmodelbuilder = 0;
4430 const int COLOR_typing__TypeVisitor___64dnclassdef = 1;
4431 const int COLOR_typing__TypeVisitor___64dmpropdef = 2;
4432 const int COLOR_typing__TypeVisitor___64dselfvariable = 3;
4433 const int COLOR_typing__CallSite___64dnode = 0;
4434 const int COLOR_typing__CallSite___64drecv = 1;
4435 const int COLOR_typing__CallSite___64drecv_is_self = 2;
4436 const int COLOR_typing__CallSite___64dmproperty = 3;
4437 const int COLOR_typing__CallSite___64dmpropdef = 4;
4438 const int COLOR_typing__CallSite___64dmsignature = 5;
4439 const int COLOR_typing__CallSite___64derasure_cast = 6;
4440 const int COLOR_auto_super_init__AutoSuperInitVisitor___64dhas_explicit_super_init = 1;
4441 const int COLOR_div_by_zero__DivByZeroVisitor___64dtoolcontext = 1;
4442 const int COLOR_div_by_zero__DivByZeroVisitor___64dmmodule = 2;
4443 const int COLOR_astbuilder__ASTBuilder___64dmmodule = 0;
4444 const int COLOR_astbuilder__ASTBuilder___64danchor = 1;
4445 const int COLOR_astvalidation__ASTValidationVisitor___64dpath = 1;
4446 const int COLOR_astvalidation__ASTValidationVisitor___64dseen = 2;
4447 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmodelbuilder = 0;
4448 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmainmodule = 1;
4449 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_types = 2;
4450 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_types = 3;
4451 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_classes = 4;
4452 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_cast_types = 5;
4453 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_cast_types = 6;
4454 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methoddefs = 7;
4455 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methods = 8;
4456 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_super_sends = 9;
4457 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtotry_methods = 10;
4458 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtodo = 11;
4459 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64danalysis = 1;
4460 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dreceiver = 2;
4461 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dmpropdef = 3;
4462 const int COLOR_transform__TransformVisitor___64dphase = 1;
4463 const int COLOR_transform__TransformVisitor___64dmmodule = 2;
4464 const int COLOR_transform__TransformVisitor___64dmclassdef = 3;
4465 const int COLOR_transform__TransformVisitor___64dmpropdef = 4;
4466 const int COLOR_transform__TransformVisitor___64dbuilder = 5;
4467 const int COLOR_nitni_callbacks__ForeignCallbackSet___64dcallbacks = 0;
4468 const int COLOR_nitni_callbacks__ForeignCallbackSet___64dsupers = 1;
4469 const int COLOR_nitni_callbacks__ForeignCallbackSet___64dtypes = 2;
4470 const int COLOR_nitni_callbacks__ForeignCallbackSet___64dcasts = 3;
4471 const int COLOR_nitni_callbacks__ForeignCallbackSet___64dall_cached = 4;
4472 const int COLOR_nitni_callbacks__MExplicitCall___64drecv_mtype = 0;
4473 const int COLOR_nitni_callbacks__MExplicitCall___64dmproperty = 1;
4474 const int COLOR_nitni_callbacks__MExplicitCall___64dfrom_mmodule = 2;
4475 const int COLOR_nitni_callbacks__MExplicitSuper___64dfrom = 0;
4476 const int COLOR_nitni_callbacks__MExplicitCast___64dfrom = 0;
4477 const int COLOR_nitni_callbacks__MExplicitCast___64dto = 1;
4478 const int COLOR_ffi_base__FFILanguageAssignationPhase___64dlanguages = 2;
4479 const int COLOR_c__FFILanguageAssignationPhase___64dc_language = 3;
4480 const int COLOR_cpp__FFILanguageAssignationPhase___64dcpp_language = 4;
4481 const int COLOR_ffi_base__ExternFile___64dfilename = 0;
4482 const int COLOR_c__ExternCFile___64dcflags = 1;
4483 const int COLOR_c__ForeignCType___64dctype = 0;
4484 const int COLOR_c__ExternCFunction___64dmethod = 3;
4485 const int COLOR_cpp__ExternCppFile___64damodule = 1;
4486 const int COLOR_cpp__ForeignCppType___64dcpp_type = 0;
4487 const int COLOR_c_compiler_options__DirectCCompilerOption___64doption = 0;
4488 const int COLOR_c_compiler_options__ExecCCompilerOption___64dcommand = 0;
4489 const int COLOR_c_compiler_options__ExecCCompilerOption___64dexec_node = 1;
4490 const int COLOR_abstract_compiler__Toolchain___64dtoolcontext = 0;
4491 const int COLOR_abstract_compiler__MakefileToolchain___64dcc_paths = 1;
4492 const int COLOR_abstract_compiler__AbstractCompiler___64dnames = 0;
4493 const int COLOR_abstract_compiler__AbstractCompiler___64dmainmodule = 1;
4494 const int COLOR_abstract_compiler__AbstractCompiler___64drealmainmodule = 2;
4495 const int COLOR_abstract_compiler__AbstractCompiler___64dmodelbuilder = 3;
4496 const int COLOR_abstract_compiler__AbstractCompiler___64dfiles = 4;
4497 const int COLOR_abstract_compiler__AbstractCompiler___64dheader = 5;
4498 const int COLOR_abstract_compiler__AbstractCompiler___64dprovided_declarations = 6;
4499 const int COLOR_abstract_compiler__AbstractCompiler___64drequirers_of_declarations = 7;
4500 const int COLOR_abstract_compiler__AbstractCompiler___64dextern_bodies = 8;
4501 const int COLOR_abstract_compiler__AbstractCompiler___64dfiles_to_copy = 9;
4502 const int COLOR_abstract_compiler__AbstractCompiler___64dseen_extern = 10;
4503 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_tags = 11;
4504 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_resolved = 12;
4505 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_unresolved = 13;
4506 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_skipped = 14;
4507 const int COLOR_abstract_compiler__CodeFile___64dname = 0;
4508 const int COLOR_abstract_compiler__CodeFile___64dwriters = 1;
4509 const int COLOR_abstract_compiler__CodeFile___64drequired_declarations = 2;
4510 const int COLOR_abstract_compiler__CodeWriter___64dfile = 0;
4511 const int COLOR_abstract_compiler__CodeWriter___64dlines = 1;
4512 const int COLOR_abstract_compiler__CodeWriter___64ddecl_lines = 2;
4513 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcompiler = 0;
4514 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcurrent_node = 1;
4515 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dframe = 2;
4516 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dwriter = 3;
4517 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dnames = 4;
4518 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dlast = 5;
4519 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64descapemark_names = 6;
4520 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dvariables = 7;
4521 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dmmethoddef = 0;
4522 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dc_name_cache = 1;
4523 const int COLOR_abstract_compiler__RuntimeVariable___64dname = 0;
4524 const int COLOR_abstract_compiler__RuntimeVariable___64dmtype = 1;
4525 const int COLOR_abstract_compiler__RuntimeVariable___64dmcasttype = 2;
4526 const int COLOR_abstract_compiler__RuntimeVariable___64dis_exact = 3;
4527 const int COLOR_abstract_compiler__Frame___64dvisitor = 0;
4528 const int COLOR_abstract_compiler__Frame___64dmpropdef = 1;
4529 const int COLOR_abstract_compiler__Frame___64dreceiver = 2;
4530 const int COLOR_abstract_compiler__Frame___64darguments = 3;
4531 const int COLOR_abstract_compiler__Frame___64dreturnvar = 4;
4532 const int COLOR_abstract_compiler__Frame___64dreturnlabel = 5;
4533 const int COLOR_layout_builders__Layout___64dids = 0;
4534 const int COLOR_layout_builders__Layout___64dpos = 1;
4535 const int COLOR_layout_builders__PHLayout___64dmasks = 2;
4536 const int COLOR_layout_builders__PHLayout___64dhashes = 3;
4537 const int COLOR_layout_builders__POSetBuilder___64dmmodule = 0;
4538 const int COLOR_layout_builders__TypingBMizer___64dmmodule = 0;
4539 const int COLOR_layout_builders__TypingBMizer___64dposet_builder = 1;
4540 const int COLOR_layout_builders__TypingBMizer___64dposet_cache = 2;
4541 const int COLOR_layout_builders__MPropertyBMizer___64dmmodule = 0;
4542 const int COLOR_layout_builders__TypingColorer___64dcore = 0;
4543 const int COLOR_layout_builders__TypingColorer___64dcrown = 1;
4544 const int COLOR_layout_builders__TypingColorer___64dborder = 2;
4545 const int COLOR_layout_builders__TypingColorer___64dcoloration_result = 3;
4546 const int COLOR_layout_builders__TypingColorer___64dmmodule = 4;
4547 const int COLOR_layout_builders__TypingColorer___64dposet_builder = 5;
4548 const int COLOR_layout_builders__TypingColorer___64dposet_cache = 6;
4549 const int COLOR_layout_builders__TypingColorer___64dconflicts_graph = 7;
4550 const int COLOR_layout_builders__TypingColorer___64dlinear_extensions_cache = 8;
4551 const int COLOR_layout_builders__MPropertyColorer___64dmmodule = 0;
4552 const int COLOR_layout_builders__MPropertyColorer___64dclass_colorer = 1;
4553 const int COLOR_layout_builders__MPropertyColorer___64dcoloration_result = 2;
4554 const int COLOR_layout_builders__ResolutionColorer___64dcoloration_result = 0;
4555 const int COLOR_layout_builders__ResolutionColorer___64dconflicts_graph = 1;
4556 const int COLOR_android_platform__AndroidToolchain___64dandroid_project_root = 2;
4557 const int COLOR_global_compiler__GlobalCompiler___64druntime_type_analysis = 15;
4558 const int COLOR_global_compiler__GlobalCompiler___64dclassids = 16;
4559 const int COLOR_global_compiler__GlobalCompiler___64dlive_primitive_types = 17;
4560 const int COLOR_global_compiler__GlobalCompiler___64dtodos = 18;
4561 const int COLOR_global_compiler__GlobalCompiler___64dseen = 19;
4562 const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache = 20;
4563 const int COLOR_global_compiler__CustomizedRuntimeFunction___64drecv = 2;
4564 const int COLOR_separate_compiler__SeparateCompiler___64druntime_type_analysis = 15;
4565 const int COLOR_separate_compiler__SeparateCompiler___64dundead_types = 16;
4566 const int COLOR_separate_compiler__SeparateCompiler___64dlive_unresolved_types = 17;
4567 const int COLOR_separate_compiler__SeparateCompiler___64dtype_layout = 18;
4568 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_layout = 19;
4569 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_layout = 20;
4570 const int COLOR_separate_compiler__SeparateCompiler___64dattr_layout = 21;
4571 const int COLOR_separate_compiler__SeparateCompiler___64dbox_kinds = 22;
4572 const int COLOR_separate_compiler__SeparateCompiler___64dcolor_consts_done = 23;
4573 const int COLOR_separate_compiler__SeparateCompiler___64dtype_tables = 24;
4574 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_tables = 25;
4575 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_tables = 26;
4576 const int COLOR_separate_compiler__SeparateCompiler___64dattr_tables = 27;
4577 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_layout = 28;
4578 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_layout = 29;
4579 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_tables = 30;
4580 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_tables = 31;
4581 /* runtime class modelbuilder__ModelBuilder */
4582 const struct class class_modelbuilder__ModelBuilder = {
4583 0, /* box_kind */
4584 {
4585 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to modelbuilder:ModelBuilder:kernel#Object#object_id */
4586 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to modelbuilder:ModelBuilder:kernel#Object#is_same_type */
4587 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to modelbuilder:ModelBuilder:kernel#Object#is_same_instance */
4588 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#== */
4589 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#!= */
4590 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output */
4591 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output_class_name */
4592 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModelBuilder:kernel#Object#exit */
4593 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModelBuilder:kernel#Object#sys */
4594 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModelBuilder:kernel#Object#hash */
4595 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModelBuilder:math#Object#atan2 */
4596 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModelBuilder:math#Object#pi */
4597 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModelBuilder:math#Object#srand_from */
4598 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModelBuilder:math#Object#srand */
4599 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to modelbuilder:ModelBuilder:string#Object#to_s */
4600 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#native_class_name */
4601 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#class_name */
4602 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect */
4603 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect_head */
4604 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModelBuilder:string#Object#args */
4605 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to modelbuilder:ModelBuilder:string#Object#alpha_comparator */
4606 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#poll */
4607 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#intern_poll */
4608 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModelBuilder:time#Object#get_time */
4609 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to modelbuilder:ModelBuilder:file#Object#printn */
4610 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to modelbuilder:ModelBuilder:file#Object#print */
4611 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to modelbuilder:ModelBuilder:file#Object#getc */
4612 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to modelbuilder:ModelBuilder:file#Object#gets */
4613 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#getcwd */
4614 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#file_getcwd */
4615 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to modelbuilder:ModelBuilder:file#Object#stdin */
4616 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to modelbuilder:ModelBuilder:file#Object#stdout */
4617 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to modelbuilder:ModelBuilder:file#Object#stderr */
4618 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#intrude_visibility */
4619 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#public_visibility */
4620 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#protected_visibility */
4621 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#private_visibility */
4622 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#none_visibility */
4623 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#abstract_kind */
4624 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#concrete_kind */
4625 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#interface_kind */
4626 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#enum_kind */
4627 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#extern_kind */
4628 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#internal_call_context */
4629 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#long_signature */
4630 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#short_signature */
4631 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to modelbuilder:ModelBuilder:c#Object#to_c_call_context */
4632 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to modelbuilder:ModelBuilder:c#Object#from_c_call_context */
4633 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#cpp_call_context */
4634 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#to_cpp_call_context */
4635 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#from_cpp_call_context */
4636 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model */
4637 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model= */
4638 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext */
4639 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext= */
4640 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__run_phases, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#run_phases */
4641 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#init */
4642 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__parse, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#parse */
4643 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mclass_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mclass_by_name */
4644 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2 */
4645 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache */
4646 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache= */
4647 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name */
4648 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths */
4649 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths= */
4650 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mmodule_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mmodule_by_name */
4651 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identified_files, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identified_files */
4652 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identified_files_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identified_files= */
4653 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identify_file, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identify_file */
4654 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mgroups, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mgroups */
4655 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mgroups_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mgroups= */
4656 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mgroup, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mgroup */
4657 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__module_absolute_path, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#module_absolute_path */
4658 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module_ast, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module_ast */
4659 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module */
4660 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_rt_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_rt_module */
4661 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_a_mmodule, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_a_mmodule */
4662 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_module_importation, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_module_importation */
4663 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules */
4664 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules= */
4665 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule */
4666 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule= */
4667 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__error, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#error */
4668 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__warning, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#warning */
4669 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__force_get_primitive_method, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#force_get_primitive_method */
4670 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclass, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclass */
4671 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclassdef */
4672 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#collect_a_mclassdef_inheritance */
4673 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__check_supertypes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#check_supertypes */
4674 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_classes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_classes */
4675 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef */
4676 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef= */
4677 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype_unchecked, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype_unchecked */
4678 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype */
4679 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef */
4680 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef= */
4681 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__build_properties, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#build_properties */
4682 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__process_default_constructors, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#process_default_constructors */
4683 (nitmethod_t)VIRTUAL_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis, /* pointer to modelbuilder:ModelBuilder:rapid_type_analysis#ModelBuilder#do_rapid_type_analysis */
4684 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__compile_dir, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#compile_dir */
4685 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__compile_dir_61d, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#compile_dir= */
4686 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__write_and_make, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#write_and_make */
4687 (nitmethod_t)VIRTUAL_global_compiler__ModelBuilder__run_global_compiler, /* pointer to modelbuilder:ModelBuilder:global_compiler#ModelBuilder#run_global_compiler */
4688 (nitmethod_t)VIRTUAL_separate_compiler__ModelBuilder__run_separate_compiler, /* pointer to modelbuilder:ModelBuilder:separate_compiler#ModelBuilder#run_separate_compiler */
4689 (nitmethod_t)VIRTUAL_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler, /* pointer to modelbuilder:ModelBuilder:separate_erasure_compiler#ModelBuilder#run_separate_erasure_compiler */
4690 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#init */
4691 }
4692 };
4693 /* allocate ModelBuilder */
4694 val* NEW_modelbuilder__ModelBuilder(const struct type* type) {
4695 val* self /* : ModelBuilder */;
4696 val* var /* : HashMap3[MModule, MType, String, nullable MProperty] */;
4697 val* var1 /* : Array[String] */;
4698 val* var2 /* : HashMap[String, nullable ModulePath] */;
4699 val* var3 /* : HashMap[String, nullable MGroup] */;
4700 val* var4 /* : Array[AModule] */;
4701 val* var5 /* : HashMap[MModule, AModule] */;
4702 val* var6 /* : HashMap[MClassDef, AClassdef] */;
4703 val* var7 /* : HashMap[MPropDef, APropdef] */;
4704 self = nit_alloc(sizeof(struct instance) + 11*sizeof(nitattribute_t));
4705 self->type = type;
4706 self->class = &class_modelbuilder__ModelBuilder;
4707 var = NEW_more_collections__HashMap3(&type_more_collections__HashMap3mmodule__MModulemodel__MTypestring__Stringnullable_model__MProperty);
4708 ((void (*)(val*))(var->class->vft[COLOR_more_collections__HashMap3__init]))(var) /* init on <var:HashMap3[MModule, MType, String, nullable MProperty]>*/;
4709 self->attrs[COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache].val = var; /* @try_get_mproperty_by_name2_cache on <self:ModelBuilder exact> */
4710 var1 = NEW_array__Array(&type_array__Arraystring__String);
4711 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[String]>*/;
4712 self->attrs[COLOR_modelbuilder__ModelBuilder___64dpaths].val = var1; /* @paths on <self:ModelBuilder exact> */
4713 var2 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringnullable_modelbuilder__ModulePath);
4714 ((void (*)(val*))(var2->class->vft[COLOR_hash_collection__HashMap__init]))(var2) /* init on <var2:HashMap[String, nullable ModulePath]>*/;
4715 self->attrs[COLOR_modelbuilder__ModelBuilder___64didentified_files].val = var2; /* @identified_files on <self:ModelBuilder exact> */
4716 var3 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringnullable_mproject__MGroup);
4717 ((void (*)(val*))(var3->class->vft[COLOR_hash_collection__HashMap__init]))(var3) /* init on <var3:HashMap[String, nullable MGroup]>*/;
4718 self->attrs[COLOR_modelbuilder__ModelBuilder___64dmgroups].val = var3; /* @mgroups on <self:ModelBuilder exact> */
4719 var4 = NEW_array__Array(&type_array__Arrayparser_nodes__AModule);
4720 ((void (*)(val*))(var4->class->vft[COLOR_array__Array__init]))(var4) /* init on <var4:Array[AModule]>*/;
4721 self->attrs[COLOR_modelbuilder__ModelBuilder___64dnmodules].val = var4; /* @nmodules on <self:ModelBuilder exact> */
4722 var5 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmmodule__MModuleparser_nodes__AModule);
4723 ((void (*)(val*))(var5->class->vft[COLOR_hash_collection__HashMap__init]))(var5) /* init on <var5:HashMap[MModule, AModule]>*/;
4724 self->attrs[COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule].val = var5; /* @mmodule2nmodule on <self:ModelBuilder exact> */
4725 var6 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MClassDefparser_nodes__AClassdef);
4726 ((void (*)(val*))(var6->class->vft[COLOR_hash_collection__HashMap__init]))(var6) /* init on <var6:HashMap[MClassDef, AClassdef]>*/;
4727 self->attrs[COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef].val = var6; /* @mclassdef2nclassdef on <self:ModelBuilder exact> */
4728 var7 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MPropDefparser_nodes__APropdef);
4729 ((void (*)(val*))(var7->class->vft[COLOR_hash_collection__HashMap__init]))(var7) /* init on <var7:HashMap[MPropDef, APropdef]>*/;
4730 self->attrs[COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef].val = var7; /* @mpropdef2npropdef on <self:ModelBuilder exact> */
4731 return self;
4732 }
4733 /* runtime class modelbuilder__ModulePath */
4734 const struct class class_modelbuilder__ModulePath = {
4735 0, /* box_kind */
4736 {
4737 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to modelbuilder:ModulePath:kernel#Object#object_id */
4738 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to modelbuilder:ModulePath:kernel#Object#is_same_type */
4739 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to modelbuilder:ModulePath:kernel#Object#is_same_instance */
4740 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to modelbuilder:ModulePath:kernel#Object#== */
4741 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to modelbuilder:ModulePath:kernel#Object#!= */
4742 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to modelbuilder:ModulePath:kernel#Object#output */
4743 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to modelbuilder:ModulePath:kernel#Object#output_class_name */
4744 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModulePath:kernel#Object#exit */
4745 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModulePath:kernel#Object#sys */
4746 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModulePath:kernel#Object#hash */
4747 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModulePath:math#Object#atan2 */
4748 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModulePath:math#Object#pi */
4749 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModulePath:math#Object#srand_from */
4750 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModulePath:math#Object#srand */
4751 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__to_s, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#to_s */
4752 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModulePath:string#Object#native_class_name */
4753 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModulePath:string#Object#class_name */
4754 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModulePath:string#Object#inspect */
4755 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModulePath:string#Object#inspect_head */
4756 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModulePath:string#Object#args */
4757 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to modelbuilder:ModulePath:string#Object#alpha_comparator */
4758 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModulePath:stream#Object#poll */
4759 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModulePath:stream#Object#intern_poll */
4760 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModulePath:time#Object#get_time */
4761 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to modelbuilder:ModulePath:file#Object#printn */
4762 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to modelbuilder:ModulePath:file#Object#print */
4763 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to modelbuilder:ModulePath:file#Object#getc */
4764 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to modelbuilder:ModulePath:file#Object#gets */
4765 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to modelbuilder:ModulePath:file#Object#getcwd */
4766 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to modelbuilder:ModulePath:file#Object#file_getcwd */
4767 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to modelbuilder:ModulePath:file#Object#stdin */
4768 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to modelbuilder:ModulePath:file#Object#stdout */
4769 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to modelbuilder:ModulePath:file#Object#stderr */
4770 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#intrude_visibility */
4771 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#public_visibility */
4772 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#protected_visibility */
4773 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#private_visibility */
4774 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#none_visibility */
4775 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to modelbuilder:ModulePath:model#Object#abstract_kind */
4776 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to modelbuilder:ModulePath:model#Object#concrete_kind */
4777 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModulePath:model#Object#interface_kind */
4778 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModulePath:model#Object#enum_kind */
4779 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModulePath:model#Object#extern_kind */
4780 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#internal_call_context */
4781 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#long_signature */
4782 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#short_signature */
4783 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to modelbuilder:ModulePath:c#Object#to_c_call_context */
4784 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to modelbuilder:ModulePath:c#Object#from_c_call_context */
4785 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#cpp_call_context */
4786 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#to_cpp_call_context */
4787 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#from_cpp_call_context */
4788 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__name, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#name */
4789 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__name_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#name= */
4790 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__filepath, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#filepath */
4791 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__filepath_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#filepath= */
4792 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mgroup, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mgroup */
4793 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mgroup_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mgroup= */
4794 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mmodule, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mmodule */
4795 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mmodule_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mmodule= */
4796 (nitmethod_t)VIRTUAL_modelbuilder__ModulePath__init, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#init */
4797 }
4798 };
4799 /* allocate ModulePath */
4800 val* NEW_modelbuilder__ModulePath(const struct type* type) {
4801 val* self /* : ModulePath */;
4802 val* var /* : null */;
4803 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4804 self->type = type;
4805 self->class = &class_modelbuilder__ModulePath;
4806 var = NULL;
4807 self->attrs[COLOR_modelbuilder__ModulePath___64dmmodule].val = var; /* @mmodule on <self:ModulePath exact> */
4808 return self;
4809 }
4810 /* runtime class parser__State */
4811 const struct class class_parser__State = {
4812 0, /* box_kind */
4813 {
4814 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:State:kernel#Object#object_id */
4815 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:State:kernel#Object#is_same_type */
4816 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:State:kernel#Object#is_same_instance */
4817 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:State:kernel#Object#== */
4818 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:State:kernel#Object#!= */
4819 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:State:kernel#Object#output */
4820 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:State:kernel#Object#output_class_name */
4821 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:State:kernel#Object#exit */
4822 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:State:kernel#Object#sys */
4823 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:State:kernel#Object#hash */
4824 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:State:math#Object#atan2 */
4825 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:State:math#Object#pi */
4826 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:State:math#Object#srand_from */
4827 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:State:math#Object#srand */
4828 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:State:string#Object#to_s */
4829 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:State:string#Object#native_class_name */
4830 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:State:string#Object#class_name */
4831 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:State:string#Object#inspect */
4832 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:State:string#Object#inspect_head */
4833 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:State:string#Object#args */
4834 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:State:string#Object#alpha_comparator */
4835 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:State:stream#Object#poll */
4836 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:State:stream#Object#intern_poll */
4837 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:State:time#Object#get_time */
4838 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:State:file#Object#printn */
4839 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:State:file#Object#print */
4840 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:State:file#Object#getc */
4841 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:State:file#Object#gets */
4842 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:State:file#Object#getcwd */
4843 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:State:file#Object#file_getcwd */
4844 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:State:file#Object#stdin */
4845 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:State:file#Object#stdout */
4846 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:State:file#Object#stderr */
4847 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:State:model_base#Object#intrude_visibility */
4848 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:State:model_base#Object#public_visibility */
4849 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:State:model_base#Object#protected_visibility */
4850 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:State:model_base#Object#private_visibility */
4851 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:State:model_base#Object#none_visibility */
4852 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:State:model#Object#abstract_kind */
4853 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:State:model#Object#concrete_kind */
4854 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:State:model#Object#interface_kind */
4855 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:State:model#Object#enum_kind */
4856 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:State:model#Object#extern_kind */
4857 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:State:nitni_utilities#Object#internal_call_context */
4858 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:State:nitni_utilities#Object#long_signature */
4859 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:State:nitni_utilities#Object#short_signature */
4860 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:State:c#Object#to_c_call_context */
4861 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:State:c#Object#from_c_call_context */
4862 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:State:cpp#Object#cpp_call_context */
4863 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:State:cpp#Object#to_cpp_call_context */
4864 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:State:cpp#Object#from_cpp_call_context */
4865 (nitmethod_t)VIRTUAL_parser__State__state, /* pointer to parser:State:parser#State#state */
4866 (nitmethod_t)VIRTUAL_parser__State__state_61d, /* pointer to parser:State:parser#State#state= */
4867 (nitmethod_t)VIRTUAL_parser__State__nodes, /* pointer to parser:State:parser#State#nodes */
4868 (nitmethod_t)VIRTUAL_parser__State__nodes_61d, /* pointer to parser:State:parser#State#nodes= */
4869 (nitmethod_t)VIRTUAL_parser__State__init, /* pointer to parser:State:parser#State#init */
4870 }
4871 };
4872 /* allocate State */
4873 val* NEW_parser__State(const struct type* type) {
4874 val* self /* : State */;
4875 self = nit_alloc(sizeof(struct instance) + 2*sizeof(nitattribute_t));
4876 self->type = type;
4877 self->class = &class_parser__State;
4878 return self;
4879 }
4880 /* runtime class parser__Parser */
4881 const struct class class_parser__Parser = {
4882 0, /* box_kind */
4883 {
4884 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:Parser:kernel#Object#object_id */
4885 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:Parser:kernel#Object#is_same_type */
4886 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:Parser:kernel#Object#is_same_instance */
4887 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:Parser:kernel#Object#== */
4888 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:Parser:kernel#Object#!= */
4889 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:Parser:kernel#Object#output */
4890 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:Parser:kernel#Object#output_class_name */
4891 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:Parser:kernel#Object#exit */
4892 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:Parser:kernel#Object#sys */
4893 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:Parser:kernel#Object#hash */
4894 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:Parser:math#Object#atan2 */
4895 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:Parser:math#Object#pi */
4896 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:Parser:math#Object#srand_from */
4897 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:Parser:math#Object#srand */
4898 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:Parser:string#Object#to_s */
4899 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:Parser:string#Object#native_class_name */
4900 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:Parser:string#Object#class_name */
4901 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:Parser:string#Object#inspect */
4902 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:Parser:string#Object#inspect_head */
4903 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:Parser:string#Object#args */
4904 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:Parser:string#Object#alpha_comparator */
4905 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:Parser:stream#Object#poll */
4906 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:Parser:stream#Object#intern_poll */
4907 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:Parser:time#Object#get_time */
4908 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:Parser:file#Object#printn */
4909 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:Parser:file#Object#print */
4910 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:Parser:file#Object#getc */
4911 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:Parser:file#Object#gets */
4912 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:Parser:file#Object#getcwd */
4913 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:Parser:file#Object#file_getcwd */
4914 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:Parser:file#Object#stdin */
4915 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:Parser:file#Object#stdout */
4916 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:Parser:file#Object#stderr */
4917 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:Parser:model_base#Object#intrude_visibility */
4918 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:Parser:model_base#Object#public_visibility */
4919 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:Parser:model_base#Object#protected_visibility */
4920 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:Parser:model_base#Object#private_visibility */
4921 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:Parser:model_base#Object#none_visibility */
4922 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:Parser:model#Object#abstract_kind */
4923 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:Parser:model#Object#concrete_kind */
4924 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:Parser:model#Object#interface_kind */
4925 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:Parser:model#Object#enum_kind */
4926 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:Parser:model#Object#extern_kind */
4927 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:Parser:nitni_utilities#Object#internal_call_context */
4928 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:Parser:nitni_utilities#Object#long_signature */
4929 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:Parser:nitni_utilities#Object#short_signature */
4930 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:Parser:c#Object#to_c_call_context */
4931 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:Parser:c#Object#from_c_call_context */
4932 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:Parser:cpp#Object#cpp_call_context */
4933 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:Parser:cpp#Object#to_cpp_call_context */
4934 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:Parser:cpp#Object#from_cpp_call_context */
4935 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_goto, /* pointer to parser:Parser:tables#TablesCapable#lexer_goto */
4936 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_accept, /* pointer to parser:Parser:tables#TablesCapable#lexer_accept */
4937 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_goto, /* pointer to parser:Parser:tables#TablesCapable#parser_goto */
4938 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_action, /* pointer to parser:Parser:tables#TablesCapable#parser_action */
4939 (nitmethod_t)VIRTUAL_parser__Parser__init, /* pointer to parser:Parser:parser#Parser#init */
4940 (nitmethod_t)VIRTUAL_parser__Parser__go_to, /* pointer to parser:Parser:parser#Parser#go_to */
4941 (nitmethod_t)VIRTUAL_parser__Parser__push, /* pointer to parser:Parser:parser#Parser#push */
4942 (nitmethod_t)VIRTUAL_parser__Parser__state, /* pointer to parser:Parser:parser#Parser#state */
4943 (nitmethod_t)VIRTUAL_parser__Parser__pop, /* pointer to parser:Parser:parser#Parser#pop */
4944 (nitmethod_t)VIRTUAL_parser__Parser__parse, /* pointer to parser:Parser:parser#Parser#parse */
4945 (nitmethod_t)VIRTUAL_parser__Parser__build_reduce_table, /* pointer to parser:Parser:parser#Parser#build_reduce_table */
4946 }
4947 };
4948 /* allocate Parser */
4949 val* NEW_parser__Parser(const struct type* type) {
4950 val* self /* : Parser */;
4951 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4952 self->type = type;
4953 self->class = &class_parser__Parser;
4954 return self;
4955 }
4956 /* runtime class parser__ComputeProdLocationVisitor */
4957 const struct class class_parser__ComputeProdLocationVisitor = {
4958 0, /* box_kind */
4959 {
4960 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#object_id */
4961 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#is_same_type */
4962 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#is_same_instance */
4963 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#== */
4964 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#!= */
4965 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output */
4966 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output_class_name */
4967 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#exit */
4968 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#sys */
4969 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#hash */
4970 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ComputeProdLocationVisitor:math#Object#atan2 */
4971 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ComputeProdLocationVisitor:math#Object#pi */
4972 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand_from */
4973 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand */
4974 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ComputeProdLocationVisitor:string#Object#to_s */
4975 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#native_class_name */
4976 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#class_name */
4977 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect */
4978 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect_head */
4979 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ComputeProdLocationVisitor:string#Object#args */
4980 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ComputeProdLocationVisitor:string#Object#alpha_comparator */
4981 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#poll */
4982 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#intern_poll */
4983 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ComputeProdLocationVisitor:time#Object#get_time */
4984 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ComputeProdLocationVisitor:file#Object#printn */
4985 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ComputeProdLocationVisitor:file#Object#print */
4986 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getc */
4987 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ComputeProdLocationVisitor:file#Object#gets */
4988 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getcwd */
4989 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#file_getcwd */
4990 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdin */
4991 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdout */
4992 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stderr */
4993 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#intrude_visibility */
4994 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#public_visibility */
4995 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#protected_visibility */
4996 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#private_visibility */
4997 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#none_visibility */
4998 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#abstract_kind */
4999 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#concrete_kind */
5000 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#interface_kind */
5001 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#enum_kind */
5002 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#extern_kind */
5003 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#internal_call_context */
5004 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#long_signature */
5005 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#short_signature */
5006 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ComputeProdLocationVisitor:c#Object#to_c_call_context */
5007 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ComputeProdLocationVisitor:c#Object#from_c_call_context */
5008 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#cpp_call_context */
5009 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#to_cpp_call_context */
5010 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#from_cpp_call_context */
5011 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__visit, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#visit */
5012 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__enter_visit, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#enter_visit */
5013 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node */
5014 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node_61d, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node= */
5015 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#init */
5016 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#init */
5017 }
5018 };
5019 /* allocate ComputeProdLocationVisitor */
5020 val* NEW_parser__ComputeProdLocationVisitor(const struct type* type) {
5021 val* self /* : ComputeProdLocationVisitor */;
5022 val* var /* : null */;
5023 val* var1 /* : Array[Prod] */;
5024 val* var2 /* : Array[Prod] */;
5025 val* var3 /* : null */;
5026 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
5027 self->type = type;
5028 self->class = &class_parser__ComputeProdLocationVisitor;
5029 var = NULL;
5030 self->attrs[COLOR_parser_nodes__Visitor___current_node].val = var; /* _current_node on <self:ComputeProdLocationVisitor exact> */
5031 var1 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
5032 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[Prod]>*/;
5033 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_first_prods].val = var1; /* _need_first_prods on <self:ComputeProdLocationVisitor exact> */
5034 var2 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
5035 ((void (*)(val*))(var2->class->vft[COLOR_array__Array__init]))(var2) /* init on <var2:Array[Prod]>*/;
5036 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons].val = var2; /* _need_after_epsilons on <self:ComputeProdLocationVisitor exact> */
5037 var3 = NULL;
5038 self->attrs[COLOR_parser__ComputeProdLocationVisitor___last_location].val = var3; /* _last_location on <self:ComputeProdLocationVisitor exact> */
5039 return self;
5040 }
5041 /* runtime class parser__ReduceAction0 */
5042 const struct class class_parser__ReduceAction0 = {
5043 0, /* box_kind */
5044 {
5045 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction0:kernel#Object#object_id */
5046 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction0:kernel#Object#is_same_type */
5047 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction0:kernel#Object#is_same_instance */
5048 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction0:kernel#Object#== */
5049 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction0:kernel#Object#!= */
5050 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction0:kernel#Object#output */
5051 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction0:kernel#Object#output_class_name */
5052 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction0:kernel#Object#exit */
5053 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction0:kernel#Object#sys */
5054 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction0:kernel#Object#hash */
5055 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction0:math#Object#atan2 */
5056 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction0:math#Object#pi */
5057 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction0:math#Object#srand_from */
5058 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction0:math#Object#srand */
5059 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction0:string#Object#to_s */
5060 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction0:string#Object#native_class_name */
5061 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction0:string#Object#class_name */
5062 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction0:string#Object#inspect */
5063 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction0:string#Object#inspect_head */
5064 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction0:string#Object#args */
5065 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction0:string#Object#alpha_comparator */
5066 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction0:stream#Object#poll */
5067 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction0:stream#Object#intern_poll */
5068 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction0:time#Object#get_time */
5069 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction0:file#Object#printn */
5070 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction0:file#Object#print */
5071 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction0:file#Object#getc */
5072 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction0:file#Object#gets */
5073 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction0:file#Object#getcwd */
5074 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction0:file#Object#file_getcwd */
5075 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction0:file#Object#stdin */
5076 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction0:file#Object#stdout */
5077 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction0:file#Object#stderr */
5078 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction0:model_base#Object#intrude_visibility */
5079 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction0:model_base#Object#public_visibility */
5080 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction0:model_base#Object#protected_visibility */
5081 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction0:model_base#Object#private_visibility */
5082 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction0:model_base#Object#none_visibility */
5083 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction0:model#Object#abstract_kind */
5084 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction0:model#Object#concrete_kind */
5085 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction0:model#Object#interface_kind */
5086 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction0:model#Object#enum_kind */
5087 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction0:model#Object#extern_kind */
5088 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction0:nitni_utilities#Object#internal_call_context */
5089 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction0:nitni_utilities#Object#long_signature */
5090 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction0:nitni_utilities#Object#short_signature */
5091 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction0:c#Object#to_c_call_context */
5092 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction0:c#Object#from_c_call_context */
5093 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#cpp_call_context */
5094 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#to_cpp_call_context */
5095 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#from_cpp_call_context */
5096 (nitmethod_t)VIRTUAL_parser__ReduceAction0__action, /* pointer to parser:ReduceAction0:parser#ReduceAction0#action */
5097 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction0:parser#ReduceAction#concat */
5098 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction0:parser#ReduceAction#init */
5099 }
5100 };
5101 /* allocate ReduceAction0 */
5102 val* NEW_parser__ReduceAction0(const struct type* type) {
5103 val* self /* : ReduceAction0 */;
5104 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5105 self->type = type;
5106 self->class = &class_parser__ReduceAction0;
5107 return self;
5108 }
5109 /* runtime class parser__ReduceAction1 */
5110 const struct class class_parser__ReduceAction1 = {
5111 0, /* box_kind */
5112 {
5113 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction1:kernel#Object#object_id */
5114 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction1:kernel#Object#is_same_type */
5115 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction1:kernel#Object#is_same_instance */
5116 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction1:kernel#Object#== */
5117 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction1:kernel#Object#!= */
5118 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction1:kernel#Object#output */
5119 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction1:kernel#Object#output_class_name */
5120 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction1:kernel#Object#exit */
5121 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction1:kernel#Object#sys */
5122 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction1:kernel#Object#hash */
5123 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction1:math#Object#atan2 */
5124 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction1:math#Object#pi */
5125 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction1:math#Object#srand_from */
5126 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction1:math#Object#srand */
5127 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction1:string#Object#to_s */
5128 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction1:string#Object#native_class_name */
5129 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction1:string#Object#class_name */
5130 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction1:string#Object#inspect */
5131 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction1:string#Object#inspect_head */
5132 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction1:string#Object#args */
5133 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction1:string#Object#alpha_comparator */
5134 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction1:stream#Object#poll */
5135 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction1:stream#Object#intern_poll */
5136 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction1:time#Object#get_time */
5137 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction1:file#Object#printn */
5138 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction1:file#Object#print */
5139 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction1:file#Object#getc */
5140 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction1:file#Object#gets */
5141 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction1:file#Object#getcwd */
5142 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction1:file#Object#file_getcwd */
5143 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction1:file#Object#stdin */
5144 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction1:file#Object#stdout */
5145 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction1:file#Object#stderr */
5146 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction1:model_base#Object#intrude_visibility */
5147 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction1:model_base#Object#public_visibility */
5148 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction1:model_base#Object#protected_visibility */
5149 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction1:model_base#Object#private_visibility */
5150 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction1:model_base#Object#none_visibility */
5151 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction1:model#Object#abstract_kind */
5152 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction1:model#Object#concrete_kind */
5153 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction1:model#Object#interface_kind */
5154 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction1:model#Object#enum_kind */
5155 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction1:model#Object#extern_kind */
5156 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction1:nitni_utilities#Object#internal_call_context */
5157 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction1:nitni_utilities#Object#long_signature */
5158 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction1:nitni_utilities#Object#short_signature */
5159 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction1:c#Object#to_c_call_context */
5160 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction1:c#Object#from_c_call_context */
5161 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#cpp_call_context */
5162 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#to_cpp_call_context */
5163 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#from_cpp_call_context */
5164 (nitmethod_t)VIRTUAL_parser__ReduceAction1__action, /* pointer to parser:ReduceAction1:parser#ReduceAction1#action */
5165 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction1:parser#ReduceAction#concat */
5166 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction1:parser#ReduceAction#init */
5167 }
5168 };
5169 /* allocate ReduceAction1 */
5170 val* NEW_parser__ReduceAction1(const struct type* type) {
5171 val* self /* : ReduceAction1 */;
5172 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5173 self->type = type;
5174 self->class = &class_parser__ReduceAction1;
5175 return self;
5176 }
5177 /* runtime class parser__ReduceAction2 */
5178 const struct class class_parser__ReduceAction2 = {
5179 0, /* box_kind */
5180 {
5181 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction2:kernel#Object#object_id */
5182 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction2:kernel#Object#is_same_type */
5183 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction2:kernel#Object#is_same_instance */
5184 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction2:kernel#Object#== */
5185 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction2:kernel#Object#!= */
5186 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction2:kernel#Object#output */
5187 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction2:kernel#Object#output_class_name */
5188 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction2:kernel#Object#exit */
5189 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction2:kernel#Object#sys */
5190 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction2:kernel#Object#hash */
5191 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction2:math#Object#atan2 */
5192 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction2:math#Object#pi */
5193 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction2:math#Object#srand_from */
5194 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction2:math#Object#srand */
5195 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction2:string#Object#to_s */
5196 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction2:string#Object#native_class_name */
5197 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction2:string#Object#class_name */
5198 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction2:string#Object#inspect */
5199 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction2:string#Object#inspect_head */
5200 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction2:string#Object#args */
5201 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction2:string#Object#alpha_comparator */
5202 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction2:stream#Object#poll */
5203 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction2:stream#Object#intern_poll */
5204 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction2:time#Object#get_time */
5205 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction2:file#Object#printn */
5206 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction2:file#Object#print */
5207 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction2:file#Object#getc */
5208 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction2:file#Object#gets */
5209 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction2:file#Object#getcwd */
5210 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction2:file#Object#file_getcwd */
5211 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction2:file#Object#stdin */
5212 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction2:file#Object#stdout */
5213 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction2:file#Object#stderr */
5214 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction2:model_base#Object#intrude_visibility */
5215 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction2:model_base#Object#public_visibility */
5216 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction2:model_base#Object#protected_visibility */
5217 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction2:model_base#Object#private_visibility */
5218 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction2:model_base#Object#none_visibility */
5219 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction2:model#Object#abstract_kind */
5220 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction2:model#Object#concrete_kind */
5221 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction2:model#Object#interface_kind */
5222 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction2:model#Object#enum_kind */
5223 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction2:model#Object#extern_kind */
5224 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction2:nitni_utilities#Object#internal_call_context */
5225 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction2:nitni_utilities#Object#long_signature */
5226 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction2:nitni_utilities#Object#short_signature */
5227 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction2:c#Object#to_c_call_context */
5228 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction2:c#Object#from_c_call_context */
5229 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#cpp_call_context */
5230 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#to_cpp_call_context */
5231 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#from_cpp_call_context */
5232 (nitmethod_t)VIRTUAL_parser__ReduceAction2__action, /* pointer to parser:ReduceAction2:parser#ReduceAction2#action */
5233 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction2:parser#ReduceAction#concat */
5234 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction2:parser#ReduceAction#init */
5235 }
5236 };
5237 /* allocate ReduceAction2 */
5238 val* NEW_parser__ReduceAction2(const struct type* type) {
5239 val* self /* : ReduceAction2 */;
5240 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5241 self->type = type;
5242 self->class = &class_parser__ReduceAction2;
5243 return self;
5244 }
5245 /* runtime class parser__ReduceAction3 */
5246 const struct class class_parser__ReduceAction3 = {
5247 0, /* box_kind */
5248 {
5249 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction3:kernel#Object#object_id */
5250 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction3:kernel#Object#is_same_type */
5251 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction3:kernel#Object#is_same_instance */
5252 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction3:kernel#Object#== */
5253 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction3:kernel#Object#!= */
5254 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction3:kernel#Object#output */
5255 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction3:kernel#Object#output_class_name */
5256 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction3:kernel#Object#exit */
5257 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction3:kernel#Object#sys */
5258 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction3:kernel#Object#hash */
5259 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction3:math#Object#atan2 */
5260 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction3:math#Object#pi */
5261 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction3:math#Object#srand_from */
5262 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction3:math#Object#srand */
5263 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction3:string#Object#to_s */
5264 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction3:string#Object#native_class_name */
5265 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction3:string#Object#class_name */
5266 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction3:string#Object#inspect */
5267 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction3:string#Object#inspect_head */
5268 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction3:string#Object#args */
5269 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction3:string#Object#alpha_comparator */
5270 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction3:stream#Object#poll */
5271 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction3:stream#Object#intern_poll */
5272 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction3:time#Object#get_time */
5273 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction3:file#Object#printn */
5274 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction3:file#Object#print */
5275 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction3:file#Object#getc */
5276 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction3:file#Object#gets */
5277 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction3:file#Object#getcwd */
5278 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction3:file#Object#file_getcwd */
5279 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction3:file#Object#stdin */
5280 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction3:file#Object#stdout */
5281 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction3:file#Object#stderr */
5282 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction3:model_base#Object#intrude_visibility */
5283 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction3:model_base#Object#public_visibility */
5284 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction3:model_base#Object#protected_visibility */
5285 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction3:model_base#Object#private_visibility */
5286 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction3:model_base#Object#none_visibility */
5287 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction3:model#Object#abstract_kind */
5288 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction3:model#Object#concrete_kind */
5289 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction3:model#Object#interface_kind */
5290 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction3:model#Object#enum_kind */
5291 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction3:model#Object#extern_kind */
5292 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction3:nitni_utilities#Object#internal_call_context */
5293 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction3:nitni_utilities#Object#long_signature */
5294 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction3:nitni_utilities#Object#short_signature */
5295 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction3:c#Object#to_c_call_context */
5296 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction3:c#Object#from_c_call_context */
5297 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#cpp_call_context */
5298 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#to_cpp_call_context */
5299 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#from_cpp_call_context */
5300 (nitmethod_t)VIRTUAL_parser__ReduceAction3__action, /* pointer to parser:ReduceAction3:parser#ReduceAction3#action */
5301 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction3:parser#ReduceAction#concat */
5302 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction3:parser#ReduceAction#init */
5303 }
5304 };
5305 /* allocate ReduceAction3 */
5306 val* NEW_parser__ReduceAction3(const struct type* type) {
5307 val* self /* : ReduceAction3 */;
5308 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5309 self->type = type;
5310 self->class = &class_parser__ReduceAction3;
5311 return self;
5312 }
5313 /* runtime class parser__ReduceAction4 */
5314 const struct class class_parser__ReduceAction4 = {
5315 0, /* box_kind */
5316 {
5317 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction4:kernel#Object#object_id */
5318 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction4:kernel#Object#is_same_type */
5319 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction4:kernel#Object#is_same_instance */
5320 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction4:kernel#Object#== */
5321 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction4:kernel#Object#!= */
5322 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction4:kernel#Object#output */
5323 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction4:kernel#Object#output_class_name */
5324 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction4:kernel#Object#exit */
5325 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction4:kernel#Object#sys */
5326 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction4:kernel#Object#hash */
5327 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction4:math#Object#atan2 */
5328 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction4:math#Object#pi */
5329 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction4:math#Object#srand_from */
5330 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction4:math#Object#srand */
5331 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction4:string#Object#to_s */
5332 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction4:string#Object#native_class_name */
5333 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction4:string#Object#class_name */
5334 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction4:string#Object#inspect */
5335 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction4:string#Object#inspect_head */
5336 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction4:string#Object#args */
5337 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction4:string#Object#alpha_comparator */
5338 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction4:stream#Object#poll */
5339 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction4:stream#Object#intern_poll */
5340 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction4:time#Object#get_time */
5341 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction4:file#Object#printn */
5342 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction4:file#Object#print */
5343 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction4:file#Object#getc */
5344 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction4:file#Object#gets */
5345 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction4:file#Object#getcwd */
5346 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction4:file#Object#file_getcwd */
5347 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction4:file#Object#stdin */
5348 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction4:file#Object#stdout */
5349 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction4:file#Object#stderr */
5350 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction4:model_base#Object#intrude_visibility */
5351 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction4:model_base#Object#public_visibility */
5352 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction4:model_base#Object#protected_visibility */
5353 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction4:model_base#Object#private_visibility */
5354 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction4:model_base#Object#none_visibility */
5355 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction4:model#Object#abstract_kind */
5356 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction4:model#Object#concrete_kind */
5357 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction4:model#Object#interface_kind */
5358 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction4:model#Object#enum_kind */
5359 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction4:model#Object#extern_kind */
5360 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction4:nitni_utilities#Object#internal_call_context */
5361 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction4:nitni_utilities#Object#long_signature */
5362 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction4:nitni_utilities#Object#short_signature */
5363 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction4:c#Object#to_c_call_context */
5364 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction4:c#Object#from_c_call_context */
5365 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#cpp_call_context */
5366 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#to_cpp_call_context */
5367 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#from_cpp_call_context */
5368 (nitmethod_t)VIRTUAL_parser__ReduceAction4__action, /* pointer to parser:ReduceAction4:parser#ReduceAction4#action */
5369 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction4:parser#ReduceAction#concat */
5370 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction4:parser#ReduceAction#init */
5371 }
5372 };
5373 /* allocate ReduceAction4 */
5374 val* NEW_parser__ReduceAction4(const struct type* type) {
5375 val* self /* : ReduceAction4 */;
5376 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5377 self->type = type;
5378 self->class = &class_parser__ReduceAction4;
5379 return self;
5380 }
5381 /* runtime class parser__ReduceAction5 */
5382 const struct class class_parser__ReduceAction5 = {
5383 0, /* box_kind */
5384 {
5385 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction5:kernel#Object#object_id */
5386 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction5:kernel#Object#is_same_type */
5387 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction5:kernel#Object#is_same_instance */
5388 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction5:kernel#Object#== */
5389 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction5:kernel#Object#!= */
5390 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction5:kernel#Object#output */
5391 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction5:kernel#Object#output_class_name */
5392 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction5:kernel#Object#exit */
5393 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction5:kernel#Object#sys */
5394 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction5:kernel#Object#hash */
5395 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction5:math#Object#atan2 */
5396 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction5:math#Object#pi */
5397 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction5:math#Object#srand_from */
5398 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction5:math#Object#srand */
5399 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction5:string#Object#to_s */
5400 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction5:string#Object#native_class_name */
5401 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction5:string#Object#class_name */
5402 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction5:string#Object#inspect */
5403 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction5:string#Object#inspect_head */
5404 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction5:string#Object#args */
5405 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction5:string#Object#alpha_comparator */
5406 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction5:stream#Object#poll */
5407 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction5:stream#Object#intern_poll */
5408 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction5:time#Object#get_time */
5409 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction5:file#Object#printn */
5410 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction5:file#Object#print */
5411 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction5:file#Object#getc */
5412 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction5:file#Object#gets */
5413 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction5:file#Object#getcwd */
5414 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction5:file#Object#file_getcwd */
5415 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction5:file#Object#stdin */
5416 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction5:file#Object#stdout */
5417 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction5:file#Object#stderr */
5418 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction5:model_base#Object#intrude_visibility */
5419 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction5:model_base#Object#public_visibility */
5420 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction5:model_base#Object#protected_visibility */
5421 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction5:model_base#Object#private_visibility */
5422 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction5:model_base#Object#none_visibility */
5423 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction5:model#Object#abstract_kind */
5424 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction5:model#Object#concrete_kind */
5425 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction5:model#Object#interface_kind */
5426 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction5:model#Object#enum_kind */
5427 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction5:model#Object#extern_kind */
5428 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction5:nitni_utilities#Object#internal_call_context */
5429 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction5:nitni_utilities#Object#long_signature */
5430 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction5:nitni_utilities#Object#short_signature */
5431 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction5:c#Object#to_c_call_context */
5432 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction5:c#Object#from_c_call_context */
5433 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#cpp_call_context */
5434 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#to_cpp_call_context */
5435 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#from_cpp_call_context */
5436 (nitmethod_t)VIRTUAL_parser__ReduceAction5__action, /* pointer to parser:ReduceAction5:parser#ReduceAction5#action */
5437 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction5:parser#ReduceAction#concat */
5438 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction5:parser#ReduceAction#init */
5439 }
5440 };
5441 /* allocate ReduceAction5 */
5442 val* NEW_parser__ReduceAction5(const struct type* type) {
5443 val* self /* : ReduceAction5 */;
5444 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5445 self->type = type;
5446 self->class = &class_parser__ReduceAction5;
5447 return self;
5448 }
5449 /* runtime class parser__ReduceAction6 */
5450 const struct class class_parser__ReduceAction6 = {
5451 0, /* box_kind */
5452 {
5453 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction6:kernel#Object#object_id */
5454 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction6:kernel#Object#is_same_type */
5455 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction6:kernel#Object#is_same_instance */
5456 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction6:kernel#Object#== */
5457 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction6:kernel#Object#!= */
5458 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction6:kernel#Object#output */
5459 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction6:kernel#Object#output_class_name */
5460 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction6:kernel#Object#exit */
5461 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction6:kernel#Object#sys */
5462 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction6:kernel#Object#hash */
5463 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction6:math#Object#atan2 */
5464 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction6:math#Object#pi */
5465 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction6:math#Object#srand_from */
5466 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction6:math#Object#srand */
5467 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction6:string#Object#to_s */
5468 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction6:string#Object#native_class_name */
5469 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction6:string#Object#class_name */
5470 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction6:string#Object#inspect */
5471 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction6:string#Object#inspect_head */
5472 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction6:string#Object#args */
5473 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction6:string#Object#alpha_comparator */
5474 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction6:stream#Object#poll */
5475 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction6:stream#Object#intern_poll */
5476 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction6:time#Object#get_time */
5477 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction6:file#Object#printn */
5478 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction6:file#Object#print */
5479 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction6:file#Object#getc */
5480 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction6:file#Object#gets */
5481 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction6:file#Object#getcwd */
5482 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction6:file#Object#file_getcwd */
5483 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction6:file#Object#stdin */
5484 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction6:file#Object#stdout */
5485 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction6:file#Object#stderr */
5486 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction6:model_base#Object#intrude_visibility */
5487 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction6:model_base#Object#public_visibility */
5488 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction6:model_base#Object#protected_visibility */
5489 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction6:model_base#Object#private_visibility */
5490 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction6:model_base#Object#none_visibility */
5491 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction6:model#Object#abstract_kind */
5492 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction6:model#Object#concrete_kind */
5493 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction6:model#Object#interface_kind */
5494 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction6:model#Object#enum_kind */
5495 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction6:model#Object#extern_kind */
5496 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction6:nitni_utilities#Object#internal_call_context */
5497 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction6:nitni_utilities#Object#long_signature */
5498 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction6:nitni_utilities#Object#short_signature */
5499 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction6:c#Object#to_c_call_context */
5500 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction6:c#Object#from_c_call_context */
5501 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#cpp_call_context */
5502 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#to_cpp_call_context */
5503 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#from_cpp_call_context */
5504 (nitmethod_t)VIRTUAL_parser__ReduceAction6__action, /* pointer to parser:ReduceAction6:parser#ReduceAction6#action */
5505 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction6:parser#ReduceAction#concat */
5506 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction6:parser#ReduceAction#init */
5507 }
5508 };
5509 /* allocate ReduceAction6 */
5510 val* NEW_parser__ReduceAction6(const struct type* type) {
5511 val* self /* : ReduceAction6 */;
5512 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5513 self->type = type;
5514 self->class = &class_parser__ReduceAction6;
5515 return self;
5516 }
5517 /* runtime class parser__ReduceAction7 */
5518 const struct class class_parser__ReduceAction7 = {
5519 0, /* box_kind */
5520 {
5521 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction7:kernel#Object#object_id */
5522 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction7:kernel#Object#is_same_type */
5523 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction7:kernel#Object#is_same_instance */
5524 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction7:kernel#Object#== */
5525 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction7:kernel#Object#!= */
5526 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction7:kernel#Object#output */
5527 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction7:kernel#Object#output_class_name */
5528 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction7:kernel#Object#exit */
5529 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction7:kernel#Object#sys */
5530 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction7:kernel#Object#hash */
5531 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction7:math#Object#atan2 */
5532 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction7:math#Object#pi */
5533 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction7:math#Object#srand_from */
5534 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction7:math#Object#srand */
5535 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction7:string#Object#to_s */
5536 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction7:string#Object#native_class_name */
5537 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction7:string#Object#class_name */
5538 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction7:string#Object#inspect */
5539 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction7:string#Object#inspect_head */
5540 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction7:string#Object#args */
5541 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction7:string#Object#alpha_comparator */
5542 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction7:stream#Object#poll */
5543 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction7:stream#Object#intern_poll */
5544 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction7:time#Object#get_time */
5545 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction7:file#Object#printn */
5546 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction7:file#Object#print */
5547 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction7:file#Object#getc */
5548 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction7:file#Object#gets */
5549 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction7:file#Object#getcwd */
5550 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction7:file#Object#file_getcwd */
5551 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction7:file#Object#stdin */
5552 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction7:file#Object#stdout */
5553 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction7:file#Object#stderr */
5554 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction7:model_base#Object#intrude_visibility */
5555 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction7:model_base#Object#public_visibility */
5556 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction7:model_base#Object#protected_visibility */
5557 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction7:model_base#Object#private_visibility */
5558 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction7:model_base#Object#none_visibility */
5559 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction7:model#Object#abstract_kind */
5560 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction7:model#Object#concrete_kind */
5561 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction7:model#Object#interface_kind */
5562 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction7:model#Object#enum_kind */
5563 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction7:model#Object#extern_kind */
5564 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction7:nitni_utilities#Object#internal_call_context */
5565 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction7:nitni_utilities#Object#long_signature */
5566 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction7:nitni_utilities#Object#short_signature */
5567 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction7:c#Object#to_c_call_context */
5568 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction7:c#Object#from_c_call_context */
5569 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#cpp_call_context */
5570 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#to_cpp_call_context */
5571 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#from_cpp_call_context */
5572 (nitmethod_t)VIRTUAL_parser__ReduceAction7__action, /* pointer to parser:ReduceAction7:parser#ReduceAction7#action */
5573 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction7:parser#ReduceAction#concat */
5574 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction7:parser#ReduceAction#init */
5575 }
5576 };
5577 /* allocate ReduceAction7 */
5578 val* NEW_parser__ReduceAction7(const struct type* type) {
5579 val* self /* : ReduceAction7 */;
5580 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5581 self->type = type;
5582 self->class = &class_parser__ReduceAction7;
5583 return self;
5584 }
5585 /* runtime class parser__ReduceAction8 */
5586 const struct class class_parser__ReduceAction8 = {
5587 0, /* box_kind */
5588 {
5589 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction8:kernel#Object#object_id */
5590 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction8:kernel#Object#is_same_type */
5591 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction8:kernel#Object#is_same_instance */
5592 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction8:kernel#Object#== */
5593 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction8:kernel#Object#!= */
5594 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction8:kernel#Object#output */
5595 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction8:kernel#Object#output_class_name */
5596 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction8:kernel#Object#exit */
5597 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction8:kernel#Object#sys */
5598 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction8:kernel#Object#hash */
5599 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction8:math#Object#atan2 */
5600 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction8:math#Object#pi */
5601 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction8:math#Object#srand_from */
5602 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction8:math#Object#srand */
5603 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction8:string#Object#to_s */
5604 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction8:string#Object#native_class_name */
5605 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction8:string#Object#class_name */
5606 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction8:string#Object#inspect */
5607 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction8:string#Object#inspect_head */
5608 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction8:string#Object#args */
5609 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction8:string#Object#alpha_comparator */
5610 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction8:stream#Object#poll */
5611 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction8:stream#Object#intern_poll */
5612 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction8:time#Object#get_time */
5613 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction8:file#Object#printn */
5614 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction8:file#Object#print */
5615 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction8:file#Object#getc */
5616 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction8:file#Object#gets */
5617 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction8:file#Object#getcwd */
5618 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction8:file#Object#file_getcwd */
5619 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction8:file#Object#stdin */
5620 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction8:file#Object#stdout */
5621 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction8:file#Object#stderr */
5622 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction8:model_base#Object#intrude_visibility */
5623 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction8:model_base#Object#public_visibility */
5624 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction8:model_base#Object#protected_visibility */
5625 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction8:model_base#Object#private_visibility */
5626 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction8:model_base#Object#none_visibility */
5627 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction8:model#Object#abstract_kind */
5628 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction8:model#Object#concrete_kind */
5629 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction8:model#Object#interface_kind */
5630 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction8:model#Object#enum_kind */
5631 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction8:model#Object#extern_kind */
5632 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction8:nitni_utilities#Object#internal_call_context */
5633 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction8:nitni_utilities#Object#long_signature */
5634 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction8:nitni_utilities#Object#short_signature */
5635 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction8:c#Object#to_c_call_context */
5636 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction8:c#Object#from_c_call_context */
5637 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#cpp_call_context */
5638 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#to_cpp_call_context */
5639 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#from_cpp_call_context */
5640 (nitmethod_t)VIRTUAL_parser__ReduceAction8__action, /* pointer to parser:ReduceAction8:parser#ReduceAction8#action */
5641 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction8:parser#ReduceAction#concat */
5642 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction8:parser#ReduceAction#init */
5643 }
5644 };
5645 /* allocate ReduceAction8 */
5646 val* NEW_parser__ReduceAction8(const struct type* type) {
5647 val* self /* : ReduceAction8 */;
5648 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5649 self->type = type;
5650 self->class = &class_parser__ReduceAction8;
5651 return self;
5652 }
5653 /* runtime class parser__ReduceAction9 */
5654 const struct class class_parser__ReduceAction9 = {
5655 0, /* box_kind */
5656 {
5657 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction9:kernel#Object#object_id */
5658 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction9:kernel#Object#is_same_type */
5659 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction9:kernel#Object#is_same_instance */
5660 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction9:kernel#Object#== */
5661 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction9:kernel#Object#!= */
5662 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction9:kernel#Object#output */
5663 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction9:kernel#Object#output_class_name */
5664 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction9:kernel#Object#exit */
5665 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction9:kernel#Object#sys */
5666 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction9:kernel#Object#hash */
5667 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction9:math#Object#atan2 */
5668 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction9:math#Object#pi */
5669 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction9:math#Object#srand_from */
5670 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction9:math#Object#srand */
5671 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction9:string#Object#to_s */
5672 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction9:string#Object#native_class_name */
5673 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction9:string#Object#class_name */
5674 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction9:string#Object#inspect */
5675 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction9:string#Object#inspect_head */
5676 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction9:string#Object#args */
5677 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction9:string#Object#alpha_comparator */
5678 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction9:stream#Object#poll */
5679 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction9:stream#Object#intern_poll */
5680 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction9:time#Object#get_time */
5681 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction9:file#Object#printn */
5682 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction9:file#Object#print */
5683 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction9:file#Object#getc */
5684 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction9:file#Object#gets */
5685 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction9:file#Object#getcwd */
5686 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction9:file#Object#file_getcwd */
5687 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction9:file#Object#stdin */
5688 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction9:file#Object#stdout */
5689 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction9:file#Object#stderr */
5690 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction9:model_base#Object#intrude_visibility */
5691 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction9:model_base#Object#public_visibility */
5692 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction9:model_base#Object#protected_visibility */
5693 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction9:model_base#Object#private_visibility */
5694 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction9:model_base#Object#none_visibility */
5695 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction9:model#Object#abstract_kind */
5696 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction9:model#Object#concrete_kind */
5697 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction9:model#Object#interface_kind */
5698 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction9:model#Object#enum_kind */
5699 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction9:model#Object#extern_kind */
5700 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction9:nitni_utilities#Object#internal_call_context */
5701 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction9:nitni_utilities#Object#long_signature */
5702 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction9:nitni_utilities#Object#short_signature */
5703 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction9:c#Object#to_c_call_context */
5704 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction9:c#Object#from_c_call_context */
5705 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#cpp_call_context */
5706 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#to_cpp_call_context */
5707 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#from_cpp_call_context */
5708 (nitmethod_t)VIRTUAL_parser__ReduceAction9__action, /* pointer to parser:ReduceAction9:parser#ReduceAction9#action */
5709 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction9:parser#ReduceAction#concat */
5710 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction9:parser#ReduceAction#init */
5711 }
5712 };
5713 /* allocate ReduceAction9 */
5714 val* NEW_parser__ReduceAction9(const struct type* type) {
5715 val* self /* : ReduceAction9 */;
5716 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5717 self->type = type;
5718 self->class = &class_parser__ReduceAction9;
5719 return self;
5720 }
5721 /* runtime class parser__ReduceAction10 */
5722 const struct class class_parser__ReduceAction10 = {
5723 0, /* box_kind */
5724 {
5725 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction10:kernel#Object#object_id */
5726 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction10:kernel#Object#is_same_type */
5727 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction10:kernel#Object#is_same_instance */
5728 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction10:kernel#Object#== */
5729 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction10:kernel#Object#!= */
5730 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction10:kernel#Object#output */
5731 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction10:kernel#Object#output_class_name */
5732 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction10:kernel#Object#exit */
5733 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction10:kernel#Object#sys */
5734 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction10:kernel#Object#hash */
5735 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction10:math#Object#atan2 */
5736 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction10:math#Object#pi */
5737 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction10:math#Object#srand_from */
5738 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction10:math#Object#srand */
5739 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction10:string#Object#to_s */
5740 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction10:string#Object#native_class_name */
5741 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction10:string#Object#class_name */
5742 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction10:string#Object#inspect */
5743 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction10:string#Object#inspect_head */
5744 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction10:string#Object#args */
5745 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction10:string#Object#alpha_comparator */
5746 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction10:stream#Object#poll */
5747 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction10:stream#Object#intern_poll */
5748 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction10:time#Object#get_time */
5749 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction10:file#Object#printn */
5750 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction10:file#Object#print */
5751 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction10:file#Object#getc */
5752 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction10:file#Object#gets */
5753 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction10:file#Object#getcwd */
5754 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction10:file#Object#file_getcwd */
5755 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction10:file#Object#stdin */
5756 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction10:file#Object#stdout */
5757 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction10:file#Object#stderr */
5758 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction10:model_base#Object#intrude_visibility */
5759 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction10:model_base#Object#public_visibility */
5760 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction10:model_base#Object#protected_visibility */
5761 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction10:model_base#Object#private_visibility */
5762 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction10:model_base#Object#none_visibility */
5763 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction10:model#Object#abstract_kind */
5764 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction10:model#Object#concrete_kind */
5765 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction10:model#Object#interface_kind */
5766 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction10:model#Object#enum_kind */
5767 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction10:model#Object#extern_kind */
5768 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction10:nitni_utilities#Object#internal_call_context */
5769 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction10:nitni_utilities#Object#long_signature */
5770 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction10:nitni_utilities#Object#short_signature */
5771 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction10:c#Object#to_c_call_context */
5772 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction10:c#Object#from_c_call_context */
5773 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#cpp_call_context */
5774 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#to_cpp_call_context */
5775 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#from_cpp_call_context */
5776 (nitmethod_t)VIRTUAL_parser__ReduceAction10__action, /* pointer to parser:ReduceAction10:parser#ReduceAction10#action */
5777 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction10:parser#ReduceAction#concat */
5778 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction10:parser#ReduceAction#init */
5779 }
5780 };
5781 /* allocate ReduceAction10 */
5782 val* NEW_parser__ReduceAction10(const struct type* type) {
5783 val* self /* : ReduceAction10 */;
5784 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5785 self->type = type;
5786 self->class = &class_parser__ReduceAction10;
5787 return self;
5788 }
5789 /* runtime class parser__ReduceAction11 */
5790 const struct class class_parser__ReduceAction11 = {
5791 0, /* box_kind */
5792 {
5793 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction11:kernel#Object#object_id */
5794 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction11:kernel#Object#is_same_type */
5795 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction11:kernel#Object#is_same_instance */
5796 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction11:kernel#Object#== */
5797 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction11:kernel#Object#!= */
5798 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction11:kernel#Object#output */
5799 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction11:kernel#Object#output_class_name */
5800 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction11:kernel#Object#exit */
5801 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction11:kernel#Object#sys */
5802 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction11:kernel#Object#hash */
5803 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction11:math#Object#atan2 */
5804 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction11:math#Object#pi */
5805 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction11:math#Object#srand_from */
5806 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction11:math#Object#srand */
5807 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction11:string#Object#to_s */
5808 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction11:string#Object#native_class_name */
5809 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction11:string#Object#class_name */
5810 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction11:string#Object#inspect */
5811 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction11:string#Object#inspect_head */
5812 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction11:string#Object#args */
5813 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction11:string#Object#alpha_comparator */
5814 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction11:stream#Object#poll */
5815 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction11:stream#Object#intern_poll */
5816 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction11:time#Object#get_time */
5817 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction11:file#Object#printn */
5818 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction11:file#Object#print */
5819 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction11:file#Object#getc */
5820 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction11:file#Object#gets */
5821 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction11:file#Object#getcwd */
5822 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction11:file#Object#file_getcwd */
5823 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction11:file#Object#stdin */
5824 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction11:file#Object#stdout */
5825 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction11:file#Object#stderr */
5826 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction11:model_base#Object#intrude_visibility */
5827 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction11:model_base#Object#public_visibility */
5828 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction11:model_base#Object#protected_visibility */
5829 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction11:model_base#Object#private_visibility */
5830 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction11:model_base#Object#none_visibility */
5831 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction11:model#Object#abstract_kind */
5832 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction11:model#Object#concrete_kind */
5833 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction11:model#Object#interface_kind */
5834 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction11:model#Object#enum_kind */
5835 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction11:model#Object#extern_kind */
5836 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction11:nitni_utilities#Object#internal_call_context */
5837 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction11:nitni_utilities#Object#long_signature */
5838 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction11:nitni_utilities#Object#short_signature */
5839 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction11:c#Object#to_c_call_context */
5840 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction11:c#Object#from_c_call_context */
5841 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#cpp_call_context */
5842 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#to_cpp_call_context */
5843 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#from_cpp_call_context */
5844 (nitmethod_t)VIRTUAL_parser__ReduceAction11__action, /* pointer to parser:ReduceAction11:parser#ReduceAction11#action */
5845 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction11:parser#ReduceAction#concat */
5846 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction11:parser#ReduceAction#init */
5847 }
5848 };
5849 /* allocate ReduceAction11 */
5850 val* NEW_parser__ReduceAction11(const struct type* type) {
5851 val* self /* : ReduceAction11 */;
5852 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5853 self->type = type;
5854 self->class = &class_parser__ReduceAction11;
5855 return self;
5856 }
5857 /* runtime class parser__ReduceAction12 */
5858 const struct class class_parser__ReduceAction12 = {
5859 0, /* box_kind */
5860 {
5861 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction12:kernel#Object#object_id */
5862 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction12:kernel#Object#is_same_type */
5863 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction12:kernel#Object#is_same_instance */
5864 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction12:kernel#Object#== */
5865 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction12:kernel#Object#!= */
5866 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction12:kernel#Object#output */
5867 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction12:kernel#Object#output_class_name */
5868 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction12:kernel#Object#exit */
5869 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction12:kernel#Object#sys */
5870 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction12:kernel#Object#hash */
5871 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction12:math#Object#atan2 */
5872 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction12:math#Object#pi */
5873 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction12:math#Object#srand_from */
5874 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction12:math#Object#srand */
5875 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction12:string#Object#to_s */
5876 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction12:string#Object#native_class_name */
5877 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction12:string#Object#class_name */
5878 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction12:string#Object#inspect */
5879 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction12:string#Object#inspect_head */
5880 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction12:string#Object#args */
5881 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction12:string#Object#alpha_comparator */
5882 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction12:stream#Object#poll */
5883 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction12:stream#Object#intern_poll */
5884 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction12:time#Object#get_time */
5885 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction12:file#Object#printn */
5886 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction12:file#Object#print */
5887 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction12:file#Object#getc */
5888 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction12:file#Object#gets */
5889 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction12:file#Object#getcwd */
5890 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction12:file#Object#file_getcwd */
5891 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction12:file#Object#stdin */
5892 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction12:file#Object#stdout */
5893 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction12:file#Object#stderr */
5894 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction12:model_base#Object#intrude_visibility */
5895 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction12:model_base#Object#public_visibility */
5896 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction12:model_base#Object#protected_visibility */
5897 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction12:model_base#Object#private_visibility */
5898 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction12:model_base#Object#none_visibility */
5899 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction12:model#Object#abstract_kind */
5900 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction12:model#Object#concrete_kind */
5901 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction12:model#Object#interface_kind */
5902 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction12:model#Object#enum_kind */
5903 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction12:model#Object#extern_kind */
5904 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction12:nitni_utilities#Object#internal_call_context */
5905 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction12:nitni_utilities#Object#long_signature */
5906 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction12:nitni_utilities#Object#short_signature */
5907 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction12:c#Object#to_c_call_context */
5908 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction12:c#Object#from_c_call_context */
5909 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#cpp_call_context */
5910 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#to_cpp_call_context */
5911 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#from_cpp_call_context */
5912 (nitmethod_t)VIRTUAL_parser__ReduceAction12__action, /* pointer to parser:ReduceAction12:parser#ReduceAction12#action */
5913 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction12:parser#ReduceAction#concat */
5914 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction12:parser#ReduceAction#init */
5915 }
5916 };
5917 /* allocate ReduceAction12 */
5918 val* NEW_parser__ReduceAction12(const struct type* type) {
5919 val* self /* : ReduceAction12 */;
5920 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5921 self->type = type;
5922 self->class = &class_parser__ReduceAction12;
5923 return self;
5924 }
5925 /* runtime class parser__ReduceAction13 */
5926 const struct class class_parser__ReduceAction13 = {
5927 0, /* box_kind */
5928 {
5929 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction13:kernel#Object#object_id */
5930 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction13:kernel#Object#is_same_type */
5931 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction13:kernel#Object#is_same_instance */
5932 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction13:kernel#Object#== */
5933 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction13:kernel#Object#!= */
5934 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction13:kernel#Object#output */
5935 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction13:kernel#Object#output_class_name */
5936 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction13:kernel#Object#exit */
5937 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction13:kernel#Object#sys */
5938 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction13:kernel#Object#hash */
5939 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction13:math#Object#atan2 */
5940 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction13:math#Object#pi */
5941 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction13:math#Object#srand_from */
5942 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction13:math#Object#srand */
5943 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction13:string#Object#to_s */
5944 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction13:string#Object#native_class_name */
5945 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction13:string#Object#class_name */
5946 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction13:string#Object#inspect */
5947 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction13:string#Object#inspect_head */
5948 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction13:string#Object#args */
5949 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction13:string#Object#alpha_comparator */
5950 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction13:stream#Object#poll */
5951 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction13:stream#Object#intern_poll */
5952 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction13:time#Object#get_time */
5953 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction13:file#Object#printn */
5954 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction13:file#Object#print */
5955 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction13:file#Object#getc */
5956 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction13:file#Object#gets */
5957 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction13:file#Object#getcwd */
5958 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction13:file#Object#file_getcwd */
5959 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction13:file#Object#stdin */
5960 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction13:file#Object#stdout */
5961 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction13:file#Object#stderr */
5962 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction13:model_base#Object#intrude_visibility */
5963 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction13:model_base#Object#public_visibility */
5964 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction13:model_base#Object#protected_visibility */
5965 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction13:model_base#Object#private_visibility */
5966 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction13:model_base#Object#none_visibility */
5967 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction13:model#Object#abstract_kind */
5968 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction13:model#Object#concrete_kind */
5969 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction13:model#Object#interface_kind */
5970 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction13:model#Object#enum_kind */
5971 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction13:model#Object#extern_kind */
5972 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction13:nitni_utilities#Object#internal_call_context */
5973 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction13:nitni_utilities#Object#long_signature */
5974 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction13:nitni_utilities#Object#short_signature */
5975 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction13:c#Object#to_c_call_context */
5976 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction13:c#Object#from_c_call_context */
5977 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#cpp_call_context */
5978 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#to_cpp_call_context */
5979 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#from_cpp_call_context */
5980 (nitmethod_t)VIRTUAL_parser__ReduceAction13__action, /* pointer to parser:ReduceAction13:parser#ReduceAction13#action */
5981 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction13:parser#ReduceAction#concat */
5982 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction13:parser#ReduceAction#init */
5983 }
5984 };
5985 /* allocate ReduceAction13 */
5986 val* NEW_parser__ReduceAction13(const struct type* type) {
5987 val* self /* : ReduceAction13 */;
5988 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5989 self->type = type;
5990 self->class = &class_parser__ReduceAction13;
5991 return self;
5992 }
5993 /* runtime class parser__ReduceAction14 */
5994 const struct class class_parser__ReduceAction14 = {
5995 0, /* box_kind */
5996 {
5997 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction14:kernel#Object#object_id */
5998 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction14:kernel#Object#is_same_type */
5999 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction14:kernel#Object#is_same_instance */
6000 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction14:kernel#Object#== */
6001 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction14:kernel#Object#!= */
6002 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction14:kernel#Object#output */
6003 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction14:kernel#Object#output_class_name */
6004 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction14:kernel#Object#exit */
6005 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction14:kernel#Object#sys */
6006 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction14:kernel#Object#hash */
6007 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction14:math#Object#atan2 */
6008 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction14:math#Object#pi */
6009 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction14:math#Object#srand_from */
6010 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction14:math#Object#srand */
6011 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction14:string#Object#to_s */
6012 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction14:string#Object#native_class_name */
6013 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction14:string#Object#class_name */
6014 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction14:string#Object#inspect */
6015 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction14:string#Object#inspect_head */
6016 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction14:string#Object#args */
6017 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction14:string#Object#alpha_comparator */
6018 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction14:stream#Object#poll */
6019 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction14:stream#Object#intern_poll */
6020 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction14:time#Object#get_time */
6021 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction14:file#Object#printn */
6022 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction14:file#Object#print */
6023 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction14:file#Object#getc */
6024 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction14:file#Object#gets */
6025 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction14:file#Object#getcwd */
6026 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction14:file#Object#file_getcwd */
6027 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction14:file#Object#stdin */
6028 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction14:file#Object#stdout */
6029 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction14:file#Object#stderr */
6030 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction14:model_base#Object#intrude_visibility */
6031 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction14:model_base#Object#public_visibility */
6032 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction14:model_base#Object#protected_visibility */
6033 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction14:model_base#Object#private_visibility */
6034 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction14:model_base#Object#none_visibility */
6035 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction14:model#Object#abstract_kind */
6036 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction14:model#Object#concrete_kind */
6037 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction14:model#Object#interface_kind */
6038 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction14:model#Object#enum_kind */
6039 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction14:model#Object#extern_kind */
6040 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction14:nitni_utilities#Object#internal_call_context */
6041 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction14:nitni_utilities#Object#long_signature */
6042 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction14:nitni_utilities#Object#short_signature */
6043 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction14:c#Object#to_c_call_context */
6044 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction14:c#Object#from_c_call_context */
6045 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#cpp_call_context */
6046 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#to_cpp_call_context */
6047 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#from_cpp_call_context */
6048 (nitmethod_t)VIRTUAL_parser__ReduceAction14__action, /* pointer to parser:ReduceAction14:parser#ReduceAction14#action */
6049 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction14:parser#ReduceAction#concat */
6050 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction14:parser#ReduceAction#init */
6051 }
6052 };
6053 /* allocate ReduceAction14 */
6054 val* NEW_parser__ReduceAction14(const struct type* type) {
6055 val* self /* : ReduceAction14 */;
6056 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6057 self->type = type;
6058 self->class = &class_parser__ReduceAction14;
6059 return self;
6060 }
6061 /* runtime class parser__ReduceAction15 */
6062 const struct class class_parser__ReduceAction15 = {
6063 0, /* box_kind */
6064 {
6065 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction15:kernel#Object#object_id */
6066 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction15:kernel#Object#is_same_type */
6067 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction15:kernel#Object#is_same_instance */
6068 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction15:kernel#Object#== */
6069 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction15:kernel#Object#!= */
6070 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction15:kernel#Object#output */
6071 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction15:kernel#Object#output_class_name */
6072 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction15:kernel#Object#exit */
6073 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction15:kernel#Object#sys */
6074 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction15:kernel#Object#hash */
6075 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction15:math#Object#atan2 */
6076 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction15:math#Object#pi */
6077 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction15:math#Object#srand_from */
6078 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction15:math#Object#srand */
6079 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction15:string#Object#to_s */
6080 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction15:string#Object#native_class_name */
6081 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction15:string#Object#class_name */
6082 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction15:string#Object#inspect */
6083 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction15:string#Object#inspect_head */
6084 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction15:string#Object#args */
6085 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction15:string#Object#alpha_comparator */
6086 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction15:stream#Object#poll */
6087 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction15:stream#Object#intern_poll */
6088 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction15:time#Object#get_time */
6089 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction15:file#Object#printn */
6090 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction15:file#Object#print */
6091 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction15:file#Object#getc */
6092 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction15:file#Object#gets */
6093 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction15:file#Object#getcwd */
6094 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction15:file#Object#file_getcwd */
6095 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction15:file#Object#stdin */
6096 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction15:file#Object#stdout */
6097 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction15:file#Object#stderr */
6098 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction15:model_base#Object#intrude_visibility */
6099 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction15:model_base#Object#public_visibility */
6100 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction15:model_base#Object#protected_visibility */
6101 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction15:model_base#Object#private_visibility */
6102 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction15:model_base#Object#none_visibility */
6103 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction15:model#Object#abstract_kind */
6104 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction15:model#Object#concrete_kind */
6105 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction15:model#Object#interface_kind */
6106 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction15:model#Object#enum_kind */
6107 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction15:model#Object#extern_kind */
6108 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction15:nitni_utilities#Object#internal_call_context */
6109 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction15:nitni_utilities#Object#long_signature */
6110 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction15:nitni_utilities#Object#short_signature */
6111 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction15:c#Object#to_c_call_context */
6112 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction15:c#Object#from_c_call_context */
6113 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#cpp_call_context */
6114 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#to_cpp_call_context */
6115 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#from_cpp_call_context */
6116 (nitmethod_t)VIRTUAL_parser__ReduceAction15__action, /* pointer to parser:ReduceAction15:parser#ReduceAction15#action */
6117 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction15:parser#ReduceAction#concat */
6118 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction15:parser#ReduceAction#init */
6119 }
6120 };
6121 /* allocate ReduceAction15 */
6122 val* NEW_parser__ReduceAction15(const struct type* type) {
6123 val* self /* : ReduceAction15 */;
6124 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6125 self->type = type;
6126 self->class = &class_parser__ReduceAction15;
6127 return self;
6128 }
6129 /* runtime class parser__ReduceAction16 */
6130 const struct class class_parser__ReduceAction16 = {
6131 0, /* box_kind */
6132 {
6133 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction16:kernel#Object#object_id */
6134 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction16:kernel#Object#is_same_type */
6135 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction16:kernel#Object#is_same_instance */
6136 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction16:kernel#Object#== */
6137 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction16:kernel#Object#!= */
6138 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction16:kernel#Object#output */
6139 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction16:kernel#Object#output_class_name */
6140 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction16:kernel#Object#exit */
6141 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction16:kernel#Object#sys */
6142 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction16:kernel#Object#hash */
6143 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction16:math#Object#atan2 */
6144 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction16:math#Object#pi */
6145 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction16:math#Object#srand_from */
6146 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction16:math#Object#srand */
6147 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction16:string#Object#to_s */
6148 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction16:string#Object#native_class_name */
6149 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction16:string#Object#class_name */
6150 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction16:string#Object#inspect */
6151 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction16:string#Object#inspect_head */
6152 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction16:string#Object#args */
6153 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction16:string#Object#alpha_comparator */
6154 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction16:stream#Object#poll */
6155 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction16:stream#Object#intern_poll */
6156 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction16:time#Object#get_time */
6157 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction16:file#Object#printn */
6158 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction16:file#Object#print */
6159 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction16:file#Object#getc */
6160 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction16:file#Object#gets */
6161 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction16:file#Object#getcwd */
6162 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction16:file#Object#file_getcwd */
6163 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction16:file#Object#stdin */
6164 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction16:file#Object#stdout */
6165 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction16:file#Object#stderr */
6166 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction16:model_base#Object#intrude_visibility */
6167 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction16:model_base#Object#public_visibility */
6168 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction16:model_base#Object#protected_visibility */
6169 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction16:model_base#Object#private_visibility */
6170 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction16:model_base#Object#none_visibility */
6171 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction16:model#Object#abstract_kind */
6172 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction16:model#Object#concrete_kind */
6173 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction16:model#Object#interface_kind */
6174 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction16:model#Object#enum_kind */
6175 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction16:model#Object#extern_kind */
6176 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction16:nitni_utilities#Object#internal_call_context */
6177 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction16:nitni_utilities#Object#long_signature */
6178 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction16:nitni_utilities#Object#short_signature */
6179 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction16:c#Object#to_c_call_context */
6180 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction16:c#Object#from_c_call_context */
6181 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#cpp_call_context */
6182 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#to_cpp_call_context */
6183 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#from_cpp_call_context */
6184 (nitmethod_t)VIRTUAL_parser__ReduceAction16__action, /* pointer to parser:ReduceAction16:parser#ReduceAction16#action */
6185 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction16:parser#ReduceAction#concat */
6186 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction16:parser#ReduceAction#init */
6187 }
6188 };
6189 /* allocate ReduceAction16 */
6190 val* NEW_parser__ReduceAction16(const struct type* type) {
6191 val* self /* : ReduceAction16 */;
6192 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6193 self->type = type;
6194 self->class = &class_parser__ReduceAction16;
6195 return self;
6196 }
6197 /* runtime class parser__ReduceAction17 */
6198 const struct class class_parser__ReduceAction17 = {
6199 0, /* box_kind */
6200 {
6201 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction17:kernel#Object#object_id */
6202 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction17:kernel#Object#is_same_type */
6203 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction17:kernel#Object#is_same_instance */
6204 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction17:kernel#Object#== */
6205 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction17:kernel#Object#!= */
6206 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction17:kernel#Object#output */
6207 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction17:kernel#Object#output_class_name */
6208 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction17:kernel#Object#exit */
6209 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction17:kernel#Object#sys */
6210 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction17:kernel#Object#hash */
6211 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction17:math#Object#atan2 */
6212 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction17:math#Object#pi */
6213 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction17:math#Object#srand_from */
6214 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction17:math#Object#srand */
6215 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction17:string#Object#to_s */
6216 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction17:string#Object#native_class_name */
6217 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction17:string#Object#class_name */
6218 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction17:string#Object#inspect */
6219 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction17:string#Object#inspect_head */
6220 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction17:string#Object#args */
6221 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction17:string#Object#alpha_comparator */
6222 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction17:stream#Object#poll */
6223 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction17:stream#Object#intern_poll */
6224 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction17:time#Object#get_time */
6225 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction17:file#Object#printn */
6226 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction17:file#Object#print */
6227 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction17:file#Object#getc */
6228 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction17:file#Object#gets */
6229 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction17:file#Object#getcwd */
6230 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction17:file#Object#file_getcwd */
6231 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction17:file#Object#stdin */
6232 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction17:file#Object#stdout */
6233 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction17:file#Object#stderr */
6234 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction17:model_base#Object#intrude_visibility */
6235 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction17:model_base#Object#public_visibility */
6236 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction17:model_base#Object#protected_visibility */
6237 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction17:model_base#Object#private_visibility */
6238 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction17:model_base#Object#none_visibility */
6239 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction17:model#Object#abstract_kind */
6240 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction17:model#Object#concrete_kind */
6241 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction17:model#Object#interface_kind */
6242 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction17:model#Object#enum_kind */
6243 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction17:model#Object#extern_kind */
6244 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction17:nitni_utilities#Object#internal_call_context */
6245 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction17:nitni_utilities#Object#long_signature */
6246 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction17:nitni_utilities#Object#short_signature */
6247 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction17:c#Object#to_c_call_context */
6248 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction17:c#Object#from_c_call_context */
6249 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#cpp_call_context */
6250 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#to_cpp_call_context */
6251 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#from_cpp_call_context */
6252 (nitmethod_t)VIRTUAL_parser__ReduceAction17__action, /* pointer to parser:ReduceAction17:parser#ReduceAction17#action */
6253 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction17:parser#ReduceAction#concat */
6254 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction17:parser#ReduceAction#init */
6255 }
6256 };
6257 /* allocate ReduceAction17 */
6258 val* NEW_parser__ReduceAction17(const struct type* type) {
6259 val* self /* : ReduceAction17 */;
6260 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6261 self->type = type;
6262 self->class = &class_parser__ReduceAction17;
6263 return self;
6264 }
6265 /* runtime class parser__ReduceAction18 */
6266 const struct class class_parser__ReduceAction18 = {
6267 0, /* box_kind */
6268 {
6269 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction18:kernel#Object#object_id */
6270 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction18:kernel#Object#is_same_type */
6271 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction18:kernel#Object#is_same_instance */
6272 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction18:kernel#Object#== */
6273 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction18:kernel#Object#!= */
6274 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction18:kernel#Object#output */
6275 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction18:kernel#Object#output_class_name */
6276 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction18:kernel#Object#exit */
6277 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction18:kernel#Object#sys */
6278 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction18:kernel#Object#hash */
6279 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction18:math#Object#atan2 */
6280 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction18:math#Object#pi */
6281 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction18:math#Object#srand_from */
6282 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction18:math#Object#srand */
6283 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction18:string#Object#to_s */
6284 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction18:string#Object#native_class_name */
6285 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction18:string#Object#class_name */
6286 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction18:string#Object#inspect */
6287 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction18:string#Object#inspect_head */
6288 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction18:string#Object#args */
6289 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction18:string#Object#alpha_comparator */
6290 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction18:stream#Object#poll */
6291 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction18:stream#Object#intern_poll */
6292 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction18:time#Object#get_time */
6293 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction18:file#Object#printn */
6294 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction18:file#Object#print */
6295 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction18:file#Object#getc */
6296 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction18:file#Object#gets */
6297 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction18:file#Object#getcwd */
6298 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction18:file#Object#file_getcwd */
6299 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction18:file#Object#stdin */
6300 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction18:file#Object#stdout */
6301 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction18:file#Object#stderr */
6302 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction18:model_base#Object#intrude_visibility */
6303 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction18:model_base#Object#public_visibility */
6304 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction18:model_base#Object#protected_visibility */
6305 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction18:model_base#Object#private_visibility */
6306 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction18:model_base#Object#none_visibility */
6307 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction18:model#Object#abstract_kind */
6308 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction18:model#Object#concrete_kind */
6309 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction18:model#Object#interface_kind */
6310 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction18:model#Object#enum_kind */
6311 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction18:model#Object#extern_kind */
6312 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction18:nitni_utilities#Object#internal_call_context */
6313 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction18:nitni_utilities#Object#long_signature */
6314 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction18:nitni_utilities#Object#short_signature */
6315 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction18:c#Object#to_c_call_context */
6316 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction18:c#Object#from_c_call_context */
6317 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#cpp_call_context */
6318 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#to_cpp_call_context */
6319 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#from_cpp_call_context */
6320 (nitmethod_t)VIRTUAL_parser__ReduceAction18__action, /* pointer to parser:ReduceAction18:parser#ReduceAction18#action */
6321 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction18:parser#ReduceAction#concat */
6322 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction18:parser#ReduceAction#init */
6323 }
6324 };
6325 /* allocate ReduceAction18 */
6326 val* NEW_parser__ReduceAction18(const struct type* type) {
6327 val* self /* : ReduceAction18 */;
6328 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6329 self->type = type;
6330 self->class = &class_parser__ReduceAction18;
6331 return self;
6332 }
6333 /* runtime class parser__ReduceAction19 */
6334 const struct class class_parser__ReduceAction19 = {
6335 0, /* box_kind */
6336 {
6337 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction19:kernel#Object#object_id */
6338 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction19:kernel#Object#is_same_type */
6339 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction19:kernel#Object#is_same_instance */
6340 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction19:kernel#Object#== */
6341 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction19:kernel#Object#!= */
6342 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction19:kernel#Object#output */
6343 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction19:kernel#Object#output_class_name */
6344 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction19:kernel#Object#exit */
6345 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction19:kernel#Object#sys */
6346 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction19:kernel#Object#hash */
6347 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction19:math#Object#atan2 */
6348 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction19:math#Object#pi */
6349 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction19:math#Object#srand_from */
6350 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction19:math#Object#srand */
6351 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction19:string#Object#to_s */
6352 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction19:string#Object#native_class_name */
6353 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction19:string#Object#class_name */
6354 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction19:string#Object#inspect */
6355 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction19:string#Object#inspect_head */
6356 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction19:string#Object#args */
6357 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction19:string#Object#alpha_comparator */
6358 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction19:stream#Object#poll */
6359 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction19:stream#Object#intern_poll */
6360 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction19:time#Object#get_time */
6361 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction19:file#Object#printn */
6362 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction19:file#Object#print */
6363 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction19:file#Object#getc */
6364 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction19:file#Object#gets */
6365 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction19:file#Object#getcwd */
6366 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction19:file#Object#file_getcwd */
6367 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction19:file#Object#stdin */
6368 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction19:file#Object#stdout */
6369 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction19:file#Object#stderr */
6370 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction19:model_base#Object#intrude_visibility */
6371 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction19:model_base#Object#public_visibility */
6372 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction19:model_base#Object#protected_visibility */
6373 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction19:model_base#Object#private_visibility */
6374 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction19:model_base#Object#none_visibility */
6375 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction19:model#Object#abstract_kind */
6376 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction19:model#Object#concrete_kind */
6377 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction19:model#Object#interface_kind */
6378 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction19:model#Object#enum_kind */
6379 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction19:model#Object#extern_kind */
6380 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction19:nitni_utilities#Object#internal_call_context */
6381 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction19:nitni_utilities#Object#long_signature */
6382 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction19:nitni_utilities#Object#short_signature */
6383 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction19:c#Object#to_c_call_context */
6384 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction19:c#Object#from_c_call_context */
6385 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#cpp_call_context */
6386 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#to_cpp_call_context */
6387 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#from_cpp_call_context */
6388 (nitmethod_t)VIRTUAL_parser__ReduceAction19__action, /* pointer to parser:ReduceAction19:parser#ReduceAction19#action */
6389 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction19:parser#ReduceAction#concat */
6390 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction19:parser#ReduceAction#init */
6391 }
6392 };
6393 /* allocate ReduceAction19 */
6394 val* NEW_parser__ReduceAction19(const struct type* type) {
6395 val* self /* : ReduceAction19 */;
6396 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6397 self->type = type;
6398 self->class = &class_parser__ReduceAction19;
6399 return self;
6400 }
6401 /* runtime class parser__ReduceAction20 */
6402 const struct class class_parser__ReduceAction20 = {
6403 0, /* box_kind */
6404 {
6405 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction20:kernel#Object#object_id */
6406 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction20:kernel#Object#is_same_type */
6407 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction20:kernel#Object#is_same_instance */
6408 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction20:kernel#Object#== */
6409 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction20:kernel#Object#!= */
6410 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction20:kernel#Object#output */
6411 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction20:kernel#Object#output_class_name */
6412 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction20:kernel#Object#exit */
6413 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction20:kernel#Object#sys */
6414 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction20:kernel#Object#hash */
6415 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction20:math#Object#atan2 */
6416 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction20:math#Object#pi */
6417 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction20:math#Object#srand_from */
6418 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction20:math#Object#srand */
6419 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction20:string#Object#to_s */
6420 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction20:string#Object#native_class_name */
6421 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction20:string#Object#class_name */
6422 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction20:string#Object#inspect */
6423 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction20:string#Object#inspect_head */
6424 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction20:string#Object#args */
6425 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction20:string#Object#alpha_comparator */
6426 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction20:stream#Object#poll */
6427 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction20:stream#Object#intern_poll */
6428 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction20:time#Object#get_time */
6429 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction20:file#Object#printn */
6430 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction20:file#Object#print */
6431 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction20:file#Object#getc */
6432 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction20:file#Object#gets */
6433 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction20:file#Object#getcwd */
6434 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction20:file#Object#file_getcwd */
6435 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction20:file#Object#stdin */
6436 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction20:file#Object#stdout */
6437 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction20:file#Object#stderr */
6438 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction20:model_base#Object#intrude_visibility */
6439 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction20:model_base#Object#public_visibility */
6440 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction20:model_base#Object#protected_visibility */
6441 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction20:model_base#Object#private_visibility */
6442 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction20:model_base#Object#none_visibility */
6443 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction20:model#Object#abstract_kind */
6444 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction20:model#Object#concrete_kind */
6445 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction20:model#Object#interface_kind */
6446 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction20:model#Object#enum_kind */
6447 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction20:model#Object#extern_kind */
6448 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction20:nitni_utilities#Object#internal_call_context */
6449 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction20:nitni_utilities#Object#long_signature */
6450 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction20:nitni_utilities#Object#short_signature */
6451 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction20:c#Object#to_c_call_context */
6452 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction20:c#Object#from_c_call_context */
6453 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#cpp_call_context */
6454 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#to_cpp_call_context */
6455 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#from_cpp_call_context */
6456 (nitmethod_t)VIRTUAL_parser__ReduceAction20__action, /* pointer to parser:ReduceAction20:parser#ReduceAction20#action */
6457 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction20:parser#ReduceAction#concat */
6458 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction20:parser#ReduceAction#init */
6459 }
6460 };
6461 /* allocate ReduceAction20 */
6462 val* NEW_parser__ReduceAction20(const struct type* type) {
6463 val* self /* : ReduceAction20 */;
6464 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6465 self->type = type;
6466 self->class = &class_parser__ReduceAction20;
6467 return self;
6468 }
6469 /* runtime class parser__ReduceAction21 */
6470 const struct class class_parser__ReduceAction21 = {
6471 0, /* box_kind */
6472 {
6473 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction21:kernel#Object#object_id */
6474 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction21:kernel#Object#is_same_type */
6475 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction21:kernel#Object#is_same_instance */
6476 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction21:kernel#Object#== */
6477 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction21:kernel#Object#!= */
6478 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction21:kernel#Object#output */
6479 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction21:kernel#Object#output_class_name */
6480 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction21:kernel#Object#exit */
6481 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction21:kernel#Object#sys */
6482 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction21:kernel#Object#hash */
6483 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction21:math#Object#atan2 */
6484 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction21:math#Object#pi */
6485 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction21:math#Object#srand_from */
6486 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction21:math#Object#srand */
6487 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction21:string#Object#to_s */
6488 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction21:string#Object#native_class_name */
6489 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction21:string#Object#class_name */
6490 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction21:string#Object#inspect */
6491 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction21:string#Object#inspect_head */
6492 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction21:string#Object#args */
6493 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction21:string#Object#alpha_comparator */
6494 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction21:stream#Object#poll */
6495 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction21:stream#Object#intern_poll */
6496 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction21:time#Object#get_time */
6497 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction21:file#Object#printn */
6498 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction21:file#Object#print */
6499 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction21:file#Object#getc */
6500 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction21:file#Object#gets */
6501 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction21:file#Object#getcwd */
6502 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction21:file#Object#file_getcwd */
6503 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction21:file#Object#stdin */
6504 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction21:file#Object#stdout */
6505 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction21:file#Object#stderr */
6506 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction21:model_base#Object#intrude_visibility */
6507 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction21:model_base#Object#public_visibility */
6508 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction21:model_base#Object#protected_visibility */
6509 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction21:model_base#Object#private_visibility */
6510 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction21:model_base#Object#none_visibility */
6511 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction21:model#Object#abstract_kind */
6512 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction21:model#Object#concrete_kind */
6513 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction21:model#Object#interface_kind */
6514 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction21:model#Object#enum_kind */
6515 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction21:model#Object#extern_kind */
6516 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction21:nitni_utilities#Object#internal_call_context */
6517 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction21:nitni_utilities#Object#long_signature */
6518 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction21:nitni_utilities#Object#short_signature */
6519 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction21:c#Object#to_c_call_context */
6520 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction21:c#Object#from_c_call_context */
6521 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#cpp_call_context */
6522 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#to_cpp_call_context */
6523 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#from_cpp_call_context */
6524 (nitmethod_t)VIRTUAL_parser__ReduceAction21__action, /* pointer to parser:ReduceAction21:parser#ReduceAction21#action */
6525 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction21:parser#ReduceAction#concat */
6526 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction21:parser#ReduceAction#init */
6527 }
6528 };
6529 /* allocate ReduceAction21 */
6530 val* NEW_parser__ReduceAction21(const struct type* type) {
6531 val* self /* : ReduceAction21 */;
6532 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6533 self->type = type;
6534 self->class = &class_parser__ReduceAction21;
6535 return self;
6536 }
6537 /* runtime class parser__ReduceAction22 */
6538 const struct class class_parser__ReduceAction22 = {
6539 0, /* box_kind */
6540 {
6541 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction22:kernel#Object#object_id */
6542 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction22:kernel#Object#is_same_type */
6543 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction22:kernel#Object#is_same_instance */
6544 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction22:kernel#Object#== */
6545 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction22:kernel#Object#!= */
6546 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction22:kernel#Object#output */
6547 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction22:kernel#Object#output_class_name */
6548 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction22:kernel#Object#exit */
6549 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction22:kernel#Object#sys */
6550 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction22:kernel#Object#hash */
6551 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction22:math#Object#atan2 */
6552 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction22:math#Object#pi */
6553 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction22:math#Object#srand_from */
6554 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction22:math#Object#srand */
6555 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction22:string#Object#to_s */
6556 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction22:string#Object#native_class_name */
6557 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction22:string#Object#class_name */
6558 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction22:string#Object#inspect */
6559 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction22:string#Object#inspect_head */
6560 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction22:string#Object#args */
6561 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction22:string#Object#alpha_comparator */
6562 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction22:stream#Object#poll */
6563 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction22:stream#Object#intern_poll */
6564 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction22:time#Object#get_time */
6565 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction22:file#Object#printn */
6566 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction22:file#Object#print */
6567 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction22:file#Object#getc */
6568 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction22:file#Object#gets */
6569 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction22:file#Object#getcwd */
6570 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction22:file#Object#file_getcwd */
6571 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction22:file#Object#stdin */
6572 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction22:file#Object#stdout */
6573 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction22:file#Object#stderr */
6574 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction22:model_base#Object#intrude_visibility */
6575 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction22:model_base#Object#public_visibility */
6576 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction22:model_base#Object#protected_visibility */
6577 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction22:model_base#Object#private_visibility */
6578 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction22:model_base#Object#none_visibility */
6579 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction22:model#Object#abstract_kind */
6580 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction22:model#Object#concrete_kind */
6581 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction22:model#Object#interface_kind */
6582 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction22:model#Object#enum_kind */
6583 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction22:model#Object#extern_kind */
6584 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction22:nitni_utilities#Object#internal_call_context */
6585 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction22:nitni_utilities#Object#long_signature */
6586 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction22:nitni_utilities#Object#short_signature */
6587 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction22:c#Object#to_c_call_context */
6588 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction22:c#Object#from_c_call_context */
6589 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#cpp_call_context */
6590 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#to_cpp_call_context */
6591 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#from_cpp_call_context */
6592 (nitmethod_t)VIRTUAL_parser__ReduceAction22__action, /* pointer to parser:ReduceAction22:parser#ReduceAction22#action */
6593 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction22:parser#ReduceAction#concat */
6594 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction22:parser#ReduceAction#init */
6595 }
6596 };
6597 /* allocate ReduceAction22 */
6598 val* NEW_parser__ReduceAction22(const struct type* type) {
6599 val* self /* : ReduceAction22 */;
6600 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6601 self->type = type;
6602 self->class = &class_parser__ReduceAction22;
6603 return self;
6604 }
6605 /* runtime class parser__ReduceAction23 */
6606 const struct class class_parser__ReduceAction23 = {
6607 0, /* box_kind */
6608 {
6609 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction23:kernel#Object#object_id */
6610 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction23:kernel#Object#is_same_type */
6611 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction23:kernel#Object#is_same_instance */
6612 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction23:kernel#Object#== */
6613 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction23:kernel#Object#!= */
6614 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction23:kernel#Object#output */
6615 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction23:kernel#Object#output_class_name */
6616 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction23:kernel#Object#exit */
6617 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction23:kernel#Object#sys */
6618 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction23:kernel#Object#hash */
6619 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction23:math#Object#atan2 */
6620 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction23:math#Object#pi */
6621 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction23:math#Object#srand_from */
6622 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction23:math#Object#srand */
6623 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction23:string#Object#to_s */
6624 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction23:string#Object#native_class_name */
6625 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction23:string#Object#class_name */
6626 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction23:string#Object#inspect */
6627 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction23:string#Object#inspect_head */
6628 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction23:string#Object#args */
6629 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction23:string#Object#alpha_comparator */
6630 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction23:stream#Object#poll */
6631 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction23:stream#Object#intern_poll */
6632 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction23:time#Object#get_time */
6633 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction23:file#Object#printn */
6634 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction23:file#Object#print */
6635 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction23:file#Object#getc */
6636 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction23:file#Object#gets */
6637 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction23:file#Object#getcwd */
6638 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction23:file#Object#file_getcwd */
6639 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction23:file#Object#stdin */
6640 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction23:file#Object#stdout */
6641 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction23:file#Object#stderr */
6642 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction23:model_base#Object#intrude_visibility */
6643 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction23:model_base#Object#public_visibility */
6644 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction23:model_base#Object#protected_visibility */
6645 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction23:model_base#Object#private_visibility */
6646 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction23:model_base#Object#none_visibility */
6647 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction23:model#Object#abstract_kind */
6648 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction23:model#Object#concrete_kind */
6649 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction23:model#Object#interface_kind */
6650 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction23:model#Object#enum_kind */
6651 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction23:model#Object#extern_kind */
6652 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction23:nitni_utilities#Object#internal_call_context */
6653 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction23:nitni_utilities#Object#long_signature */
6654 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction23:nitni_utilities#Object#short_signature */
6655 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction23:c#Object#to_c_call_context */
6656 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction23:c#Object#from_c_call_context */
6657 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#cpp_call_context */
6658 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#to_cpp_call_context */
6659 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#from_cpp_call_context */
6660 (nitmethod_t)VIRTUAL_parser__ReduceAction23__action, /* pointer to parser:ReduceAction23:parser#ReduceAction23#action */
6661 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction23:parser#ReduceAction#concat */
6662 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction23:parser#ReduceAction#init */
6663 }
6664 };
6665 /* allocate ReduceAction23 */
6666 val* NEW_parser__ReduceAction23(const struct type* type) {
6667 val* self /* : ReduceAction23 */;
6668 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6669 self->type = type;
6670 self->class = &class_parser__ReduceAction23;
6671 return self;
6672 }
6673 /* runtime class parser__ReduceAction24 */
6674 const struct class class_parser__ReduceAction24 = {
6675 0, /* box_kind */
6676 {
6677 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction24:kernel#Object#object_id */
6678 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction24:kernel#Object#is_same_type */
6679 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction24:kernel#Object#is_same_instance */
6680 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction24:kernel#Object#== */
6681 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction24:kernel#Object#!= */
6682 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction24:kernel#Object#output */
6683 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction24:kernel#Object#output_class_name */
6684 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction24:kernel#Object#exit */
6685 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction24:kernel#Object#sys */
6686 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction24:kernel#Object#hash */
6687 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction24:math#Object#atan2 */
6688 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction24:math#Object#pi */
6689 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction24:math#Object#srand_from */
6690 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction24:math#Object#srand */
6691 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction24:string#Object#to_s */
6692 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction24:string#Object#native_class_name */
6693 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction24:string#Object#class_name */
6694 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction24:string#Object#inspect */
6695 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction24:string#Object#inspect_head */
6696 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction24:string#Object#args */
6697 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction24:string#Object#alpha_comparator */
6698 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction24:stream#Object#poll */
6699 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction24:stream#Object#intern_poll */
6700 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction24:time#Object#get_time */
6701 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction24:file#Object#printn */
6702 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction24:file#Object#print */
6703 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction24:file#Object#getc */
6704 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction24:file#Object#gets */
6705 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction24:file#Object#getcwd */
6706 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction24:file#Object#file_getcwd */
6707 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction24:file#Object#stdin */
6708 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction24:file#Object#stdout */
6709 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction24:file#Object#stderr */
6710 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction24:model_base#Object#intrude_visibility */
6711 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction24:model_base#Object#public_visibility */
6712 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction24:model_base#Object#protected_visibility */
6713 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction24:model_base#Object#private_visibility */
6714 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction24:model_base#Object#none_visibility */
6715 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction24:model#Object#abstract_kind */
6716 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction24:model#Object#concrete_kind */
6717 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction24:model#Object#interface_kind */
6718 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction24:model#Object#enum_kind */
6719 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction24:model#Object#extern_kind */
6720 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction24:nitni_utilities#Object#internal_call_context */
6721 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction24:nitni_utilities#Object#long_signature */
6722 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction24:nitni_utilities#Object#short_signature */
6723 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction24:c#Object#to_c_call_context */
6724 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction24:c#Object#from_c_call_context */
6725 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#cpp_call_context */
6726 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#to_cpp_call_context */
6727 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#from_cpp_call_context */
6728 (nitmethod_t)VIRTUAL_parser__ReduceAction24__action, /* pointer to parser:ReduceAction24:parser#ReduceAction24#action */
6729 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction24:parser#ReduceAction#concat */
6730 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction24:parser#ReduceAction#init */
6731 }
6732 };
6733 /* allocate ReduceAction24 */
6734 val* NEW_parser__ReduceAction24(const struct type* type) {
6735 val* self /* : ReduceAction24 */;
6736 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6737 self->type = type;
6738 self->class = &class_parser__ReduceAction24;
6739 return self;
6740 }
6741 /* runtime class parser__ReduceAction25 */
6742 const struct class class_parser__ReduceAction25 = {
6743 0, /* box_kind */
6744 {
6745 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction25:kernel#Object#object_id */
6746 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction25:kernel#Object#is_same_type */
6747 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction25:kernel#Object#is_same_instance */
6748 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction25:kernel#Object#== */
6749 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction25:kernel#Object#!= */
6750 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction25:kernel#Object#output */
6751 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction25:kernel#Object#output_class_name */
6752 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction25:kernel#Object#exit */
6753 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction25:kernel#Object#sys */
6754 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction25:kernel#Object#hash */
6755 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction25:math#Object#atan2 */
6756 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction25:math#Object#pi */
6757 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction25:math#Object#srand_from */
6758 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction25:math#Object#srand */
6759 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction25:string#Object#to_s */
6760 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction25:string#Object#native_class_name */
6761 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction25:string#Object#class_name */
6762 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction25:string#Object#inspect */
6763 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction25:string#Object#inspect_head */
6764 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction25:string#Object#args */
6765 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction25:string#Object#alpha_comparator */
6766 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction25:stream#Object#poll */
6767 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction25:stream#Object#intern_poll */
6768 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction25:time#Object#get_time */
6769 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction25:file#Object#printn */
6770 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction25:file#Object#print */
6771 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction25:file#Object#getc */
6772 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction25:file#Object#gets */
6773 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction25:file#Object#getcwd */
6774 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction25:file#Object#file_getcwd */
6775 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction25:file#Object#stdin */
6776 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction25:file#Object#stdout */
6777 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction25:file#Object#stderr */
6778 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction25:model_base#Object#intrude_visibility */
6779 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction25:model_base#Object#public_visibility */
6780 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction25:model_base#Object#protected_visibility */
6781 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction25:model_base#Object#private_visibility */
6782 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction25:model_base#Object#none_visibility */
6783 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction25:model#Object#abstract_kind */
6784 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction25:model#Object#concrete_kind */
6785 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction25:model#Object#interface_kind */
6786 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction25:model#Object#enum_kind */
6787 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction25:model#Object#extern_kind */
6788 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction25:nitni_utilities#Object#internal_call_context */
6789 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction25:nitni_utilities#Object#long_signature */
6790 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction25:nitni_utilities#Object#short_signature */
6791 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction25:c#Object#to_c_call_context */
6792 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction25:c#Object#from_c_call_context */
6793 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#cpp_call_context */
6794 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#to_cpp_call_context */
6795 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#from_cpp_call_context */
6796 (nitmethod_t)VIRTUAL_parser__ReduceAction25__action, /* pointer to parser:ReduceAction25:parser#ReduceAction25#action */
6797 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction25:parser#ReduceAction#concat */
6798 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction25:parser#ReduceAction#init */
6799 }
6800 };
6801 /* allocate ReduceAction25 */
6802 val* NEW_parser__ReduceAction25(const struct type* type) {
6803 val* self /* : ReduceAction25 */;
6804 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6805 self->type = type;
6806 self->class = &class_parser__ReduceAction25;
6807 return self;
6808 }
6809 /* runtime class parser__ReduceAction26 */
6810 const struct class class_parser__ReduceAction26 = {
6811 0, /* box_kind */
6812 {
6813 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction26:kernel#Object#object_id */
6814 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction26:kernel#Object#is_same_type */
6815 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction26:kernel#Object#is_same_instance */
6816 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction26:kernel#Object#== */
6817 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction26:kernel#Object#!= */
6818 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction26:kernel#Object#output */
6819 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction26:kernel#Object#output_class_name */
6820 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction26:kernel#Object#exit */
6821 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction26:kernel#Object#sys */
6822 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction26:kernel#Object#hash */
6823 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction26:math#Object#atan2 */
6824 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction26:math#Object#pi */
6825 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction26:math#Object#srand_from */
6826 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction26:math#Object#srand */
6827 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction26:string#Object#to_s */
6828 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction26:string#Object#native_class_name */
6829 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction26:string#Object#class_name */
6830 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction26:string#Object#inspect */
6831 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction26:string#Object#inspect_head */
6832 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction26:string#Object#args */
6833 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction26:string#Object#alpha_comparator */
6834 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction26:stream#Object#poll */
6835 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction26:stream#Object#intern_poll */
6836 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction26:time#Object#get_time */
6837 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction26:file#Object#printn */
6838 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction26:file#Object#print */
6839 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction26:file#Object#getc */
6840 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction26:file#Object#gets */
6841 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction26:file#Object#getcwd */
6842 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction26:file#Object#file_getcwd */
6843 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction26:file#Object#stdin */
6844 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction26:file#Object#stdout */
6845 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction26:file#Object#stderr */
6846 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction26:model_base#Object#intrude_visibility */
6847 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction26:model_base#Object#public_visibility */
6848 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction26:model_base#Object#protected_visibility */
6849 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction26:model_base#Object#private_visibility */
6850 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction26:model_base#Object#none_visibility */
6851 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction26:model#Object#abstract_kind */
6852 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction26:model#Object#concrete_kind */
6853 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction26:model#Object#interface_kind */
6854 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction26:model#Object#enum_kind */
6855 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction26:model#Object#extern_kind */
6856 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction26:nitni_utilities#Object#internal_call_context */
6857 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction26:nitni_utilities#Object#long_signature */
6858 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction26:nitni_utilities#Object#short_signature */
6859 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction26:c#Object#to_c_call_context */
6860 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction26:c#Object#from_c_call_context */
6861 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#cpp_call_context */
6862 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#to_cpp_call_context */
6863 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#from_cpp_call_context */
6864 (nitmethod_t)VIRTUAL_parser__ReduceAction26__action, /* pointer to parser:ReduceAction26:parser#ReduceAction26#action */
6865 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction26:parser#ReduceAction#concat */
6866 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction26:parser#ReduceAction#init */
6867 }
6868 };
6869 /* allocate ReduceAction26 */
6870 val* NEW_parser__ReduceAction26(const struct type* type) {
6871 val* self /* : ReduceAction26 */;
6872 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6873 self->type = type;
6874 self->class = &class_parser__ReduceAction26;
6875 return self;
6876 }
6877 /* runtime class parser__ReduceAction27 */
6878 const struct class class_parser__ReduceAction27 = {
6879 0, /* box_kind */
6880 {
6881 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction27:kernel#Object#object_id */
6882 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction27:kernel#Object#is_same_type */
6883 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction27:kernel#Object#is_same_instance */
6884 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction27:kernel#Object#== */
6885 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction27:kernel#Object#!= */
6886 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction27:kernel#Object#output */
6887 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction27:kernel#Object#output_class_name */
6888 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction27:kernel#Object#exit */
6889 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction27:kernel#Object#sys */
6890 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction27:kernel#Object#hash */
6891 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction27:math#Object#atan2 */
6892 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction27:math#Object#pi */
6893 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction27:math#Object#srand_from */
6894 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction27:math#Object#srand */
6895 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction27:string#Object#to_s */
6896 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction27:string#Object#native_class_name */
6897 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction27:string#Object#class_name */
6898 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction27:string#Object#inspect */
6899 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction27:string#Object#inspect_head */
6900 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction27:string#Object#args */
6901 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction27:string#Object#alpha_comparator */
6902 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction27:stream#Object#poll */
6903 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction27:stream#Object#intern_poll */
6904 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction27:time#Object#get_time */
6905 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction27:file#Object#printn */
6906 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction27:file#Object#print */
6907 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction27:file#Object#getc */
6908 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction27:file#Object#gets */
6909 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction27:file#Object#getcwd */
6910 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction27:file#Object#file_getcwd */
6911 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction27:file#Object#stdin */
6912 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction27:file#Object#stdout */
6913 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction27:file#Object#stderr */
6914 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction27:model_base#Object#intrude_visibility */
6915 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction27:model_base#Object#public_visibility */
6916 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction27:model_base#Object#protected_visibility */
6917 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction27:model_base#Object#private_visibility */
6918 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction27:model_base#Object#none_visibility */
6919 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction27:model#Object#abstract_kind */
6920 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction27:model#Object#concrete_kind */
6921 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction27:model#Object#interface_kind */
6922 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction27:model#Object#enum_kind */
6923 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction27:model#Object#extern_kind */
6924 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction27:nitni_utilities#Object#internal_call_context */
6925 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction27:nitni_utilities#Object#long_signature */
6926 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction27:nitni_utilities#Object#short_signature */
6927 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction27:c#Object#to_c_call_context */
6928 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction27:c#Object#from_c_call_context */
6929 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#cpp_call_context */
6930 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#to_cpp_call_context */
6931 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#from_cpp_call_context */
6932 (nitmethod_t)VIRTUAL_parser__ReduceAction27__action, /* pointer to parser:ReduceAction27:parser#ReduceAction27#action */
6933 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction27:parser#ReduceAction#concat */
6934 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction27:parser#ReduceAction#init */
6935 }
6936 };
6937 /* allocate ReduceAction27 */
6938 val* NEW_parser__ReduceAction27(const struct type* type) {
6939 val* self /* : ReduceAction27 */;
6940 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6941 self->type = type;
6942 self->class = &class_parser__ReduceAction27;
6943 return self;
6944 }
6945 /* runtime class parser__ReduceAction28 */
6946 const struct class class_parser__ReduceAction28 = {
6947 0, /* box_kind */
6948 {
6949 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction28:kernel#Object#object_id */
6950 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction28:kernel#Object#is_same_type */
6951 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction28:kernel#Object#is_same_instance */
6952 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction28:kernel#Object#== */
6953 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction28:kernel#Object#!= */
6954 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction28:kernel#Object#output */
6955 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction28:kernel#Object#output_class_name */
6956 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction28:kernel#Object#exit */
6957 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction28:kernel#Object#sys */
6958 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction28:kernel#Object#hash */
6959 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction28:math#Object#atan2 */
6960 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction28:math#Object#pi */
6961 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction28:math#Object#srand_from */
6962 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction28:math#Object#srand */
6963 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction28:string#Object#to_s */
6964 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction28:string#Object#native_class_name */
6965 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction28:string#Object#class_name */
6966 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction28:string#Object#inspect */
6967 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction28:string#Object#inspect_head */
6968 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction28:string#Object#args */
6969 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction28:string#Object#alpha_comparator */
6970 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction28:stream#Object#poll */
6971 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction28:stream#Object#intern_poll */
6972 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction28:time#Object#get_time */
6973 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction28:file#Object#printn */
6974 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction28:file#Object#print */
6975 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction28:file#Object#getc */
6976 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction28:file#Object#gets */
6977 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction28:file#Object#getcwd */
6978 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction28:file#Object#file_getcwd */
6979 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction28:file#Object#stdin */
6980 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction28:file#Object#stdout */
6981 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction28:file#Object#stderr */
6982 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction28:model_base#Object#intrude_visibility */
6983 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction28:model_base#Object#public_visibility */
6984 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction28:model_base#Object#protected_visibility */
6985 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction28:model_base#Object#private_visibility */
6986 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction28:model_base#Object#none_visibility */
6987 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction28:model#Object#abstract_kind */
6988 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction28:model#Object#concrete_kind */
6989 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction28:model#Object#interface_kind */
6990 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction28:model#Object#enum_kind */
6991 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction28:model#Object#extern_kind */
6992 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction28:nitni_utilities#Object#internal_call_context */
6993 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction28:nitni_utilities#Object#long_signature */
6994 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction28:nitni_utilities#Object#short_signature */
6995 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction28:c#Object#to_c_call_context */
6996 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction28:c#Object#from_c_call_context */
6997 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#cpp_call_context */
6998 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#to_cpp_call_context */
6999 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#from_cpp_call_context */
7000 (nitmethod_t)VIRTUAL_parser__ReduceAction28__action, /* pointer to parser:ReduceAction28:parser#ReduceAction28#action */
7001 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction28:parser#ReduceAction#concat */
7002 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction28:parser#ReduceAction#init */
7003 }
7004 };
7005 /* allocate ReduceAction28 */
7006 val* NEW_parser__ReduceAction28(const struct type* type) {
7007 val* self /* : ReduceAction28 */;
7008 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7009 self->type = type;
7010 self->class = &class_parser__ReduceAction28;
7011 return self;
7012 }
7013 /* runtime class parser__ReduceAction29 */
7014 const struct class class_parser__ReduceAction29 = {
7015 0, /* box_kind */
7016 {
7017 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction29:kernel#Object#object_id */
7018 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction29:kernel#Object#is_same_type */
7019 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction29:kernel#Object#is_same_instance */
7020 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction29:kernel#Object#== */
7021 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction29:kernel#Object#!= */
7022 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction29:kernel#Object#output */
7023 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction29:kernel#Object#output_class_name */
7024 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction29:kernel#Object#exit */
7025 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction29:kernel#Object#sys */
7026 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction29:kernel#Object#hash */
7027 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction29:math#Object#atan2 */
7028 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction29:math#Object#pi */
7029 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction29:math#Object#srand_from */
7030 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction29:math#Object#srand */
7031 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction29:string#Object#to_s */
7032 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction29:string#Object#native_class_name */
7033 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction29:string#Object#class_name */
7034 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction29:string#Object#inspect */
7035 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction29:string#Object#inspect_head */
7036 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction29:string#Object#args */
7037 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction29:string#Object#alpha_comparator */
7038 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction29:stream#Object#poll */
7039 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction29:stream#Object#intern_poll */
7040 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction29:time#Object#get_time */
7041 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction29:file#Object#printn */
7042 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction29:file#Object#print */
7043 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction29:file#Object#getc */
7044 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction29:file#Object#gets */
7045 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction29:file#Object#getcwd */
7046 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction29:file#Object#file_getcwd */
7047 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction29:file#Object#stdin */
7048 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction29:file#Object#stdout */
7049 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction29:file#Object#stderr */
7050 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction29:model_base#Object#intrude_visibility */
7051 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction29:model_base#Object#public_visibility */
7052 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction29:model_base#Object#protected_visibility */
7053 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction29:model_base#Object#private_visibility */
7054 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction29:model_base#Object#none_visibility */
7055 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction29:model#Object#abstract_kind */
7056 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction29:model#Object#concrete_kind */
7057 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction29:model#Object#interface_kind */
7058 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction29:model#Object#enum_kind */
7059 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction29:model#Object#extern_kind */
7060 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction29:nitni_utilities#Object#internal_call_context */
7061 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction29:nitni_utilities#Object#long_signature */
7062 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction29:nitni_utilities#Object#short_signature */
7063 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction29:c#Object#to_c_call_context */
7064 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction29:c#Object#from_c_call_context */
7065 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#cpp_call_context */
7066 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#to_cpp_call_context */
7067 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#from_cpp_call_context */
7068 (nitmethod_t)VIRTUAL_parser__ReduceAction29__action, /* pointer to parser:ReduceAction29:parser#ReduceAction29#action */
7069 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction29:parser#ReduceAction#concat */
7070 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction29:parser#ReduceAction#init */
7071 }
7072 };
7073 /* allocate ReduceAction29 */
7074 val* NEW_parser__ReduceAction29(const struct type* type) {
7075 val* self /* : ReduceAction29 */;
7076 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7077 self->type = type;
7078 self->class = &class_parser__ReduceAction29;
7079 return self;
7080 }
7081 /* runtime class parser__ReduceAction30 */
7082 const struct class class_parser__ReduceAction30 = {
7083 0, /* box_kind */
7084 {
7085 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction30:kernel#Object#object_id */
7086 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction30:kernel#Object#is_same_type */
7087 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction30:kernel#Object#is_same_instance */
7088 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction30:kernel#Object#== */
7089 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction30:kernel#Object#!= */
7090 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction30:kernel#Object#output */
7091 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction30:kernel#Object#output_class_name */
7092 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction30:kernel#Object#exit */
7093 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction30:kernel#Object#sys */
7094 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction30:kernel#Object#hash */
7095 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction30:math#Object#atan2 */
7096 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction30:math#Object#pi */
7097 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction30:math#Object#srand_from */
7098 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction30:math#Object#srand */
7099 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction30:string#Object#to_s */
7100 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction30:string#Object#native_class_name */
7101 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction30:string#Object#class_name */
7102 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction30:string#Object#inspect */
7103 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction30:string#Object#inspect_head */
7104 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction30:string#Object#args */
7105 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction30:string#Object#alpha_comparator */
7106 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction30:stream#Object#poll */
7107 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction30:stream#Object#intern_poll */
7108 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction30:time#Object#get_time */
7109 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction30:file#Object#printn */
7110 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction30:file#Object#print */
7111 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction30:file#Object#getc */
7112 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction30:file#Object#gets */
7113 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction30:file#Object#getcwd */
7114 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction30:file#Object#file_getcwd */
7115 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction30:file#Object#stdin */
7116 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction30:file#Object#stdout */
7117 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction30:file#Object#stderr */
7118 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction30:model_base#Object#intrude_visibility */
7119 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction30:model_base#Object#public_visibility */
7120 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction30:model_base#Object#protected_visibility */
7121 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction30:model_base#Object#private_visibility */
7122 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction30:model_base#Object#none_visibility */
7123 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction30:model#Object#abstract_kind */
7124 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction30:model#Object#concrete_kind */
7125 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction30:model#Object#interface_kind */
7126 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction30:model#Object#enum_kind */
7127 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction30:model#Object#extern_kind */
7128 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction30:nitni_utilities#Object#internal_call_context */
7129 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction30:nitni_utilities#Object#long_signature */
7130 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction30:nitni_utilities#Object#short_signature */
7131 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction30:c#Object#to_c_call_context */
7132 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction30:c#Object#from_c_call_context */
7133 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#cpp_call_context */
7134 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#to_cpp_call_context */
7135 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#from_cpp_call_context */
7136 (nitmethod_t)VIRTUAL_parser__ReduceAction30__action, /* pointer to parser:ReduceAction30:parser#ReduceAction30#action */
7137 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction30:parser#ReduceAction#concat */
7138 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction30:parser#ReduceAction#init */
7139 }
7140 };
7141 /* allocate ReduceAction30 */
7142 val* NEW_parser__ReduceAction30(const struct type* type) {
7143 val* self /* : ReduceAction30 */;
7144 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7145 self->type = type;
7146 self->class = &class_parser__ReduceAction30;
7147 return self;
7148 }
7149 /* runtime class parser__ReduceAction31 */
7150 const struct class class_parser__ReduceAction31 = {
7151 0, /* box_kind */
7152 {
7153 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction31:kernel#Object#object_id */
7154 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction31:kernel#Object#is_same_type */
7155 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction31:kernel#Object#is_same_instance */
7156 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction31:kernel#Object#== */
7157 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction31:kernel#Object#!= */
7158 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction31:kernel#Object#output */
7159 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction31:kernel#Object#output_class_name */
7160 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction31:kernel#Object#exit */
7161 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction31:kernel#Object#sys */
7162 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction31:kernel#Object#hash */
7163 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction31:math#Object#atan2 */
7164 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction31:math#Object#pi */
7165 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction31:math#Object#srand_from */
7166 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction31:math#Object#srand */
7167 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction31:string#Object#to_s */
7168 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction31:string#Object#native_class_name */
7169 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction31:string#Object#class_name */
7170 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction31:string#Object#inspect */
7171 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction31:string#Object#inspect_head */
7172 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction31:string#Object#args */
7173 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction31:string#Object#alpha_comparator */
7174 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction31:stream#Object#poll */
7175 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction31:stream#Object#intern_poll */
7176 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction31:time#Object#get_time */
7177 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction31:file#Object#printn */
7178 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction31:file#Object#print */
7179 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction31:file#Object#getc */
7180 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction31:file#Object#gets */
7181 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction31:file#Object#getcwd */
7182 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction31:file#Object#file_getcwd */
7183 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction31:file#Object#stdin */
7184 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction31:file#Object#stdout */
7185 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction31:file#Object#stderr */
7186 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction31:model_base#Object#intrude_visibility */
7187 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction31:model_base#Object#public_visibility */
7188 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction31:model_base#Object#protected_visibility */
7189 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction31:model_base#Object#private_visibility */
7190 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction31:model_base#Object#none_visibility */
7191 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction31:model#Object#abstract_kind */
7192 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction31:model#Object#concrete_kind */
7193 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction31:model#Object#interface_kind */
7194 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction31:model#Object#enum_kind */
7195 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction31:model#Object#extern_kind */
7196 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction31:nitni_utilities#Object#internal_call_context */
7197 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction31:nitni_utilities#Object#long_signature */
7198 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction31:nitni_utilities#Object#short_signature */
7199 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction31:c#Object#to_c_call_context */
7200 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction31:c#Object#from_c_call_context */
7201 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#cpp_call_context */
7202 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#to_cpp_call_context */
7203 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#from_cpp_call_context */
7204 (nitmethod_t)VIRTUAL_parser__ReduceAction31__action, /* pointer to parser:ReduceAction31:parser#ReduceAction31#action */
7205 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction31:parser#ReduceAction#concat */
7206 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction31:parser#ReduceAction#init */
7207 }
7208 };
7209 /* allocate ReduceAction31 */
7210 val* NEW_parser__ReduceAction31(const struct type* type) {
7211 val* self /* : ReduceAction31 */;
7212 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7213 self->type = type;
7214 self->class = &class_parser__ReduceAction31;
7215 return self;
7216 }
7217 /* runtime class parser__ReduceAction32 */
7218 const struct class class_parser__ReduceAction32 = {
7219 0, /* box_kind */
7220 {
7221 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction32:kernel#Object#object_id */
7222 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction32:kernel#Object#is_same_type */
7223 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction32:kernel#Object#is_same_instance */
7224 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction32:kernel#Object#== */
7225 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction32:kernel#Object#!= */
7226 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction32:kernel#Object#output */
7227 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction32:kernel#Object#output_class_name */
7228 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction32:kernel#Object#exit */
7229 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction32:kernel#Object#sys */
7230 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction32:kernel#Object#hash */
7231 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction32:math#Object#atan2 */
7232 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction32:math#Object#pi */
7233 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction32:math#Object#srand_from */
7234 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction32:math#Object#srand */
7235 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction32:string#Object#to_s */
7236 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction32:string#Object#native_class_name */
7237 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction32:string#Object#class_name */
7238 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction32:string#Object#inspect */
7239 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction32:string#Object#inspect_head */
7240 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction32:string#Object#args */
7241 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction32:string#Object#alpha_comparator */
7242 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction32:stream#Object#poll */
7243 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction32:stream#Object#intern_poll */
7244 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction32:time#Object#get_time */
7245 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction32:file#Object#printn */
7246 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction32:file#Object#print */
7247 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction32:file#Object#getc */
7248 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction32:file#Object#gets */
7249 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction32:file#Object#getcwd */
7250 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction32:file#Object#file_getcwd */
7251 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction32:file#Object#stdin */
7252 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction32:file#Object#stdout */
7253 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction32:file#Object#stderr */
7254 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction32:model_base#Object#intrude_visibility */
7255 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction32:model_base#Object#public_visibility */
7256 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction32:model_base#Object#protected_visibility */
7257 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction32:model_base#Object#private_visibility */
7258 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction32:model_base#Object#none_visibility */
7259 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction32:model#Object#abstract_kind */
7260 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction32:model#Object#concrete_kind */
7261 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction32:model#Object#interface_kind */
7262 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction32:model#Object#enum_kind */
7263 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction32:model#Object#extern_kind */
7264 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction32:nitni_utilities#Object#internal_call_context */
7265 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction32:nitni_utilities#Object#long_signature */
7266 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction32:nitni_utilities#Object#short_signature */
7267 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction32:c#Object#to_c_call_context */
7268 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction32:c#Object#from_c_call_context */
7269 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#cpp_call_context */
7270 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#to_cpp_call_context */
7271 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#from_cpp_call_context */
7272 (nitmethod_t)VIRTUAL_parser__ReduceAction32__action, /* pointer to parser:ReduceAction32:parser#ReduceAction32#action */
7273 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction32:parser#ReduceAction#concat */
7274 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction32:parser#ReduceAction#init */
7275 }
7276 };
7277 /* allocate ReduceAction32 */
7278 val* NEW_parser__ReduceAction32(const struct type* type) {
7279 val* self /* : ReduceAction32 */;
7280 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7281 self->type = type;
7282 self->class = &class_parser__ReduceAction32;
7283 return self;
7284 }
7285 /* runtime class parser__ReduceAction33 */
7286 const struct class class_parser__ReduceAction33 = {
7287 0, /* box_kind */
7288 {
7289 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction33:kernel#Object#object_id */
7290 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction33:kernel#Object#is_same_type */
7291 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction33:kernel#Object#is_same_instance */
7292 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction33:kernel#Object#== */
7293 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction33:kernel#Object#!= */
7294 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction33:kernel#Object#output */
7295 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction33:kernel#Object#output_class_name */
7296 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction33:kernel#Object#exit */
7297 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction33:kernel#Object#sys */
7298 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction33:kernel#Object#hash */
7299 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction33:math#Object#atan2 */
7300 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction33:math#Object#pi */
7301 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction33:math#Object#srand_from */
7302 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction33:math#Object#srand */
7303 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction33:string#Object#to_s */
7304 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction33:string#Object#native_class_name */
7305 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction33:string#Object#class_name */
7306 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction33:string#Object#inspect */
7307 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction33:string#Object#inspect_head */
7308 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction33:string#Object#args */
7309 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction33:string#Object#alpha_comparator */
7310 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction33:stream#Object#poll */
7311 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction33:stream#Object#intern_poll */
7312 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction33:time#Object#get_time */
7313 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction33:file#Object#printn */
7314 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction33:file#Object#print */
7315 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction33:file#Object#getc */
7316 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction33:file#Object#gets */
7317 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction33:file#Object#getcwd */
7318 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction33:file#Object#file_getcwd */
7319 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction33:file#Object#stdin */
7320 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction33:file#Object#stdout */
7321 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction33:file#Object#stderr */
7322 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction33:model_base#Object#intrude_visibility */
7323 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction33:model_base#Object#public_visibility */
7324 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction33:model_base#Object#protected_visibility */
7325 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction33:model_base#Object#private_visibility */
7326 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction33:model_base#Object#none_visibility */
7327 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction33:model#Object#abstract_kind */
7328 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction33:model#Object#concrete_kind */
7329 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction33:model#Object#interface_kind */
7330 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction33:model#Object#enum_kind */
7331 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction33:model#Object#extern_kind */
7332 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction33:nitni_utilities#Object#internal_call_context */
7333 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction33:nitni_utilities#Object#long_signature */
7334 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction33:nitni_utilities#Object#short_signature */
7335 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction33:c#Object#to_c_call_context */
7336 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction33:c#Object#from_c_call_context */
7337 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#cpp_call_context */
7338 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#to_cpp_call_context */
7339 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#from_cpp_call_context */
7340 (nitmethod_t)VIRTUAL_parser__ReduceAction33__action, /* pointer to parser:ReduceAction33:parser#ReduceAction33#action */
7341 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction33:parser#ReduceAction#concat */
7342 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction33:parser#ReduceAction#init */
7343 }
7344 };
7345 /* allocate ReduceAction33 */
7346 val* NEW_parser__ReduceAction33(const struct type* type) {
7347 val* self /* : ReduceAction33 */;
7348 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7349 self->type = type;
7350 self->class = &class_parser__ReduceAction33;
7351 return self;
7352 }
7353 /* runtime class parser__ReduceAction34 */
7354 const struct class class_parser__ReduceAction34 = {
7355 0, /* box_kind */
7356 {
7357 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction34:kernel#Object#object_id */
7358 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction34:kernel#Object#is_same_type */
7359 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction34:kernel#Object#is_same_instance */
7360 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction34:kernel#Object#== */
7361 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction34:kernel#Object#!= */
7362 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction34:kernel#Object#output */
7363 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction34:kernel#Object#output_class_name */
7364 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction34:kernel#Object#exit */
7365 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction34:kernel#Object#sys */
7366 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction34:kernel#Object#hash */
7367 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction34:math#Object#atan2 */
7368 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction34:math#Object#pi */
7369 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction34:math#Object#srand_from */
7370 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction34:math#Object#srand */
7371 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction34:string#Object#to_s */
7372 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction34:string#Object#native_class_name */
7373 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction34:string#Object#class_name */
7374 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction34:string#Object#inspect */
7375 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction34:string#Object#inspect_head */
7376 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction34:string#Object#args */
7377 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction34:string#Object#alpha_comparator */
7378 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction34:stream#Object#poll */
7379 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction34:stream#Object#intern_poll */
7380 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction34:time#Object#get_time */
7381 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction34:file#Object#printn */
7382 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction34:file#Object#print */
7383 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction34:file#Object#getc */
7384 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction34:file#Object#gets */
7385 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction34:file#Object#getcwd */
7386 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction34:file#Object#file_getcwd */
7387 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction34:file#Object#stdin */
7388 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction34:file#Object#stdout */
7389 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction34:file#Object#stderr */
7390 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction34:model_base#Object#intrude_visibility */
7391 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction34:model_base#Object#public_visibility */
7392 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction34:model_base#Object#protected_visibility */
7393 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction34:model_base#Object#private_visibility */
7394 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction34:model_base#Object#none_visibility */
7395 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction34:model#Object#abstract_kind */
7396 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction34:model#Object#concrete_kind */
7397 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction34:model#Object#interface_kind */
7398 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction34:model#Object#enum_kind */
7399 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction34:model#Object#extern_kind */
7400 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction34:nitni_utilities#Object#internal_call_context */
7401 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction34:nitni_utilities#Object#long_signature */
7402 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction34:nitni_utilities#Object#short_signature */
7403 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction34:c#Object#to_c_call_context */
7404 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction34:c#Object#from_c_call_context */
7405 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#cpp_call_context */
7406 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#to_cpp_call_context */
7407 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#from_cpp_call_context */
7408 (nitmethod_t)VIRTUAL_parser__ReduceAction34__action, /* pointer to parser:ReduceAction34:parser#ReduceAction34#action */
7409 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction34:parser#ReduceAction#concat */
7410 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction34:parser#ReduceAction#init */
7411 }
7412 };
7413 /* allocate ReduceAction34 */
7414 val* NEW_parser__ReduceAction34(const struct type* type) {
7415 val* self /* : ReduceAction34 */;
7416 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7417 self->type = type;
7418 self->class = &class_parser__ReduceAction34;
7419 return self;
7420 }
7421 /* runtime class parser__ReduceAction35 */
7422 const struct class class_parser__ReduceAction35 = {
7423 0, /* box_kind */
7424 {
7425 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction35:kernel#Object#object_id */
7426 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction35:kernel#Object#is_same_type */
7427 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction35:kernel#Object#is_same_instance */
7428 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction35:kernel#Object#== */
7429 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction35:kernel#Object#!= */
7430 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction35:kernel#Object#output */
7431 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction35:kernel#Object#output_class_name */
7432 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction35:kernel#Object#exit */
7433 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction35:kernel#Object#sys */
7434 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction35:kernel#Object#hash */
7435 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction35:math#Object#atan2 */
7436 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction35:math#Object#pi */
7437 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction35:math#Object#srand_from */
7438 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction35:math#Object#srand */
7439 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction35:string#Object#to_s */
7440 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction35:string#Object#native_class_name */
7441 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction35:string#Object#class_name */
7442 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction35:string#Object#inspect */
7443 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction35:string#Object#inspect_head */
7444 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction35:string#Object#args */
7445 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction35:string#Object#alpha_comparator */
7446 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction35:stream#Object#poll */
7447 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction35:stream#Object#intern_poll */
7448 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction35:time#Object#get_time */
7449 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction35:file#Object#printn */
7450 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction35:file#Object#print */
7451 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction35:file#Object#getc */
7452 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction35:file#Object#gets */
7453 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction35:file#Object#getcwd */
7454 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction35:file#Object#file_getcwd */
7455 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction35:file#Object#stdin */
7456 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction35:file#Object#stdout */
7457 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction35:file#Object#stderr */
7458 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction35:model_base#Object#intrude_visibility */
7459 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction35:model_base#Object#public_visibility */
7460 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction35:model_base#Object#protected_visibility */
7461 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction35:model_base#Object#private_visibility */
7462 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction35:model_base#Object#none_visibility */
7463 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction35:model#Object#abstract_kind */
7464 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction35:model#Object#concrete_kind */
7465 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction35:model#Object#interface_kind */
7466 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction35:model#Object#enum_kind */
7467 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction35:model#Object#extern_kind */
7468 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction35:nitni_utilities#Object#internal_call_context */
7469 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction35:nitni_utilities#Object#long_signature */
7470 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction35:nitni_utilities#Object#short_signature */
7471 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction35:c#Object#to_c_call_context */
7472 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction35:c#Object#from_c_call_context */
7473 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#cpp_call_context */
7474 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#to_cpp_call_context */
7475 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#from_cpp_call_context */
7476 (nitmethod_t)VIRTUAL_parser__ReduceAction35__action, /* pointer to parser:ReduceAction35:parser#ReduceAction35#action */
7477 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction35:parser#ReduceAction#concat */
7478 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction35:parser#ReduceAction#init */
7479 }
7480 };
7481 /* allocate ReduceAction35 */
7482 val* NEW_parser__ReduceAction35(const struct type* type) {
7483 val* self /* : ReduceAction35 */;
7484 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7485 self->type = type;
7486 self->class = &class_parser__ReduceAction35;
7487 return self;
7488 }
7489 /* runtime class parser__ReduceAction36 */
7490 const struct class class_parser__ReduceAction36 = {
7491 0, /* box_kind */
7492 {
7493 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction36:kernel#Object#object_id */
7494 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction36:kernel#Object#is_same_type */
7495 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction36:kernel#Object#is_same_instance */
7496 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction36:kernel#Object#== */
7497 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction36:kernel#Object#!= */
7498 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction36:kernel#Object#output */
7499 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction36:kernel#Object#output_class_name */
7500 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction36:kernel#Object#exit */
7501 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction36:kernel#Object#sys */
7502 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction36:kernel#Object#hash */
7503 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction36:math#Object#atan2 */
7504 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction36:math#Object#pi */
7505 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction36:math#Object#srand_from */
7506 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction36:math#Object#srand */
7507 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction36:string#Object#to_s */
7508 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction36:string#Object#native_class_name */
7509 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction36:string#Object#class_name */
7510 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction36:string#Object#inspect */
7511 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction36:string#Object#inspect_head */
7512 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction36:string#Object#args */
7513 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction36:string#Object#alpha_comparator */
7514 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction36:stream#Object#poll */
7515 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction36:stream#Object#intern_poll */
7516 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction36:time#Object#get_time */
7517 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction36:file#Object#printn */
7518 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction36:file#Object#print */
7519 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction36:file#Object#getc */
7520 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction36:file#Object#gets */
7521 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction36:file#Object#getcwd */
7522 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction36:file#Object#file_getcwd */
7523 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction36:file#Object#stdin */
7524 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction36:file#Object#stdout */
7525 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction36:file#Object#stderr */
7526 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction36:model_base#Object#intrude_visibility */
7527 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction36:model_base#Object#public_visibility */
7528 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction36:model_base#Object#protected_visibility */
7529 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction36:model_base#Object#private_visibility */
7530 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction36:model_base#Object#none_visibility */
7531 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction36:model#Object#abstract_kind */
7532 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction36:model#Object#concrete_kind */
7533 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction36:model#Object#interface_kind */
7534 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction36:model#Object#enum_kind */
7535 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction36:model#Object#extern_kind */
7536 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction36:nitni_utilities#Object#internal_call_context */
7537 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction36:nitni_utilities#Object#long_signature */
7538 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction36:nitni_utilities#Object#short_signature */
7539 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction36:c#Object#to_c_call_context */
7540 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction36:c#Object#from_c_call_context */
7541 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#cpp_call_context */
7542 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#to_cpp_call_context */
7543 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#from_cpp_call_context */
7544 (nitmethod_t)VIRTUAL_parser__ReduceAction36__action, /* pointer to parser:ReduceAction36:parser#ReduceAction36#action */
7545 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction36:parser#ReduceAction#concat */
7546 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction36:parser#ReduceAction#init */
7547 }
7548 };
7549 /* allocate ReduceAction36 */
7550 val* NEW_parser__ReduceAction36(const struct type* type) {
7551 val* self /* : ReduceAction36 */;
7552 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7553 self->type = type;
7554 self->class = &class_parser__ReduceAction36;
7555 return self;
7556 }
7557 /* runtime class parser__ReduceAction37 */
7558 const struct class class_parser__ReduceAction37 = {
7559 0, /* box_kind */
7560 {
7561 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction37:kernel#Object#object_id */
7562 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction37:kernel#Object#is_same_type */
7563 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction37:kernel#Object#is_same_instance */
7564 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction37:kernel#Object#== */
7565 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction37:kernel#Object#!= */
7566 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction37:kernel#Object#output */
7567 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction37:kernel#Object#output_class_name */
7568 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction37:kernel#Object#exit */
7569 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction37:kernel#Object#sys */
7570 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction37:kernel#Object#hash */
7571 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction37:math#Object#atan2 */
7572 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction37:math#Object#pi */
7573 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction37:math#Object#srand_from */
7574 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction37:math#Object#srand */
7575 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction37:string#Object#to_s */
7576 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction37:string#Object#native_class_name */
7577 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction37:string#Object#class_name */
7578 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction37:string#Object#inspect */
7579 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction37:string#Object#inspect_head */
7580 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction37:string#Object#args */
7581 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction37:string#Object#alpha_comparator */
7582 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction37:stream#Object#poll */
7583 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction37:stream#Object#intern_poll */
7584 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction37:time#Object#get_time */
7585 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction37:file#Object#printn */
7586 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction37:file#Object#print */
7587 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction37:file#Object#getc */
7588 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction37:file#Object#gets */
7589 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction37:file#Object#getcwd */
7590 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction37:file#Object#file_getcwd */
7591 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction37:file#Object#stdin */
7592 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction37:file#Object#stdout */
7593 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction37:file#Object#stderr */
7594 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction37:model_base#Object#intrude_visibility */
7595 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction37:model_base#Object#public_visibility */
7596 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction37:model_base#Object#protected_visibility */
7597 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction37:model_base#Object#private_visibility */
7598 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction37:model_base#Object#none_visibility */
7599 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction37:model#Object#abstract_kind */
7600 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction37:model#Object#concrete_kind */
7601 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction37:model#Object#interface_kind */
7602 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction37:model#Object#enum_kind */
7603 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction37:model#Object#extern_kind */
7604 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction37:nitni_utilities#Object#internal_call_context */
7605 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction37:nitni_utilities#Object#long_signature */
7606 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction37:nitni_utilities#Object#short_signature */
7607 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction37:c#Object#to_c_call_context */
7608 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction37:c#Object#from_c_call_context */
7609 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#cpp_call_context */
7610 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#to_cpp_call_context */
7611 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#from_cpp_call_context */
7612 (nitmethod_t)VIRTUAL_parser__ReduceAction37__action, /* pointer to parser:ReduceAction37:parser#ReduceAction37#action */
7613 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction37:parser#ReduceAction#concat */
7614 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction37:parser#ReduceAction#init */
7615 }
7616 };
7617 /* allocate ReduceAction37 */
7618 val* NEW_parser__ReduceAction37(const struct type* type) {
7619 val* self /* : ReduceAction37 */;
7620 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7621 self->type = type;
7622 self->class = &class_parser__ReduceAction37;
7623 return self;
7624 }
7625 /* runtime class parser__ReduceAction38 */
7626 const struct class class_parser__ReduceAction38 = {
7627 0, /* box_kind */
7628 {
7629 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction38:kernel#Object#object_id */
7630 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction38:kernel#Object#is_same_type */
7631 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction38:kernel#Object#is_same_instance */
7632 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction38:kernel#Object#== */
7633 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction38:kernel#Object#!= */
7634 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction38:kernel#Object#output */
7635 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction38:kernel#Object#output_class_name */
7636 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction38:kernel#Object#exit */
7637 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction38:kernel#Object#sys */
7638 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction38:kernel#Object#hash */
7639 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction38:math#Object#atan2 */
7640 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction38:math#Object#pi */
7641 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction38:math#Object#srand_from */
7642 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction38:math#Object#srand */
7643 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction38:string#Object#to_s */
7644 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction38:string#Object#native_class_name */
7645 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction38:string#Object#class_name */
7646 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction38:string#Object#inspect */
7647 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction38:string#Object#inspect_head */
7648 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction38:string#Object#args */
7649 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction38:string#Object#alpha_comparator */
7650 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction38:stream#Object#poll */
7651 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction38:stream#Object#intern_poll */
7652 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction38:time#Object#get_time */
7653 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction38:file#Object#printn */
7654 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction38:file#Object#print */
7655 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction38:file#Object#getc */
7656 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction38:file#Object#gets */
7657 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction38:file#Object#getcwd */
7658 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction38:file#Object#file_getcwd */
7659 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction38:file#Object#stdin */
7660 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction38:file#Object#stdout */
7661 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction38:file#Object#stderr */
7662 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction38:model_base#Object#intrude_visibility */
7663 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction38:model_base#Object#public_visibility */
7664 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction38:model_base#Object#protected_visibility */
7665 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction38:model_base#Object#private_visibility */
7666 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction38:model_base#Object#none_visibility */
7667 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction38:model#Object#abstract_kind */
7668 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction38:model#Object#concrete_kind */
7669 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction38:model#Object#interface_kind */
7670 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction38:model#Object#enum_kind */
7671 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction38:model#Object#extern_kind */
7672 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction38:nitni_utilities#Object#internal_call_context */
7673 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction38:nitni_utilities#Object#long_signature */
7674 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction38:nitni_utilities#Object#short_signature */
7675 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction38:c#Object#to_c_call_context */
7676 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction38:c#Object#from_c_call_context */
7677 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#cpp_call_context */
7678 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#to_cpp_call_context */
7679 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#from_cpp_call_context */
7680 (nitmethod_t)VIRTUAL_parser__ReduceAction38__action, /* pointer to parser:ReduceAction38:parser#ReduceAction38#action */
7681 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction38:parser#ReduceAction#concat */
7682 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction38:parser#ReduceAction#init */
7683 }
7684 };
7685 /* allocate ReduceAction38 */
7686 val* NEW_parser__ReduceAction38(const struct type* type) {
7687 val* self /* : ReduceAction38 */;
7688 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7689 self->type = type;
7690 self->class = &class_parser__ReduceAction38;
7691 return self;
7692 }
7693 /* runtime class parser__ReduceAction39 */
7694 const struct class class_parser__ReduceAction39 = {
7695 0, /* box_kind */
7696 {
7697 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction39:kernel#Object#object_id */
7698 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction39:kernel#Object#is_same_type */
7699 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction39:kernel#Object#is_same_instance */
7700 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction39:kernel#Object#== */
7701 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction39:kernel#Object#!= */
7702 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction39:kernel#Object#output */
7703 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction39:kernel#Object#output_class_name */
7704 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction39:kernel#Object#exit */
7705 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction39:kernel#Object#sys */
7706 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction39:kernel#Object#hash */
7707 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction39:math#Object#atan2 */
7708 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction39:math#Object#pi */
7709 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction39:math#Object#srand_from */
7710 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction39:math#Object#srand */
7711 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction39:string#Object#to_s */
7712 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction39:string#Object#native_class_name */
7713 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction39:string#Object#class_name */
7714 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction39:string#Object#inspect */
7715 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction39:string#Object#inspect_head */
7716 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction39:string#Object#args */
7717 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction39:string#Object#alpha_comparator */
7718 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction39:stream#Object#poll */
7719 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction39:stream#Object#intern_poll */
7720 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction39:time#Object#get_time */
7721 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction39:file#Object#printn */
7722 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction39:file#Object#print */
7723 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction39:file#Object#getc */
7724 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction39:file#Object#gets */
7725 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction39:file#Object#getcwd */
7726 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction39:file#Object#file_getcwd */
7727 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction39:file#Object#stdin */
7728 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction39:file#Object#stdout */
7729 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction39:file#Object#stderr */
7730 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction39:model_base#Object#intrude_visibility */
7731 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction39:model_base#Object#public_visibility */
7732 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction39:model_base#Object#protected_visibility */
7733 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction39:model_base#Object#private_visibility */
7734 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction39:model_base#Object#none_visibility */
7735 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction39:model#Object#abstract_kind */
7736 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction39:model#Object#concrete_kind */
7737 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction39:model#Object#interface_kind */
7738 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction39:model#Object#enum_kind */
7739 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction39:model#Object#extern_kind */
7740 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction39:nitni_utilities#Object#internal_call_context */
7741 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction39:nitni_utilities#Object#long_signature */
7742 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction39:nitni_utilities#Object#short_signature */
7743 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction39:c#Object#to_c_call_context */
7744 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction39:c#Object#from_c_call_context */
7745 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#cpp_call_context */
7746 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#to_cpp_call_context */
7747 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#from_cpp_call_context */
7748 (nitmethod_t)VIRTUAL_parser__ReduceAction39__action, /* pointer to parser:ReduceAction39:parser#ReduceAction39#action */
7749 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction39:parser#ReduceAction#concat */
7750 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction39:parser#ReduceAction#init */
7751 }
7752 };
7753 /* allocate ReduceAction39 */
7754 val* NEW_parser__ReduceAction39(const struct type* type) {
7755 val* self /* : ReduceAction39 */;
7756 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7757 self->type = type;
7758 self->class = &class_parser__ReduceAction39;
7759 return self;
7760 }
7761 /* runtime class parser__ReduceAction40 */
7762 const struct class class_parser__ReduceAction40 = {
7763 0, /* box_kind */
7764 {
7765 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction40:kernel#Object#object_id */
7766 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction40:kernel#Object#is_same_type */
7767 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction40:kernel#Object#is_same_instance */
7768 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction40:kernel#Object#== */
7769 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction40:kernel#Object#!= */
7770 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction40:kernel#Object#output */
7771 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction40:kernel#Object#output_class_name */
7772 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction40:kernel#Object#exit */
7773 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction40:kernel#Object#sys */
7774 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction40:kernel#Object#hash */
7775 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction40:math#Object#atan2 */
7776 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction40:math#Object#pi */
7777 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction40:math#Object#srand_from */
7778 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction40:math#Object#srand */
7779 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction40:string#Object#to_s */
7780 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction40:string#Object#native_class_name */
7781 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction40:string#Object#class_name */
7782 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction40:string#Object#inspect */
7783 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction40:string#Object#inspect_head */
7784 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction40:string#Object#args */
7785 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction40:string#Object#alpha_comparator */
7786 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction40:stream#Object#poll */
7787 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction40:stream#Object#intern_poll */
7788 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction40:time#Object#get_time */
7789 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction40:file#Object#printn */
7790 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction40:file#Object#print */
7791 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction40:file#Object#getc */
7792 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction40:file#Object#gets */
7793 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction40:file#Object#getcwd */
7794 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction40:file#Object#file_getcwd */
7795 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction40:file#Object#stdin */
7796 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction40:file#Object#stdout */
7797 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction40:file#Object#stderr */
7798 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction40:model_base#Object#intrude_visibility */
7799 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction40:model_base#Object#public_visibility */
7800 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction40:model_base#Object#protected_visibility */
7801 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction40:model_base#Object#private_visibility */
7802 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction40:model_base#Object#none_visibility */
7803 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction40:model#Object#abstract_kind */
7804 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction40:model#Object#concrete_kind */
7805 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction40:model#Object#interface_kind */
7806 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction40:model#Object#enum_kind */
7807 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction40:model#Object#extern_kind */
7808 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction40:nitni_utilities#Object#internal_call_context */
7809 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction40:nitni_utilities#Object#long_signature */
7810 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction40:nitni_utilities#Object#short_signature */
7811 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction40:c#Object#to_c_call_context */
7812 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction40:c#Object#from_c_call_context */
7813 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#cpp_call_context */
7814 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#to_cpp_call_context */
7815 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#from_cpp_call_context */
7816 (nitmethod_t)VIRTUAL_parser__ReduceAction40__action, /* pointer to parser:ReduceAction40:parser#ReduceAction40#action */
7817 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction40:parser#ReduceAction#concat */
7818 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction40:parser#ReduceAction#init */
7819 }
7820 };
7821 /* allocate ReduceAction40 */
7822 val* NEW_parser__ReduceAction40(const struct type* type) {
7823 val* self /* : ReduceAction40 */;
7824 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7825 self->type = type;
7826 self->class = &class_parser__ReduceAction40;
7827 return self;
7828 }
7829 /* runtime class parser__ReduceAction41 */
7830 const struct class class_parser__ReduceAction41 = {
7831 0, /* box_kind */
7832 {
7833 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction41:kernel#Object#object_id */
7834 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction41:kernel#Object#is_same_type */
7835 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction41:kernel#Object#is_same_instance */
7836 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction41:kernel#Object#== */
7837 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction41:kernel#Object#!= */
7838 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction41:kernel#Object#output */
7839 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction41:kernel#Object#output_class_name */
7840 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction41:kernel#Object#exit */
7841 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction41:kernel#Object#sys */
7842 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction41:kernel#Object#hash */
7843 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction41:math#Object#atan2 */
7844 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction41:math#Object#pi */
7845 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction41:math#Object#srand_from */
7846 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction41:math#Object#srand */
7847 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction41:string#Object#to_s */
7848 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction41:string#Object#native_class_name */
7849 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction41:string#Object#class_name */
7850 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction41:string#Object#inspect */
7851 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction41:string#Object#inspect_head */
7852 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction41:string#Object#args */
7853 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction41:string#Object#alpha_comparator */
7854 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction41:stream#Object#poll */
7855 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction41:stream#Object#intern_poll */
7856 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction41:time#Object#get_time */
7857 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction41:file#Object#printn */
7858 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction41:file#Object#print */
7859 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction41:file#Object#getc */
7860 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction41:file#Object#gets */
7861 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction41:file#Object#getcwd */
7862 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction41:file#Object#file_getcwd */
7863 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction41:file#Object#stdin */
7864 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction41:file#Object#stdout */
7865 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction41:file#Object#stderr */
7866 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction41:model_base#Object#intrude_visibility */
7867 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction41:model_base#Object#public_visibility */
7868 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction41:model_base#Object#protected_visibility */
7869 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction41:model_base#Object#private_visibility */
7870 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction41:model_base#Object#none_visibility */
7871 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction41:model#Object#abstract_kind */
7872 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction41:model#Object#concrete_kind */
7873 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction41:model#Object#interface_kind */
7874 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction41:model#Object#enum_kind */
7875 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction41:model#Object#extern_kind */
7876 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction41:nitni_utilities#Object#internal_call_context */
7877 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction41:nitni_utilities#Object#long_signature */
7878 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction41:nitni_utilities#Object#short_signature */
7879 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction41:c#Object#to_c_call_context */
7880 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction41:c#Object#from_c_call_context */
7881 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#cpp_call_context */
7882 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#to_cpp_call_context */
7883 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#from_cpp_call_context */
7884 (nitmethod_t)VIRTUAL_parser__ReduceAction41__action, /* pointer to parser:ReduceAction41:parser#ReduceAction41#action */
7885 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction41:parser#ReduceAction#concat */
7886 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction41:parser#ReduceAction#init */
7887 }
7888 };
7889 /* allocate ReduceAction41 */
7890 val* NEW_parser__ReduceAction41(const struct type* type) {
7891 val* self /* : ReduceAction41 */;
7892 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7893 self->type = type;
7894 self->class = &class_parser__ReduceAction41;
7895 return self;
7896 }
7897 /* runtime class parser__ReduceAction42 */
7898 const struct class class_parser__ReduceAction42 = {
7899 0, /* box_kind */
7900 {
7901 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction42:kernel#Object#object_id */
7902 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction42:kernel#Object#is_same_type */
7903 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction42:kernel#Object#is_same_instance */
7904 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction42:kernel#Object#== */
7905 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction42:kernel#Object#!= */
7906 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction42:kernel#Object#output */
7907 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction42:kernel#Object#output_class_name */
7908 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction42:kernel#Object#exit */
7909 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction42:kernel#Object#sys */
7910 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction42:kernel#Object#hash */
7911 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction42:math#Object#atan2 */
7912 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction42:math#Object#pi */
7913 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction42:math#Object#srand_from */
7914 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction42:math#Object#srand */
7915 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction42:string#Object#to_s */
7916 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction42:string#Object#native_class_name */
7917 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction42:string#Object#class_name */
7918 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction42:string#Object#inspect */
7919 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction42:string#Object#inspect_head */
7920 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction42:string#Object#args */
7921 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction42:string#Object#alpha_comparator */
7922 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction42:stream#Object#poll */
7923 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction42:stream#Object#intern_poll */
7924 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction42:time#Object#get_time */
7925 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction42:file#Object#printn */
7926 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction42:file#Object#print */
7927 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction42:file#Object#getc */
7928 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction42:file#Object#gets */
7929 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction42:file#Object#getcwd */
7930 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction42:file#Object#file_getcwd */
7931 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction42:file#Object#stdin */
7932 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction42:file#Object#stdout */
7933 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction42:file#Object#stderr */
7934 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction42:model_base#Object#intrude_visibility */
7935 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction42:model_base#Object#public_visibility */
7936 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction42:model_base#Object#protected_visibility */
7937 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction42:model_base#Object#private_visibility */
7938 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction42:model_base#Object#none_visibility */
7939 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction42:model#Object#abstract_kind */
7940 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction42:model#Object#concrete_kind */
7941 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction42:model#Object#interface_kind */
7942 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction42:model#Object#enum_kind */
7943 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction42:model#Object#extern_kind */
7944 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction42:nitni_utilities#Object#internal_call_context */
7945 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction42:nitni_utilities#Object#long_signature */
7946 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction42:nitni_utilities#Object#short_signature */
7947 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction42:c#Object#to_c_call_context */
7948 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction42:c#Object#from_c_call_context */
7949 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#cpp_call_context */
7950 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#to_cpp_call_context */
7951 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#from_cpp_call_context */
7952 (nitmethod_t)VIRTUAL_parser__ReduceAction42__action, /* pointer to parser:ReduceAction42:parser#ReduceAction42#action */
7953 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction42:parser#ReduceAction#concat */
7954 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction42:parser#ReduceAction#init */
7955 }
7956 };
7957 /* allocate ReduceAction42 */
7958 val* NEW_parser__ReduceAction42(const struct type* type) {
7959 val* self /* : ReduceAction42 */;
7960 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7961 self->type = type;
7962 self->class = &class_parser__ReduceAction42;
7963 return self;
7964 }
7965 /* runtime class parser__ReduceAction43 */
7966 const struct class class_parser__ReduceAction43 = {
7967 0, /* box_kind */
7968 {
7969 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction43:kernel#Object#object_id */
7970 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction43:kernel#Object#is_same_type */
7971 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction43:kernel#Object#is_same_instance */
7972 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction43:kernel#Object#== */
7973 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction43:kernel#Object#!= */
7974 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction43:kernel#Object#output */
7975 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction43:kernel#Object#output_class_name */
7976 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction43:kernel#Object#exit */
7977 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction43:kernel#Object#sys */
7978 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction43:kernel#Object#hash */
7979 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction43:math#Object#atan2 */
7980 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction43:math#Object#pi */
7981 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction43:math#Object#srand_from */
7982 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction43:math#Object#srand */
7983 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction43:string#Object#to_s */
7984 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction43:string#Object#native_class_name */
7985 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction43:string#Object#class_name */
7986 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction43:string#Object#inspect */
7987 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction43:string#Object#inspect_head */
7988 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction43:string#Object#args */
7989 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction43:string#Object#alpha_comparator */
7990 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction43:stream#Object#poll */
7991 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction43:stream#Object#intern_poll */
7992 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction43:time#Object#get_time */
7993 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction43:file#Object#printn */
7994 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction43:file#Object#print */
7995 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction43:file#Object#getc */
7996 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction43:file#Object#gets */
7997 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction43:file#Object#getcwd */
7998 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction43:file#Object#file_getcwd */
7999 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction43:file#Object#stdin */
8000 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction43:file#Object#stdout */
8001 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction43:file#Object#stderr */
8002 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction43:model_base#Object#intrude_visibility */
8003 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction43:model_base#Object#public_visibility */
8004 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction43:model_base#Object#protected_visibility */
8005 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction43:model_base#Object#private_visibility */
8006 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction43:model_base#Object#none_visibility */
8007 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction43:model#Object#abstract_kind */
8008 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction43:model#Object#concrete_kind */
8009 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction43:model#Object#interface_kind */
8010 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction43:model#Object#enum_kind */
8011 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction43:model#Object#extern_kind */
8012 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction43:nitni_utilities#Object#internal_call_context */
8013 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction43:nitni_utilities#Object#long_signature */
8014 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction43:nitni_utilities#Object#short_signature */
8015 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction43:c#Object#to_c_call_context */
8016 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction43:c#Object#from_c_call_context */
8017 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#cpp_call_context */
8018 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#to_cpp_call_context */
8019 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#from_cpp_call_context */
8020 (nitmethod_t)VIRTUAL_parser__ReduceAction43__action, /* pointer to parser:ReduceAction43:parser#ReduceAction43#action */
8021 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction43:parser#ReduceAction#concat */
8022 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction43:parser#ReduceAction#init */
8023 }
8024 };
8025 /* allocate ReduceAction43 */
8026 val* NEW_parser__ReduceAction43(const struct type* type) {
8027 val* self /* : ReduceAction43 */;
8028 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8029 self->type = type;
8030 self->class = &class_parser__ReduceAction43;
8031 return self;
8032 }
8033 /* runtime class parser__ReduceAction44 */
8034 const struct class class_parser__ReduceAction44 = {
8035 0, /* box_kind */
8036 {
8037 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction44:kernel#Object#object_id */
8038 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction44:kernel#Object#is_same_type */
8039 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction44:kernel#Object#is_same_instance */
8040 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction44:kernel#Object#== */
8041 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction44:kernel#Object#!= */
8042 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction44:kernel#Object#output */
8043 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction44:kernel#Object#output_class_name */
8044 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction44:kernel#Object#exit */
8045 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction44:kernel#Object#sys */
8046 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction44:kernel#Object#hash */
8047 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction44:math#Object#atan2 */
8048 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction44:math#Object#pi */
8049 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction44:math#Object#srand_from */
8050 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction44:math#Object#srand */
8051 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction44:string#Object#to_s */
8052 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction44:string#Object#native_class_name */
8053 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction44:string#Object#class_name */
8054 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction44:string#Object#inspect */
8055 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction44:string#Object#inspect_head */
8056 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction44:string#Object#args */
8057 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction44:string#Object#alpha_comparator */
8058 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction44:stream#Object#poll */
8059 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction44:stream#Object#intern_poll */
8060 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction44:time#Object#get_time */
8061 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction44:file#Object#printn */
8062 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction44:file#Object#print */
8063 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction44:file#Object#getc */
8064 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction44:file#Object#gets */
8065 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction44:file#Object#getcwd */
8066 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction44:file#Object#file_getcwd */
8067 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction44:file#Object#stdin */
8068 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction44:file#Object#stdout */
8069 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction44:file#Object#stderr */
8070 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction44:model_base#Object#intrude_visibility */
8071 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction44:model_base#Object#public_visibility */
8072 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction44:model_base#Object#protected_visibility */
8073 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction44:model_base#Object#private_visibility */
8074 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction44:model_base#Object#none_visibility */
8075 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction44:model#Object#abstract_kind */
8076 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction44:model#Object#concrete_kind */
8077 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction44:model#Object#interface_kind */
8078 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction44:model#Object#enum_kind */
8079 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction44:model#Object#extern_kind */
8080 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction44:nitni_utilities#Object#internal_call_context */
8081 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction44:nitni_utilities#Object#long_signature */
8082 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction44:nitni_utilities#Object#short_signature */
8083 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction44:c#Object#to_c_call_context */
8084 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction44:c#Object#from_c_call_context */
8085 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#cpp_call_context */
8086 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#to_cpp_call_context */
8087 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#from_cpp_call_context */
8088 (nitmethod_t)VIRTUAL_parser__ReduceAction44__action, /* pointer to parser:ReduceAction44:parser#ReduceAction44#action */
8089 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction44:parser#ReduceAction#concat */
8090 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction44:parser#ReduceAction#init */
8091 }
8092 };
8093 /* allocate ReduceAction44 */
8094 val* NEW_parser__ReduceAction44(const struct type* type) {
8095 val* self /* : ReduceAction44 */;
8096 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8097 self->type = type;
8098 self->class = &class_parser__ReduceAction44;
8099 return self;
8100 }
8101 /* runtime class parser__ReduceAction45 */
8102 const struct class class_parser__ReduceAction45 = {
8103 0, /* box_kind */
8104 {
8105 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction45:kernel#Object#object_id */
8106 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction45:kernel#Object#is_same_type */
8107 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction45:kernel#Object#is_same_instance */
8108 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction45:kernel#Object#== */
8109 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction45:kernel#Object#!= */
8110 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction45:kernel#Object#output */
8111 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction45:kernel#Object#output_class_name */
8112 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction45:kernel#Object#exit */
8113 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction45:kernel#Object#sys */
8114 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction45:kernel#Object#hash */
8115 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction45:math#Object#atan2 */
8116 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction45:math#Object#pi */
8117 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction45:math#Object#srand_from */
8118 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction45:math#Object#srand */
8119 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction45:string#Object#to_s */
8120 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction45:string#Object#native_class_name */
8121 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction45:string#Object#class_name */
8122 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction45:string#Object#inspect */
8123 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction45:string#Object#inspect_head */
8124 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction45:string#Object#args */
8125 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction45:string#Object#alpha_comparator */
8126 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction45:stream#Object#poll */
8127 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction45:stream#Object#intern_poll */
8128 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction45:time#Object#get_time */
8129 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction45:file#Object#printn */
8130 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction45:file#Object#print */
8131 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction45:file#Object#getc */
8132 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction45:file#Object#gets */
8133 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction45:file#Object#getcwd */
8134 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction45:file#Object#file_getcwd */
8135 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction45:file#Object#stdin */
8136 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction45:file#Object#stdout */
8137 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction45:file#Object#stderr */
8138 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction45:model_base#Object#intrude_visibility */
8139 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction45:model_base#Object#public_visibility */
8140 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction45:model_base#Object#protected_visibility */
8141 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction45:model_base#Object#private_visibility */
8142 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction45:model_base#Object#none_visibility */
8143 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction45:model#Object#abstract_kind */
8144 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction45:model#Object#concrete_kind */
8145 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction45:model#Object#interface_kind */
8146 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction45:model#Object#enum_kind */
8147 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction45:model#Object#extern_kind */
8148 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction45:nitni_utilities#Object#internal_call_context */
8149 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction45:nitni_utilities#Object#long_signature */
8150 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction45:nitni_utilities#Object#short_signature */
8151 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction45:c#Object#to_c_call_context */
8152 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction45:c#Object#from_c_call_context */
8153 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#cpp_call_context */
8154 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#to_cpp_call_context */
8155 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#from_cpp_call_context */
8156 (nitmethod_t)VIRTUAL_parser__ReduceAction45__action, /* pointer to parser:ReduceAction45:parser#ReduceAction45#action */
8157 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction45:parser#ReduceAction#concat */
8158 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction45:parser#ReduceAction#init */
8159 }
8160 };
8161 /* allocate ReduceAction45 */
8162 val* NEW_parser__ReduceAction45(const struct type* type) {
8163 val* self /* : ReduceAction45 */;
8164 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8165 self->type = type;
8166 self->class = &class_parser__ReduceAction45;
8167 return self;
8168 }
8169 /* runtime class parser__ReduceAction46 */
8170 const struct class class_parser__ReduceAction46 = {
8171 0, /* box_kind */
8172 {
8173 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction46:kernel#Object#object_id */
8174 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction46:kernel#Object#is_same_type */
8175 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction46:kernel#Object#is_same_instance */
8176 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction46:kernel#Object#== */
8177 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction46:kernel#Object#!= */
8178 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction46:kernel#Object#output */
8179 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction46:kernel#Object#output_class_name */
8180 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction46:kernel#Object#exit */
8181 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction46:kernel#Object#sys */
8182 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction46:kernel#Object#hash */
8183 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction46:math#Object#atan2 */
8184 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction46:math#Object#pi */
8185 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction46:math#Object#srand_from */
8186 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction46:math#Object#srand */
8187 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction46:string#Object#to_s */
8188 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction46:string#Object#native_class_name */
8189 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction46:string#Object#class_name */
8190 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction46:string#Object#inspect */
8191 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction46:string#Object#inspect_head */
8192 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction46:string#Object#args */
8193 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction46:string#Object#alpha_comparator */
8194 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction46:stream#Object#poll */
8195 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction46:stream#Object#intern_poll */
8196 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction46:time#Object#get_time */
8197 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction46:file#Object#printn */
8198 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction46:file#Object#print */
8199 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction46:file#Object#getc */
8200 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction46:file#Object#gets */
8201 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction46:file#Object#getcwd */
8202 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction46:file#Object#file_getcwd */
8203 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction46:file#Object#stdin */
8204 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction46:file#Object#stdout */
8205 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction46:file#Object#stderr */
8206 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction46:model_base#Object#intrude_visibility */
8207 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction46:model_base#Object#public_visibility */
8208 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction46:model_base#Object#protected_visibility */
8209 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction46:model_base#Object#private_visibility */
8210 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction46:model_base#Object#none_visibility */
8211 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction46:model#Object#abstract_kind */
8212 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction46:model#Object#concrete_kind */
8213 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction46:model#Object#interface_kind */
8214 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction46:model#Object#enum_kind */
8215 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction46:model#Object#extern_kind */
8216 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction46:nitni_utilities#Object#internal_call_context */
8217 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction46:nitni_utilities#Object#long_signature */
8218 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction46:nitni_utilities#Object#short_signature */
8219 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction46:c#Object#to_c_call_context */
8220 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction46:c#Object#from_c_call_context */
8221 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#cpp_call_context */
8222 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#to_cpp_call_context */
8223 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#from_cpp_call_context */
8224 (nitmethod_t)VIRTUAL_parser__ReduceAction46__action, /* pointer to parser:ReduceAction46:parser#ReduceAction46#action */
8225 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction46:parser#ReduceAction#concat */
8226 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction46:parser#ReduceAction#init */
8227 }
8228 };
8229 /* allocate ReduceAction46 */
8230 val* NEW_parser__ReduceAction46(const struct type* type) {
8231 val* self /* : ReduceAction46 */;
8232 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8233 self->type = type;
8234 self->class = &class_parser__ReduceAction46;
8235 return self;
8236 }
8237 /* runtime class parser__ReduceAction47 */
8238 const struct class class_parser__ReduceAction47 = {
8239 0, /* box_kind */
8240 {
8241 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction47:kernel#Object#object_id */
8242 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction47:kernel#Object#is_same_type */
8243 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction47:kernel#Object#is_same_instance */
8244 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction47:kernel#Object#== */
8245 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction47:kernel#Object#!= */
8246 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction47:kernel#Object#output */
8247 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction47:kernel#Object#output_class_name */
8248 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction47:kernel#Object#exit */
8249 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction47:kernel#Object#sys */
8250 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction47:kernel#Object#hash */
8251 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction47:math#Object#atan2 */
8252 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction47:math#Object#pi */
8253 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction47:math#Object#srand_from */
8254 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction47:math#Object#srand */
8255 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction47:string#Object#to_s */
8256 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction47:string#Object#native_class_name */
8257 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction47:string#Object#class_name */
8258 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction47:string#Object#inspect */
8259 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction47:string#Object#inspect_head */
8260 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction47:string#Object#args */
8261 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction47:string#Object#alpha_comparator */
8262 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction47:stream#Object#poll */
8263 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction47:stream#Object#intern_poll */
8264 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction47:time#Object#get_time */
8265 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction47:file#Object#printn */
8266 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction47:file#Object#print */
8267 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction47:file#Object#getc */
8268 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction47:file#Object#gets */
8269 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction47:file#Object#getcwd */
8270 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction47:file#Object#file_getcwd */
8271 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction47:file#Object#stdin */
8272 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction47:file#Object#stdout */
8273 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction47:file#Object#stderr */
8274 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction47:model_base#Object#intrude_visibility */
8275 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction47:model_base#Object#public_visibility */
8276 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction47:model_base#Object#protected_visibility */
8277 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction47:model_base#Object#private_visibility */
8278 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction47:model_base#Object#none_visibility */
8279 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction47:model#Object#abstract_kind */
8280 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction47:model#Object#concrete_kind */
8281 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction47:model#Object#interface_kind */
8282 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction47:model#Object#enum_kind */
8283 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction47:model#Object#extern_kind */
8284 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction47:nitni_utilities#Object#internal_call_context */
8285 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction47:nitni_utilities#Object#long_signature */
8286 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction47:nitni_utilities#Object#short_signature */
8287 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction47:c#Object#to_c_call_context */
8288 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction47:c#Object#from_c_call_context */
8289 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#cpp_call_context */
8290 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#to_cpp_call_context */
8291 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#from_cpp_call_context */
8292 (nitmethod_t)VIRTUAL_parser__ReduceAction47__action, /* pointer to parser:ReduceAction47:parser#ReduceAction47#action */
8293 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction47:parser#ReduceAction#concat */
8294 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction47:parser#ReduceAction#init */
8295 }
8296 };
8297 /* allocate ReduceAction47 */
8298 val* NEW_parser__ReduceAction47(const struct type* type) {
8299 val* self /* : ReduceAction47 */;
8300 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8301 self->type = type;
8302 self->class = &class_parser__ReduceAction47;
8303 return self;
8304 }
8305 /* runtime class parser__ReduceAction48 */
8306 const struct class class_parser__ReduceAction48 = {
8307 0, /* box_kind */
8308 {
8309 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction48:kernel#Object#object_id */
8310 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction48:kernel#Object#is_same_type */
8311 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction48:kernel#Object#is_same_instance */
8312 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction48:kernel#Object#== */
8313 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction48:kernel#Object#!= */
8314 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction48:kernel#Object#output */
8315 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction48:kernel#Object#output_class_name */
8316 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction48:kernel#Object#exit */
8317 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction48:kernel#Object#sys */
8318 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction48:kernel#Object#hash */
8319 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction48:math#Object#atan2 */
8320 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction48:math#Object#pi */
8321 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction48:math#Object#srand_from */
8322 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction48:math#Object#srand */
8323 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction48:string#Object#to_s */
8324 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction48:string#Object#native_class_name */
8325 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction48:string#Object#class_name */
8326 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction48:string#Object#inspect */
8327 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction48:string#Object#inspect_head */
8328 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction48:string#Object#args */
8329 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction48:string#Object#alpha_comparator */
8330 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction48:stream#Object#poll */
8331 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction48:stream#Object#intern_poll */
8332 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction48:time#Object#get_time */
8333 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction48:file#Object#printn */
8334 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction48:file#Object#print */
8335 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction48:file#Object#getc */
8336 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction48:file#Object#gets */
8337 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction48:file#Object#getcwd */
8338 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction48:file#Object#file_getcwd */
8339 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction48:file#Object#stdin */
8340 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction48:file#Object#stdout */
8341 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction48:file#Object#stderr */
8342 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction48:model_base#Object#intrude_visibility */
8343 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction48:model_base#Object#public_visibility */
8344 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction48:model_base#Object#protected_visibility */
8345 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction48:model_base#Object#private_visibility */
8346 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction48:model_base#Object#none_visibility */
8347 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction48:model#Object#abstract_kind */
8348 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction48:model#Object#concrete_kind */
8349 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction48:model#Object#interface_kind */
8350 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction48:model#Object#enum_kind */
8351 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction48:model#Object#extern_kind */
8352 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction48:nitni_utilities#Object#internal_call_context */
8353 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction48:nitni_utilities#Object#long_signature */
8354 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction48:nitni_utilities#Object#short_signature */
8355 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction48:c#Object#to_c_call_context */
8356 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction48:c#Object#from_c_call_context */
8357 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#cpp_call_context */
8358 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#to_cpp_call_context */
8359 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#from_cpp_call_context */
8360 (nitmethod_t)VIRTUAL_parser__ReduceAction48__action, /* pointer to parser:ReduceAction48:parser#ReduceAction48#action */
8361 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction48:parser#ReduceAction#concat */
8362 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction48:parser#ReduceAction#init */
8363 }
8364 };
8365 /* allocate ReduceAction48 */
8366 val* NEW_parser__ReduceAction48(const struct type* type) {
8367 val* self /* : ReduceAction48 */;
8368 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8369 self->type = type;
8370 self->class = &class_parser__ReduceAction48;
8371 return self;
8372 }
8373 /* runtime class parser__ReduceAction49 */
8374 const struct class class_parser__ReduceAction49 = {
8375 0, /* box_kind */
8376 {
8377 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction49:kernel#Object#object_id */
8378 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction49:kernel#Object#is_same_type */
8379 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction49:kernel#Object#is_same_instance */
8380 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction49:kernel#Object#== */
8381 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction49:kernel#Object#!= */
8382 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction49:kernel#Object#output */
8383 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction49:kernel#Object#output_class_name */
8384 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction49:kernel#Object#exit */
8385 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction49:kernel#Object#sys */
8386 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction49:kernel#Object#hash */
8387 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction49:math#Object#atan2 */
8388 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction49:math#Object#pi */
8389 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction49:math#Object#srand_from */
8390 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction49:math#Object#srand */
8391 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction49:string#Object#to_s */
8392 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction49:string#Object#native_class_name */
8393 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction49:string#Object#class_name */
8394 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction49:string#Object#inspect */
8395 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction49:string#Object#inspect_head */
8396 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction49:string#Object#args */
8397 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction49:string#Object#alpha_comparator */
8398 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction49:stream#Object#poll */
8399 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction49:stream#Object#intern_poll */
8400 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction49:time#Object#get_time */
8401 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction49:file#Object#printn */
8402 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction49:file#Object#print */
8403 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction49:file#Object#getc */
8404 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction49:file#Object#gets */
8405 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction49:file#Object#getcwd */
8406 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction49:file#Object#file_getcwd */
8407 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction49:file#Object#stdin */
8408 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction49:file#Object#stdout */
8409 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction49:file#Object#stderr */
8410 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction49:model_base#Object#intrude_visibility */
8411 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction49:model_base#Object#public_visibility */
8412 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction49:model_base#Object#protected_visibility */
8413 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction49:model_base#Object#private_visibility */
8414 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction49:model_base#Object#none_visibility */
8415 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction49:model#Object#abstract_kind */
8416 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction49:model#Object#concrete_kind */
8417 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction49:model#Object#interface_kind */
8418 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction49:model#Object#enum_kind */
8419 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction49:model#Object#extern_kind */
8420 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction49:nitni_utilities#Object#internal_call_context */
8421 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction49:nitni_utilities#Object#long_signature */
8422 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction49:nitni_utilities#Object#short_signature */
8423 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction49:c#Object#to_c_call_context */
8424 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction49:c#Object#from_c_call_context */
8425 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#cpp_call_context */
8426 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#to_cpp_call_context */
8427 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#from_cpp_call_context */
8428 (nitmethod_t)VIRTUAL_parser__ReduceAction49__action, /* pointer to parser:ReduceAction49:parser#ReduceAction49#action */
8429 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction49:parser#ReduceAction#concat */
8430 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction49:parser#ReduceAction#init */
8431 }
8432 };
8433 /* allocate ReduceAction49 */
8434 val* NEW_parser__ReduceAction49(const struct type* type) {
8435 val* self /* : ReduceAction49 */;
8436 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8437 self->type = type;
8438 self->class = &class_parser__ReduceAction49;
8439 return self;
8440 }
8441 /* runtime class parser__ReduceAction50 */
8442 const struct class class_parser__ReduceAction50 = {
8443 0, /* box_kind */
8444 {
8445 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction50:kernel#Object#object_id */
8446 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction50:kernel#Object#is_same_type */
8447 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction50:kernel#Object#is_same_instance */
8448 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction50:kernel#Object#== */
8449 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction50:kernel#Object#!= */
8450 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction50:kernel#Object#output */
8451 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction50:kernel#Object#output_class_name */
8452 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction50:kernel#Object#exit */
8453 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction50:kernel#Object#sys */
8454 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction50:kernel#Object#hash */
8455 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction50:math#Object#atan2 */
8456 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction50:math#Object#pi */
8457 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction50:math#Object#srand_from */
8458 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction50:math#Object#srand */
8459 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction50:string#Object#to_s */
8460 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction50:string#Object#native_class_name */
8461 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction50:string#Object#class_name */
8462 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction50:string#Object#inspect */
8463 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction50:string#Object#inspect_head */
8464 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction50:string#Object#args */
8465 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction50:string#Object#alpha_comparator */
8466 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction50:stream#Object#poll */
8467 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction50:stream#Object#intern_poll */
8468 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction50:time#Object#get_time */
8469 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction50:file#Object#printn */
8470 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction50:file#Object#print */
8471 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction50:file#Object#getc */
8472 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction50:file#Object#gets */
8473 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction50:file#Object#getcwd */
8474 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction50:file#Object#file_getcwd */
8475 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction50:file#Object#stdin */
8476 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction50:file#Object#stdout */
8477 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction50:file#Object#stderr */
8478 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction50:model_base#Object#intrude_visibility */
8479 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction50:model_base#Object#public_visibility */
8480 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction50:model_base#Object#protected_visibility */
8481 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction50:model_base#Object#private_visibility */
8482 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction50:model_base#Object#none_visibility */
8483 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction50:model#Object#abstract_kind */
8484 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction50:model#Object#concrete_kind */
8485 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction50:model#Object#interface_kind */
8486 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction50:model#Object#enum_kind */
8487 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction50:model#Object#extern_kind */
8488 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction50:nitni_utilities#Object#internal_call_context */
8489 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction50:nitni_utilities#Object#long_signature */
8490 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction50:nitni_utilities#Object#short_signature */
8491 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction50:c#Object#to_c_call_context */
8492 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction50:c#Object#from_c_call_context */
8493 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#cpp_call_context */
8494 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#to_cpp_call_context */
8495 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#from_cpp_call_context */
8496 (nitmethod_t)VIRTUAL_parser__ReduceAction50__action, /* pointer to parser:ReduceAction50:parser#ReduceAction50#action */
8497 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction50:parser#ReduceAction#concat */
8498 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction50:parser#ReduceAction#init */
8499 }
8500 };
8501 /* allocate ReduceAction50 */
8502 val* NEW_parser__ReduceAction50(const struct type* type) {
8503 val* self /* : ReduceAction50 */;
8504 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8505 self->type = type;
8506 self->class = &class_parser__ReduceAction50;
8507 return self;
8508 }
8509 /* runtime class parser__ReduceAction51 */
8510 const struct class class_parser__ReduceAction51 = {
8511 0, /* box_kind */
8512 {
8513 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction51:kernel#Object#object_id */
8514 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction51:kernel#Object#is_same_type */
8515 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction51:kernel#Object#is_same_instance */
8516 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction51:kernel#Object#== */
8517 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction51:kernel#Object#!= */
8518 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction51:kernel#Object#output */
8519 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction51:kernel#Object#output_class_name */
8520 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction51:kernel#Object#exit */
8521 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction51:kernel#Object#sys */
8522 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction51:kernel#Object#hash */
8523 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction51:math#Object#atan2 */
8524 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction51:math#Object#pi */
8525 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction51:math#Object#srand_from */
8526 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction51:math#Object#srand */
8527 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction51:string#Object#to_s */
8528 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction51:string#Object#native_class_name */
8529 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction51:string#Object#class_name */
8530 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction51:string#Object#inspect */
8531 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction51:string#Object#inspect_head */
8532 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction51:string#Object#args */
8533 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction51:string#Object#alpha_comparator */
8534 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction51:stream#Object#poll */
8535 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction51:stream#Object#intern_poll */
8536 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction51:time#Object#get_time */
8537 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction51:file#Object#printn */
8538 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction51:file#Object#print */
8539 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction51:file#Object#getc */
8540 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction51:file#Object#gets */
8541 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction51:file#Object#getcwd */
8542 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction51:file#Object#file_getcwd */
8543 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction51:file#Object#stdin */
8544 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction51:file#Object#stdout */
8545 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction51:file#Object#stderr */
8546 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction51:model_base#Object#intrude_visibility */
8547 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction51:model_base#Object#public_visibility */
8548 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction51:model_base#Object#protected_visibility */
8549 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction51:model_base#Object#private_visibility */
8550 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction51:model_base#Object#none_visibility */
8551 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction51:model#Object#abstract_kind */
8552 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction51:model#Object#concrete_kind */
8553 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction51:model#Object#interface_kind */
8554 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction51:model#Object#enum_kind */
8555 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction51:model#Object#extern_kind */
8556 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction51:nitni_utilities#Object#internal_call_context */
8557 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction51:nitni_utilities#Object#long_signature */
8558 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction51:nitni_utilities#Object#short_signature */
8559 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction51:c#Object#to_c_call_context */
8560 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction51:c#Object#from_c_call_context */
8561 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#cpp_call_context */
8562 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#to_cpp_call_context */
8563 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#from_cpp_call_context */
8564 (nitmethod_t)VIRTUAL_parser__ReduceAction51__action, /* pointer to parser:ReduceAction51:parser#ReduceAction51#action */
8565 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction51:parser#ReduceAction#concat */
8566 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction51:parser#ReduceAction#init */
8567 }
8568 };
8569 /* allocate ReduceAction51 */
8570 val* NEW_parser__ReduceAction51(const struct type* type) {
8571 val* self /* : ReduceAction51 */;
8572 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8573 self->type = type;
8574 self->class = &class_parser__ReduceAction51;
8575 return self;
8576 }
8577 /* runtime class parser__ReduceAction52 */
8578 const struct class class_parser__ReduceAction52 = {
8579 0, /* box_kind */
8580 {
8581 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction52:kernel#Object#object_id */
8582 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction52:kernel#Object#is_same_type */
8583 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction52:kernel#Object#is_same_instance */
8584 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction52:kernel#Object#== */
8585 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction52:kernel#Object#!= */
8586 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction52:kernel#Object#output */
8587 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction52:kernel#Object#output_class_name */
8588 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction52:kernel#Object#exit */
8589 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction52:kernel#Object#sys */
8590 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction52:kernel#Object#hash */
8591 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction52:math#Object#atan2 */
8592 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction52:math#Object#pi */
8593 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction52:math#Object#srand_from */
8594 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction52:math#Object#srand */
8595 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction52:string#Object#to_s */
8596 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction52:string#Object#native_class_name */
8597 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction52:string#Object#class_name */
8598 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction52:string#Object#inspect */
8599 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction52:string#Object#inspect_head */
8600 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction52:string#Object#args */
8601 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction52:string#Object#alpha_comparator */
8602 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction52:stream#Object#poll */
8603 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction52:stream#Object#intern_poll */
8604 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction52:time#Object#get_time */
8605 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction52:file#Object#printn */
8606 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction52:file#Object#print */
8607 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction52:file#Object#getc */
8608 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction52:file#Object#gets */
8609 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction52:file#Object#getcwd */
8610 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction52:file#Object#file_getcwd */
8611 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction52:file#Object#stdin */
8612 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction52:file#Object#stdout */
8613 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction52:file#Object#stderr */
8614 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction52:model_base#Object#intrude_visibility */
8615 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction52:model_base#Object#public_visibility */
8616 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction52:model_base#Object#protected_visibility */
8617 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction52:model_base#Object#private_visibility */
8618 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction52:model_base#Object#none_visibility */
8619 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction52:model#Object#abstract_kind */
8620 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction52:model#Object#concrete_kind */
8621 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction52:model#Object#interface_kind */
8622 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction52:model#Object#enum_kind */
8623 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction52:model#Object#extern_kind */
8624 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction52:nitni_utilities#Object#internal_call_context */
8625 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction52:nitni_utilities#Object#long_signature */
8626 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction52:nitni_utilities#Object#short_signature */
8627 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction52:c#Object#to_c_call_context */
8628 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction52:c#Object#from_c_call_context */
8629 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#cpp_call_context */
8630 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#to_cpp_call_context */
8631 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#from_cpp_call_context */
8632 (nitmethod_t)VIRTUAL_parser__ReduceAction52__action, /* pointer to parser:ReduceAction52:parser#ReduceAction52#action */
8633 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction52:parser#ReduceAction#concat */
8634 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction52:parser#ReduceAction#init */
8635 }
8636 };
8637 /* allocate ReduceAction52 */
8638 val* NEW_parser__ReduceAction52(const struct type* type) {
8639 val* self /* : ReduceAction52 */;
8640 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8641 self->type = type;
8642 self->class = &class_parser__ReduceAction52;
8643 return self;
8644 }
8645 /* runtime class parser__ReduceAction53 */
8646 const struct class class_parser__ReduceAction53 = {
8647 0, /* box_kind */
8648 {
8649 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction53:kernel#Object#object_id */
8650 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction53:kernel#Object#is_same_type */
8651 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction53:kernel#Object#is_same_instance */
8652 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction53:kernel#Object#== */
8653 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction53:kernel#Object#!= */
8654 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction53:kernel#Object#output */
8655 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction53:kernel#Object#output_class_name */
8656 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction53:kernel#Object#exit */
8657 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction53:kernel#Object#sys */
8658 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction53:kernel#Object#hash */
8659 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction53:math#Object#atan2 */
8660 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction53:math#Object#pi */
8661 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction53:math#Object#srand_from */
8662 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction53:math#Object#srand */
8663 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction53:string#Object#to_s */
8664 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction53:string#Object#native_class_name */
8665 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction53:string#Object#class_name */
8666 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction53:string#Object#inspect */
8667 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction53:string#Object#inspect_head */
8668 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction53:string#Object#args */
8669 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction53:string#Object#alpha_comparator */
8670 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction53:stream#Object#poll */
8671 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction53:stream#Object#intern_poll */
8672 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction53:time#Object#get_time */
8673 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction53:file#Object#printn */
8674 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction53:file#Object#print */
8675 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction53:file#Object#getc */
8676 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction53:file#Object#gets */
8677 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction53:file#Object#getcwd */
8678 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction53:file#Object#file_getcwd */
8679 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction53:file#Object#stdin */
8680 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction53:file#Object#stdout */
8681 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction53:file#Object#stderr */
8682 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction53:model_base#Object#intrude_visibility */
8683 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction53:model_base#Object#public_visibility */
8684 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction53:model_base#Object#protected_visibility */
8685 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction53:model_base#Object#private_visibility */
8686 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction53:model_base#Object#none_visibility */
8687 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction53:model#Object#abstract_kind */
8688 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction53:model#Object#concrete_kind */
8689 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction53:model#Object#interface_kind */
8690 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction53:model#Object#enum_kind */
8691 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction53:model#Object#extern_kind */
8692 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction53:nitni_utilities#Object#internal_call_context */
8693 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction53:nitni_utilities#Object#long_signature */
8694 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction53:nitni_utilities#Object#short_signature */
8695 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction53:c#Object#to_c_call_context */
8696 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction53:c#Object#from_c_call_context */
8697 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#cpp_call_context */
8698 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#to_cpp_call_context */
8699 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#from_cpp_call_context */
8700 (nitmethod_t)VIRTUAL_parser__ReduceAction53__action, /* pointer to parser:ReduceAction53:parser#ReduceAction53#action */
8701 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction53:parser#ReduceAction#concat */
8702 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction53:parser#ReduceAction#init */
8703 }
8704 };
8705 /* allocate ReduceAction53 */
8706 val* NEW_parser__ReduceAction53(const struct type* type) {
8707 val* self /* : ReduceAction53 */;
8708 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8709 self->type = type;
8710 self->class = &class_parser__ReduceAction53;
8711 return self;
8712 }
8713 /* runtime class parser__ReduceAction54 */
8714 const struct class class_parser__ReduceAction54 = {
8715 0, /* box_kind */
8716 {
8717 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction54:kernel#Object#object_id */
8718 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction54:kernel#Object#is_same_type */
8719 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction54:kernel#Object#is_same_instance */
8720 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction54:kernel#Object#== */
8721 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction54:kernel#Object#!= */
8722 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction54:kernel#Object#output */
8723 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction54:kernel#Object#output_class_name */
8724 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction54:kernel#Object#exit */
8725 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction54:kernel#Object#sys */
8726 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction54:kernel#Object#hash */
8727 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction54:math#Object#atan2 */
8728 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction54:math#Object#pi */
8729 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction54:math#Object#srand_from */
8730 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction54:math#Object#srand */
8731 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction54:string#Object#to_s */
8732 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction54:string#Object#native_class_name */
8733 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction54:string#Object#class_name */
8734 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction54:string#Object#inspect */
8735 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction54:string#Object#inspect_head */
8736 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction54:string#Object#args */
8737 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction54:string#Object#alpha_comparator */
8738 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction54:stream#Object#poll */
8739 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction54:stream#Object#intern_poll */
8740 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction54:time#Object#get_time */
8741 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction54:file#Object#printn */
8742 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction54:file#Object#print */
8743 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction54:file#Object#getc */
8744 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction54:file#Object#gets */
8745 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction54:file#Object#getcwd */
8746 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction54:file#Object#file_getcwd */
8747 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction54:file#Object#stdin */
8748 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction54:file#Object#stdout */
8749 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction54:file#Object#stderr */
8750 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction54:model_base#Object#intrude_visibility */
8751 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction54:model_base#Object#public_visibility */
8752 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction54:model_base#Object#protected_visibility */
8753 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction54:model_base#Object#private_visibility */
8754 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction54:model_base#Object#none_visibility */
8755 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction54:model#Object#abstract_kind */
8756 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction54:model#Object#concrete_kind */
8757 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction54:model#Object#interface_kind */
8758 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction54:model#Object#enum_kind */
8759 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction54:model#Object#extern_kind */
8760 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction54:nitni_utilities#Object#internal_call_context */
8761 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction54:nitni_utilities#Object#long_signature */
8762 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction54:nitni_utilities#Object#short_signature */
8763 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction54:c#Object#to_c_call_context */
8764 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction54:c#Object#from_c_call_context */
8765 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#cpp_call_context */
8766 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#to_cpp_call_context */
8767 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#from_cpp_call_context */
8768 (nitmethod_t)VIRTUAL_parser__ReduceAction54__action, /* pointer to parser:ReduceAction54:parser#ReduceAction54#action */
8769 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction54:parser#ReduceAction#concat */
8770 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction54:parser#ReduceAction#init */
8771 }
8772 };
8773 /* allocate ReduceAction54 */
8774 val* NEW_parser__ReduceAction54(const struct type* type) {
8775 val* self /* : ReduceAction54 */;
8776 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8777 self->type = type;
8778 self->class = &class_parser__ReduceAction54;
8779 return self;
8780 }
8781 /* runtime class parser__ReduceAction55 */
8782 const struct class class_parser__ReduceAction55 = {
8783 0, /* box_kind */
8784 {
8785 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction55:kernel#Object#object_id */
8786 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction55:kernel#Object#is_same_type */
8787 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction55:kernel#Object#is_same_instance */
8788 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction55:kernel#Object#== */
8789 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction55:kernel#Object#!= */
8790 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction55:kernel#Object#output */
8791 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction55:kernel#Object#output_class_name */
8792 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction55:kernel#Object#exit */
8793 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction55:kernel#Object#sys */
8794 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction55:kernel#Object#hash */
8795 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction55:math#Object#atan2 */
8796 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction55:math#Object#pi */
8797 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction55:math#Object#srand_from */
8798 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction55:math#Object#srand */
8799 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction55:string#Object#to_s */
8800 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction55:string#Object#native_class_name */
8801 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction55:string#Object#class_name */
8802 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction55:string#Object#inspect */
8803 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction55:string#Object#inspect_head */
8804 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction55:string#Object#args */
8805 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction55:string#Object#alpha_comparator */
8806 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction55:stream#Object#poll */
8807 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction55:stream#Object#intern_poll */
8808 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction55:time#Object#get_time */
8809 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction55:file#Object#printn */
8810 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction55:file#Object#print */
8811 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction55:file#Object#getc */
8812 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction55:file#Object#gets */
8813 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction55:file#Object#getcwd */
8814 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction55:file#Object#file_getcwd */
8815 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction55:file#Object#stdin */
8816 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction55:file#Object#stdout */
8817 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction55:file#Object#stderr */
8818 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction55:model_base#Object#intrude_visibility */
8819 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction55:model_base#Object#public_visibility */
8820 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction55:model_base#Object#protected_visibility */
8821 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction55:model_base#Object#private_visibility */
8822 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction55:model_base#Object#none_visibility */
8823 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction55:model#Object#abstract_kind */
8824 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction55:model#Object#concrete_kind */
8825 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction55:model#Object#interface_kind */
8826 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction55:model#Object#enum_kind */
8827 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction55:model#Object#extern_kind */
8828 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction55:nitni_utilities#Object#internal_call_context */
8829 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction55:nitni_utilities#Object#long_signature */
8830 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction55:nitni_utilities#Object#short_signature */
8831 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction55:c#Object#to_c_call_context */
8832 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction55:c#Object#from_c_call_context */
8833 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#cpp_call_context */
8834 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#to_cpp_call_context */
8835 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#from_cpp_call_context */
8836 (nitmethod_t)VIRTUAL_parser__ReduceAction55__action, /* pointer to parser:ReduceAction55:parser#ReduceAction55#action */
8837 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction55:parser#ReduceAction#concat */
8838 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction55:parser#ReduceAction#init */
8839 }
8840 };
8841 /* allocate ReduceAction55 */
8842 val* NEW_parser__ReduceAction55(const struct type* type) {
8843 val* self /* : ReduceAction55 */;
8844 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8845 self->type = type;
8846 self->class = &class_parser__ReduceAction55;
8847 return self;
8848 }
8849 /* runtime class parser__ReduceAction56 */
8850 const struct class class_parser__ReduceAction56 = {
8851 0, /* box_kind */
8852 {
8853 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction56:kernel#Object#object_id */
8854 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction56:kernel#Object#is_same_type */
8855 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction56:kernel#Object#is_same_instance */
8856 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction56:kernel#Object#== */
8857 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction56:kernel#Object#!= */
8858 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction56:kernel#Object#output */
8859 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction56:kernel#Object#output_class_name */
8860 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction56:kernel#Object#exit */
8861 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction56:kernel#Object#sys */
8862 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction56:kernel#Object#hash */
8863 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction56:math#Object#atan2 */
8864 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction56:math#Object#pi */
8865 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction56:math#Object#srand_from */
8866 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction56:math#Object#srand */
8867 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction56:string#Object#to_s */
8868 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction56:string#Object#native_class_name */
8869 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction56:string#Object#class_name */
8870 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction56:string#Object#inspect */
8871 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction56:string#Object#inspect_head */
8872 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction56:string#Object#args */
8873 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction56:string#Object#alpha_comparator */
8874 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction56:stream#Object#poll */
8875 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction56:stream#Object#intern_poll */
8876 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction56:time#Object#get_time */
8877 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction56:file#Object#printn */
8878 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction56:file#Object#print */
8879 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction56:file#Object#getc */
8880 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction56:file#Object#gets */
8881 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction56:file#Object#getcwd */
8882 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction56:file#Object#file_getcwd */
8883 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction56:file#Object#stdin */
8884 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction56:file#Object#stdout */
8885 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction56:file#Object#stderr */
8886 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction56:model_base#Object#intrude_visibility */
8887 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction56:model_base#Object#public_visibility */
8888 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction56:model_base#Object#protected_visibility */
8889 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction56:model_base#Object#private_visibility */
8890 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction56:model_base#Object#none_visibility */
8891 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction56:model#Object#abstract_kind */
8892 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction56:model#Object#concrete_kind */
8893 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction56:model#Object#interface_kind */
8894 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction56:model#Object#enum_kind */
8895 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction56:model#Object#extern_kind */
8896 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction56:nitni_utilities#Object#internal_call_context */
8897 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction56:nitni_utilities#Object#long_signature */
8898 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction56:nitni_utilities#Object#short_signature */
8899 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction56:c#Object#to_c_call_context */
8900 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction56:c#Object#from_c_call_context */
8901 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#cpp_call_context */
8902 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#to_cpp_call_context */
8903 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#from_cpp_call_context */
8904 (nitmethod_t)VIRTUAL_parser__ReduceAction56__action, /* pointer to parser:ReduceAction56:parser#ReduceAction56#action */
8905 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction56:parser#ReduceAction#concat */
8906 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction56:parser#ReduceAction#init */
8907 }
8908 };
8909 /* allocate ReduceAction56 */
8910 val* NEW_parser__ReduceAction56(const struct type* type) {
8911 val* self /* : ReduceAction56 */;
8912 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8913 self->type = type;
8914 self->class = &class_parser__ReduceAction56;
8915 return self;
8916 }
8917 /* runtime class parser__ReduceAction57 */
8918 const struct class class_parser__ReduceAction57 = {
8919 0, /* box_kind */
8920 {
8921 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction57:kernel#Object#object_id */
8922 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction57:kernel#Object#is_same_type */
8923 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction57:kernel#Object#is_same_instance */
8924 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction57:kernel#Object#== */
8925 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction57:kernel#Object#!= */
8926 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction57:kernel#Object#output */
8927 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction57:kernel#Object#output_class_name */
8928 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction57:kernel#Object#exit */
8929 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction57:kernel#Object#sys */
8930 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction57:kernel#Object#hash */
8931 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction57:math#Object#atan2 */
8932 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction57:math#Object#pi */
8933 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction57:math#Object#srand_from */
8934 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction57:math#Object#srand */
8935 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction57:string#Object#to_s */
8936 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction57:string#Object#native_class_name */
8937 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction57:string#Object#class_name */
8938 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction57:string#Object#inspect */
8939 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction57:string#Object#inspect_head */
8940 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction57:string#Object#args */
8941 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction57:string#Object#alpha_comparator */
8942 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction57:stream#Object#poll */
8943 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction57:stream#Object#intern_poll */
8944 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction57:time#Object#get_time */
8945 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction57:file#Object#printn */
8946 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction57:file#Object#print */
8947 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction57:file#Object#getc */
8948 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction57:file#Object#gets */
8949 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction57:file#Object#getcwd */
8950 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction57:file#Object#file_getcwd */
8951 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction57:file#Object#stdin */
8952 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction57:file#Object#stdout */
8953 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction57:file#Object#stderr */
8954 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction57:model_base#Object#intrude_visibility */
8955 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction57:model_base#Object#public_visibility */
8956 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction57:model_base#Object#protected_visibility */
8957 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction57:model_base#Object#private_visibility */
8958 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction57:model_base#Object#none_visibility */
8959 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction57:model#Object#abstract_kind */
8960 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction57:model#Object#concrete_kind */
8961 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction57:model#Object#interface_kind */
8962 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction57:model#Object#enum_kind */
8963 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction57:model#Object#extern_kind */
8964 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction57:nitni_utilities#Object#internal_call_context */
8965 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction57:nitni_utilities#Object#long_signature */
8966 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction57:nitni_utilities#Object#short_signature */
8967 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction57:c#Object#to_c_call_context */
8968 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction57:c#Object#from_c_call_context */
8969 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#cpp_call_context */
8970 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#to_cpp_call_context */
8971 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#from_cpp_call_context */
8972 (nitmethod_t)VIRTUAL_parser__ReduceAction57__action, /* pointer to parser:ReduceAction57:parser#ReduceAction57#action */
8973 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction57:parser#ReduceAction#concat */
8974 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction57:parser#ReduceAction#init */
8975 }
8976 };
8977 /* allocate ReduceAction57 */
8978 val* NEW_parser__ReduceAction57(const struct type* type) {
8979 val* self /* : ReduceAction57 */;
8980 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8981 self->type = type;
8982 self->class = &class_parser__ReduceAction57;
8983 return self;
8984 }
8985 /* runtime class parser__ReduceAction58 */
8986 const struct class class_parser__ReduceAction58 = {
8987 0, /* box_kind */
8988 {
8989 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction58:kernel#Object#object_id */
8990 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction58:kernel#Object#is_same_type */
8991 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction58:kernel#Object#is_same_instance */
8992 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction58:kernel#Object#== */
8993 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction58:kernel#Object#!= */
8994 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction58:kernel#Object#output */
8995 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction58:kernel#Object#output_class_name */
8996 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction58:kernel#Object#exit */
8997 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction58:kernel#Object#sys */
8998 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction58:kernel#Object#hash */
8999 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction58:math#Object#atan2 */
9000 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction58:math#Object#pi */
9001 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction58:math#Object#srand_from */
9002 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction58:math#Object#srand */
9003 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction58:string#Object#to_s */
9004 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction58:string#Object#native_class_name */
9005 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction58:string#Object#class_name */
9006 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction58:string#Object#inspect */
9007 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction58:string#Object#inspect_head */
9008 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction58:string#Object#args */
9009 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction58:string#Object#alpha_comparator */
9010 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction58:stream#Object#poll */
9011 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction58:stream#Object#intern_poll */
9012 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction58:time#Object#get_time */
9013 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction58:file#Object#printn */
9014 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction58:file#Object#print */
9015 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction58:file#Object#getc */
9016 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction58:file#Object#gets */
9017 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction58:file#Object#getcwd */
9018 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction58:file#Object#file_getcwd */
9019 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction58:file#Object#stdin */
9020 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction58:file#Object#stdout */
9021 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction58:file#Object#stderr */
9022 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction58:model_base#Object#intrude_visibility */
9023 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction58:model_base#Object#public_visibility */
9024 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction58:model_base#Object#protected_visibility */
9025 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction58:model_base#Object#private_visibility */
9026 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction58:model_base#Object#none_visibility */
9027 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction58:model#Object#abstract_kind */
9028 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction58:model#Object#concrete_kind */
9029 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction58:model#Object#interface_kind */
9030 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction58:model#Object#enum_kind */
9031 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction58:model#Object#extern_kind */
9032 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction58:nitni_utilities#Object#internal_call_context */
9033 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction58:nitni_utilities#Object#long_signature */
9034 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction58:nitni_utilities#Object#short_signature */
9035 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction58:c#Object#to_c_call_context */
9036 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction58:c#Object#from_c_call_context */
9037 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#cpp_call_context */
9038 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#to_cpp_call_context */
9039 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#from_cpp_call_context */
9040 (nitmethod_t)VIRTUAL_parser__ReduceAction58__action, /* pointer to parser:ReduceAction58:parser#ReduceAction58#action */
9041 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction58:parser#ReduceAction#concat */
9042 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction58:parser#ReduceAction#init */
9043 }
9044 };
9045 /* allocate ReduceAction58 */
9046 val* NEW_parser__ReduceAction58(const struct type* type) {
9047 val* self /* : ReduceAction58 */;
9048 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9049 self->type = type;
9050 self->class = &class_parser__ReduceAction58;
9051 return self;
9052 }
9053 /* runtime class parser__ReduceAction59 */
9054 const struct class class_parser__ReduceAction59 = {
9055 0, /* box_kind */
9056 {
9057 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction59:kernel#Object#object_id */
9058 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction59:kernel#Object#is_same_type */
9059 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction59:kernel#Object#is_same_instance */
9060 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction59:kernel#Object#== */
9061 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction59:kernel#Object#!= */
9062 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction59:kernel#Object#output */
9063 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction59:kernel#Object#output_class_name */
9064 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction59:kernel#Object#exit */
9065 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction59:kernel#Object#sys */
9066 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction59:kernel#Object#hash */
9067 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction59:math#Object#atan2 */
9068 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction59:math#Object#pi */
9069 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction59:math#Object#srand_from */
9070 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction59:math#Object#srand */
9071 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction59:string#Object#to_s */
9072 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction59:string#Object#native_class_name */
9073 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction59:string#Object#class_name */
9074 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction59:string#Object#inspect */
9075 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction59:string#Object#inspect_head */
9076 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction59:string#Object#args */
9077 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction59:string#Object#alpha_comparator */
9078 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction59:stream#Object#poll */
9079 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction59:stream#Object#intern_poll */
9080 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction59:time#Object#get_time */
9081 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction59:file#Object#printn */
9082 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction59:file#Object#print */
9083 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction59:file#Object#getc */
9084 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction59:file#Object#gets */
9085 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction59:file#Object#getcwd */
9086 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction59:file#Object#file_getcwd */
9087 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction59:file#Object#stdin */
9088 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction59:file#Object#stdout */
9089 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction59:file#Object#stderr */
9090 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction59:model_base#Object#intrude_visibility */
9091 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction59:model_base#Object#public_visibility */
9092 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction59:model_base#Object#protected_visibility */
9093 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction59:model_base#Object#private_visibility */
9094 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction59:model_base#Object#none_visibility */
9095 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction59:model#Object#abstract_kind */
9096 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction59:model#Object#concrete_kind */
9097 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction59:model#Object#interface_kind */
9098 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction59:model#Object#enum_kind */
9099 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction59:model#Object#extern_kind */
9100 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction59:nitni_utilities#Object#internal_call_context */
9101 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction59:nitni_utilities#Object#long_signature */
9102 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction59:nitni_utilities#Object#short_signature */
9103 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction59:c#Object#to_c_call_context */
9104 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction59:c#Object#from_c_call_context */
9105 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#cpp_call_context */
9106 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#to_cpp_call_context */
9107 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#from_cpp_call_context */
9108 (nitmethod_t)VIRTUAL_parser__ReduceAction59__action, /* pointer to parser:ReduceAction59:parser#ReduceAction59#action */
9109 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction59:parser#ReduceAction#concat */
9110 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction59:parser#ReduceAction#init */
9111 }
9112 };
9113 /* allocate ReduceAction59 */
9114 val* NEW_parser__ReduceAction59(const struct type* type) {
9115 val* self /* : ReduceAction59 */;
9116 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9117 self->type = type;
9118 self->class = &class_parser__ReduceAction59;
9119 return self;
9120 }
9121 /* runtime class parser__ReduceAction60 */
9122 const struct class class_parser__ReduceAction60 = {
9123 0, /* box_kind */
9124 {
9125 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction60:kernel#Object#object_id */
9126 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction60:kernel#Object#is_same_type */
9127 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction60:kernel#Object#is_same_instance */
9128 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction60:kernel#Object#== */
9129 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction60:kernel#Object#!= */
9130 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction60:kernel#Object#output */
9131 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction60:kernel#Object#output_class_name */
9132 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction60:kernel#Object#exit */
9133 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction60:kernel#Object#sys */
9134 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction60:kernel#Object#hash */
9135 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction60:math#Object#atan2 */
9136 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction60:math#Object#pi */
9137 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction60:math#Object#srand_from */
9138 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction60:math#Object#srand */
9139 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction60:string#Object#to_s */
9140 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction60:string#Object#native_class_name */
9141 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction60:string#Object#class_name */
9142 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction60:string#Object#inspect */
9143 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction60:string#Object#inspect_head */
9144 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction60:string#Object#args */
9145 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction60:string#Object#alpha_comparator */
9146 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction60:stream#Object#poll */
9147 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction60:stream#Object#intern_poll */
9148 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction60:time#Object#get_time */
9149 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction60:file#Object#printn */
9150 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction60:file#Object#print */
9151 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction60:file#Object#getc */
9152 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction60:file#Object#gets */
9153 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction60:file#Object#getcwd */
9154 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction60:file#Object#file_getcwd */
9155 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction60:file#Object#stdin */
9156 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction60:file#Object#stdout */
9157 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction60:file#Object#stderr */
9158 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction60:model_base#Object#intrude_visibility */
9159 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction60:model_base#Object#public_visibility */
9160 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction60:model_base#Object#protected_visibility */
9161 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction60:model_base#Object#private_visibility */
9162 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction60:model_base#Object#none_visibility */
9163 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction60:model#Object#abstract_kind */
9164 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction60:model#Object#concrete_kind */
9165 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction60:model#Object#interface_kind */
9166 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction60:model#Object#enum_kind */
9167 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction60:model#Object#extern_kind */
9168 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction60:nitni_utilities#Object#internal_call_context */
9169 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction60:nitni_utilities#Object#long_signature */
9170 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction60:nitni_utilities#Object#short_signature */
9171 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction60:c#Object#to_c_call_context */
9172 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction60:c#Object#from_c_call_context */
9173 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#cpp_call_context */
9174 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#to_cpp_call_context */
9175 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#from_cpp_call_context */
9176 (nitmethod_t)VIRTUAL_parser__ReduceAction60__action, /* pointer to parser:ReduceAction60:parser#ReduceAction60#action */
9177 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction60:parser#ReduceAction#concat */
9178 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction60:parser#ReduceAction#init */
9179 }
9180 };
9181 /* allocate ReduceAction60 */
9182 val* NEW_parser__ReduceAction60(const struct type* type) {
9183 val* self /* : ReduceAction60 */;
9184 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9185 self->type = type;
9186 self->class = &class_parser__ReduceAction60;
9187 return self;
9188 }
9189 /* runtime class parser__ReduceAction61 */
9190 const struct class class_parser__ReduceAction61 = {
9191 0, /* box_kind */
9192 {
9193 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction61:kernel#Object#object_id */
9194 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction61:kernel#Object#is_same_type */
9195 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction61:kernel#Object#is_same_instance */
9196 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction61:kernel#Object#== */
9197 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction61:kernel#Object#!= */
9198 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction61:kernel#Object#output */
9199 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction61:kernel#Object#output_class_name */
9200 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction61:kernel#Object#exit */
9201 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction61:kernel#Object#sys */
9202 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction61:kernel#Object#hash */
9203 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction61:math#Object#atan2 */
9204 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction61:math#Object#pi */
9205 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction61:math#Object#srand_from */
9206 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction61:math#Object#srand */
9207 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction61:string#Object#to_s */
9208 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction61:string#Object#native_class_name */
9209 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction61:string#Object#class_name */
9210 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction61:string#Object#inspect */
9211 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction61:string#Object#inspect_head */
9212 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction61:string#Object#args */
9213 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction61:string#Object#alpha_comparator */
9214 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction61:stream#Object#poll */
9215 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction61:stream#Object#intern_poll */
9216 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction61:time#Object#get_time */
9217 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction61:file#Object#printn */
9218 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction61:file#Object#print */
9219 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction61:file#Object#getc */
9220 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction61:file#Object#gets */
9221 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction61:file#Object#getcwd */
9222 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction61:file#Object#file_getcwd */
9223 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction61:file#Object#stdin */
9224 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction61:file#Object#stdout */
9225 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction61:file#Object#stderr */
9226 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction61:model_base#Object#intrude_visibility */
9227 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction61:model_base#Object#public_visibility */
9228 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction61:model_base#Object#protected_visibility */
9229 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction61:model_base#Object#private_visibility */
9230 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction61:model_base#Object#none_visibility */
9231 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction61:model#Object#abstract_kind */
9232 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction61:model#Object#concrete_kind */
9233 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction61:model#Object#interface_kind */
9234 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction61:model#Object#enum_kind */
9235 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction61:model#Object#extern_kind */
9236 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction61:nitni_utilities#Object#internal_call_context */
9237 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction61:nitni_utilities#Object#long_signature */
9238 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction61:nitni_utilities#Object#short_signature */
9239 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction61:c#Object#to_c_call_context */
9240 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction61:c#Object#from_c_call_context */
9241 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#cpp_call_context */
9242 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#to_cpp_call_context */
9243 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#from_cpp_call_context */
9244 (nitmethod_t)VIRTUAL_parser__ReduceAction61__action, /* pointer to parser:ReduceAction61:parser#ReduceAction61#action */
9245 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction61:parser#ReduceAction#concat */
9246 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction61:parser#ReduceAction#init */
9247 }
9248 };
9249 /* allocate ReduceAction61 */
9250 val* NEW_parser__ReduceAction61(const struct type* type) {
9251 val* self /* : ReduceAction61 */;
9252 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9253 self->type = type;
9254 self->class = &class_parser__ReduceAction61;
9255 return self;
9256 }
9257 /* runtime class parser__ReduceAction62 */
9258 const struct class class_parser__ReduceAction62 = {
9259 0, /* box_kind */
9260 {
9261 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction62:kernel#Object#object_id */
9262 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction62:kernel#Object#is_same_type */
9263 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction62:kernel#Object#is_same_instance */
9264 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction62:kernel#Object#== */
9265 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction62:kernel#Object#!= */
9266 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction62:kernel#Object#output */
9267 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction62:kernel#Object#output_class_name */
9268 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction62:kernel#Object#exit */
9269 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction62:kernel#Object#sys */
9270 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction62:kernel#Object#hash */
9271 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction62:math#Object#atan2 */
9272 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction62:math#Object#pi */
9273 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction62:math#Object#srand_from */
9274 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction62:math#Object#srand */
9275 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction62:string#Object#to_s */
9276 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction62:string#Object#native_class_name */
9277 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction62:string#Object#class_name */
9278 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction62:string#Object#inspect */
9279 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction62:string#Object#inspect_head */
9280 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction62:string#Object#args */
9281 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction62:string#Object#alpha_comparator */
9282 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction62:stream#Object#poll */
9283 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction62:stream#Object#intern_poll */
9284 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction62:time#Object#get_time */
9285 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction62:file#Object#printn */
9286 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction62:file#Object#print */
9287 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction62:file#Object#getc */
9288 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction62:file#Object#gets */
9289 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction62:file#Object#getcwd */
9290 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction62:file#Object#file_getcwd */
9291 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction62:file#Object#stdin */
9292 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction62:file#Object#stdout */
9293 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction62:file#Object#stderr */
9294 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction62:model_base#Object#intrude_visibility */
9295 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction62:model_base#Object#public_visibility */
9296 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction62:model_base#Object#protected_visibility */
9297 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction62:model_base#Object#private_visibility */
9298 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction62:model_base#Object#none_visibility */
9299 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction62:model#Object#abstract_kind */
9300 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction62:model#Object#concrete_kind */
9301 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction62:model#Object#interface_kind */
9302 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction62:model#Object#enum_kind */
9303 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction62:model#Object#extern_kind */
9304 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction62:nitni_utilities#Object#internal_call_context */
9305 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction62:nitni_utilities#Object#long_signature */
9306 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction62:nitni_utilities#Object#short_signature */
9307 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction62:c#Object#to_c_call_context */
9308 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction62:c#Object#from_c_call_context */
9309 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#cpp_call_context */
9310 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#to_cpp_call_context */
9311 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#from_cpp_call_context */
9312 (nitmethod_t)VIRTUAL_parser__ReduceAction62__action, /* pointer to parser:ReduceAction62:parser#ReduceAction62#action */
9313 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction62:parser#ReduceAction#concat */
9314 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction62:parser#ReduceAction#init */
9315 }
9316 };
9317 /* allocate ReduceAction62 */
9318 val* NEW_parser__ReduceAction62(const struct type* type) {
9319 val* self /* : ReduceAction62 */;
9320 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9321 self->type = type;
9322 self->class = &class_parser__ReduceAction62;
9323 return self;
9324 }
9325 /* runtime class parser__ReduceAction63 */
9326 const struct class class_parser__ReduceAction63 = {
9327 0, /* box_kind */
9328 {
9329 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction63:kernel#Object#object_id */
9330 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction63:kernel#Object#is_same_type */
9331 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction63:kernel#Object#is_same_instance */
9332 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction63:kernel#Object#== */
9333 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction63:kernel#Object#!= */
9334 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction63:kernel#Object#output */
9335 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction63:kernel#Object#output_class_name */
9336 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction63:kernel#Object#exit */
9337 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction63:kernel#Object#sys */
9338 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction63:kernel#Object#hash */
9339 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction63:math#Object#atan2 */
9340 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction63:math#Object#pi */
9341 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction63:math#Object#srand_from */
9342 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction63:math#Object#srand */
9343 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction63:string#Object#to_s */
9344 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction63:string#Object#native_class_name */
9345 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction63:string#Object#class_name */
9346 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction63:string#Object#inspect */
9347 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction63:string#Object#inspect_head */
9348 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction63:string#Object#args */
9349 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction63:string#Object#alpha_comparator */
9350 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction63:stream#Object#poll */
9351 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction63:stream#Object#intern_poll */
9352 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction63:time#Object#get_time */
9353 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction63:file#Object#printn */
9354 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction63:file#Object#print */
9355 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction63:file#Object#getc */
9356 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction63:file#Object#gets */
9357 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction63:file#Object#getcwd */
9358 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction63:file#Object#file_getcwd */
9359 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction63:file#Object#stdin */
9360 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction63:file#Object#stdout */
9361 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction63:file#Object#stderr */
9362 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction63:model_base#Object#intrude_visibility */
9363 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction63:model_base#Object#public_visibility */
9364 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction63:model_base#Object#protected_visibility */
9365 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction63:model_base#Object#private_visibility */
9366 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction63:model_base#Object#none_visibility */
9367 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction63:model#Object#abstract_kind */
9368 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction63:model#Object#concrete_kind */
9369 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction63:model#Object#interface_kind */
9370 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction63:model#Object#enum_kind */
9371 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction63:model#Object#extern_kind */
9372 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction63:nitni_utilities#Object#internal_call_context */
9373 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction63:nitni_utilities#Object#long_signature */
9374 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction63:nitni_utilities#Object#short_signature */
9375 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction63:c#Object#to_c_call_context */
9376 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction63:c#Object#from_c_call_context */
9377 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#cpp_call_context */
9378 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#to_cpp_call_context */
9379 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#from_cpp_call_context */
9380 (nitmethod_t)VIRTUAL_parser__ReduceAction63__action, /* pointer to parser:ReduceAction63:parser#ReduceAction63#action */
9381 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction63:parser#ReduceAction#concat */
9382 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction63:parser#ReduceAction#init */
9383 }
9384 };
9385 /* allocate ReduceAction63 */
9386 val* NEW_parser__ReduceAction63(const struct type* type) {
9387 val* self /* : ReduceAction63 */;
9388 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9389 self->type = type;
9390 self->class = &class_parser__ReduceAction63;
9391 return self;
9392 }
9393 /* runtime class parser__ReduceAction64 */
9394 const struct class class_parser__ReduceAction64 = {
9395 0, /* box_kind */
9396 {
9397 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction64:kernel#Object#object_id */
9398 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction64:kernel#Object#is_same_type */
9399 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction64:kernel#Object#is_same_instance */
9400 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction64:kernel#Object#== */
9401 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction64:kernel#Object#!= */
9402 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction64:kernel#Object#output */
9403 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction64:kernel#Object#output_class_name */
9404 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction64:kernel#Object#exit */
9405 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction64:kernel#Object#sys */
9406 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction64:kernel#Object#hash */
9407 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction64:math#Object#atan2 */
9408 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction64:math#Object#pi */
9409 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction64:math#Object#srand_from */
9410 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction64:math#Object#srand */
9411 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction64:string#Object#to_s */
9412 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction64:string#Object#native_class_name */
9413 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction64:string#Object#class_name */
9414 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction64:string#Object#inspect */
9415 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction64:string#Object#inspect_head */
9416 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction64:string#Object#args */
9417 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction64:string#Object#alpha_comparator */
9418 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction64:stream#Object#poll */
9419 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction64:stream#Object#intern_poll */
9420 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction64:time#Object#get_time */
9421 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction64:file#Object#printn */
9422 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction64:file#Object#print */
9423 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction64:file#Object#getc */
9424 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction64:file#Object#gets */
9425 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction64:file#Object#getcwd */
9426 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction64:file#Object#file_getcwd */
9427 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction64:file#Object#stdin */
9428 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction64:file#Object#stdout */
9429 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction64:file#Object#stderr */
9430 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction64:model_base#Object#intrude_visibility */
9431 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction64:model_base#Object#public_visibility */
9432 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction64:model_base#Object#protected_visibility */
9433 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction64:model_base#Object#private_visibility */
9434 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction64:model_base#Object#none_visibility */
9435 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction64:model#Object#abstract_kind */
9436 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction64:model#Object#concrete_kind */
9437 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction64:model#Object#interface_kind */
9438 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction64:model#Object#enum_kind */
9439 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction64:model#Object#extern_kind */
9440 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction64:nitni_utilities#Object#internal_call_context */
9441 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction64:nitni_utilities#Object#long_signature */
9442 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction64:nitni_utilities#Object#short_signature */
9443 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction64:c#Object#to_c_call_context */
9444 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction64:c#Object#from_c_call_context */
9445 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#cpp_call_context */
9446 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#to_cpp_call_context */
9447 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#from_cpp_call_context */
9448 (nitmethod_t)VIRTUAL_parser__ReduceAction64__action, /* pointer to parser:ReduceAction64:parser#ReduceAction64#action */
9449 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction64:parser#ReduceAction#concat */
9450 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction64:parser#ReduceAction#init */
9451 }
9452 };
9453 /* allocate ReduceAction64 */
9454 val* NEW_parser__ReduceAction64(const struct type* type) {
9455 val* self /* : ReduceAction64 */;
9456 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9457 self->type = type;
9458 self->class = &class_parser__ReduceAction64;
9459 return self;
9460 }
9461 /* runtime class parser__ReduceAction65 */
9462 const struct class class_parser__ReduceAction65 = {
9463 0, /* box_kind */
9464 {
9465 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction65:kernel#Object#object_id */
9466 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction65:kernel#Object#is_same_type */
9467 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction65:kernel#Object#is_same_instance */
9468 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction65:kernel#Object#== */
9469 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction65:kernel#Object#!= */
9470 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction65:kernel#Object#output */
9471 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction65:kernel#Object#output_class_name */
9472 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction65:kernel#Object#exit */
9473 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction65:kernel#Object#sys */
9474 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction65:kernel#Object#hash */
9475 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction65:math#Object#atan2 */
9476 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction65:math#Object#pi */
9477 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction65:math#Object#srand_from */
9478 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction65:math#Object#srand */
9479 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction65:string#Object#to_s */
9480 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction65:string#Object#native_class_name */
9481 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction65:string#Object#class_name */
9482 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction65:string#Object#inspect */
9483 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction65:string#Object#inspect_head */
9484 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction65:string#Object#args */
9485 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction65:string#Object#alpha_comparator */
9486 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction65:stream#Object#poll */
9487 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction65:stream#Object#intern_poll */
9488 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction65:time#Object#get_time */
9489 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction65:file#Object#printn */
9490 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction65:file#Object#print */
9491 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction65:file#Object#getc */
9492 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction65:file#Object#gets */
9493 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction65:file#Object#getcwd */
9494 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction65:file#Object#file_getcwd */
9495 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction65:file#Object#stdin */
9496 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction65:file#Object#stdout */
9497 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction65:file#Object#stderr */
9498 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction65:model_base#Object#intrude_visibility */
9499 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction65:model_base#Object#public_visibility */
9500 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction65:model_base#Object#protected_visibility */
9501 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction65:model_base#Object#private_visibility */
9502 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction65:model_base#Object#none_visibility */
9503 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction65:model#Object#abstract_kind */
9504 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction65:model#Object#concrete_kind */
9505 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction65:model#Object#interface_kind */
9506 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction65:model#Object#enum_kind */
9507 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction65:model#Object#extern_kind */
9508 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction65:nitni_utilities#Object#internal_call_context */
9509 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction65:nitni_utilities#Object#long_signature */
9510 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction65:nitni_utilities#Object#short_signature */
9511 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction65:c#Object#to_c_call_context */
9512 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction65:c#Object#from_c_call_context */
9513 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#cpp_call_context */
9514 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#to_cpp_call_context */
9515 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#from_cpp_call_context */
9516 (nitmethod_t)VIRTUAL_parser__ReduceAction65__action, /* pointer to parser:ReduceAction65:parser#ReduceAction65#action */
9517 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction65:parser#ReduceAction#concat */
9518 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction65:parser#ReduceAction#init */
9519 }
9520 };
9521 /* allocate ReduceAction65 */
9522 val* NEW_parser__ReduceAction65(const struct type* type) {
9523 val* self /* : ReduceAction65 */;
9524 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9525 self->type = type;
9526 self->class = &class_parser__ReduceAction65;
9527 return self;
9528 }
9529 /* runtime class parser__ReduceAction66 */
9530 const struct class class_parser__ReduceAction66 = {
9531 0, /* box_kind */
9532 {
9533 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction66:kernel#Object#object_id */
9534 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction66:kernel#Object#is_same_type */
9535 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction66:kernel#Object#is_same_instance */
9536 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction66:kernel#Object#== */
9537 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction66:kernel#Object#!= */
9538 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction66:kernel#Object#output */
9539 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction66:kernel#Object#output_class_name */
9540 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction66:kernel#Object#exit */
9541 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction66:kernel#Object#sys */
9542 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction66:kernel#Object#hash */
9543 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction66:math#Object#atan2 */
9544 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction66:math#Object#pi */
9545 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction66:math#Object#srand_from */
9546 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction66:math#Object#srand */
9547 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction66:string#Object#to_s */
9548 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction66:string#Object#native_class_name */
9549 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction66:string#Object#class_name */
9550 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction66:string#Object#inspect */
9551 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction66:string#Object#inspect_head */
9552 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction66:string#Object#args */
9553 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction66:string#Object#alpha_comparator */
9554 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction66:stream#Object#poll */
9555 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction66:stream#Object#intern_poll */
9556 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction66:time#Object#get_time */
9557 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction66:file#Object#printn */
9558 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction66:file#Object#print */
9559 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction66:file#Object#getc */
9560 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction66:file#Object#gets */
9561 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction66:file#Object#getcwd */
9562 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction66:file#Object#file_getcwd */
9563 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction66:file#Object#stdin */
9564 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction66:file#Object#stdout */
9565 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction66:file#Object#stderr */
9566 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction66:model_base#Object#intrude_visibility */
9567 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction66:model_base#Object#public_visibility */
9568 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction66:model_base#Object#protected_visibility */
9569 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction66:model_base#Object#private_visibility */
9570 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction66:model_base#Object#none_visibility */
9571 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction66:model#Object#abstract_kind */
9572 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction66:model#Object#concrete_kind */
9573 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction66:model#Object#interface_kind */
9574 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction66:model#Object#enum_kind */
9575 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction66:model#Object#extern_kind */
9576 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction66:nitni_utilities#Object#internal_call_context */
9577 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction66:nitni_utilities#Object#long_signature */
9578 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction66:nitni_utilities#Object#short_signature */
9579 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction66:c#Object#to_c_call_context */
9580 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction66:c#Object#from_c_call_context */
9581 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#cpp_call_context */
9582 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#to_cpp_call_context */
9583 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#from_cpp_call_context */
9584 (nitmethod_t)VIRTUAL_parser__ReduceAction66__action, /* pointer to parser:ReduceAction66:parser#ReduceAction66#action */
9585 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction66:parser#ReduceAction#concat */
9586 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction66:parser#ReduceAction#init */
9587 }
9588 };
9589 /* allocate ReduceAction66 */
9590 val* NEW_parser__ReduceAction66(const struct type* type) {
9591 val* self /* : ReduceAction66 */;
9592 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9593 self->type = type;
9594 self->class = &class_parser__ReduceAction66;
9595 return self;
9596 }
9597 /* runtime class parser__ReduceAction67 */
9598 const struct class class_parser__ReduceAction67 = {
9599 0, /* box_kind */
9600 {
9601 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction67:kernel#Object#object_id */
9602 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction67:kernel#Object#is_same_type */
9603 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction67:kernel#Object#is_same_instance */
9604 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction67:kernel#Object#== */
9605 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction67:kernel#Object#!= */
9606 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction67:kernel#Object#output */
9607 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction67:kernel#Object#output_class_name */
9608 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction67:kernel#Object#exit */
9609 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction67:kernel#Object#sys */
9610 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction67:kernel#Object#hash */
9611 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction67:math#Object#atan2 */
9612 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction67:math#Object#pi */
9613 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction67:math#Object#srand_from */
9614 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction67:math#Object#srand */
9615 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction67:string#Object#to_s */
9616 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction67:string#Object#native_class_name */
9617 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction67:string#Object#class_name */
9618 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction67:string#Object#inspect */
9619 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction67:string#Object#inspect_head */
9620 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction67:string#Object#args */
9621 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction67:string#Object#alpha_comparator */
9622 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction67:stream#Object#poll */
9623 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction67:stream#Object#intern_poll */
9624 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction67:time#Object#get_time */
9625 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction67:file#Object#printn */
9626 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction67:file#Object#print */
9627 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction67:file#Object#getc */
9628 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction67:file#Object#gets */
9629 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction67:file#Object#getcwd */
9630 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction67:file#Object#file_getcwd */
9631 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction67:file#Object#stdin */
9632 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction67:file#Object#stdout */
9633 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction67:file#Object#stderr */
9634 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction67:model_base#Object#intrude_visibility */
9635 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction67:model_base#Object#public_visibility */
9636 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction67:model_base#Object#protected_visibility */
9637 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction67:model_base#Object#private_visibility */
9638 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction67:model_base#Object#none_visibility */
9639 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction67:model#Object#abstract_kind */
9640 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction67:model#Object#concrete_kind */
9641 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction67:model#Object#interface_kind */
9642 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction67:model#Object#enum_kind */
9643 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction67:model#Object#extern_kind */
9644 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction67:nitni_utilities#Object#internal_call_context */
9645 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction67:nitni_utilities#Object#long_signature */
9646 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction67:nitni_utilities#Object#short_signature */
9647 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction67:c#Object#to_c_call_context */
9648 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction67:c#Object#from_c_call_context */
9649 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#cpp_call_context */
9650 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#to_cpp_call_context */
9651 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#from_cpp_call_context */
9652 (nitmethod_t)VIRTUAL_parser__ReduceAction67__action, /* pointer to parser:ReduceAction67:parser#ReduceAction67#action */
9653 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction67:parser#ReduceAction#concat */
9654 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction67:parser#ReduceAction#init */
9655 }
9656 };
9657 /* allocate ReduceAction67 */
9658 val* NEW_parser__ReduceAction67(const struct type* type) {
9659 val* self /* : ReduceAction67 */;
9660 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9661 self->type = type;
9662 self->class = &class_parser__ReduceAction67;
9663 return self;
9664 }
9665 /* runtime class parser__ReduceAction68 */
9666 const struct class class_parser__ReduceAction68 = {
9667 0, /* box_kind */
9668 {
9669 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction68:kernel#Object#object_id */
9670 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction68:kernel#Object#is_same_type */
9671 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction68:kernel#Object#is_same_instance */
9672 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction68:kernel#Object#== */
9673 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction68:kernel#Object#!= */
9674 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction68:kernel#Object#output */
9675 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction68:kernel#Object#output_class_name */
9676 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction68:kernel#Object#exit */
9677 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction68:kernel#Object#sys */
9678 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction68:kernel#Object#hash */
9679 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction68:math#Object#atan2 */
9680 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction68:math#Object#pi */
9681 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction68:math#Object#srand_from */
9682 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction68:math#Object#srand */
9683 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction68:string#Object#to_s */
9684 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction68:string#Object#native_class_name */
9685 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction68:string#Object#class_name */
9686 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction68:string#Object#inspect */
9687 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction68:string#Object#inspect_head */
9688 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction68:string#Object#args */
9689 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction68:string#Object#alpha_comparator */
9690 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction68:stream#Object#poll */
9691 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction68:stream#Object#intern_poll */
9692 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction68:time#Object#get_time */
9693 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction68:file#Object#printn */
9694 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction68:file#Object#print */
9695 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction68:file#Object#getc */
9696 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction68:file#Object#gets */
9697 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction68:file#Object#getcwd */
9698 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction68:file#Object#file_getcwd */
9699 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction68:file#Object#stdin */
9700 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction68:file#Object#stdout */
9701 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction68:file#Object#stderr */
9702 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction68:model_base#Object#intrude_visibility */
9703 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction68:model_base#Object#public_visibility */
9704 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction68:model_base#Object#protected_visibility */
9705 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction68:model_base#Object#private_visibility */
9706 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction68:model_base#Object#none_visibility */
9707 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction68:model#Object#abstract_kind */
9708 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction68:model#Object#concrete_kind */
9709 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction68:model#Object#interface_kind */
9710 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction68:model#Object#enum_kind */
9711 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction68:model#Object#extern_kind */
9712 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction68:nitni_utilities#Object#internal_call_context */
9713 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction68:nitni_utilities#Object#long_signature */
9714 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction68:nitni_utilities#Object#short_signature */
9715 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction68:c#Object#to_c_call_context */
9716 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction68:c#Object#from_c_call_context */
9717 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#cpp_call_context */
9718 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#to_cpp_call_context */
9719 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#from_cpp_call_context */
9720 (nitmethod_t)VIRTUAL_parser__ReduceAction68__action, /* pointer to parser:ReduceAction68:parser#ReduceAction68#action */
9721 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction68:parser#ReduceAction#concat */
9722 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction68:parser#ReduceAction#init */
9723 }
9724 };
9725 /* allocate ReduceAction68 */
9726 val* NEW_parser__ReduceAction68(const struct type* type) {
9727 val* self /* : ReduceAction68 */;
9728 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9729 self->type = type;
9730 self->class = &class_parser__ReduceAction68;
9731 return self;
9732 }
9733 /* runtime class parser__ReduceAction69 */
9734 const struct class class_parser__ReduceAction69 = {
9735 0, /* box_kind */
9736 {
9737 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction69:kernel#Object#object_id */
9738 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction69:kernel#Object#is_same_type */
9739 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction69:kernel#Object#is_same_instance */
9740 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction69:kernel#Object#== */
9741 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction69:kernel#Object#!= */
9742 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction69:kernel#Object#output */
9743 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction69:kernel#Object#output_class_name */
9744 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction69:kernel#Object#exit */
9745 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction69:kernel#Object#sys */
9746 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction69:kernel#Object#hash */
9747 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction69:math#Object#atan2 */
9748 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction69:math#Object#pi */
9749 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction69:math#Object#srand_from */
9750 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction69:math#Object#srand */
9751 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction69:string#Object#to_s */
9752 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction69:string#Object#native_class_name */
9753 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction69:string#Object#class_name */
9754 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction69:string#Object#inspect */
9755 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction69:string#Object#inspect_head */
9756 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction69:string#Object#args */
9757 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction69:string#Object#alpha_comparator */
9758 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction69:stream#Object#poll */
9759 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction69:stream#Object#intern_poll */
9760 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction69:time#Object#get_time */
9761 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction69:file#Object#printn */
9762 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction69:file#Object#print */
9763 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction69:file#Object#getc */
9764 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction69:file#Object#gets */
9765 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction69:file#Object#getcwd */
9766 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction69:file#Object#file_getcwd */
9767 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction69:file#Object#stdin */
9768 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction69:file#Object#stdout */
9769 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction69:file#Object#stderr */
9770 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction69:model_base#Object#intrude_visibility */
9771 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction69:model_base#Object#public_visibility */
9772 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction69:model_base#Object#protected_visibility */
9773 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction69:model_base#Object#private_visibility */
9774 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction69:model_base#Object#none_visibility */
9775 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction69:model#Object#abstract_kind */
9776 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction69:model#Object#concrete_kind */
9777 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction69:model#Object#interface_kind */
9778 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction69:model#Object#enum_kind */
9779 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction69:model#Object#extern_kind */
9780 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction69:nitni_utilities#Object#internal_call_context */
9781 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction69:nitni_utilities#Object#long_signature */
9782 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction69:nitni_utilities#Object#short_signature */
9783 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction69:c#Object#to_c_call_context */
9784 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction69:c#Object#from_c_call_context */
9785 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#cpp_call_context */
9786 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#to_cpp_call_context */
9787 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#from_cpp_call_context */
9788 (nitmethod_t)VIRTUAL_parser__ReduceAction69__action, /* pointer to parser:ReduceAction69:parser#ReduceAction69#action */
9789 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction69:parser#ReduceAction#concat */
9790 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction69:parser#ReduceAction#init */
9791 }
9792 };
9793 /* allocate ReduceAction69 */
9794 val* NEW_parser__ReduceAction69(const struct type* type) {
9795 val* self /* : ReduceAction69 */;
9796 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9797 self->type = type;
9798 self->class = &class_parser__ReduceAction69;
9799 return self;
9800 }
9801 /* runtime class parser__ReduceAction70 */
9802 const struct class class_parser__ReduceAction70 = {
9803 0, /* box_kind */
9804 {
9805 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction70:kernel#Object#object_id */
9806 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction70:kernel#Object#is_same_type */
9807 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction70:kernel#Object#is_same_instance */
9808 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction70:kernel#Object#== */
9809 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction70:kernel#Object#!= */
9810 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction70:kernel#Object#output */
9811 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction70:kernel#Object#output_class_name */
9812 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction70:kernel#Object#exit */
9813 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction70:kernel#Object#sys */
9814 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction70:kernel#Object#hash */
9815 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction70:math#Object#atan2 */
9816 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction70:math#Object#pi */
9817 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction70:math#Object#srand_from */
9818 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction70:math#Object#srand */
9819 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction70:string#Object#to_s */
9820 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction70:string#Object#native_class_name */
9821 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction70:string#Object#class_name */
9822 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction70:string#Object#inspect */
9823 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction70:string#Object#inspect_head */
9824 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction70:string#Object#args */
9825 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction70:string#Object#alpha_comparator */
9826 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction70:stream#Object#poll */
9827 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction70:stream#Object#intern_poll */
9828 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction70:time#Object#get_time */
9829 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction70:file#Object#printn */
9830 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction70:file#Object#print */
9831 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction70:file#Object#getc */
9832 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction70:file#Object#gets */
9833 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction70:file#Object#getcwd */
9834 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction70:file#Object#file_getcwd */
9835 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction70:file#Object#stdin */
9836 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction70:file#Object#stdout */
9837 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction70:file#Object#stderr */
9838 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction70:model_base#Object#intrude_visibility */
9839 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction70:model_base#Object#public_visibility */
9840 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction70:model_base#Object#protected_visibility */
9841 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction70:model_base#Object#private_visibility */
9842 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction70:model_base#Object#none_visibility */
9843 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction70:model#Object#abstract_kind */
9844 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction70:model#Object#concrete_kind */
9845 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction70:model#Object#interface_kind */
9846 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction70:model#Object#enum_kind */
9847 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction70:model#Object#extern_kind */
9848 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction70:nitni_utilities#Object#internal_call_context */
9849 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction70:nitni_utilities#Object#long_signature */
9850 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction70:nitni_utilities#Object#short_signature */
9851 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction70:c#Object#to_c_call_context */
9852 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction70:c#Object#from_c_call_context */
9853 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#cpp_call_context */
9854 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#to_cpp_call_context */
9855 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#from_cpp_call_context */
9856 (nitmethod_t)VIRTUAL_parser__ReduceAction70__action, /* pointer to parser:ReduceAction70:parser#ReduceAction70#action */
9857 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction70:parser#ReduceAction#concat */
9858 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction70:parser#ReduceAction#init */
9859 }
9860 };
9861 /* allocate ReduceAction70 */
9862 val* NEW_parser__ReduceAction70(const struct type* type) {
9863 val* self /* : ReduceAction70 */;
9864 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9865 self->type = type;
9866 self->class = &class_parser__ReduceAction70;
9867 return self;
9868 }
9869 /* runtime class parser__ReduceAction71 */
9870 const struct class class_parser__ReduceAction71 = {
9871 0, /* box_kind */
9872 {
9873 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction71:kernel#Object#object_id */
9874 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction71:kernel#Object#is_same_type */
9875 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction71:kernel#Object#is_same_instance */
9876 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction71:kernel#Object#== */
9877 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction71:kernel#Object#!= */
9878 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction71:kernel#Object#output */
9879 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction71:kernel#Object#output_class_name */
9880 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction71:kernel#Object#exit */
9881 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction71:kernel#Object#sys */
9882 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction71:kernel#Object#hash */
9883 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction71:math#Object#atan2 */
9884 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction71:math#Object#pi */
9885 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction71:math#Object#srand_from */
9886 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction71:math#Object#srand */
9887 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction71:string#Object#to_s */
9888 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction71:string#Object#native_class_name */
9889 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction71:string#Object#class_name */
9890 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction71:string#Object#inspect */
9891 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction71:string#Object#inspect_head */
9892 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction71:string#Object#args */
9893 (nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction71:string#Object#alpha_comparator */
9894 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction71:stream#Object#poll */
9895 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction71:stream#Object#intern_poll */
9896 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction71:time#Object#get_time */
9897 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction71:file#Object#printn */
9898 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction71:file#Object#print */
9899 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction71:file#Object#getc */
9900 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction71:file#Object#gets */
9901 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction71:file#Object#getcwd */
9902 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction71:file#Object#file_getcwd */
9903 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction71:file#Object#stdin */
9904 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction71:file#Object#stdout */
9905 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction71:file#Object#stderr */
9906 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction71:model_base#Object#intrude_visibility */
9907 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction71:model_base#Object#public_visibility */
9908 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction71:model_base#Object#protected_visibility */
9909 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction71:model_base#Object#private_visibility */
9910 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction71:model_base#Object#none_visibility */
9911 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction71:model#Object#abstract_kind */
9912 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction71:model#Object#concrete_kind */
9913 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction71:model#Object#interface_kind */
9914 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction71:model#Object#enum_kind */
9915 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction71:model#Object#extern_kind */
9916 (nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction71:nitni_utilities#Object#internal_call_context */
9917 (nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction71:nitni_utilities#Object#long_signature */
9918 (nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction71:nitni_utilities#Object#short_signature */
9919 (nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction71:c#Object#to_c_call_context */
9920 (nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction71:c#Object#from_c_call_context */
9921 (nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#cpp_call_context */
9922 (nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#to_cpp_call_context */
9923 (nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#from_cpp_call_context */
9924 (nitmethod_t)VIRTUAL_parser__ReduceAction71__action, /* pointer to parser:ReduceAction71:parser#ReduceAction71#action */
9925 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction71:parser#ReduceAction#concat */
9926 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction71:parser#ReduceAction#init */
9927 }
9928 };
9929 /* allocate ReduceAction71 */
9930 val* NEW_parser__ReduceAction71(const struct type* type) {
9931 val* self /* : ReduceAction71 */;
9932 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9933 self->type = type;
9934 self->class = &class_parser__ReduceAction71;
9935 return self;
9936 }