nitdoc: move css files to share/css/ dir
[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_string__Object__to_s = 10;
13 const int COLOR_string__Object__native_class_name = 11;
14 const int COLOR_string__Object__class_name = 12;
15 const int COLOR_string__Object__inspect = 13;
16 const int COLOR_string__Object__inspect_head = 14;
17 const int COLOR_string__Object__args = 15;
18 const int COLOR_math__Object__atan2 = 16;
19 const int COLOR_math__Object__pi = 17;
20 const int COLOR_math__Object__srand_from = 18;
21 const int COLOR_math__Object__srand = 19;
22 const int COLOR_stream__Object__poll = 20;
23 const int COLOR_stream__Object__intern_poll = 21;
24 const int COLOR_time__Object__get_time = 22;
25 const int COLOR_file__Object__printn = 23;
26 const int COLOR_file__Object__print = 24;
27 const int COLOR_file__Object__getc = 25;
28 const int COLOR_file__Object__gets = 26;
29 const int COLOR_file__Object__getcwd = 27;
30 const int COLOR_file__Object__file_getcwd = 28;
31 const int COLOR_file__Object__stdin = 29;
32 const int COLOR_file__Object__stdout = 30;
33 const int COLOR_file__Object__stderr = 31;
34 const int COLOR_model_base__Object__intrude_visibility = 32;
35 const int COLOR_model_base__Object__public_visibility = 33;
36 const int COLOR_model_base__Object__protected_visibility = 34;
37 const int COLOR_model_base__Object__private_visibility = 35;
38 const int COLOR_model_base__Object__none_visibility = 36;
39 const int COLOR_model__Object__abstract_kind = 37;
40 const int COLOR_model__Object__concrete_kind = 38;
41 const int COLOR_model__Object__interface_kind = 39;
42 const int COLOR_model__Object__enum_kind = 40;
43 const int COLOR_model__Object__extern_kind = 41;
44 const int COLOR_kernel__Comparable___60d = 42;
45 const int COLOR_kernel__Comparable___60d_61d = 43;
46 const int COLOR_kernel__Comparable___62d_61d = 44;
47 const int COLOR_kernel__Comparable___62d = 45;
48 const int COLOR_kernel__Comparable___60d_61d_62d = 46;
49 const int COLOR_kernel__Comparable__is_between = 47;
50 const int COLOR_kernel__Comparable__max = 48;
51 const int COLOR_kernel__Comparable__min = 49;
52 const int COLOR_kernel__Discrete__succ = 50;
53 const int COLOR_kernel__Discrete__prec = 51;
54 const int COLOR_kernel__Discrete___43d = 52;
55 const int COLOR_kernel__Discrete___45d = 53;
56 const int COLOR_kernel__Discrete__distance = 54;
57 const int COLOR_range__Discrete__times = 55;
58 const int COLOR_string_search__Pattern__search_index_in = 56;
59 const int COLOR_string_search__Pattern__search_in = 57;
60 const int COLOR_string_search__Pattern__search_all_in = 58;
61 const int COLOR_string_search__Pattern__split_in = 59;
62 const int COLOR_kernel__Char__to_i = 60;
63 const int COLOR_kernel__Char__ascii = 61;
64 const int COLOR_kernel__Char__to_lower = 62;
65 const int COLOR_kernel__Char__to_upper = 63;
66 const int COLOR_kernel__Char__is_digit = 64;
67 const int COLOR_kernel__Char__is_lower = 65;
68 const int COLOR_kernel__Char__is_upper = 66;
69 const int COLOR_kernel__Char__is_letter = 67;
70 const int COLOR_string__Char__is_numeric = 68;
71 const int COLOR_string__Char__is_alpha = 69;
72 const int COLOR_string__Char__is_alphanumeric = 70;
73 const int COLOR_abstract_collection__Collection__iterator = 60;
74 const int COLOR_abstract_collection__Collection__is_empty = 61;
75 const int COLOR_abstract_collection__Collection__length = 62;
76 const int COLOR_abstract_collection__Collection__has = 63;
77 const int COLOR_abstract_collection__Collection__has_only = 64;
78 const int COLOR_abstract_collection__Collection__count = 65;
79 const int COLOR_abstract_collection__Collection__first = 66;
80 const int COLOR_abstract_collection__Collection__has_all = 67;
81 const int COLOR_array__Collection__to_a = 68;
82 const int COLOR_string__Collection__join = 69;
83 const int COLOR_math__Collection__rand = 70;
84 const int COLOR_abstract_collection__RemovableCollection__clear = 71;
85 const int COLOR_abstract_collection__RemovableCollection__remove = 72;
86 const int COLOR_abstract_collection__RemovableCollection__remove_all = 73;
87 const int COLOR_abstract_collection__SimpleCollection__add = 74;
88 const int COLOR_abstract_collection__SimpleCollection__add_all = 75;
89 const int COLOR_abstract_collection__MapRead___91d_93d = 42;
90 const int COLOR_abstract_collection__MapRead__get_or_default = 43;
91 const int COLOR_abstract_collection__MapRead__has_key = 44;
92 const int COLOR_abstract_collection__MapRead__iterator = 45;
93 const int COLOR_abstract_collection__MapRead__values = 46;
94 const int COLOR_abstract_collection__MapRead__keys = 47;
95 const int COLOR_abstract_collection__MapRead__is_empty = 48;
96 const int COLOR_abstract_collection__MapRead__length = 49;
97 const int COLOR_abstract_collection__Map___91d_93d_61d = 50;
98 const int COLOR_abstract_collection__Map__recover_with = 51;
99 const int COLOR_abstract_collection__Map__clear = 52;
100 const int COLOR_string__Map__join = 53;
101 const int COLOR_abstract_collection__SequenceRead___91d_93d = 76;
102 const int COLOR_abstract_collection__SequenceRead__last = 77;
103 const int COLOR_abstract_collection__SequenceRead__index_of = 78;
104 const int COLOR_abstract_collection__Sequence__first_61d = 79;
105 const int COLOR_abstract_collection__Sequence__last_61d = 80;
106 const int COLOR_abstract_collection__Sequence__push = 81;
107 const int COLOR_abstract_collection__Sequence__append = 82;
108 const int COLOR_abstract_collection__Sequence__pop = 83;
109 const int COLOR_abstract_collection__Sequence__unshift = 84;
110 const int COLOR_abstract_collection__Sequence__shift = 85;
111 const int COLOR_abstract_collection__Sequence___91d_93d_61d = 86;
112 const int COLOR_abstract_collection__Sequence__remove_at = 87;
113 const int COLOR_collection__Sequence__subarray = 88;
114 const int COLOR_array__AbstractArrayRead__last_index_of = 89;
115 const int COLOR_array__AbstractArrayRead__index_of_from = 90;
116 const int COLOR_array__AbstractArrayRead__last_index_of_from = 91;
117 const int COLOR_array__AbstractArrayRead__reversed = 92;
118 const int COLOR_array__AbstractArrayRead__copy_to = 93;
119 const int COLOR_array__AbstractArrayRead__init = 94;
120 const int COLOR_array__AbstractArray__enlarge = 95;
121 const int COLOR_array__AbstractArray__insert = 96;
122 const int COLOR_array__AbstractArray__swap_at = 97;
123 const int COLOR_array__AbstractArray__init = 98;
124 const int COLOR_array__ArrayCapable__calloc_array = 99;
125 const int COLOR_array__Array__init = 100;
126 const int COLOR_array__Array__from = 101;
127 const int COLOR_array__Array__with_items = 102;
128 const int COLOR_array__Array__with_capacity = 103;
129 const int COLOR_array__Array__filled_with = 104;
130 const int COLOR_array__Array__with_native = 105;
131 const int COLOR_array__Array__intern_items = 106;
132 const int COLOR_abstract_compiler__Array___45d = 107;
133 const int COLOR_sorter__AbstractSorter__compare = 71;
134 const int COLOR_sorter__AbstractSorter__sort = 72;
135 const int COLOR_sorter__AbstractSorter__sub_sort = 73;
136 const int COLOR_sorter__AbstractSorter__quick_sort = 74;
137 const int COLOR_sorter__AbstractSorter__bubble_sort = 75;
138 const int COLOR_hash_collection__HashCollection__first_item = 100;
139 const int COLOR_hash_collection__HashCollection__index_at = 101;
140 const int COLOR_hash_collection__HashCollection__node_at = 102;
141 const int COLOR_hash_collection__HashCollection__node_at_idx = 103;
142 const int COLOR_hash_collection__HashCollection__store = 104;
143 const int COLOR_hash_collection__HashCollection__remove_node = 105;
144 const int COLOR_hash_collection__HashCollection__raz = 106;
145 const int COLOR_hash_collection__HashCollection__enlarge = 107;
146 const int COLOR_hash_collection__HashCollection__init = 108;
147 const int COLOR_hash_collection__HashMap__init = 109;
148 const int COLOR_hash_collection__HashMap__keys_61d = 110;
149 const int COLOR_hash_collection__HashMap__values_61d = 111;
150 const int COLOR_hash_collection__HashSet__init = 109;
151 const int COLOR_hash_collection__HashSet__from = 110;
152 const int COLOR_string__AbstractString__items = 99;
153 const int COLOR_string__AbstractString__substring = 100;
154 const int COLOR_string__AbstractString__substring_from = 101;
155 const int COLOR_string__AbstractString__has_substring = 102;
156 const int COLOR_string__AbstractString__has_prefix = 103;
157 const int COLOR_string__AbstractString__has_suffix = 104;
158 const int COLOR_string__AbstractString__to_i = 105;
159 const int COLOR_string__AbstractString__to_f = 106;
160 const int COLOR_string__AbstractString__to_hex = 107;
161 const int COLOR_string__AbstractString__a_to = 108;
162 const int COLOR_string__AbstractString__is_numeric = 109;
163 const int COLOR_string__AbstractString__to_upper = 110;
164 const int COLOR_string__AbstractString__to_lower = 111;
165 const int COLOR_string__AbstractString__trim = 112;
166 const int COLOR_string__AbstractString__to_cmangle = 113;
167 const int COLOR_string__AbstractString__escape_to_c = 114;
168 const int COLOR_string__AbstractString__escape_more_to_c = 115;
169 const int COLOR_string__AbstractString__escape_to_nit = 116;
170 const int COLOR_string__AbstractString__unescape_nit = 117;
171 const int COLOR_string__AbstractString__init = 118;
172 const int COLOR_string__StringCapable__calloc_string = 119;
173 const int COLOR_string__String__index_from = 120;
174 const int COLOR_string__String__index_to = 121;
175 const int COLOR_string__String__from_substring = 122;
176 const int COLOR_string__String__with_infos = 123;
177 const int COLOR_string__String__to_cstring = 124;
178 const int COLOR_string__String___43d = 125;
179 const int COLOR_string__String___42d = 126;
180 const int COLOR_string_search__String__search = 127;
181 const int COLOR_string_search__String__search_from = 128;
182 const int COLOR_string_search__String__search_all = 129;
183 const int COLOR_string_search__String__split = 130;
184 const int COLOR_string_search__String__split_with = 131;
185 const int COLOR_string_search__String__replace = 132;
186 const int COLOR_string_search__String__html_escape = 133;
187 const int COLOR_environ__String__environ = 134;
188 const int COLOR_environ__String__setenv = 135;
189 const int COLOR_file__String__file_exists = 136;
190 const int COLOR_file__String__file_stat = 137;
191 const int COLOR_file__String__file_lstat = 138;
192 const int COLOR_file__String__file_delete = 139;
193 const int COLOR_file__String__strip_extension = 140;
194 const int COLOR_file__String__basename = 141;
195 const int COLOR_file__String__dirname = 142;
196 const int COLOR_file__String__simplify_path = 143;
197 const int COLOR_file__String__join_path = 144;
198 const int COLOR_file__String__mkdir = 145;
199 const int COLOR_file__String__chdir = 146;
200 const int COLOR_file__String__file_extension = 147;
201 const int COLOR_file__String__files = 148;
202 const int COLOR_ropes__String___61d_61d = 149;
203 const int COLOR_string__Buffer__init = 120;
204 const int COLOR_string__Buffer__from = 121;
205 const int COLOR_string__Buffer__with_capacity = 122;
206 const int COLOR_string__Buffer__capacity = 123;
207 const int COLOR_ropes__Buffer___61d_61d = 124;
208 const int COLOR_string__Buffer__append = 125;
209 const int COLOR_stream__IOS__close = 42;
210 const int COLOR_stream__IStream__read_char = 43;
211 const int COLOR_stream__IStream__read = 44;
212 const int COLOR_stream__IStream__read_line = 45;
213 const int COLOR_stream__IStream__read_all = 46;
214 const int COLOR_stream__IStream__append_line_to = 47;
215 const int COLOR_stream__IStream__eof = 48;
216 const int COLOR_stream__OStream__write = 49;
217 const int COLOR_stream__OStream__is_writable = 50;
218 const int COLOR_stream__BufferedIStream__fill_buffer = 49;
219 const int COLOR_stream__BufferedIStream__end_reached = 50;
220 const int COLOR_stream__BufferedIStream__prepare_buffer = 51;
221 const int COLOR_stream__BufferedIStream__init = 52;
222 const int COLOR_stream__FDStream__fd = 51;
223 const int COLOR_stream__FDStream__fd_61d = 52;
224 const int COLOR_stream__FDStream__native_close = 53;
225 const int COLOR_stream__FDStream__native_read_char = 54;
226 const int COLOR_stream__FDStream__native_read = 55;
227 const int COLOR_stream__FDStream__native_write = 56;
228 const int COLOR_stream__FDStream__native_write_char = 57;
229 const int COLOR_stream__FDStream__init = 58;
230 const int COLOR_stream__FDIStream__eof_61d = 59;
231 const int COLOR_stream__FDIStream__init = 60;
232 const int COLOR_stream__FDOStream__is_writable_61d = 61;
233 const int COLOR_stream__FDOStream__init = 62;
234 const int COLOR_stream__FDIOStream__init = 63;
235 const int COLOR_exec__Process__id = 51;
236 const int COLOR_exec__Process__is_finished = 52;
237 const int COLOR_exec__Process__wait = 53;
238 const int COLOR_exec__Process__status = 54;
239 const int COLOR_exec__Process__init = 55;
240 const int COLOR_exec__Process__init_ = 56;
241 const int COLOR_exec__Process__from_a = 57;
242 const int COLOR_exec__Process__execute = 58;
243 const int COLOR_exec__Process__data = 59;
244 const int COLOR_exec__Process__data_61d = 60;
245 const int COLOR_exec__Process__basic_exec_execute = 61;
246 const int COLOR_exec__IProcess__stream_in = 62;
247 const int COLOR_exec__IProcess__stream_in_61d = 63;
248 const int COLOR_exec__IProcess__init = 64;
249 const int COLOR_exec__IProcess__init_ = 65;
250 const int COLOR_exec__IProcess__from_a = 66;
251 const int COLOR_exec__OProcess__stream_out = 67;
252 const int COLOR_exec__OProcess__stream_out_61d = 68;
253 const int COLOR_exec__OProcess__init = 69;
254 const int COLOR_exec__OProcess__init_ = 70;
255 const int COLOR_exec__OProcess__from_a = 71;
256 const int COLOR_exec__IOProcess__init = 72;
257 const int COLOR_exec__IOProcess__init_ = 73;
258 const int COLOR_exec__IOProcess__from_a = 74;
259 const int COLOR_file__FStream__path = 53;
260 const int COLOR_file__FStream__file_stat = 54;
261 const int COLOR_file__FStream__init = 55;
262 const int COLOR_file__IFStream__reopen = 56;
263 const int COLOR_file__IFStream__open = 57;
264 const int COLOR_file__IFStream__init = 58;
265 const int COLOR_file__IFStream__without_file = 59;
266 const int COLOR_file__OFStream__write_native = 56;
267 const int COLOR_file__OFStream__open = 57;
268 const int COLOR_file__OFStream__init = 58;
269 const int COLOR_file__OFStream__without_file = 59;
270 const int COLOR_ropes__Rope__str_representation = 120;
271 const int COLOR_ropes__Rope__str_representation_61d = 121;
272 const int COLOR_ropes__Rope__parent_node = 122;
273 const int COLOR_ropes__Rope__parent_node_61d = 123;
274 const int COLOR_ropes__Rope__init = 124;
275 const int COLOR_ropes__Rope__with_string = 125;
276 const int COLOR_ropes__Rope__chars = 126;
277 const int COLOR_ropes__Rope__length = 127;
278 const int COLOR_ropes__Rope__flatten = 128;
279 const int COLOR_ropes__Rope__get_node_for_pos = 129;
280 const int COLOR_ropes__Rope___43d = 130;
281 const int COLOR_ropes__Rope__multi_concat = 131;
282 const int COLOR_ropes__Rope___42d = 132;
283 const int COLOR_ropes__Rope__iterator = 133;
284 const int COLOR_ropes__Rope__subrope = 134;
285 const int COLOR_ropes__Rope__to_upper = 135;
286 const int COLOR_ropes__Rope__to_lower = 136;
287 const int COLOR_poset__POSet__elements = 76;
288 const int COLOR_poset__POSet__elements_61d = 77;
289 const int COLOR_poset__POSet__add_node = 78;
290 const int COLOR_poset__POSet___91d_93d = 79;
291 const int COLOR_poset__POSet__add_edge = 80;
292 const int COLOR_poset__POSet__has_edge = 81;
293 const int COLOR_poset__POSet__has_direct_edge = 82;
294 const int COLOR_poset__POSet__show_dot = 83;
295 const int COLOR_poset__POSet__init = 84;
296 const int COLOR_parser_nodes__ANode__location = 42;
297 const int COLOR_parser_nodes__ANode__hot_location = 43;
298 const int COLOR_parser_nodes__ANode__debug = 44;
299 const int COLOR_parser_nodes__ANode__parent = 45;
300 const int COLOR_parser_nodes__ANode__parent_61d = 46;
301 const int COLOR_parser_nodes__ANode__init = 47;
302 const int COLOR_parser_nodes__ANode__replace_child = 48;
303 const int COLOR_parser_nodes__ANode__detach = 49;
304 const int COLOR_parser_nodes__ANode__replace_with = 50;
305 const int COLOR_parser_nodes__ANode__visit_all = 51;
306 const int COLOR_parser_util__ANode__collect_tokens_by_text = 52;
307 const int COLOR_parser_util__ANode__collect_annotations_by_name = 53;
308 const int COLOR_simple_misc_analysis__ANode__accept_simple_misc = 54;
309 const int COLOR_simple_misc_analysis__ANode__after_simple_misc = 55;
310 const int COLOR_literal__ANode__accept_literal = 56;
311 const int COLOR_scope__ANode__accept_scope_visitor = 57;
312 const int COLOR_flow__ANode__accept_flow_visitor = 58;
313 const int COLOR_local_var_init__ANode__accept_local_var_visitor = 59;
314 const int COLOR_auto_super_init__ANode__accept_auto_super_init = 60;
315 const int COLOR_rapid_type_analysis__ANode__accept_rapid_type_visitor = 61;
316 const int COLOR_astvalidation__ANode__accept_ast_validation = 62;
317 const int COLOR_transform__ANode__accept_transform_visitor = 63;
318 const int COLOR_parser_nodes__Prod__location_61d = 64;
319 const int COLOR_parser_nodes__Prod__n_annotations = 65;
320 const int COLOR_parser_nodes__Prod__n_annotations_61d = 66;
321 const int COLOR_parser_nodes__Prod__init = 67;
322 const int COLOR_modelize_property__Prod__collect_text = 68;
323 const int COLOR_parser_nodes__Prod__replace_with = 69;
324 const int COLOR_parser_nodes__APropdef__n_doc = 70;
325 const int COLOR_parser_nodes__APropdef__n_doc_61d = 71;
326 const int COLOR_parser_nodes__APropdef__init = 72;
327 const int COLOR_scope__APropdef__do_scope = 73;
328 const int COLOR_flow__APropdef__do_flow = 74;
329 const int COLOR_flow__APropdef__before_flow_context = 75;
330 const int COLOR_flow__APropdef__before_flow_context_61d = 76;
331 const int COLOR_flow__APropdef__after_flow_context = 77;
332 const int COLOR_flow__APropdef__after_flow_context_61d = 78;
333 const int COLOR_local_var_init__APropdef__do_local_var_init = 79;
334 const int COLOR_modelize_property__APropdef__mpropdef = 80;
335 const int COLOR_modelize_property__APropdef__mpropdef_61d = 81;
336 const int COLOR_modelize_property__APropdef__build_property = 82;
337 const int COLOR_modelize_property__APropdef__build_signature = 83;
338 const int COLOR_modelize_property__APropdef__check_signature = 84;
339 const int COLOR_modelize_property__APropdef__new_property_visibility = 85;
340 const int COLOR_modelize_property__APropdef__check_redef_property_visibility = 86;
341 const int COLOR_modelize_property__APropdef__check_redef_keyword = 87;
342 const int COLOR_typing__APropdef__do_typing = 88;
343 const int COLOR_typing__APropdef__selfvariable = 89;
344 const int COLOR_typing__APropdef__selfvariable_61d = 90;
345 const int COLOR_abstract_compiler__APropdef__compile_to_c = 91;
346 const int COLOR_abstract_compiler__APropdef__can_inline = 92;
347 const int COLOR_flow__APropdef__accept_flow_visitor = 93;
348 const int COLOR_parser_nodes__AMethPropdef__n_kwredef = 94;
349 const int COLOR_parser_nodes__AMethPropdef__n_kwredef_61d = 95;
350 const int COLOR_parser_nodes__AMethPropdef__n_visibility = 96;
351 const int COLOR_parser_nodes__AMethPropdef__n_visibility_61d = 97;
352 const int COLOR_parser_nodes__AMethPropdef__n_methid = 98;
353 const int COLOR_parser_nodes__AMethPropdef__n_methid_61d = 99;
354 const int COLOR_parser_nodes__AMethPropdef__n_signature = 100;
355 const int COLOR_parser_nodes__AMethPropdef__n_signature_61d = 101;
356 const int COLOR_parser_nodes__AMethPropdef__init = 102;
357 const int COLOR_parser_prod__AMethPropdef__empty_init = 103;
358 const int COLOR_parser_prod__AMethPropdef__init_amethpropdef = 104;
359 const int COLOR_parser_nodes__AExternPropdef__n_extern = 105;
360 const int COLOR_parser_nodes__AExternPropdef__n_extern_61d = 106;
361 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls = 107;
362 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls_61d = 108;
363 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block = 109;
364 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block_61d = 110;
365 const int COLOR_parser_nodes__AExternPropdef__init = 111;
366 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth = 105;
367 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth_61d = 106;
368 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block = 107;
369 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block_61d = 108;
370 const int COLOR_parser_nodes__AConcreteMethPropdef__init = 109;
371 const int COLOR_parser_prod__AConcreteMethPropdef__empty_init = 110;
372 const int COLOR_parser_prod__AConcreteMethPropdef__init_aconcretemethpropdef = 111;
373 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits = 112;
374 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d = 113;
375 const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init = 114;
376 const int COLOR_parser_nodes__AInitPropdef__init = 115;
377 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit = 116;
378 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit_61d = 117;
379 const int COLOR_parser_nodes__AConcreteInitPropdef__init = 118;
380 const int COLOR_parser_prod__AConcreteInitPropdef__empty_init = 119;
381 const int COLOR_parser_prod__AConcreteInitPropdef__init_aconcreteinitpropdef = 120;
382 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew = 116;
383 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew_61d = 117;
384 const int COLOR_parser_nodes__AExternInitPropdef__init = 118;
385 const int COLOR_parser_prod__AExternInitPropdef__empty_init = 119;
386 const int COLOR_parser_prod__AExternInitPropdef__init_aexterninitpropdef = 120;
387 const int COLOR_parser_nodes__AExpr__init = 70;
388 const int COLOR_simple_misc_analysis__AExpr__warn_parentheses = 71;
389 const int COLOR_flow__AExpr__after_flow_context = 72;
390 const int COLOR_flow__AExpr__after_flow_context_61d = 73;
391 const int COLOR_typing__AExpr__mtype = 74;
392 const int COLOR_typing__AExpr__mtype_61d = 75;
393 const int COLOR_typing__AExpr__is_typed = 76;
394 const int COLOR_typing__AExpr__is_typed_61d = 77;
395 const int COLOR_typing__AExpr__implicit_cast_to = 78;
396 const int COLOR_typing__AExpr__implicit_cast_to_61d = 79;
397 const int COLOR_typing__AExpr__its_variable = 80;
398 const int COLOR_typing__AExpr__accept_typing = 81;
399 const int COLOR_astbuilder__AExpr__make_var_read = 82;
400 const int COLOR_astbuilder__AExpr__variable_cache = 83;
401 const int COLOR_astbuilder__AExpr__variable_cache_61d = 84;
402 const int COLOR_astbuilder__AExpr__detach_with_placeholder = 85;
403 const int COLOR_astbuilder__AExpr__add = 86;
404 const int COLOR_abstract_compiler__AExpr__expr = 87;
405 const int COLOR_abstract_compiler__AExpr__stmt = 88;
406 const int COLOR_astvalidation__AExpr__accept_ast_validation = 89;
407 const int COLOR_parser_nodes__ALabelable__n_label = 90;
408 const int COLOR_parser_nodes__ALabelable__n_label_61d = 91;
409 const int COLOR_parser_nodes__ALabelable__init = 92;
410 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak = 93;
411 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak_61d = 94;
412 const int COLOR_parser_nodes__ABreakExpr__n_expr = 95;
413 const int COLOR_parser_nodes__ABreakExpr__n_expr_61d = 96;
414 const int COLOR_parser_nodes__ABreakExpr__init = 97;
415 const int COLOR_parser_prod__ABreakExpr__empty_init = 98;
416 const int COLOR_parser_prod__ABreakExpr__init_abreakexpr = 99;
417 const int COLOR_scope__ABreakExpr__escapemark = 100;
418 const int COLOR_scope__ABreakExpr__escapemark_61d = 101;
419 const int COLOR_flow__ABreakExpr__before_flow_context = 102;
420 const int COLOR_astbuilder__ABreakExpr__make = 103;
421 const int COLOR_scope__ABreakExpr__accept_scope_visitor = 104;
422 const int COLOR_flow__ABreakExpr__accept_flow_visitor = 105;
423 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue = 93;
424 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue_61d = 94;
425 const int COLOR_parser_nodes__AContinueExpr__n_expr = 95;
426 const int COLOR_parser_nodes__AContinueExpr__n_expr_61d = 96;
427 const int COLOR_parser_nodes__AContinueExpr__init = 97;
428 const int COLOR_parser_prod__AContinueExpr__empty_init = 98;
429 const int COLOR_parser_prod__AContinueExpr__init_acontinueexpr = 99;
430 const int COLOR_scope__AContinueExpr__escapemark = 100;
431 const int COLOR_scope__AContinueExpr__escapemark_61d = 101;
432 const int COLOR_flow__AContinueExpr__before_flow_context = 102;
433 const int COLOR_scope__AContinueExpr__accept_scope_visitor = 103;
434 const int COLOR_flow__AContinueExpr__accept_flow_visitor = 104;
435 const int COLOR_parser_nodes__ADoExpr__n_kwdo = 93;
436 const int COLOR_parser_nodes__ADoExpr__n_kwdo_61d = 94;
437 const int COLOR_parser_nodes__ADoExpr__n_block = 95;
438 const int COLOR_parser_nodes__ADoExpr__n_block_61d = 96;
439 const int COLOR_parser_nodes__ADoExpr__init = 97;
440 const int COLOR_parser_prod__ADoExpr__empty_init = 98;
441 const int COLOR_parser_prod__ADoExpr__init_adoexpr = 99;
442 const int COLOR_scope__ADoExpr__escapemark = 100;
443 const int COLOR_scope__ADoExpr__escapemark_61d = 101;
444 const int COLOR_astbuilder__ADoExpr__make = 102;
445 const int COLOR_astbuilder__ADoExpr__make_break = 103;
446 const int COLOR_flow__ADoExpr__accept_flow_visitor = 104;
447 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile = 93;
448 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile_61d = 94;
449 const int COLOR_parser_nodes__AWhileExpr__n_expr = 95;
450 const int COLOR_parser_nodes__AWhileExpr__n_expr_61d = 96;
451 const int COLOR_parser_nodes__AWhileExpr__n_kwdo = 97;
452 const int COLOR_parser_nodes__AWhileExpr__n_kwdo_61d = 98;
453 const int COLOR_parser_nodes__AWhileExpr__n_block = 99;
454 const int COLOR_parser_nodes__AWhileExpr__n_block_61d = 100;
455 const int COLOR_parser_nodes__AWhileExpr__init = 101;
456 const int COLOR_parser_prod__AWhileExpr__empty_init = 102;
457 const int COLOR_parser_prod__AWhileExpr__init_awhileexpr = 103;
458 const int COLOR_scope__AWhileExpr__escapemark = 104;
459 const int COLOR_scope__AWhileExpr__escapemark_61d = 105;
460 const int COLOR_parser_nodes__ALoopExpr__n_kwloop = 93;
461 const int COLOR_parser_nodes__ALoopExpr__n_kwloop_61d = 94;
462 const int COLOR_parser_nodes__ALoopExpr__n_block = 95;
463 const int COLOR_parser_nodes__ALoopExpr__n_block_61d = 96;
464 const int COLOR_parser_nodes__ALoopExpr__init = 97;
465 const int COLOR_parser_prod__ALoopExpr__empty_init = 98;
466 const int COLOR_parser_prod__ALoopExpr__init_aloopexpr = 99;
467 const int COLOR_scope__ALoopExpr__escapemark = 100;
468 const int COLOR_scope__ALoopExpr__escapemark_61d = 101;
469 const int COLOR_parser_nodes__AForExpr__n_kwfor = 93;
470 const int COLOR_parser_nodes__AForExpr__n_kwfor_61d = 94;
471 const int COLOR_parser_nodes__AForExpr__n_ids = 95;
472 const int COLOR_parser_nodes__AForExpr__n_expr = 96;
473 const int COLOR_parser_nodes__AForExpr__n_expr_61d = 97;
474 const int COLOR_parser_nodes__AForExpr__n_kwdo = 98;
475 const int COLOR_parser_nodes__AForExpr__n_kwdo_61d = 99;
476 const int COLOR_parser_nodes__AForExpr__n_block = 100;
477 const int COLOR_parser_nodes__AForExpr__n_block_61d = 101;
478 const int COLOR_parser_nodes__AForExpr__init = 102;
479 const int COLOR_parser_prod__AForExpr__empty_init = 103;
480 const int COLOR_parser_prod__AForExpr__init_aforexpr = 104;
481 const int COLOR_scope__AForExpr__variables = 105;
482 const int COLOR_scope__AForExpr__variables_61d = 106;
483 const int COLOR_scope__AForExpr__escapemark = 107;
484 const int COLOR_scope__AForExpr__escapemark_61d = 108;
485 const int COLOR_typing__AForExpr__coltype = 109;
486 const int COLOR_typing__AForExpr__coltype_61d = 110;
487 const int COLOR_typing__AForExpr__method_iterator = 111;
488 const int COLOR_typing__AForExpr__method_iterator_61d = 112;
489 const int COLOR_typing__AForExpr__method_is_ok = 113;
490 const int COLOR_typing__AForExpr__method_is_ok_61d = 114;
491 const int COLOR_typing__AForExpr__method_item = 115;
492 const int COLOR_typing__AForExpr__method_item_61d = 116;
493 const int COLOR_typing__AForExpr__method_next = 117;
494 const int COLOR_typing__AForExpr__method_next_61d = 118;
495 const int COLOR_typing__AForExpr__method_key = 119;
496 const int COLOR_typing__AForExpr__method_key_61d = 120;
497 const int COLOR_typing__AForExpr__do_type_iterator = 121;
498 const int COLOR_parser_nodes__AAssignFormExpr__n_assign = 90;
499 const int COLOR_parser_nodes__AAssignFormExpr__n_assign_61d = 91;
500 const int COLOR_parser_nodes__AAssignFormExpr__n_value = 92;
501 const int COLOR_parser_nodes__AAssignFormExpr__n_value_61d = 93;
502 const int COLOR_parser_nodes__AAssignFormExpr__init = 94;
503 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op = 90;
504 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op_61d = 91;
505 const int COLOR_parser_nodes__AReassignFormExpr__n_value = 92;
506 const int COLOR_parser_nodes__AReassignFormExpr__n_value_61d = 93;
507 const int COLOR_parser_nodes__AReassignFormExpr__init = 94;
508 const int COLOR_typing__AReassignFormExpr__reassign_property = 95;
509 const int COLOR_typing__AReassignFormExpr__reassign_callsite = 96;
510 const int COLOR_typing__AReassignFormExpr__reassign_callsite_61d = 97;
511 const int COLOR_typing__AReassignFormExpr__read_type = 98;
512 const int COLOR_typing__AReassignFormExpr__read_type_61d = 99;
513 const int COLOR_typing__AReassignFormExpr__resolve_reassignment = 100;
514 const int COLOR_flow__AReassignFormExpr__accept_flow_visitor = 101;
515 const int COLOR_parser_nodes__ASendExpr__n_expr = 102;
516 const int COLOR_parser_nodes__ASendExpr__n_expr_61d = 103;
517 const int COLOR_parser_nodes__ASendExpr__init = 104;
518 const int COLOR_parser_prod__ASendExpr__empty_init = 105;
519 const int COLOR_parser_prod__ASendExpr__init_asendexpr = 106;
520 const int COLOR_typing__ASendExpr__mproperty = 107;
521 const int COLOR_typing__ASendExpr__callsite = 108;
522 const int COLOR_typing__ASendExpr__callsite_61d = 109;
523 const int COLOR_typing__ASendExpr__property_name = 110;
524 const int COLOR_typing__ASendExpr__raw_arguments = 111;
525 const int COLOR_typing__ASendExpr__raw_arguments_61d = 112;
526 const int COLOR_typing__ASendExpr__compute_raw_arguments = 113;
527 const int COLOR_parser_nodes__AAttrFormExpr__n_expr = 102;
528 const int COLOR_parser_nodes__AAttrFormExpr__n_expr_61d = 103;
529 const int COLOR_parser_nodes__AAttrFormExpr__n_id = 104;
530 const int COLOR_parser_nodes__AAttrFormExpr__n_id_61d = 105;
531 const int COLOR_parser_nodes__AAttrFormExpr__init = 106;
532 const int COLOR_typing__AAttrFormExpr__mproperty = 107;
533 const int COLOR_typing__AAttrFormExpr__mproperty_61d = 108;
534 const int COLOR_typing__AAttrFormExpr__attr_type = 109;
535 const int COLOR_typing__AAttrFormExpr__attr_type_61d = 110;
536 const int COLOR_typing__AAttrFormExpr__resolve_property = 111;
537 const int COLOR_parser_nodes__AAttrAssignExpr__init = 112;
538 const int COLOR_parser_prod__AAttrAssignExpr__empty_init = 113;
539 const int COLOR_parser_prod__AAttrAssignExpr__init_aattrassignexpr = 114;
540 const int COLOR_astbuilder__AAttrAssignExpr__make = 115;
541 const int COLOR_parser_nodes__ACallFormExpr__n_id = 114;
542 const int COLOR_parser_nodes__ACallFormExpr__n_id_61d = 115;
543 const int COLOR_parser_nodes__ACallFormExpr__n_args = 116;
544 const int COLOR_parser_nodes__ACallFormExpr__n_args_61d = 117;
545 const int COLOR_parser_nodes__ACallFormExpr__init = 118;
546 const int COLOR_scope__ACallFormExpr__variable_create = 119;
547 const int COLOR_scope__ACallFormExpr__accept_scope_visitor = 120;
548 const int COLOR_parser_nodes__ASendReassignFormExpr__init = 121;
549 const int COLOR_typing__ASendReassignFormExpr__write_mproperty = 122;
550 const int COLOR_typing__ASendReassignFormExpr__write_callsite = 123;
551 const int COLOR_typing__ASendReassignFormExpr__write_callsite_61d = 124;
552 const int COLOR_parser_nodes__AAttrReassignExpr__init = 112;
553 const int COLOR_parser_prod__AAttrReassignExpr__empty_init = 113;
554 const int COLOR_parser_prod__AAttrReassignExpr__init_aattrreassignexpr = 114;
555 const int COLOR_parser_nodes__ACallAssignExpr__init = 121;
556 const int COLOR_parser_prod__ACallAssignExpr__empty_init = 122;
557 const int COLOR_parser_prod__ACallAssignExpr__init_acallassignexpr = 123;
558 const int COLOR_parser_nodes__ACallReassignExpr__init = 125;
559 const int COLOR_parser_prod__ACallReassignExpr__empty_init = 126;
560 const int COLOR_parser_prod__ACallReassignExpr__init_acallreassignexpr = 127;
561 const int COLOR_parser_nodes__ABraFormExpr__n_args = 125;
562 const int COLOR_parser_nodes__ABraFormExpr__n_args_61d = 126;
563 const int COLOR_parser_nodes__ABraFormExpr__init = 127;
564 const int COLOR_parser_nodes__ABraAssignExpr__init = 128;
565 const int COLOR_parser_prod__ABraAssignExpr__empty_init = 129;
566 const int COLOR_parser_prod__ABraAssignExpr__init_abraassignexpr = 130;
567 const int COLOR_parser_nodes__AVarFormExpr__n_id = 102;
568 const int COLOR_parser_nodes__AVarFormExpr__n_id_61d = 103;
569 const int COLOR_parser_nodes__AVarFormExpr__init = 104;
570 const int COLOR_scope__AVarFormExpr__variable = 105;
571 const int COLOR_scope__AVarFormExpr__variable_61d = 106;
572 const int COLOR_parser_nodes__ABraReassignExpr__init = 128;
573 const int COLOR_parser_prod__ABraReassignExpr__empty_init = 129;
574 const int COLOR_parser_prod__ABraReassignExpr__init_abrareassignexpr = 130;
575 const int COLOR_parser_nodes__AVarAssignExpr__init = 107;
576 const int COLOR_parser_prod__AVarAssignExpr__empty_init = 108;
577 const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr = 109;
578 const int COLOR_astbuilder__AVarAssignExpr__make = 110;
579 const int COLOR_flow__AVarAssignExpr__accept_flow_visitor = 111;
580 const int COLOR_local_var_init__AVarAssignExpr__accept_local_var_visitor = 112;
581 const int COLOR_parser_nodes__AVarReassignExpr__init = 107;
582 const int COLOR_parser_prod__AVarReassignExpr__empty_init = 108;
583 const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr = 109;
584 const int COLOR_local_var_init__AVarReassignExpr__accept_local_var_visitor = 110;
585 const int COLOR_layout_builders__TypingLayoutBuilder__build_layout = 42;
586 const int COLOR_layout_builders__TypingLayoutBuilder__poset = 43;
587 const int COLOR_layout_builders__PropertyLayoutBuilder__build_layout = 42;
588 const int COLOR_layout_builders__ResolutionLayoutBuilder__build_layout = 42;
589 const int COLOR_layout_builders__PerfectHasher__operator = 44;
590 const int COLOR_layout_builders__PerfectHasher__operator_61d = 45;
591 const int COLOR_layout_builders__PerfectHasher__init = 46;
592 const int COLOR_layout_builders__PerfectHasher__compute_masks = 47;
593 const int COLOR_layout_builders__PerfectHasher__compute_mask = 48;
594 const int COLOR_layout_builders__PerfectHasher__compute_hashes = 49;
595 const int COLOR_layout_builders__TypingHasher__mmodule = 50;
596 const int COLOR_layout_builders__TypingHasher__mmodule_61d = 51;
597 const int COLOR_layout_builders__TypingHasher__poset_builder = 52;
598 const int COLOR_layout_builders__TypingHasher__poset_builder_61d = 53;
599 const int COLOR_layout_builders__TypingHasher__poset_cache = 54;
600 const int COLOR_layout_builders__TypingHasher__poset_cache_61d = 55;
601 const int COLOR_layout_builders__TypingHasher__init = 56;
602 const int COLOR_layout_builders__TypingHasher__compute_ids = 57;
603 const int COLOR_layout_builders__TypingHasher__build_conflicts = 58;
604 const int COLOR_layout_builders__MPropertyHasher__mmodule = 50;
605 const int COLOR_layout_builders__MPropertyHasher__mmodule_61d = 51;
606 const int COLOR_layout_builders__MPropertyHasher__init = 52;
607 const int COLOR_layout_builders__MPropertyHasher__build_poset = 53;
608 const int COLOR_layout_builders__ResolutionHasher__init = 50;
609 const int COLOR_kernel__Sys__main = 42;
610 const int COLOR_kernel__Sys__init = 43;
611 const int COLOR_gc__Sys__force_garbage_collection = 44;
612 const int COLOR_string__Sys__program_name = 45;
613 const int COLOR_string__Sys__init_args = 46;
614 const int COLOR_string__Sys__native_argc = 47;
615 const int COLOR_string__Sys__native_argv = 48;
616 const int COLOR_posix__Sys__uid_61d = 49;
617 const int COLOR_posix__Sys__uid = 50;
618 const int COLOR_posix__Sys__gid_61d = 51;
619 const int COLOR_posix__Sys__gid = 52;
620 const int COLOR_posix__Sys__euid_61d = 53;
621 const int COLOR_posix__Sys__euid = 54;
622 const int COLOR_posix__Sys__egid_61d = 55;
623 const int COLOR_posix__Sys__egid = 56;
624 const int COLOR_time__Sys__nanosleep = 57;
625 const int COLOR_exec__Sys__system = 58;
626 const int COLOR_kernel__Float___60d_61d = 42;
627 const int COLOR_kernel__Float___60d = 43;
628 const int COLOR_kernel__Float___62d_61d = 44;
629 const int COLOR_kernel__Float___62d = 45;
630 const int COLOR_kernel__Float___43d = 46;
631 const int COLOR_kernel__Float__unary_32d_45d = 47;
632 const int COLOR_kernel__Float___45d = 48;
633 const int COLOR_kernel__Float___42d = 49;
634 const int COLOR_kernel__Float___47d = 50;
635 const int COLOR_kernel__Float__to_i = 51;
636 const int COLOR_string__Float__to_precision = 52;
637 const int COLOR_string__Float__to_precision_native = 53;
638 const int COLOR_math__Float__sqrt = 54;
639 const int COLOR_math__Float__cos = 55;
640 const int COLOR_math__Float__sin = 56;
641 const int COLOR_math__Float__tan = 57;
642 const int COLOR_math__Float__acos = 58;
643 const int COLOR_math__Float__asin = 59;
644 const int COLOR_math__Float__atan = 60;
645 const int COLOR_math__Float__pow = 61;
646 const int COLOR_math__Float__log = 62;
647 const int COLOR_math__Float__exp = 63;
648 const int COLOR_math__Float__rand = 64;
649 const int COLOR_math__Float__hypot_with = 65;
650 const int COLOR_kernel__Int__unary_32d_45d = 56;
651 const int COLOR_kernel__Int___42d = 57;
652 const int COLOR_kernel__Int___47d = 58;
653 const int COLOR_kernel__Int___37d = 59;
654 const int COLOR_kernel__Int__lshift = 60;
655 const int COLOR_kernel__Int__rshift = 61;
656 const int COLOR_kernel__Int__to_f = 62;
657 const int COLOR_kernel__Int__ascii = 63;
658 const int COLOR_kernel__Int__digit_count = 64;
659 const int COLOR_kernel__Int__digit_count_base_95d10 = 65;
660 const int COLOR_kernel__Int__to_c = 66;
661 const int COLOR_kernel__Int__abs = 67;
662 const int COLOR_string__Int__fill_buffer = 68;
663 const int COLOR_string__Int__native_int_to_s = 69;
664 const int COLOR_string__Int__to_hex = 70;
665 const int COLOR_string__Int__to_base = 71;
666 const int COLOR_math__Int__rand = 72;
667 const int COLOR_math__Int__bin_and = 73;
668 const int COLOR_math__Int__bin_or = 74;
669 const int COLOR_math__Int__bin_xor = 75;
670 const int COLOR_math__Int__sqrt = 76;
671 const int COLOR_math__Int__sin = 77;
672 const int COLOR_math__Int__cos = 78;
673 const int COLOR_kernel__Pointer__address_is_null = 42;
674 const int COLOR_abstract_collection__Iterator__item = 42;
675 const int COLOR_abstract_collection__Iterator__next = 43;
676 const int COLOR_abstract_collection__Iterator__is_ok = 44;
677 const int COLOR_array__Iterator__to_a = 45;
678 const int COLOR_abstract_collection__Container__init = 71;
679 const int COLOR_abstract_collection__Container__item = 72;
680 const int COLOR_abstract_collection__Container__item_61d = 73;
681 const int COLOR_abstract_collection__ContainerIterator__init = 46;
682 const int COLOR_abstract_collection__MapIterator__item = 42;
683 const int COLOR_abstract_collection__MapIterator__key = 43;
684 const int COLOR_abstract_collection__MapIterator__next = 44;
685 const int COLOR_abstract_collection__MapIterator__is_ok = 45;
686 const int COLOR_abstract_collection__MapKeysIterator__iterator = 46;
687 const int COLOR_abstract_collection__MapKeysIterator__iterator_61d = 47;
688 const int COLOR_abstract_collection__MapKeysIterator__init = 48;
689 const int COLOR_abstract_collection__MapValuesIterator__iterator = 46;
690 const int COLOR_abstract_collection__MapValuesIterator__iterator_61d = 47;
691 const int COLOR_abstract_collection__MapValuesIterator__init = 48;
692 const int COLOR_abstract_collection__IndexedIterator__index = 46;
693 const int COLOR_abstract_collection__CoupleMap__couple_at = 54;
694 const int COLOR_abstract_collection__CoupleMapIterator__init = 46;
695 const int COLOR_abstract_collection__Couple__first = 42;
696 const int COLOR_abstract_collection__Couple__first_61d = 43;
697 const int COLOR_abstract_collection__Couple__second = 44;
698 const int COLOR_abstract_collection__Couple__second_61d = 45;
699 const int COLOR_abstract_collection__Couple__init = 46;
700 const int COLOR_range__Range__last = 71;
701 const int COLOR_range__Range__after = 72;
702 const int COLOR_range__Range__init = 73;
703 const int COLOR_range__Range__without_last = 74;
704 const int COLOR_range__IteratorRange__init = 46;
705 const int COLOR_list__List__slice = 89;
706 const int COLOR_list__List__link = 90;
707 const int COLOR_list__List__init = 91;
708 const int COLOR_list__List__from = 92;
709 const int COLOR_list__List__get_node = 93;
710 const int COLOR_list__List__search_node_after = 94;
711 const int COLOR_list__List__remove_node = 95;
712 const int COLOR_list__List__insert_before = 96;
713 const int COLOR_list__ListIterator__item_61d = 47;
714 const int COLOR_list__ListIterator__init = 48;
715 const int COLOR_list__ListIterator__delete = 49;
716 const int COLOR_list__ListIterator__insert_before = 50;
717 const int COLOR_list__ListNode__init = 74;
718 const int COLOR_list__ListNode__next = 75;
719 const int COLOR_list__ListNode__next_61d = 76;
720 const int COLOR_list__ListNode__prev = 77;
721 const int COLOR_list__ListNode__prev_61d = 78;
722 const int COLOR_array__ArrayIterator__init = 47;
723 const int COLOR_array__ArraySet__enlarge = 76;
724 const int COLOR_array__ArraySet__remove_at = 77;
725 const int COLOR_array__ArraySet__init = 78;
726 const int COLOR_array__ArraySet__with_capacity = 79;
727 const int COLOR_array__ArraySetIterator__init = 46;
728 const int COLOR_array__ArrayMap__keys_61d = 55;
729 const int COLOR_array__ArrayMap__values_61d = 56;
730 const int COLOR_array__ArrayMap__enlarge = 57;
731 const int COLOR_array__ArrayMap__remove_at_index = 58;
732 const int COLOR_array__ArrayMap__index = 59;
733 const int COLOR_array__ArrayMap__init = 60;
734 const int COLOR_array__ArrayMapKeys__map = 74;
735 const int COLOR_array__ArrayMapKeys__map_61d = 75;
736 const int COLOR_array__ArrayMapKeys__init = 76;
737 const int COLOR_array__ArrayMapValues__map = 74;
738 const int COLOR_array__ArrayMapValues__map_61d = 75;
739 const int COLOR_array__ArrayMapValues__init = 76;
740 const int COLOR_array__NativeArray___91d_93d = 42;
741 const int COLOR_array__NativeArray___91d_93d_61d = 43;
742 const int COLOR_array__NativeArray__copy_to = 44;
743 const int COLOR_sorter__ComparableSorter__init = 76;
744 const int COLOR_hash_collection__HashNode__next_item = 42;
745 const int COLOR_hash_collection__HashNode__next_item_61d = 43;
746 const int COLOR_hash_collection__HashNode__prev_item = 44;
747 const int COLOR_hash_collection__HashNode__prev_item_61d = 45;
748 const int COLOR_hash_collection__HashNode__init = 46;
749 const int COLOR_hash_collection__HashMapKeys__map = 74;
750 const int COLOR_hash_collection__HashMapKeys__map_61d = 75;
751 const int COLOR_hash_collection__HashMapKeys__init = 76;
752 const int COLOR_hash_collection__HashMapValues__map = 74;
753 const int COLOR_hash_collection__HashMapValues__map_61d = 75;
754 const int COLOR_hash_collection__HashMapValues__init = 76;
755 const int COLOR_hash_collection__HashMapNode__init = 47;
756 const int COLOR_hash_collection__HashMapIterator__init = 46;
757 const int COLOR_hash_collection__HashSetNode__init = 47;
758 const int COLOR_hash_collection__HashSetIterator__init = 46;
759 const int COLOR_string__NativeString___91d_93d = 120;
760 const int COLOR_string__NativeString___91d_93d_61d = 121;
761 const int COLOR_string__NativeString__copy_to = 122;
762 const int COLOR_string__NativeString__cstring_length = 123;
763 const int COLOR_string__NativeString__atoi = 124;
764 const int COLOR_string__NativeString__atof = 125;
765 const int COLOR_string__NativeString__to_s_with_length = 126;
766 const int COLOR_string__NativeString__to_s_with_copy = 127;
767 const int COLOR_string__NativeString__init = 128;
768 const int COLOR_environ__NativeString__get_environ = 129;
769 const int COLOR_environ__NativeString__setenv = 130;
770 const int COLOR_exec__NativeString__system = 131;
771 const int COLOR_file__NativeString__file_exists = 132;
772 const int COLOR_file__NativeString__file_stat = 133;
773 const int COLOR_file__NativeString__file_lstat = 134;
774 const int COLOR_file__NativeString__file_mkdir = 135;
775 const int COLOR_file__NativeString__file_delete = 136;
776 const int COLOR_file__NativeString__file_chdir = 137;
777 const int COLOR_posix__Passwd__from_uid = 43;
778 const int COLOR_posix__Passwd__from_name = 44;
779 const int COLOR_posix__Passwd__name = 45;
780 const int COLOR_posix__Passwd__passwd = 46;
781 const int COLOR_posix__Passwd__uid = 47;
782 const int COLOR_posix__Passwd__gid = 48;
783 const int COLOR_posix__Passwd__gecos = 49;
784 const int COLOR_posix__Passwd__dir = 50;
785 const int COLOR_posix__Passwd__shell = 51;
786 const int COLOR_posix__Group__from_gid = 43;
787 const int COLOR_posix__Group__from_name = 44;
788 const int COLOR_posix__Group__name = 45;
789 const int COLOR_posix__Group__passwd = 46;
790 const int COLOR_posix__Group__gid = 47;
791 const int COLOR_posix__Group__mem = 48;
792 const int COLOR_string_search__BM_Pattern__init = 60;
793 const int COLOR_string_search__BM_Pattern__bc = 61;
794 const int COLOR_string_search__BM_Pattern__compute_bc = 62;
795 const int COLOR_string_search__BM_Pattern__suffixes = 63;
796 const int COLOR_string_search__BM_Pattern__compute_gs = 64;
797 const int COLOR_string_search__Match__string = 42;
798 const int COLOR_string_search__Match__from = 43;
799 const int COLOR_string_search__Match__length = 44;
800 const int COLOR_string_search__Match__after = 45;
801 const int COLOR_string_search__Match__init = 46;
802 const int COLOR_time__TimeT__init = 43;
803 const int COLOR_time__TimeT__from_i = 44;
804 const int COLOR_time__TimeT__update = 45;
805 const int COLOR_time__TimeT__ctime = 46;
806 const int COLOR_time__TimeT__difftime = 47;
807 const int COLOR_time__TimeT__to_i = 48;
808 const int COLOR_time__Tm__gmtime = 43;
809 const int COLOR_time__Tm__gmtime_from_timet = 44;
810 const int COLOR_time__Tm__localtime = 45;
811 const int COLOR_time__Tm__localtime_from_timet = 46;
812 const int COLOR_time__Tm__to_timet = 47;
813 const int COLOR_time__Tm__sec = 48;
814 const int COLOR_time__Tm__min = 49;
815 const int COLOR_time__Tm__hour = 50;
816 const int COLOR_time__Tm__mday = 51;
817 const int COLOR_time__Tm__mon = 52;
818 const int COLOR_time__Tm__year = 53;
819 const int COLOR_time__Tm__wday = 54;
820 const int COLOR_time__Tm__yday = 55;
821 const int COLOR_time__Tm__is_dst = 56;
822 const int COLOR_time__Tm__asctime = 57;
823 const int COLOR_time__Tm__strftime = 58;
824 const int COLOR_exec__NativeProcess__id = 43;
825 const int COLOR_exec__NativeProcess__is_finished = 44;
826 const int COLOR_exec__NativeProcess__status = 45;
827 const int COLOR_exec__NativeProcess__wait = 46;
828 const int COLOR_exec__NativeProcess__in_fd = 47;
829 const int COLOR_exec__NativeProcess__out_fd = 48;
830 const int COLOR_exec__NativeProcess__err_fd = 49;
831 const int COLOR_file__Stdin__init = 60;
832 const int COLOR_file__Stdin__poll_in = 61;
833 const int COLOR_file__Stdout__init = 60;
834 const int COLOR_file__Stderr__init = 60;
835 const int COLOR_file__FileStat__mode = 43;
836 const int COLOR_file__FileStat__atime = 44;
837 const int COLOR_file__FileStat__ctime = 45;
838 const int COLOR_file__FileStat__mtime = 46;
839 const int COLOR_file__FileStat__size = 47;
840 const int COLOR_file__FileStat__is_reg = 48;
841 const int COLOR_file__FileStat__is_dir = 49;
842 const int COLOR_file__FileStat__is_chr = 50;
843 const int COLOR_file__FileStat__is_blk = 51;
844 const int COLOR_file__FileStat__is_fifo = 52;
845 const int COLOR_file__FileStat__is_lnk = 53;
846 const int COLOR_file__FileStat__is_sock = 54;
847 const int COLOR_file__NativeFile__io_read = 43;
848 const int COLOR_file__NativeFile__io_write = 44;
849 const int COLOR_file__NativeFile__io_close = 45;
850 const int COLOR_file__NativeFile__file_stat = 46;
851 const int COLOR_file__NativeFile__io_open_read = 47;
852 const int COLOR_file__NativeFile__io_open_write = 48;
853 const int COLOR_file__NativeFile__native_stdin = 49;
854 const int COLOR_file__NativeFile__native_stdout = 50;
855 const int COLOR_file__NativeFile__native_stderr = 51;
856 const int COLOR_ropes__TupleLeafNodePos__curr_node = 42;
857 const int COLOR_ropes__TupleLeafNodePos__curr_node_61d = 43;
858 const int COLOR_ropes__TupleLeafNodePos__corrected_pos = 44;
859 const int COLOR_ropes__TupleLeafNodePos__corrected_pos_61d = 45;
860 const int COLOR_ropes__TupleLeafNodePos__visit_stack = 46;
861 const int COLOR_ropes__TupleLeafNodePos__visit_stack_61d = 47;
862 const int COLOR_ropes__TupleLeafNodePos__init = 48;
863 const int COLOR_ropes__BufferRope__is_dirty = 137;
864 const int COLOR_ropes__BufferRope__is_dirty_61d = 138;
865 const int COLOR_ropes__BufferRope__init = 139;
866 const int COLOR_ropes__BufferRope__with_string = 140;
867 const int COLOR_ropes__BufferRope__rotate_right = 141;
868 const int COLOR_ropes__BufferRope__rotate_left = 142;
869 const int COLOR_ropes__BufferRope__balance_from_node = 143;
870 const int COLOR_ropes__BufferRope__balance_node = 144;
871 const int COLOR_ropes__BufferRope__append = 145;
872 const int COLOR_ropes__BufferRope__append_multi = 146;
873 const int COLOR_ropes__BufferRope__prepend = 147;
874 const int COLOR_ropes__BufferRope__prepend_multi = 148;
875 const int COLOR_ropes__BufferRope__concat = 149;
876 const int COLOR_ropes__BufferRope__freeze = 150;
877 const int COLOR_ropes__BufferRope__to_immutable = 151;
878 const int COLOR_ropes__ImmutableRope__init = 137;
879 const int COLOR_ropes__ImmutableRope__with_string = 138;
880 const int COLOR_ropes__CharRopeView__target = 79;
881 const int COLOR_ropes__CharRopeView__target_61d = 80;
882 const int COLOR_ropes__CharRopeView__init = 81;
883 const int COLOR_ropes__TupleVisitNode__init = 42;
884 const int COLOR_ropes__TupleVisitNode__node = 43;
885 const int COLOR_ropes__TupleVisitNode__node_61d = 44;
886 const int COLOR_ropes__TupleVisitNode__left_visited = 45;
887 const int COLOR_ropes__TupleVisitNode__left_visited_61d = 46;
888 const int COLOR_ropes__TupleVisitNode__right_visited = 47;
889 const int COLOR_ropes__TupleVisitNode__right_visited_61d = 48;
890 const int COLOR_ropes__RopeIterator__target = 47;
891 const int COLOR_ropes__RopeIterator__pos = 48;
892 const int COLOR_ropes__RopeIterator__pos_61d = 49;
893 const int COLOR_ropes__RopeIterator__init = 50;
894 const int COLOR_ropes__RopeIterator__with_index = 51;
895 const int COLOR_ropes__RopeCharIterator__sub_str_iter = 47;
896 const int COLOR_ropes__RopeCharIterator__sub_str_iter_61d = 48;
897 const int COLOR_ropes__RopeCharIterator__abs_pos = 49;
898 const int COLOR_ropes__RopeCharIterator__abs_pos_61d = 50;
899 const int COLOR_ropes__RopeCharIterator__sub_pos = 51;
900 const int COLOR_ropes__RopeCharIterator__sub_pos_61d = 52;
901 const int COLOR_ropes__RopeCharIterator__curr_substring = 53;
902 const int COLOR_ropes__RopeCharIterator__curr_substring_61d = 54;
903 const int COLOR_ropes__RopeCharIterator__init = 55;
904 const int COLOR_ropes__DFSRopeLeafIterator__visit_stack = 52;
905 const int COLOR_ropes__DFSRopeLeafIterator__visit_stack_61d = 53;
906 const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf = 54;
907 const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf_61d = 55;
908 const int COLOR_ropes__DFSRopeLeafIterator__init = 56;
909 const int COLOR_ropes__DFSRopeLeafIterator__with_index = 57;
910 const int COLOR_ropes__DFSRopeLeafIterator__next_body = 58;
911 const int COLOR_ropes__RopeNode__parent = 42;
912 const int COLOR_ropes__RopeNode__parent_61d = 43;
913 const int COLOR_ropes__RopeNode__height = 44;
914 const int COLOR_ropes__RopeNode__height_61d = 45;
915 const int COLOR_ropes__RopeNode__balance_factor = 46;
916 const int COLOR_ropes__RopeNode__length = 47;
917 const int COLOR_ropes__RopeNode__length_61d = 48;
918 const int COLOR_ropes__RopeNode__init = 49;
919 const int COLOR_ropes__ConcatNode__left_child = 50;
920 const int COLOR_ropes__ConcatNode__right_child = 51;
921 const int COLOR_ropes__ConcatNode__left_child_61d = 52;
922 const int COLOR_ropes__ConcatNode__right_child_61d = 53;
923 const int COLOR_ropes__ConcatNode__update_data = 54;
924 const int COLOR_ropes__ConcatNode__init = 55;
925 const int COLOR_ropes__LeafNode__init = 50;
926 const int COLOR_ropes__LeafNode__value = 51;
927 const int COLOR_ropes__LeafNode__value_61d = 52;
928 const int COLOR_location__SourceFile__filename = 42;
929 const int COLOR_location__SourceFile__filename_61d = 43;
930 const int COLOR_location__SourceFile__string = 44;
931 const int COLOR_location__SourceFile__string_61d = 45;
932 const int COLOR_location__SourceFile__init = 46;
933 const int COLOR_location__SourceFile__from_string = 47;
934 const int COLOR_location__SourceFile__line_starts = 48;
935 const int COLOR_location__SourceFile__line_starts_61d = 49;
936 const int COLOR_location__Location__file = 50;
937 const int COLOR_location__Location__file_61d = 51;
938 const int COLOR_location__Location__line_start = 52;
939 const int COLOR_location__Location__line_start_61d = 53;
940 const int COLOR_location__Location__line_end = 54;
941 const int COLOR_location__Location__line_end_61d = 55;
942 const int COLOR_location__Location__column_start = 56;
943 const int COLOR_location__Location__column_start_61d = 57;
944 const int COLOR_location__Location__column_end = 58;
945 const int COLOR_location__Location__column_end_61d = 59;
946 const int COLOR_location__Location__init = 60;
947 const int COLOR_location__Location__pstart = 61;
948 const int COLOR_location__Location__pend = 62;
949 const int COLOR_location__Location__text = 63;
950 const int COLOR_location__Location__text_cache = 64;
951 const int COLOR_location__Location__text_cache_61d = 65;
952 const int COLOR_location__Location__with_file = 66;
953 const int COLOR_location__Location__located_in = 67;
954 const int COLOR_location__Location__relative_to = 68;
955 const int COLOR_location__Location__colored_line = 69;
956 const int COLOR_tables__TablesCapable__lexer_goto = 42;
957 const int COLOR_tables__TablesCapable__lexer_accept = 43;
958 const int COLOR_tables__TablesCapable__parser_goto = 44;
959 const int COLOR_tables__TablesCapable__parser_action = 45;
960 const int COLOR_poset__POSetElement__poset = 42;
961 const int COLOR_poset__POSetElement__poset_61d = 43;
962 const int COLOR_poset__POSetElement__element = 44;
963 const int COLOR_poset__POSetElement__element_61d = 45;
964 const int COLOR_poset__POSetElement__tos = 46;
965 const int COLOR_poset__POSetElement__tos_61d = 47;
966 const int COLOR_poset__POSetElement__froms = 48;
967 const int COLOR_poset__POSetElement__froms_61d = 49;
968 const int COLOR_poset__POSetElement__dtos = 50;
969 const int COLOR_poset__POSetElement__dtos_61d = 51;
970 const int COLOR_poset__POSetElement__dfroms = 52;
971 const int COLOR_poset__POSetElement__dfroms_61d = 53;
972 const int COLOR_poset__POSetElement__count = 54;
973 const int COLOR_poset__POSetElement__count_61d = 55;
974 const int COLOR_poset__POSetElement__greaters = 56;
975 const int COLOR_poset__POSetElement__direct_greaters = 57;
976 const int COLOR_poset__POSetElement__smallers = 58;
977 const int COLOR_poset__POSetElement__direct_smallers = 59;
978 const int COLOR_poset__POSetElement___60d_61d = 60;
979 const int COLOR_poset__POSetElement___60d = 61;
980 const int COLOR_poset__POSetElement__init = 62;
981 const int COLOR_more_collections__MultiHashMap__add_one = 112;
982 const int COLOR_more_collections__MultiHashMap__init = 113;
983 const int COLOR_more_collections__HashMap2__level1 = 42;
984 const int COLOR_more_collections__HashMap2__level1_61d = 43;
985 const int COLOR_more_collections__HashMap2___91d_93d = 44;
986 const int COLOR_more_collections__HashMap2___91d_93d_61d = 45;
987 const int COLOR_more_collections__HashMap2__init = 46;
988 const int COLOR_more_collections__HashMap3__level1 = 42;
989 const int COLOR_more_collections__HashMap3__level1_61d = 43;
990 const int COLOR_more_collections__HashMap3___91d_93d = 44;
991 const int COLOR_more_collections__HashMap3___91d_93d_61d = 45;
992 const int COLOR_more_collections__HashMap3__init = 46;
993 const int COLOR_opts__Option__names = 42;
994 const int COLOR_opts__Option__helptext = 43;
995 const int COLOR_opts__Option__errors = 44;
996 const int COLOR_opts__Option__mandatory = 45;
997 const int COLOR_opts__Option__mandatory_61d = 46;
998 const int COLOR_opts__Option__read = 47;
999 const int COLOR_opts__Option__value_61d = 48;
1000 const int COLOR_opts__Option__value = 49;
1001 const int COLOR_opts__Option__default_value = 50;
1002 const int COLOR_opts__Option__default_value_61d = 51;
1003 const int COLOR_opts__Option__init_opt = 52;
1004 const int COLOR_opts__Option__add_aliases = 53;
1005 const int COLOR_opts__Option__pretty = 54;
1006 const int COLOR_opts__Option__pretty_default = 55;
1007 const int COLOR_opts__Option__read_param = 56;
1008 const int COLOR_opts__OptionText__init = 57;
1009 const int COLOR_opts__OptionBool__init = 57;
1010 const int COLOR_opts__OptionBool__read_param = 58;
1011 const int COLOR_opts__OptionCount__init = 57;
1012 const int COLOR_opts__OptionCount__read_param = 58;
1013 const int COLOR_opts__OptionParameter__convert = 57;
1014 const int COLOR_opts__OptionParameter__parameter_mandatory = 58;
1015 const int COLOR_opts__OptionParameter__parameter_mandatory_61d = 59;
1016 const int COLOR_opts__OptionParameter__init_opt = 60;
1017 const int COLOR_opts__OptionParameter__read_param = 61;
1018 const int COLOR_opts__OptionString__init = 62;
1019 const int COLOR_opts__OptionEnum__init = 62;
1020 const int COLOR_opts__OptionEnum__value_name = 63;
1021 const int COLOR_opts__OptionInt__init = 62;
1022 const int COLOR_opts__OptionArray__init = 62;
1023 const int COLOR_opts__OptionContext__options = 42;
1024 const int COLOR_opts__OptionContext__rest = 43;
1025 const int COLOR_opts__OptionContext__errors = 44;
1026 const int COLOR_opts__OptionContext__usage = 45;
1027 const int COLOR_opts__OptionContext__parse = 46;
1028 const int COLOR_opts__OptionContext__parse_intern = 47;
1029 const int COLOR_opts__OptionContext__add_option = 48;
1030 const int COLOR_opts__OptionContext__init = 49;
1031 const int COLOR_opts__OptionContext__build = 50;
1032 const int COLOR_opts__OptionContext__get_errors = 51;
1033 const int COLOR_parser_nodes__ANodes__parent = 89;
1034 const int COLOR_parser_nodes__ANodes__parent_61d = 90;
1035 const int COLOR_parser_nodes__ANodes__items = 91;
1036 const int COLOR_parser_nodes__ANodes__items_61d = 92;
1037 const int COLOR_parser_nodes__ANodes__hook_add = 93;
1038 const int COLOR_parser_nodes__ANodes__hook_remove = 94;
1039 const int COLOR_parser_nodes__ANodes__init = 95;
1040 const int COLOR_parser_nodes__Token__text = 64;
1041 const int COLOR_parser_nodes__Token__text_61d = 65;
1042 const int COLOR_parser_nodes__Token__prev_token = 66;
1043 const int COLOR_parser_nodes__Token__prev_token_61d = 67;
1044 const int COLOR_parser_nodes__Token__next_token = 68;
1045 const int COLOR_parser_nodes__Token__next_token_61d = 69;
1046 const int COLOR_parser_nodes__Token__init = 70;
1047 const int COLOR_lexer__Token__parser_index = 71;
1048 const int COLOR_parser_nodes__Visitor__visit = 42;
1049 const int COLOR_parser_nodes__Visitor__enter_visit = 43;
1050 const int COLOR_parser_nodes__Visitor__current_node = 44;
1051 const int COLOR_parser_nodes__Visitor__current_node_61d = 45;
1052 const int COLOR_parser_nodes__Visitor__init = 46;
1053 const int COLOR_parser_nodes__TEol__init = 72;
1054 const int COLOR_lexer__TEol__init_tk = 73;
1055 const int COLOR_parser_nodes__TComment__init = 72;
1056 const int COLOR_lexer__TComment__init_tk = 73;
1057 const int COLOR_parser_nodes__TokenKeyword__init = 72;
1058 const int COLOR_parser_nodes__TKwpackage__init = 73;
1059 const int COLOR_lexer__TKwpackage__init_tk = 74;
1060 const int COLOR_parser_nodes__TKwmodule__init = 73;
1061 const int COLOR_lexer__TKwmodule__init_tk = 74;
1062 const int COLOR_parser_nodes__TKwimport__init = 73;
1063 const int COLOR_lexer__TKwimport__init_tk = 74;
1064 const int COLOR_parser_nodes__TKwclass__init = 73;
1065 const int COLOR_lexer__TKwclass__init_tk = 74;
1066 const int COLOR_parser_nodes__TKwabstract__init = 73;
1067 const int COLOR_lexer__TKwabstract__init_tk = 74;
1068 const int COLOR_parser_nodes__TKwinterface__init = 73;
1069 const int COLOR_lexer__TKwinterface__init_tk = 74;
1070 const int COLOR_parser_nodes__TKwenum__init = 73;
1071 const int COLOR_lexer__TKwenum__init_tk = 74;
1072 const int COLOR_parser_nodes__TKwend__init = 73;
1073 const int COLOR_lexer__TKwend__init_tk = 74;
1074 const int COLOR_parser_nodes__TKwmeth__init = 73;
1075 const int COLOR_lexer__TKwmeth__init_tk = 74;
1076 const int COLOR_parser_nodes__TKwtype__init = 73;
1077 const int COLOR_lexer__TKwtype__init_tk = 74;
1078 const int COLOR_parser_nodes__TKwinit__init = 73;
1079 const int COLOR_lexer__TKwinit__init_tk = 74;
1080 const int COLOR_parser_nodes__TKwredef__init = 73;
1081 const int COLOR_lexer__TKwredef__init_tk = 74;
1082 const int COLOR_parser_nodes__TKwis__init = 73;
1083 const int COLOR_lexer__TKwis__init_tk = 74;
1084 const int COLOR_parser_nodes__TKwdo__init = 73;
1085 const int COLOR_lexer__TKwdo__init_tk = 74;
1086 const int COLOR_parser_nodes__TKwreadable__init = 73;
1087 const int COLOR_lexer__TKwreadable__init_tk = 74;
1088 const int COLOR_parser_nodes__TKwwritable__init = 73;
1089 const int COLOR_lexer__TKwwritable__init_tk = 74;
1090 const int COLOR_parser_nodes__TKwvar__init = 73;
1091 const int COLOR_lexer__TKwvar__init_tk = 74;
1092 const int COLOR_parser_nodes__TKwintern__init = 73;
1093 const int COLOR_lexer__TKwintern__init_tk = 74;
1094 const int COLOR_parser_nodes__TKwextern__init = 73;
1095 const int COLOR_lexer__TKwextern__init_tk = 74;
1096 const int COLOR_parser_nodes__TKwprotected__init = 73;
1097 const int COLOR_lexer__TKwprotected__init_tk = 74;
1098 const int COLOR_parser_nodes__TKwprivate__init = 73;
1099 const int COLOR_lexer__TKwprivate__init_tk = 74;
1100 const int COLOR_parser_nodes__TKwintrude__init = 73;
1101 const int COLOR_lexer__TKwintrude__init_tk = 74;
1102 const int COLOR_parser_nodes__TKwif__init = 73;
1103 const int COLOR_lexer__TKwif__init_tk = 74;
1104 const int COLOR_parser_nodes__TKwthen__init = 73;
1105 const int COLOR_lexer__TKwthen__init_tk = 74;
1106 const int COLOR_parser_nodes__TKwelse__init = 73;
1107 const int COLOR_lexer__TKwelse__init_tk = 74;
1108 const int COLOR_parser_nodes__TKwwhile__init = 73;
1109 const int COLOR_lexer__TKwwhile__init_tk = 74;
1110 const int COLOR_parser_nodes__TKwloop__init = 73;
1111 const int COLOR_lexer__TKwloop__init_tk = 74;
1112 const int COLOR_parser_nodes__TKwfor__init = 73;
1113 const int COLOR_lexer__TKwfor__init_tk = 74;
1114 const int COLOR_parser_nodes__TKwin__init = 73;
1115 const int COLOR_lexer__TKwin__init_tk = 74;
1116 const int COLOR_parser_nodes__TKwand__init = 73;
1117 const int COLOR_lexer__TKwand__init_tk = 74;
1118 const int COLOR_parser_nodes__TKwor__init = 73;
1119 const int COLOR_lexer__TKwor__init_tk = 74;
1120 const int COLOR_parser_nodes__TKwimplies__init = 73;
1121 const int COLOR_lexer__TKwimplies__init_tk = 74;
1122 const int COLOR_parser_nodes__TKwnot__init = 73;
1123 const int COLOR_lexer__TKwnot__init_tk = 74;
1124 const int COLOR_parser_nodes__TKwreturn__init = 73;
1125 const int COLOR_lexer__TKwreturn__init_tk = 74;
1126 const int COLOR_parser_nodes__TKwcontinue__init = 73;
1127 const int COLOR_lexer__TKwcontinue__init_tk = 74;
1128 const int COLOR_parser_nodes__TKwbreak__init = 73;
1129 const int COLOR_lexer__TKwbreak__init_tk = 74;
1130 const int COLOR_parser_nodes__TKwabort__init = 73;
1131 const int COLOR_lexer__TKwabort__init_tk = 74;
1132 const int COLOR_parser_nodes__TKwassert__init = 73;
1133 const int COLOR_lexer__TKwassert__init_tk = 74;
1134 const int COLOR_parser_nodes__TKwnew__init = 73;
1135 const int COLOR_lexer__TKwnew__init_tk = 74;
1136 const int COLOR_parser_nodes__TKwisa__init = 73;
1137 const int COLOR_lexer__TKwisa__init_tk = 74;
1138 const int COLOR_parser_nodes__TKwonce__init = 73;
1139 const int COLOR_lexer__TKwonce__init_tk = 74;
1140 const int COLOR_parser_nodes__TKwsuper__init = 73;
1141 const int COLOR_lexer__TKwsuper__init_tk = 74;
1142 const int COLOR_parser_nodes__TKwself__init = 73;
1143 const int COLOR_lexer__TKwself__init_tk = 74;
1144 const int COLOR_parser_nodes__TKwtrue__init = 73;
1145 const int COLOR_lexer__TKwtrue__init_tk = 74;
1146 const int COLOR_parser_nodes__TKwfalse__init = 73;
1147 const int COLOR_lexer__TKwfalse__init_tk = 74;
1148 const int COLOR_parser_nodes__TKwnull__init = 73;
1149 const int COLOR_lexer__TKwnull__init_tk = 74;
1150 const int COLOR_parser_nodes__TKwas__init = 73;
1151 const int COLOR_lexer__TKwas__init_tk = 74;
1152 const int COLOR_parser_nodes__TKwnullable__init = 73;
1153 const int COLOR_lexer__TKwnullable__init_tk = 74;
1154 const int COLOR_parser_nodes__TKwisset__init = 73;
1155 const int COLOR_lexer__TKwisset__init_tk = 74;
1156 const int COLOR_parser_nodes__TKwlabel__init = 73;
1157 const int COLOR_lexer__TKwlabel__init_tk = 74;
1158 const int COLOR_parser_nodes__TKwdebug__init = 72;
1159 const int COLOR_lexer__TKwdebug__init_tk = 73;
1160 const int COLOR_parser_nodes__TOpar__init = 72;
1161 const int COLOR_lexer__TOpar__init_tk = 73;
1162 const int COLOR_parser_nodes__TCpar__init = 72;
1163 const int COLOR_lexer__TCpar__init_tk = 73;
1164 const int COLOR_parser_nodes__TObra__init = 72;
1165 const int COLOR_lexer__TObra__init_tk = 73;
1166 const int COLOR_parser_nodes__TCbra__init = 72;
1167 const int COLOR_lexer__TCbra__init_tk = 73;
1168 const int COLOR_parser_nodes__TComma__init = 72;
1169 const int COLOR_lexer__TComma__init_tk = 73;
1170 const int COLOR_parser_nodes__TColumn__init = 72;
1171 const int COLOR_lexer__TColumn__init_tk = 73;
1172 const int COLOR_parser_nodes__TQuad__init = 72;
1173 const int COLOR_lexer__TQuad__init_tk = 73;
1174 const int COLOR_parser_nodes__TAssign__init = 72;
1175 const int COLOR_lexer__TAssign__init_tk = 73;
1176 const int COLOR_parser_nodes__TokenOperator__init = 72;
1177 const int COLOR_parser_nodes__TPluseq__init = 73;
1178 const int COLOR_lexer__TPluseq__init_tk = 74;
1179 const int COLOR_parser_nodes__TMinuseq__init = 73;
1180 const int COLOR_lexer__TMinuseq__init_tk = 74;
1181 const int COLOR_parser_nodes__TDotdotdot__init = 73;
1182 const int COLOR_lexer__TDotdotdot__init_tk = 74;
1183 const int COLOR_parser_nodes__TDotdot__init = 73;
1184 const int COLOR_lexer__TDotdot__init_tk = 74;
1185 const int COLOR_parser_nodes__TDot__init = 73;
1186 const int COLOR_lexer__TDot__init_tk = 74;
1187 const int COLOR_parser_nodes__TPlus__init = 73;
1188 const int COLOR_lexer__TPlus__init_tk = 74;
1189 const int COLOR_parser_nodes__TMinus__init = 73;
1190 const int COLOR_lexer__TMinus__init_tk = 74;
1191 const int COLOR_parser_nodes__TStar__init = 73;
1192 const int COLOR_lexer__TStar__init_tk = 74;
1193 const int COLOR_parser_nodes__TSlash__init = 73;
1194 const int COLOR_lexer__TSlash__init_tk = 74;
1195 const int COLOR_parser_nodes__TPercent__init = 73;
1196 const int COLOR_lexer__TPercent__init_tk = 74;
1197 const int COLOR_parser_nodes__TEq__init = 73;
1198 const int COLOR_lexer__TEq__init_tk = 74;
1199 const int COLOR_parser_nodes__TNe__init = 73;
1200 const int COLOR_lexer__TNe__init_tk = 74;
1201 const int COLOR_parser_nodes__TLt__init = 73;
1202 const int COLOR_lexer__TLt__init_tk = 74;
1203 const int COLOR_parser_nodes__TLe__init = 73;
1204 const int COLOR_lexer__TLe__init_tk = 74;
1205 const int COLOR_parser_nodes__TLl__init = 73;
1206 const int COLOR_lexer__TLl__init_tk = 74;
1207 const int COLOR_parser_nodes__TGt__init = 73;
1208 const int COLOR_lexer__TGt__init_tk = 74;
1209 const int COLOR_parser_nodes__TGe__init = 73;
1210 const int COLOR_lexer__TGe__init_tk = 74;
1211 const int COLOR_parser_nodes__TGg__init = 73;
1212 const int COLOR_lexer__TGg__init_tk = 74;
1213 const int COLOR_parser_nodes__TStarship__init = 73;
1214 const int COLOR_lexer__TStarship__init_tk = 74;
1215 const int COLOR_parser_nodes__TBang__init = 73;
1216 const int COLOR_lexer__TBang__init_tk = 74;
1217 const int COLOR_parser_nodes__TAt__init = 72;
1218 const int COLOR_lexer__TAt__init_tk = 73;
1219 const int COLOR_parser_nodes__TClassid__init = 72;
1220 const int COLOR_lexer__TClassid__init_tk = 73;
1221 const int COLOR_parser_nodes__TId__init = 72;
1222 const int COLOR_lexer__TId__init_tk = 73;
1223 const int COLOR_parser_nodes__TAttrid__init = 72;
1224 const int COLOR_lexer__TAttrid__init_tk = 73;
1225 const int COLOR_parser_nodes__TokenLiteral__init = 72;
1226 const int COLOR_parser_nodes__TNumber__init = 73;
1227 const int COLOR_lexer__TNumber__init_tk = 74;
1228 const int COLOR_parser_nodes__TFloat__init = 73;
1229 const int COLOR_lexer__TFloat__init_tk = 74;
1230 const int COLOR_parser_nodes__TChar__init = 73;
1231 const int COLOR_lexer__TChar__init_tk = 74;
1232 const int COLOR_parser_nodes__TString__init = 73;
1233 const int COLOR_lexer__TString__init_tk = 74;
1234 const int COLOR_parser_nodes__TStartString__init = 73;
1235 const int COLOR_lexer__TStartString__init_tk = 74;
1236 const int COLOR_parser_nodes__TMidString__init = 73;
1237 const int COLOR_lexer__TMidString__init_tk = 74;
1238 const int COLOR_parser_nodes__TEndString__init = 73;
1239 const int COLOR_lexer__TEndString__init_tk = 74;
1240 const int COLOR_parser_nodes__TBadString__init = 72;
1241 const int COLOR_lexer__TBadString__init_tk = 73;
1242 const int COLOR_parser_nodes__TBadChar__init = 72;
1243 const int COLOR_lexer__TBadChar__init_tk = 73;
1244 const int COLOR_parser_nodes__TExternCodeSegment__init = 72;
1245 const int COLOR_lexer__TExternCodeSegment__init_tk = 73;
1246 const int COLOR_parser_nodes__EOF__init = 72;
1247 const int COLOR_lexer__EOF__init_tk = 73;
1248 const int COLOR_parser_nodes__AError__init = 74;
1249 const int COLOR_lexer__AError__message = 75;
1250 const int COLOR_lexer__AError__init_error = 76;
1251 const int COLOR_parser_nodes__ALexerError__init = 77;
1252 const int COLOR_lexer__ALexerError__string = 78;
1253 const int COLOR_lexer__ALexerError__init_lexer_error = 79;
1254 const int COLOR_parser_nodes__AParserError__init = 77;
1255 const int COLOR_lexer__AParserError__token = 78;
1256 const int COLOR_lexer__AParserError__init_parser_error = 79;
1257 const int COLOR_parser_nodes__AModule__n_moduledecl = 70;
1258 const int COLOR_parser_nodes__AModule__n_moduledecl_61d = 71;
1259 const int COLOR_parser_nodes__AModule__n_imports = 72;
1260 const int COLOR_parser_nodes__AModule__n_extern_code_blocks = 73;
1261 const int COLOR_parser_nodes__AModule__n_classdefs = 74;
1262 const int COLOR_parser_nodes__AModule__init = 75;
1263 const int COLOR_parser_prod__AModule__empty_init = 76;
1264 const int COLOR_parser_prod__AModule__init_amodule = 77;
1265 const int COLOR_simple_misc_analysis__AModule__do_simple_misc_analysis = 78;
1266 const int COLOR_literal__AModule__do_literal = 79;
1267 const int COLOR_modelbuilder__AModule__mmodule = 80;
1268 const int COLOR_modelbuilder__AModule__mmodule_61d = 81;
1269 const int COLOR_modelbuilder__AModule__is_importation_done = 82;
1270 const int COLOR_modelbuilder__AModule__is_importation_done_61d = 83;
1271 const int COLOR_modelize_class__AModule__build_classes_is_done = 84;
1272 const int COLOR_modelize_class__AModule__build_classes_is_done_61d = 85;
1273 const int COLOR_modelize_class__AModule__mclass2nclassdef = 86;
1274 const int COLOR_modelize_class__AModule__mclass2nclassdef_61d = 87;
1275 const int COLOR_parser_nodes__AModuledecl__n_doc = 70;
1276 const int COLOR_parser_nodes__AModuledecl__n_doc_61d = 71;
1277 const int COLOR_parser_nodes__AModuledecl__n_kwmodule = 72;
1278 const int COLOR_parser_nodes__AModuledecl__n_kwmodule_61d = 73;
1279 const int COLOR_parser_nodes__AModuledecl__n_name = 74;
1280 const int COLOR_parser_nodes__AModuledecl__n_name_61d = 75;
1281 const int COLOR_parser_nodes__AModuledecl__init = 76;
1282 const int COLOR_parser_prod__AModuledecl__empty_init = 77;
1283 const int COLOR_parser_prod__AModuledecl__init_amoduledecl = 78;
1284 const int COLOR_parser_nodes__AImport__init = 70;
1285 const int COLOR_parser_nodes__AStdImport__n_visibility = 71;
1286 const int COLOR_parser_nodes__AStdImport__n_visibility_61d = 72;
1287 const int COLOR_parser_nodes__AStdImport__n_kwimport = 73;
1288 const int COLOR_parser_nodes__AStdImport__n_kwimport_61d = 74;
1289 const int COLOR_parser_nodes__AStdImport__n_name = 75;
1290 const int COLOR_parser_nodes__AStdImport__n_name_61d = 76;
1291 const int COLOR_parser_nodes__AStdImport__init = 77;
1292 const int COLOR_parser_prod__AStdImport__empty_init = 78;
1293 const int COLOR_parser_prod__AStdImport__init_astdimport = 79;
1294 const int COLOR_modelbuilder__AStdImport__mmodule = 80;
1295 const int COLOR_modelbuilder__AStdImport__mmodule_61d = 81;
1296 const int COLOR_parser_nodes__ANoImport__n_visibility = 71;
1297 const int COLOR_parser_nodes__ANoImport__n_visibility_61d = 72;
1298 const int COLOR_parser_nodes__ANoImport__n_kwimport = 73;
1299 const int COLOR_parser_nodes__ANoImport__n_kwimport_61d = 74;
1300 const int COLOR_parser_nodes__ANoImport__n_kwend = 75;
1301 const int COLOR_parser_nodes__ANoImport__n_kwend_61d = 76;
1302 const int COLOR_parser_nodes__ANoImport__init = 77;
1303 const int COLOR_parser_prod__ANoImport__empty_init = 78;
1304 const int COLOR_parser_prod__ANoImport__init_anoimport = 79;
1305 const int COLOR_parser_nodes__AVisibility__init = 70;
1306 const int COLOR_modelbuilder__AVisibility__mvisibility = 71;
1307 const int COLOR_parser_nodes__APublicVisibility__init = 72;
1308 const int COLOR_parser_prod__APublicVisibility__empty_init = 73;
1309 const int COLOR_parser_prod__APublicVisibility__init_apublicvisibility = 74;
1310 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate = 72;
1311 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate_61d = 73;
1312 const int COLOR_parser_nodes__APrivateVisibility__init = 74;
1313 const int COLOR_parser_prod__APrivateVisibility__empty_init = 75;
1314 const int COLOR_parser_prod__APrivateVisibility__init_aprivatevisibility = 76;
1315 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected = 72;
1316 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected_61d = 73;
1317 const int COLOR_parser_nodes__AProtectedVisibility__init = 74;
1318 const int COLOR_parser_prod__AProtectedVisibility__empty_init = 75;
1319 const int COLOR_parser_prod__AProtectedVisibility__init_aprotectedvisibility = 76;
1320 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude = 72;
1321 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude_61d = 73;
1322 const int COLOR_parser_nodes__AIntrudeVisibility__init = 74;
1323 const int COLOR_parser_prod__AIntrudeVisibility__empty_init = 75;
1324 const int COLOR_parser_prod__AIntrudeVisibility__init_aintrudevisibility = 76;
1325 const int COLOR_parser_nodes__AClassdef__n_propdefs = 70;
1326 const int COLOR_parser_nodes__AClassdef__init = 71;
1327 const int COLOR_modelize_class__AClassdef__mclass = 72;
1328 const int COLOR_modelize_class__AClassdef__mclass_61d = 73;
1329 const int COLOR_modelize_class__AClassdef__mclassdef = 74;
1330 const int COLOR_modelize_class__AClassdef__mclassdef_61d = 75;
1331 const int COLOR_modelize_property__AClassdef__build_properties_is_done = 76;
1332 const int COLOR_modelize_property__AClassdef__build_properties_is_done_61d = 77;
1333 const int COLOR_modelize_property__AClassdef__super_inits = 78;
1334 const int COLOR_modelize_property__AClassdef__super_inits_61d = 79;
1335 const int COLOR_modelize_property__AClassdef__mfree_init = 80;
1336 const int COLOR_modelize_property__AClassdef__mfree_init_61d = 81;
1337 const int COLOR_modelize_property__AClassdef__mprop2npropdef = 82;
1338 const int COLOR_modelize_property__AClassdef__mprop2npropdef_61d = 83;
1339 const int COLOR_abstract_compiler__AClassdef__compile_to_c = 84;
1340 const int COLOR_parser_nodes__AStdClassdef__n_doc = 85;
1341 const int COLOR_parser_nodes__AStdClassdef__n_doc_61d = 86;
1342 const int COLOR_parser_nodes__AStdClassdef__n_kwredef = 87;
1343 const int COLOR_parser_nodes__AStdClassdef__n_kwredef_61d = 88;
1344 const int COLOR_parser_nodes__AStdClassdef__n_visibility = 89;
1345 const int COLOR_parser_nodes__AStdClassdef__n_visibility_61d = 90;
1346 const int COLOR_parser_nodes__AStdClassdef__n_classkind = 91;
1347 const int COLOR_parser_nodes__AStdClassdef__n_classkind_61d = 92;
1348 const int COLOR_parser_nodes__AStdClassdef__n_id = 93;
1349 const int COLOR_parser_nodes__AStdClassdef__n_id_61d = 94;
1350 const int COLOR_parser_nodes__AStdClassdef__n_formaldefs = 95;
1351 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block = 96;
1352 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block_61d = 97;
1353 const int COLOR_parser_nodes__AStdClassdef__n_superclasses = 98;
1354 const int COLOR_parser_nodes__AStdClassdef__n_kwend = 99;
1355 const int COLOR_parser_nodes__AStdClassdef__n_kwend_61d = 100;
1356 const int COLOR_parser_nodes__AStdClassdef__init = 101;
1357 const int COLOR_parser_prod__AStdClassdef__empty_init = 102;
1358 const int COLOR_parser_prod__AStdClassdef__init_astdclassdef = 103;
1359 const int COLOR_parser_nodes__ATopClassdef__init = 85;
1360 const int COLOR_parser_prod__ATopClassdef__empty_init = 86;
1361 const int COLOR_parser_prod__ATopClassdef__init_atopclassdef = 87;
1362 const int COLOR_parser_nodes__AMainClassdef__init = 85;
1363 const int COLOR_parser_prod__AMainClassdef__empty_init = 86;
1364 const int COLOR_parser_prod__AMainClassdef__init_amainclassdef = 87;
1365 const int COLOR_parser_nodes__AClasskind__init = 70;
1366 const int COLOR_modelize_class__AClasskind__mkind = 71;
1367 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass = 72;
1368 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass_61d = 73;
1369 const int COLOR_parser_nodes__AConcreteClasskind__init = 74;
1370 const int COLOR_parser_prod__AConcreteClasskind__empty_init = 75;
1371 const int COLOR_parser_prod__AConcreteClasskind__init_aconcreteclasskind = 76;
1372 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract = 72;
1373 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract_61d = 73;
1374 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass = 74;
1375 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass_61d = 75;
1376 const int COLOR_parser_nodes__AAbstractClasskind__init = 76;
1377 const int COLOR_parser_prod__AAbstractClasskind__empty_init = 77;
1378 const int COLOR_parser_prod__AAbstractClasskind__init_aabstractclasskind = 78;
1379 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface = 72;
1380 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface_61d = 73;
1381 const int COLOR_parser_nodes__AInterfaceClasskind__init = 74;
1382 const int COLOR_parser_prod__AInterfaceClasskind__empty_init = 75;
1383 const int COLOR_parser_prod__AInterfaceClasskind__init_ainterfaceclasskind = 76;
1384 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum = 72;
1385 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum_61d = 73;
1386 const int COLOR_parser_nodes__AEnumClasskind__init = 74;
1387 const int COLOR_parser_prod__AEnumClasskind__empty_init = 75;
1388 const int COLOR_parser_prod__AEnumClasskind__init_aenumclasskind = 76;
1389 const int COLOR_parser_nodes__AExternClasskind__n_kwextern = 72;
1390 const int COLOR_parser_nodes__AExternClasskind__n_kwextern_61d = 73;
1391 const int COLOR_parser_nodes__AExternClasskind__n_kwclass = 74;
1392 const int COLOR_parser_nodes__AExternClasskind__n_kwclass_61d = 75;
1393 const int COLOR_parser_nodes__AExternClasskind__init = 76;
1394 const int COLOR_parser_prod__AExternClasskind__empty_init = 77;
1395 const int COLOR_parser_prod__AExternClasskind__init_aexternclasskind = 78;
1396 const int COLOR_parser_nodes__AFormaldef__n_id = 70;
1397 const int COLOR_parser_nodes__AFormaldef__n_id_61d = 71;
1398 const int COLOR_parser_nodes__AFormaldef__n_type = 72;
1399 const int COLOR_parser_nodes__AFormaldef__n_type_61d = 73;
1400 const int COLOR_parser_nodes__AFormaldef__init = 74;
1401 const int COLOR_parser_prod__AFormaldef__empty_init = 75;
1402 const int COLOR_parser_prod__AFormaldef__init_aformaldef = 76;
1403 const int COLOR_modelize_class__AFormaldef__mtype = 77;
1404 const int COLOR_modelize_class__AFormaldef__mtype_61d = 78;
1405 const int COLOR_modelize_class__AFormaldef__bound = 79;
1406 const int COLOR_modelize_class__AFormaldef__bound_61d = 80;
1407 const int COLOR_parser_nodes__ASuperclass__n_kwsuper = 70;
1408 const int COLOR_parser_nodes__ASuperclass__n_kwsuper_61d = 71;
1409 const int COLOR_parser_nodes__ASuperclass__n_type = 72;
1410 const int COLOR_parser_nodes__ASuperclass__n_type_61d = 73;
1411 const int COLOR_parser_nodes__ASuperclass__init = 74;
1412 const int COLOR_parser_prod__ASuperclass__empty_init = 75;
1413 const int COLOR_parser_prod__ASuperclass__init_asuperclass = 76;
1414 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef = 94;
1415 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef_61d = 95;
1416 const int COLOR_parser_nodes__AAttrPropdef__n_visibility = 96;
1417 const int COLOR_parser_nodes__AAttrPropdef__n_visibility_61d = 97;
1418 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar = 98;
1419 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar_61d = 99;
1420 const int COLOR_parser_nodes__AAttrPropdef__n_id = 100;
1421 const int COLOR_parser_nodes__AAttrPropdef__n_id_61d = 101;
1422 const int COLOR_parser_nodes__AAttrPropdef__n_id2 = 102;
1423 const int COLOR_parser_nodes__AAttrPropdef__n_id2_61d = 103;
1424 const int COLOR_parser_nodes__AAttrPropdef__n_type = 104;
1425 const int COLOR_parser_nodes__AAttrPropdef__n_type_61d = 105;
1426 const int COLOR_parser_nodes__AAttrPropdef__n_readable = 106;
1427 const int COLOR_parser_nodes__AAttrPropdef__n_readable_61d = 107;
1428 const int COLOR_parser_nodes__AAttrPropdef__n_writable = 108;
1429 const int COLOR_parser_nodes__AAttrPropdef__n_writable_61d = 109;
1430 const int COLOR_parser_nodes__AAttrPropdef__n_expr = 110;
1431 const int COLOR_parser_nodes__AAttrPropdef__n_expr_61d = 111;
1432 const int COLOR_parser_nodes__AAttrPropdef__init = 112;
1433 const int COLOR_parser_prod__AAttrPropdef__empty_init = 113;
1434 const int COLOR_parser_prod__AAttrPropdef__init_aattrpropdef = 114;
1435 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef = 115;
1436 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef_61d = 116;
1437 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef = 117;
1438 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef_61d = 118;
1439 const int COLOR_modelize_property__AAttrPropdef__check_method_signature = 119;
1440 const int COLOR_abstract_compiler__AAttrPropdef__init_expr = 120;
1441 const int COLOR_abstract_compiler__AAttrPropdef__check_expr = 121;
1442 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth = 105;
1443 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth_61d = 106;
1444 const int COLOR_parser_nodes__ADeferredMethPropdef__init = 107;
1445 const int COLOR_parser_prod__ADeferredMethPropdef__empty_init = 108;
1446 const int COLOR_parser_prod__ADeferredMethPropdef__init_adeferredmethpropdef = 109;
1447 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth = 105;
1448 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth_61d = 106;
1449 const int COLOR_parser_nodes__AInternMethPropdef__init = 107;
1450 const int COLOR_parser_prod__AInternMethPropdef__empty_init = 108;
1451 const int COLOR_parser_prod__AInternMethPropdef__init_ainternmethpropdef = 109;
1452 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth = 112;
1453 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth_61d = 113;
1454 const int COLOR_parser_nodes__AExternMethPropdef__init = 114;
1455 const int COLOR_parser_prod__AExternMethPropdef__empty_init = 115;
1456 const int COLOR_parser_prod__AExternMethPropdef__init_aexternmethpropdef = 116;
1457 const int COLOR_parser_nodes__AMainMethPropdef__init = 115;
1458 const int COLOR_parser_prod__AMainMethPropdef__empty_init = 116;
1459 const int COLOR_parser_prod__AMainMethPropdef__init_amainmethpropdef = 117;
1460 const int COLOR_parser_nodes__AExternCalls__n_kwimport = 70;
1461 const int COLOR_parser_nodes__AExternCalls__n_kwimport_61d = 71;
1462 const int COLOR_parser_nodes__AExternCalls__n_extern_calls = 72;
1463 const int COLOR_parser_nodes__AExternCalls__init = 73;
1464 const int COLOR_parser_prod__AExternCalls__empty_init = 74;
1465 const int COLOR_parser_prod__AExternCalls__init_aexterncalls = 75;
1466 const int COLOR_parser_nodes__AExternCall__init = 70;
1467 const int COLOR_parser_prod__AExternCall__empty_init = 71;
1468 const int COLOR_parser_prod__AExternCall__init_aexterncall = 72;
1469 const int COLOR_parser_nodes__APropExternCall__init = 73;
1470 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid = 74;
1471 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid_61d = 75;
1472 const int COLOR_parser_nodes__ALocalPropExternCall__init = 76;
1473 const int COLOR_parser_prod__ALocalPropExternCall__empty_init = 77;
1474 const int COLOR_parser_prod__ALocalPropExternCall__init_alocalpropexterncall = 78;
1475 const int COLOR_parser_nodes__AFullPropExternCall__n_classid = 74;
1476 const int COLOR_parser_nodes__AFullPropExternCall__n_classid_61d = 75;
1477 const int COLOR_parser_nodes__AFullPropExternCall__n_quad = 76;
1478 const int COLOR_parser_nodes__AFullPropExternCall__n_quad_61d = 77;
1479 const int COLOR_parser_nodes__AFullPropExternCall__n_methid = 78;
1480 const int COLOR_parser_nodes__AFullPropExternCall__n_methid_61d = 79;
1481 const int COLOR_parser_nodes__AFullPropExternCall__init = 80;
1482 const int COLOR_parser_prod__AFullPropExternCall__empty_init = 81;
1483 const int COLOR_parser_prod__AFullPropExternCall__init_afullpropexterncall = 82;
1484 const int COLOR_parser_nodes__AInitPropExternCall__n_classid = 74;
1485 const int COLOR_parser_nodes__AInitPropExternCall__n_classid_61d = 75;
1486 const int COLOR_parser_nodes__AInitPropExternCall__init = 76;
1487 const int COLOR_parser_prod__AInitPropExternCall__empty_init = 77;
1488 const int COLOR_parser_prod__AInitPropExternCall__init_ainitpropexterncall = 78;
1489 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper = 73;
1490 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper_61d = 74;
1491 const int COLOR_parser_nodes__ASuperExternCall__init = 75;
1492 const int COLOR_parser_prod__ASuperExternCall__empty_init = 76;
1493 const int COLOR_parser_prod__ASuperExternCall__init_asuperexterncall = 77;
1494 const int COLOR_parser_nodes__ACastExternCall__init = 73;
1495 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type = 74;
1496 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type_61d = 75;
1497 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas = 76;
1498 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas_61d = 77;
1499 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type = 78;
1500 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type_61d = 79;
1501 const int COLOR_parser_nodes__ACastAsExternCall__init = 80;
1502 const int COLOR_parser_prod__ACastAsExternCall__empty_init = 81;
1503 const int COLOR_parser_prod__ACastAsExternCall__init_acastasexterncall = 82;
1504 const int COLOR_parser_nodes__AAsNullableExternCall__n_type = 74;
1505 const int COLOR_parser_nodes__AAsNullableExternCall__n_type_61d = 75;
1506 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas = 76;
1507 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas_61d = 77;
1508 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable = 78;
1509 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable_61d = 79;
1510 const int COLOR_parser_nodes__AAsNullableExternCall__init = 80;
1511 const int COLOR_parser_prod__AAsNullableExternCall__empty_init = 81;
1512 const int COLOR_parser_prod__AAsNullableExternCall__init_aasnullableexterncall = 82;
1513 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type = 74;
1514 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type_61d = 75;
1515 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas = 76;
1516 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas_61d = 77;
1517 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot = 78;
1518 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot_61d = 79;
1519 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable = 80;
1520 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable_61d = 81;
1521 const int COLOR_parser_nodes__AAsNotNullableExternCall__init = 82;
1522 const int COLOR_parser_prod__AAsNotNullableExternCall__empty_init = 83;
1523 const int COLOR_parser_prod__AAsNotNullableExternCall__init_aasnotnullableexterncall = 84;
1524 const int COLOR_parser_nodes__ATypePropdef__n_kwredef = 94;
1525 const int COLOR_parser_nodes__ATypePropdef__n_kwredef_61d = 95;
1526 const int COLOR_parser_nodes__ATypePropdef__n_visibility = 96;
1527 const int COLOR_parser_nodes__ATypePropdef__n_visibility_61d = 97;
1528 const int COLOR_parser_nodes__ATypePropdef__n_kwtype = 98;
1529 const int COLOR_parser_nodes__ATypePropdef__n_kwtype_61d = 99;
1530 const int COLOR_parser_nodes__ATypePropdef__n_id = 100;
1531 const int COLOR_parser_nodes__ATypePropdef__n_id_61d = 101;
1532 const int COLOR_parser_nodes__ATypePropdef__n_type = 102;
1533 const int COLOR_parser_nodes__ATypePropdef__n_type_61d = 103;
1534 const int COLOR_parser_nodes__ATypePropdef__init = 104;
1535 const int COLOR_parser_prod__ATypePropdef__empty_init = 105;
1536 const int COLOR_parser_prod__ATypePropdef__init_atypepropdef = 106;
1537 const int COLOR_parser_nodes__AAble__n_visibility = 70;
1538 const int COLOR_parser_nodes__AAble__n_visibility_61d = 71;
1539 const int COLOR_parser_nodes__AAble__n_kwredef = 72;
1540 const int COLOR_parser_nodes__AAble__n_kwredef_61d = 73;
1541 const int COLOR_parser_nodes__AAble__init = 74;
1542 const int COLOR_parser_nodes__AReadAble__n_kwreadable = 75;
1543 const int COLOR_parser_nodes__AReadAble__n_kwreadable_61d = 76;
1544 const int COLOR_parser_nodes__AReadAble__init = 77;
1545 const int COLOR_parser_prod__AReadAble__empty_init = 78;
1546 const int COLOR_parser_prod__AReadAble__init_areadable = 79;
1547 const int COLOR_parser_nodes__AWriteAble__n_kwwritable = 75;
1548 const int COLOR_parser_nodes__AWriteAble__n_kwwritable_61d = 76;
1549 const int COLOR_parser_nodes__AWriteAble__init = 77;
1550 const int COLOR_parser_prod__AWriteAble__empty_init = 78;
1551 const int COLOR_parser_prod__AWriteAble__init_awriteable = 79;
1552 const int COLOR_parser_nodes__AMethid__init = 70;
1553 const int COLOR_parser_nodes__AIdMethid__n_id = 71;
1554 const int COLOR_parser_nodes__AIdMethid__n_id_61d = 72;
1555 const int COLOR_parser_nodes__AIdMethid__init = 73;
1556 const int COLOR_parser_prod__AIdMethid__empty_init = 74;
1557 const int COLOR_parser_prod__AIdMethid__init_aidmethid = 75;
1558 const int COLOR_parser_nodes__APlusMethid__n_plus = 71;
1559 const int COLOR_parser_nodes__APlusMethid__n_plus_61d = 72;
1560 const int COLOR_parser_nodes__APlusMethid__init = 73;
1561 const int COLOR_parser_prod__APlusMethid__empty_init = 74;
1562 const int COLOR_parser_prod__APlusMethid__init_aplusmethid = 75;
1563 const int COLOR_parser_nodes__AMinusMethid__n_minus = 71;
1564 const int COLOR_parser_nodes__AMinusMethid__n_minus_61d = 72;
1565 const int COLOR_parser_nodes__AMinusMethid__init = 73;
1566 const int COLOR_parser_prod__AMinusMethid__empty_init = 74;
1567 const int COLOR_parser_prod__AMinusMethid__init_aminusmethid = 75;
1568 const int COLOR_parser_nodes__AStarMethid__n_star = 71;
1569 const int COLOR_parser_nodes__AStarMethid__n_star_61d = 72;
1570 const int COLOR_parser_nodes__AStarMethid__init = 73;
1571 const int COLOR_parser_prod__AStarMethid__empty_init = 74;
1572 const int COLOR_parser_prod__AStarMethid__init_astarmethid = 75;
1573 const int COLOR_parser_nodes__ASlashMethid__n_slash = 71;
1574 const int COLOR_parser_nodes__ASlashMethid__n_slash_61d = 72;
1575 const int COLOR_parser_nodes__ASlashMethid__init = 73;
1576 const int COLOR_parser_prod__ASlashMethid__empty_init = 74;
1577 const int COLOR_parser_prod__ASlashMethid__init_aslashmethid = 75;
1578 const int COLOR_parser_nodes__APercentMethid__n_percent = 71;
1579 const int COLOR_parser_nodes__APercentMethid__n_percent_61d = 72;
1580 const int COLOR_parser_nodes__APercentMethid__init = 73;
1581 const int COLOR_parser_prod__APercentMethid__empty_init = 74;
1582 const int COLOR_parser_prod__APercentMethid__init_apercentmethid = 75;
1583 const int COLOR_parser_nodes__AEqMethid__n_eq = 71;
1584 const int COLOR_parser_nodes__AEqMethid__n_eq_61d = 72;
1585 const int COLOR_parser_nodes__AEqMethid__init = 73;
1586 const int COLOR_parser_prod__AEqMethid__empty_init = 74;
1587 const int COLOR_parser_prod__AEqMethid__init_aeqmethid = 75;
1588 const int COLOR_parser_nodes__ANeMethid__n_ne = 71;
1589 const int COLOR_parser_nodes__ANeMethid__n_ne_61d = 72;
1590 const int COLOR_parser_nodes__ANeMethid__init = 73;
1591 const int COLOR_parser_prod__ANeMethid__empty_init = 74;
1592 const int COLOR_parser_prod__ANeMethid__init_anemethid = 75;
1593 const int COLOR_parser_nodes__ALeMethid__n_le = 71;
1594 const int COLOR_parser_nodes__ALeMethid__n_le_61d = 72;
1595 const int COLOR_parser_nodes__ALeMethid__init = 73;
1596 const int COLOR_parser_prod__ALeMethid__empty_init = 74;
1597 const int COLOR_parser_prod__ALeMethid__init_alemethid = 75;
1598 const int COLOR_parser_nodes__AGeMethid__n_ge = 71;
1599 const int COLOR_parser_nodes__AGeMethid__n_ge_61d = 72;
1600 const int COLOR_parser_nodes__AGeMethid__init = 73;
1601 const int COLOR_parser_prod__AGeMethid__empty_init = 74;
1602 const int COLOR_parser_prod__AGeMethid__init_agemethid = 75;
1603 const int COLOR_parser_nodes__ALtMethid__n_lt = 71;
1604 const int COLOR_parser_nodes__ALtMethid__n_lt_61d = 72;
1605 const int COLOR_parser_nodes__ALtMethid__init = 73;
1606 const int COLOR_parser_prod__ALtMethid__empty_init = 74;
1607 const int COLOR_parser_prod__ALtMethid__init_altmethid = 75;
1608 const int COLOR_parser_nodes__AGtMethid__n_gt = 71;
1609 const int COLOR_parser_nodes__AGtMethid__n_gt_61d = 72;
1610 const int COLOR_parser_nodes__AGtMethid__init = 73;
1611 const int COLOR_parser_prod__AGtMethid__empty_init = 74;
1612 const int COLOR_parser_prod__AGtMethid__init_agtmethid = 75;
1613 const int COLOR_parser_nodes__ALlMethid__n_ll = 71;
1614 const int COLOR_parser_nodes__ALlMethid__n_ll_61d = 72;
1615 const int COLOR_parser_nodes__ALlMethid__init = 73;
1616 const int COLOR_parser_prod__ALlMethid__empty_init = 74;
1617 const int COLOR_parser_prod__ALlMethid__init_allmethid = 75;
1618 const int COLOR_parser_nodes__AGgMethid__n_gg = 71;
1619 const int COLOR_parser_nodes__AGgMethid__n_gg_61d = 72;
1620 const int COLOR_parser_nodes__AGgMethid__init = 73;
1621 const int COLOR_parser_prod__AGgMethid__empty_init = 74;
1622 const int COLOR_parser_prod__AGgMethid__init_aggmethid = 75;
1623 const int COLOR_parser_nodes__ABraMethid__n_obra = 71;
1624 const int COLOR_parser_nodes__ABraMethid__n_obra_61d = 72;
1625 const int COLOR_parser_nodes__ABraMethid__n_cbra = 73;
1626 const int COLOR_parser_nodes__ABraMethid__n_cbra_61d = 74;
1627 const int COLOR_parser_nodes__ABraMethid__init = 75;
1628 const int COLOR_parser_prod__ABraMethid__empty_init = 76;
1629 const int COLOR_parser_prod__ABraMethid__init_abramethid = 77;
1630 const int COLOR_parser_nodes__AStarshipMethid__n_starship = 71;
1631 const int COLOR_parser_nodes__AStarshipMethid__n_starship_61d = 72;
1632 const int COLOR_parser_nodes__AStarshipMethid__init = 73;
1633 const int COLOR_parser_prod__AStarshipMethid__empty_init = 74;
1634 const int COLOR_parser_prod__AStarshipMethid__init_astarshipmethid = 75;
1635 const int COLOR_parser_nodes__AAssignMethid__n_id = 71;
1636 const int COLOR_parser_nodes__AAssignMethid__n_id_61d = 72;
1637 const int COLOR_parser_nodes__AAssignMethid__n_assign = 73;
1638 const int COLOR_parser_nodes__AAssignMethid__n_assign_61d = 74;
1639 const int COLOR_parser_nodes__AAssignMethid__init = 75;
1640 const int COLOR_parser_prod__AAssignMethid__empty_init = 76;
1641 const int COLOR_parser_prod__AAssignMethid__init_aassignmethid = 77;
1642 const int COLOR_parser_nodes__ABraassignMethid__n_obra = 71;
1643 const int COLOR_parser_nodes__ABraassignMethid__n_obra_61d = 72;
1644 const int COLOR_parser_nodes__ABraassignMethid__n_cbra = 73;
1645 const int COLOR_parser_nodes__ABraassignMethid__n_cbra_61d = 74;
1646 const int COLOR_parser_nodes__ABraassignMethid__n_assign = 75;
1647 const int COLOR_parser_nodes__ABraassignMethid__n_assign_61d = 76;
1648 const int COLOR_parser_nodes__ABraassignMethid__init = 77;
1649 const int COLOR_parser_prod__ABraassignMethid__empty_init = 78;
1650 const int COLOR_parser_prod__ABraassignMethid__init_abraassignmethid = 79;
1651 const int COLOR_parser_nodes__ASignature__n_opar = 70;
1652 const int COLOR_parser_nodes__ASignature__n_opar_61d = 71;
1653 const int COLOR_parser_nodes__ASignature__n_params = 72;
1654 const int COLOR_parser_nodes__ASignature__n_cpar = 73;
1655 const int COLOR_parser_nodes__ASignature__n_cpar_61d = 74;
1656 const int COLOR_parser_nodes__ASignature__n_type = 75;
1657 const int COLOR_parser_nodes__ASignature__n_type_61d = 76;
1658 const int COLOR_parser_nodes__ASignature__init = 77;
1659 const int COLOR_parser_prod__ASignature__empty_init = 78;
1660 const int COLOR_parser_prod__ASignature__init_asignature = 79;
1661 const int COLOR_modelize_property__ASignature__is_visited = 80;
1662 const int COLOR_modelize_property__ASignature__is_visited_61d = 81;
1663 const int COLOR_modelize_property__ASignature__param_names = 82;
1664 const int COLOR_modelize_property__ASignature__param_names_61d = 83;
1665 const int COLOR_modelize_property__ASignature__param_types = 84;
1666 const int COLOR_modelize_property__ASignature__param_types_61d = 85;
1667 const int COLOR_modelize_property__ASignature__vararg_rank = 86;
1668 const int COLOR_modelize_property__ASignature__vararg_rank_61d = 87;
1669 const int COLOR_modelize_property__ASignature__ret_type = 88;
1670 const int COLOR_modelize_property__ASignature__ret_type_61d = 89;
1671 const int COLOR_modelize_property__ASignature__visit_signature = 90;
1672 const int COLOR_modelize_property__ASignature__build_signature = 91;
1673 const int COLOR_parser_nodes__AParam__n_id = 70;
1674 const int COLOR_parser_nodes__AParam__n_id_61d = 71;
1675 const int COLOR_parser_nodes__AParam__n_type = 72;
1676 const int COLOR_parser_nodes__AParam__n_type_61d = 73;
1677 const int COLOR_parser_nodes__AParam__n_dotdotdot = 74;
1678 const int COLOR_parser_nodes__AParam__n_dotdotdot_61d = 75;
1679 const int COLOR_parser_nodes__AParam__init = 76;
1680 const int COLOR_parser_prod__AParam__empty_init = 77;
1681 const int COLOR_parser_prod__AParam__init_aparam = 78;
1682 const int COLOR_scope__AParam__variable = 79;
1683 const int COLOR_scope__AParam__variable_61d = 80;
1684 const int COLOR_modelize_property__AParam__mparameter = 81;
1685 const int COLOR_modelize_property__AParam__mparameter_61d = 82;
1686 const int COLOR_scope__AParam__accept_scope_visitor = 83;
1687 const int COLOR_parser_nodes__AType__n_kwnullable = 70;
1688 const int COLOR_parser_nodes__AType__n_kwnullable_61d = 71;
1689 const int COLOR_parser_nodes__AType__n_id = 72;
1690 const int COLOR_parser_nodes__AType__n_id_61d = 73;
1691 const int COLOR_parser_nodes__AType__n_types = 74;
1692 const int COLOR_parser_nodes__AType__init = 75;
1693 const int COLOR_parser_prod__AType__empty_init = 76;
1694 const int COLOR_parser_prod__AType__init_atype = 77;
1695 const int COLOR_modelize_class__AType__mtype = 78;
1696 const int COLOR_modelize_class__AType__mtype_61d = 79;
1697 const int COLOR_modelize_class__AType__checked_mtype = 80;
1698 const int COLOR_modelize_class__AType__checked_mtype_61d = 81;
1699 const int COLOR_astbuilder__AType__make = 82;
1700 const int COLOR_parser_nodes__ALabel__n_kwlabel = 70;
1701 const int COLOR_parser_nodes__ALabel__n_kwlabel_61d = 71;
1702 const int COLOR_parser_nodes__ALabel__n_id = 72;
1703 const int COLOR_parser_nodes__ALabel__n_id_61d = 73;
1704 const int COLOR_parser_nodes__ALabel__init = 74;
1705 const int COLOR_parser_prod__ALabel__empty_init = 75;
1706 const int COLOR_parser_prod__ALabel__init_alabel = 76;
1707 const int COLOR_parser_nodes__ABlockExpr__n_expr = 90;
1708 const int COLOR_parser_nodes__ABlockExpr__n_kwend = 91;
1709 const int COLOR_parser_nodes__ABlockExpr__n_kwend_61d = 92;
1710 const int COLOR_parser_nodes__ABlockExpr__init = 93;
1711 const int COLOR_parser_prod__ABlockExpr__empty_init = 94;
1712 const int COLOR_parser_prod__ABlockExpr__init_ablockexpr = 95;
1713 const int COLOR_astbuilder__ABlockExpr__make = 96;
1714 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar = 90;
1715 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar_61d = 91;
1716 const int COLOR_parser_nodes__AVardeclExpr__n_id = 92;
1717 const int COLOR_parser_nodes__AVardeclExpr__n_id_61d = 93;
1718 const int COLOR_parser_nodes__AVardeclExpr__n_type = 94;
1719 const int COLOR_parser_nodes__AVardeclExpr__n_type_61d = 95;
1720 const int COLOR_parser_nodes__AVardeclExpr__n_assign = 96;
1721 const int COLOR_parser_nodes__AVardeclExpr__n_assign_61d = 97;
1722 const int COLOR_parser_nodes__AVardeclExpr__n_expr = 98;
1723 const int COLOR_parser_nodes__AVardeclExpr__n_expr_61d = 99;
1724 const int COLOR_parser_nodes__AVardeclExpr__init = 100;
1725 const int COLOR_parser_prod__AVardeclExpr__empty_init = 101;
1726 const int COLOR_parser_prod__AVardeclExpr__init_avardeclexpr = 102;
1727 const int COLOR_scope__AVardeclExpr__variable = 103;
1728 const int COLOR_scope__AVardeclExpr__variable_61d = 104;
1729 const int COLOR_scope__AVardeclExpr__accept_scope_visitor = 105;
1730 const int COLOR_local_var_init__AVardeclExpr__accept_local_var_visitor = 106;
1731 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn = 90;
1732 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn_61d = 91;
1733 const int COLOR_parser_nodes__AReturnExpr__n_expr = 92;
1734 const int COLOR_parser_nodes__AReturnExpr__n_expr_61d = 93;
1735 const int COLOR_parser_nodes__AReturnExpr__init = 94;
1736 const int COLOR_parser_prod__AReturnExpr__empty_init = 95;
1737 const int COLOR_parser_prod__AReturnExpr__init_areturnexpr = 96;
1738 const int COLOR_flow__AReturnExpr__accept_flow_visitor = 97;
1739 const int COLOR_parser_nodes__AAbortExpr__n_kwabort = 90;
1740 const int COLOR_parser_nodes__AAbortExpr__n_kwabort_61d = 91;
1741 const int COLOR_parser_nodes__AAbortExpr__init = 92;
1742 const int COLOR_parser_prod__AAbortExpr__empty_init = 93;
1743 const int COLOR_parser_prod__AAbortExpr__init_aabortexpr = 94;
1744 const int COLOR_flow__AAbortExpr__accept_flow_visitor = 95;
1745 const int COLOR_parser_nodes__AIfExpr__n_kwif = 90;
1746 const int COLOR_parser_nodes__AIfExpr__n_kwif_61d = 91;
1747 const int COLOR_parser_nodes__AIfExpr__n_expr = 92;
1748 const int COLOR_parser_nodes__AIfExpr__n_expr_61d = 93;
1749 const int COLOR_parser_nodes__AIfExpr__n_then = 94;
1750 const int COLOR_parser_nodes__AIfExpr__n_then_61d = 95;
1751 const int COLOR_parser_nodes__AIfExpr__n_else = 96;
1752 const int COLOR_parser_nodes__AIfExpr__n_else_61d = 97;
1753 const int COLOR_parser_nodes__AIfExpr__init = 98;
1754 const int COLOR_parser_prod__AIfExpr__empty_init = 99;
1755 const int COLOR_parser_prod__AIfExpr__init_aifexpr = 100;
1756 const int COLOR_astbuilder__AIfExpr__make = 101;
1757 const int COLOR_parser_nodes__AIfexprExpr__n_kwif = 90;
1758 const int COLOR_parser_nodes__AIfexprExpr__n_kwif_61d = 91;
1759 const int COLOR_parser_nodes__AIfexprExpr__n_expr = 92;
1760 const int COLOR_parser_nodes__AIfexprExpr__n_expr_61d = 93;
1761 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen = 94;
1762 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen_61d = 95;
1763 const int COLOR_parser_nodes__AIfexprExpr__n_then = 96;
1764 const int COLOR_parser_nodes__AIfexprExpr__n_then_61d = 97;
1765 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse = 98;
1766 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse_61d = 99;
1767 const int COLOR_parser_nodes__AIfexprExpr__n_else = 100;
1768 const int COLOR_parser_nodes__AIfexprExpr__n_else_61d = 101;
1769 const int COLOR_parser_nodes__AIfexprExpr__init = 102;
1770 const int COLOR_parser_prod__AIfexprExpr__empty_init = 103;
1771 const int COLOR_parser_prod__AIfexprExpr__init_aifexprexpr = 104;
1772 const int COLOR_parser_nodes__AAssertExpr__n_kwassert = 90;
1773 const int COLOR_parser_nodes__AAssertExpr__n_kwassert_61d = 91;
1774 const int COLOR_parser_nodes__AAssertExpr__n_id = 92;
1775 const int COLOR_parser_nodes__AAssertExpr__n_id_61d = 93;
1776 const int COLOR_parser_nodes__AAssertExpr__n_expr = 94;
1777 const int COLOR_parser_nodes__AAssertExpr__n_expr_61d = 95;
1778 const int COLOR_parser_nodes__AAssertExpr__n_else = 96;
1779 const int COLOR_parser_nodes__AAssertExpr__n_else_61d = 97;
1780 const int COLOR_parser_nodes__AAssertExpr__init = 98;
1781 const int COLOR_parser_prod__AAssertExpr__empty_init = 99;
1782 const int COLOR_parser_prod__AAssertExpr__init_aassertexpr = 100;
1783 const int COLOR_parser_nodes__AProxyExpr__n_expr = 90;
1784 const int COLOR_parser_nodes__AProxyExpr__n_expr_61d = 91;
1785 const int COLOR_parser_nodes__AProxyExpr__init = 92;
1786 const int COLOR_parser_nodes__AOnceExpr__n_kwonce = 93;
1787 const int COLOR_parser_nodes__AOnceExpr__n_kwonce_61d = 94;
1788 const int COLOR_parser_nodes__AOnceExpr__init = 95;
1789 const int COLOR_parser_prod__AOnceExpr__empty_init = 96;
1790 const int COLOR_parser_prod__AOnceExpr__init_aonceexpr = 97;
1791 const int COLOR_simple_misc_analysis__AOnceExpr__accept_simple_misc = 98;
1792 const int COLOR_parser_nodes__ABinopExpr__n_expr2 = 114;
1793 const int COLOR_parser_nodes__ABinopExpr__n_expr2_61d = 115;
1794 const int COLOR_parser_nodes__ABinopExpr__init = 116;
1795 const int COLOR_parser_prod__ABinopExpr__empty_init = 117;
1796 const int COLOR_parser_prod__ABinopExpr__init_abinopexpr = 118;
1797 const int COLOR_parser_nodes__ABoolExpr__init = 90;
1798 const int COLOR_parser_nodes__AOrExpr__n_expr = 91;
1799 const int COLOR_parser_nodes__AOrExpr__n_expr_61d = 92;
1800 const int COLOR_parser_nodes__AOrExpr__n_expr2 = 93;
1801 const int COLOR_parser_nodes__AOrExpr__n_expr2_61d = 94;
1802 const int COLOR_parser_nodes__AOrExpr__init = 95;
1803 const int COLOR_parser_prod__AOrExpr__empty_init = 96;
1804 const int COLOR_parser_prod__AOrExpr__init_aorexpr = 97;
1805 const int COLOR_parser_nodes__AAndExpr__n_expr = 91;
1806 const int COLOR_parser_nodes__AAndExpr__n_expr_61d = 92;
1807 const int COLOR_parser_nodes__AAndExpr__n_expr2 = 93;
1808 const int COLOR_parser_nodes__AAndExpr__n_expr2_61d = 94;
1809 const int COLOR_parser_nodes__AAndExpr__init = 95;
1810 const int COLOR_parser_prod__AAndExpr__empty_init = 96;
1811 const int COLOR_parser_prod__AAndExpr__init_aandexpr = 97;
1812 const int COLOR_parser_nodes__AOrElseExpr__n_expr = 91;
1813 const int COLOR_parser_nodes__AOrElseExpr__n_expr_61d = 92;
1814 const int COLOR_parser_nodes__AOrElseExpr__n_expr2 = 93;
1815 const int COLOR_parser_nodes__AOrElseExpr__n_expr2_61d = 94;
1816 const int COLOR_parser_nodes__AOrElseExpr__init = 95;
1817 const int COLOR_parser_prod__AOrElseExpr__empty_init = 96;
1818 const int COLOR_parser_prod__AOrElseExpr__init_aorelseexpr = 97;
1819 const int COLOR_flow__AOrElseExpr__accept_flow_visitor = 98;
1820 const int COLOR_parser_nodes__AImpliesExpr__n_expr = 91;
1821 const int COLOR_parser_nodes__AImpliesExpr__n_expr_61d = 92;
1822 const int COLOR_parser_nodes__AImpliesExpr__n_expr2 = 93;
1823 const int COLOR_parser_nodes__AImpliesExpr__n_expr2_61d = 94;
1824 const int COLOR_parser_nodes__AImpliesExpr__init = 95;
1825 const int COLOR_parser_prod__AImpliesExpr__empty_init = 96;
1826 const int COLOR_parser_prod__AImpliesExpr__init_aimpliesexpr = 97;
1827 const int COLOR_parser_nodes__ANotExpr__n_kwnot = 91;
1828 const int COLOR_parser_nodes__ANotExpr__n_kwnot_61d = 92;
1829 const int COLOR_parser_nodes__ANotExpr__n_expr = 93;
1830 const int COLOR_parser_nodes__ANotExpr__n_expr_61d = 94;
1831 const int COLOR_parser_nodes__ANotExpr__init = 95;
1832 const int COLOR_parser_prod__ANotExpr__empty_init = 96;
1833 const int COLOR_parser_prod__ANotExpr__init_anotexpr = 97;
1834 const int COLOR_parser_nodes__AEqExpr__init = 119;
1835 const int COLOR_parser_prod__AEqExpr__empty_init = 120;
1836 const int COLOR_parser_prod__AEqExpr__init_aeqexpr = 121;
1837 const int COLOR_flow__AEqExpr__accept_flow_visitor = 122;
1838 const int COLOR_typing__AEqExpr__accept_typing = 123;
1839 const int COLOR_parser_nodes__ANeExpr__init = 119;
1840 const int COLOR_parser_prod__ANeExpr__empty_init = 120;
1841 const int COLOR_parser_prod__ANeExpr__init_aneexpr = 121;
1842 const int COLOR_flow__ANeExpr__accept_flow_visitor = 122;
1843 const int COLOR_typing__ANeExpr__accept_typing = 123;
1844 const int COLOR_parser_nodes__ALtExpr__init = 119;
1845 const int COLOR_parser_prod__ALtExpr__empty_init = 120;
1846 const int COLOR_parser_prod__ALtExpr__init_altexpr = 121;
1847 const int COLOR_parser_nodes__ALeExpr__init = 119;
1848 const int COLOR_parser_prod__ALeExpr__empty_init = 120;
1849 const int COLOR_parser_prod__ALeExpr__init_aleexpr = 121;
1850 const int COLOR_parser_nodes__ALlExpr__init = 119;
1851 const int COLOR_parser_prod__ALlExpr__empty_init = 120;
1852 const int COLOR_parser_prod__ALlExpr__init_allexpr = 121;
1853 const int COLOR_parser_nodes__AGtExpr__init = 119;
1854 const int COLOR_parser_prod__AGtExpr__empty_init = 120;
1855 const int COLOR_parser_prod__AGtExpr__init_agtexpr = 121;
1856 const int COLOR_parser_nodes__AGeExpr__init = 119;
1857 const int COLOR_parser_prod__AGeExpr__empty_init = 120;
1858 const int COLOR_parser_prod__AGeExpr__init_ageexpr = 121;
1859 const int COLOR_parser_nodes__AGgExpr__init = 119;
1860 const int COLOR_parser_prod__AGgExpr__empty_init = 120;
1861 const int COLOR_parser_prod__AGgExpr__init_aggexpr = 121;
1862 const int COLOR_parser_nodes__AIsaExpr__n_expr = 91;
1863 const int COLOR_parser_nodes__AIsaExpr__n_expr_61d = 92;
1864 const int COLOR_parser_nodes__AIsaExpr__n_type = 93;
1865 const int COLOR_parser_nodes__AIsaExpr__n_type_61d = 94;
1866 const int COLOR_parser_nodes__AIsaExpr__init = 95;
1867 const int COLOR_parser_prod__AIsaExpr__empty_init = 96;
1868 const int COLOR_parser_prod__AIsaExpr__init_aisaexpr = 97;
1869 const int COLOR_typing__AIsaExpr__cast_type = 98;
1870 const int COLOR_typing__AIsaExpr__cast_type_61d = 99;
1871 const int COLOR_flow__AIsaExpr__accept_flow_visitor = 100;
1872 const int COLOR_parser_nodes__APlusExpr__init = 119;
1873 const int COLOR_parser_prod__APlusExpr__empty_init = 120;
1874 const int COLOR_parser_prod__APlusExpr__init_aplusexpr = 121;
1875 const int COLOR_parser_nodes__AMinusExpr__init = 119;
1876 const int COLOR_parser_prod__AMinusExpr__empty_init = 120;
1877 const int COLOR_parser_prod__AMinusExpr__init_aminusexpr = 121;
1878 const int COLOR_parser_nodes__AStarshipExpr__init = 119;
1879 const int COLOR_parser_prod__AStarshipExpr__empty_init = 120;
1880 const int COLOR_parser_prod__AStarshipExpr__init_astarshipexpr = 121;
1881 const int COLOR_parser_nodes__AStarExpr__init = 119;
1882 const int COLOR_parser_prod__AStarExpr__empty_init = 120;
1883 const int COLOR_parser_prod__AStarExpr__init_astarexpr = 121;
1884 const int COLOR_parser_nodes__ASlashExpr__init = 119;
1885 const int COLOR_parser_prod__ASlashExpr__empty_init = 120;
1886 const int COLOR_parser_prod__ASlashExpr__init_aslashexpr = 121;
1887 const int COLOR_parser_nodes__APercentExpr__init = 119;
1888 const int COLOR_parser_prod__APercentExpr__empty_init = 120;
1889 const int COLOR_parser_prod__APercentExpr__init_apercentexpr = 121;
1890 const int COLOR_parser_nodes__AUminusExpr__n_minus = 114;
1891 const int COLOR_parser_nodes__AUminusExpr__n_minus_61d = 115;
1892 const int COLOR_parser_nodes__AUminusExpr__init = 116;
1893 const int COLOR_parser_prod__AUminusExpr__empty_init = 117;
1894 const int COLOR_parser_prod__AUminusExpr__init_auminusexpr = 118;
1895 const int COLOR_parser_nodes__ANewExpr__n_kwnew = 90;
1896 const int COLOR_parser_nodes__ANewExpr__n_kwnew_61d = 91;
1897 const int COLOR_parser_nodes__ANewExpr__n_type = 92;
1898 const int COLOR_parser_nodes__ANewExpr__n_type_61d = 93;
1899 const int COLOR_parser_nodes__ANewExpr__n_id = 94;
1900 const int COLOR_parser_nodes__ANewExpr__n_id_61d = 95;
1901 const int COLOR_parser_nodes__ANewExpr__n_args = 96;
1902 const int COLOR_parser_nodes__ANewExpr__n_args_61d = 97;
1903 const int COLOR_parser_nodes__ANewExpr__init = 98;
1904 const int COLOR_parser_prod__ANewExpr__empty_init = 99;
1905 const int COLOR_parser_prod__ANewExpr__init_anewexpr = 100;
1906 const int COLOR_typing__ANewExpr__mproperty = 101;
1907 const int COLOR_typing__ANewExpr__callsite = 102;
1908 const int COLOR_typing__ANewExpr__callsite_61d = 103;
1909 const int COLOR_astbuilder__ANewExpr__make = 104;
1910 const int COLOR_parser_nodes__AAttrExpr__init = 112;
1911 const int COLOR_parser_prod__AAttrExpr__empty_init = 113;
1912 const int COLOR_parser_prod__AAttrExpr__init_aattrexpr = 114;
1913 const int COLOR_astbuilder__AAttrExpr__make = 115;
1914 const int COLOR_parser_nodes__ACallExpr__init = 121;
1915 const int COLOR_parser_prod__ACallExpr__empty_init = 122;
1916 const int COLOR_parser_prod__ACallExpr__init_acallexpr = 123;
1917 const int COLOR_astbuilder__ACallExpr__make = 124;
1918 const int COLOR_parser_nodes__ASuperExpr__n_qualified = 90;
1919 const int COLOR_parser_nodes__ASuperExpr__n_qualified_61d = 91;
1920 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper = 92;
1921 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper_61d = 93;
1922 const int COLOR_parser_nodes__ASuperExpr__n_args = 94;
1923 const int COLOR_parser_nodes__ASuperExpr__n_args_61d = 95;
1924 const int COLOR_parser_nodes__ASuperExpr__init = 96;
1925 const int COLOR_parser_prod__ASuperExpr__empty_init = 97;
1926 const int COLOR_parser_prod__ASuperExpr__init_asuperexpr = 98;
1927 const int COLOR_typing__ASuperExpr__mproperty = 99;
1928 const int COLOR_typing__ASuperExpr__mproperty_61d = 100;
1929 const int COLOR_typing__ASuperExpr__process_superinit = 101;
1930 const int COLOR_parser_nodes__AInitExpr__n_kwinit = 114;
1931 const int COLOR_parser_nodes__AInitExpr__n_kwinit_61d = 115;
1932 const int COLOR_parser_nodes__AInitExpr__n_args = 116;
1933 const int COLOR_parser_nodes__AInitExpr__n_args_61d = 117;
1934 const int COLOR_parser_nodes__AInitExpr__init = 118;
1935 const int COLOR_parser_prod__AInitExpr__empty_init = 119;
1936 const int COLOR_parser_prod__AInitExpr__init_ainitexpr = 120;
1937 const int COLOR_parser_nodes__ABraExpr__init = 128;
1938 const int COLOR_parser_prod__ABraExpr__empty_init = 129;
1939 const int COLOR_parser_prod__ABraExpr__init_abraexpr = 130;
1940 const int COLOR_parser_nodes__AVarExpr__init = 107;
1941 const int COLOR_parser_prod__AVarExpr__empty_init = 108;
1942 const int COLOR_parser_prod__AVarExpr__init_avarexpr = 109;
1943 const int COLOR_astbuilder__AVarExpr__make = 110;
1944 const int COLOR_local_var_init__AVarExpr__accept_local_var_visitor = 111;
1945 const int COLOR_parser_nodes__ARangeExpr__n_expr = 90;
1946 const int COLOR_parser_nodes__ARangeExpr__n_expr_61d = 91;
1947 const int COLOR_parser_nodes__ARangeExpr__n_expr2 = 92;
1948 const int COLOR_parser_nodes__ARangeExpr__n_expr2_61d = 93;
1949 const int COLOR_parser_nodes__ARangeExpr__init = 94;
1950 const int COLOR_parser_prod__ARangeExpr__empty_init = 95;
1951 const int COLOR_parser_prod__ARangeExpr__init_arangeexpr = 96;
1952 const int COLOR_parser_nodes__ACrangeExpr__n_obra = 97;
1953 const int COLOR_parser_nodes__ACrangeExpr__n_obra_61d = 98;
1954 const int COLOR_parser_nodes__ACrangeExpr__n_cbra = 99;
1955 const int COLOR_parser_nodes__ACrangeExpr__n_cbra_61d = 100;
1956 const int COLOR_parser_nodes__ACrangeExpr__init = 101;
1957 const int COLOR_parser_prod__ACrangeExpr__empty_init = 102;
1958 const int COLOR_parser_prod__ACrangeExpr__init_acrangeexpr = 103;
1959 const int COLOR_parser_nodes__AOrangeExpr__n_obra = 97;
1960 const int COLOR_parser_nodes__AOrangeExpr__n_obra_61d = 98;
1961 const int COLOR_parser_nodes__AOrangeExpr__n_cbra = 99;
1962 const int COLOR_parser_nodes__AOrangeExpr__n_cbra_61d = 100;
1963 const int COLOR_parser_nodes__AOrangeExpr__init = 101;
1964 const int COLOR_parser_prod__AOrangeExpr__empty_init = 102;
1965 const int COLOR_parser_prod__AOrangeExpr__init_aorangeexpr = 103;
1966 const int COLOR_parser_nodes__AArrayExpr__n_exprs = 90;
1967 const int COLOR_parser_nodes__AArrayExpr__n_exprs_61d = 91;
1968 const int COLOR_parser_nodes__AArrayExpr__init = 92;
1969 const int COLOR_parser_prod__AArrayExpr__empty_init = 93;
1970 const int COLOR_parser_prod__AArrayExpr__init_aarrayexpr = 94;
1971 const int COLOR_parser_nodes__ASelfExpr__n_kwself = 90;
1972 const int COLOR_parser_nodes__ASelfExpr__n_kwself_61d = 91;
1973 const int COLOR_parser_nodes__ASelfExpr__init = 92;
1974 const int COLOR_parser_prod__ASelfExpr__empty_init = 93;
1975 const int COLOR_parser_prod__ASelfExpr__init_aselfexpr = 94;
1976 const int COLOR_scope__ASelfExpr__variable = 95;
1977 const int COLOR_scope__ASelfExpr__variable_61d = 96;
1978 const int COLOR_typing__ASelfExpr__its_variable_61d = 97;
1979 const int COLOR_scope__ASelfExpr__accept_scope_visitor = 98;
1980 const int COLOR_parser_nodes__AImplicitSelfExpr__init = 99;
1981 const int COLOR_parser_prod__AImplicitSelfExpr__empty_init = 100;
1982 const int COLOR_parser_prod__AImplicitSelfExpr__init_aimplicitselfexpr = 101;
1983 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue = 91;
1984 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue_61d = 92;
1985 const int COLOR_parser_nodes__ATrueExpr__init = 93;
1986 const int COLOR_parser_prod__ATrueExpr__empty_init = 94;
1987 const int COLOR_parser_prod__ATrueExpr__init_atrueexpr = 95;
1988 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse = 91;
1989 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse_61d = 92;
1990 const int COLOR_parser_nodes__AFalseExpr__init = 93;
1991 const int COLOR_parser_prod__AFalseExpr__empty_init = 94;
1992 const int COLOR_parser_prod__AFalseExpr__init_afalseexpr = 95;
1993 const int COLOR_parser_nodes__ANullExpr__n_kwnull = 90;
1994 const int COLOR_parser_nodes__ANullExpr__n_kwnull_61d = 91;
1995 const int COLOR_parser_nodes__ANullExpr__init = 92;
1996 const int COLOR_parser_prod__ANullExpr__empty_init = 93;
1997 const int COLOR_parser_prod__ANullExpr__init_anullexpr = 94;
1998 const int COLOR_parser_nodes__AIntExpr__n_number = 90;
1999 const int COLOR_parser_nodes__AIntExpr__n_number_61d = 91;
2000 const int COLOR_parser_nodes__AIntExpr__init = 92;
2001 const int COLOR_parser_prod__AIntExpr__empty_init = 93;
2002 const int COLOR_parser_prod__AIntExpr__init_aintexpr = 94;
2003 const int COLOR_literal__AIntExpr__value = 95;
2004 const int COLOR_literal__AIntExpr__value_61d = 96;
2005 const int COLOR_astbuilder__AIntExpr__make = 97;
2006 const int COLOR_parser_nodes__AFloatExpr__n_float = 90;
2007 const int COLOR_parser_nodes__AFloatExpr__n_float_61d = 91;
2008 const int COLOR_parser_nodes__AFloatExpr__init = 92;
2009 const int COLOR_parser_prod__AFloatExpr__empty_init = 93;
2010 const int COLOR_parser_prod__AFloatExpr__init_afloatexpr = 94;
2011 const int COLOR_literal__AFloatExpr__value = 95;
2012 const int COLOR_literal__AFloatExpr__value_61d = 96;
2013 const int COLOR_parser_nodes__ACharExpr__n_char = 90;
2014 const int COLOR_parser_nodes__ACharExpr__n_char_61d = 91;
2015 const int COLOR_parser_nodes__ACharExpr__init = 92;
2016 const int COLOR_parser_prod__ACharExpr__empty_init = 93;
2017 const int COLOR_parser_prod__ACharExpr__init_acharexpr = 94;
2018 const int COLOR_literal__ACharExpr__value = 95;
2019 const int COLOR_literal__ACharExpr__value_61d = 96;
2020 const int COLOR_parser_nodes__AStringFormExpr__n_string = 90;
2021 const int COLOR_parser_nodes__AStringFormExpr__n_string_61d = 91;
2022 const int COLOR_parser_nodes__AStringFormExpr__init = 92;
2023 const int COLOR_literal__AStringFormExpr__value = 93;
2024 const int COLOR_literal__AStringFormExpr__value_61d = 94;
2025 const int COLOR_parser_nodes__AStringExpr__init = 95;
2026 const int COLOR_parser_prod__AStringExpr__empty_init = 96;
2027 const int COLOR_parser_prod__AStringExpr__init_astringexpr = 97;
2028 const int COLOR_parser_nodes__AStartStringExpr__init = 95;
2029 const int COLOR_parser_prod__AStartStringExpr__empty_init = 96;
2030 const int COLOR_parser_prod__AStartStringExpr__init_astartstringexpr = 97;
2031 const int COLOR_parser_nodes__AMidStringExpr__init = 95;
2032 const int COLOR_parser_prod__AMidStringExpr__empty_init = 96;
2033 const int COLOR_parser_prod__AMidStringExpr__init_amidstringexpr = 97;
2034 const int COLOR_parser_nodes__AEndStringExpr__init = 95;
2035 const int COLOR_parser_prod__AEndStringExpr__empty_init = 96;
2036 const int COLOR_parser_prod__AEndStringExpr__init_aendstringexpr = 97;
2037 const int COLOR_parser_nodes__ASuperstringExpr__n_exprs = 90;
2038 const int COLOR_parser_nodes__ASuperstringExpr__init = 91;
2039 const int COLOR_parser_prod__ASuperstringExpr__empty_init = 92;
2040 const int COLOR_parser_prod__ASuperstringExpr__init_asuperstringexpr = 93;
2041 const int COLOR_parser_nodes__AParExpr__n_opar = 93;
2042 const int COLOR_parser_nodes__AParExpr__n_opar_61d = 94;
2043 const int COLOR_parser_nodes__AParExpr__n_cpar = 95;
2044 const int COLOR_parser_nodes__AParExpr__n_cpar_61d = 96;
2045 const int COLOR_parser_nodes__AParExpr__init = 97;
2046 const int COLOR_parser_prod__AParExpr__empty_init = 98;
2047 const int COLOR_parser_prod__AParExpr__init_aparexpr = 99;
2048 const int COLOR_parser_nodes__AAsCastExpr__n_expr = 90;
2049 const int COLOR_parser_nodes__AAsCastExpr__n_expr_61d = 91;
2050 const int COLOR_parser_nodes__AAsCastExpr__n_kwas = 92;
2051 const int COLOR_parser_nodes__AAsCastExpr__n_kwas_61d = 93;
2052 const int COLOR_parser_nodes__AAsCastExpr__n_opar = 94;
2053 const int COLOR_parser_nodes__AAsCastExpr__n_opar_61d = 95;
2054 const int COLOR_parser_nodes__AAsCastExpr__n_type = 96;
2055 const int COLOR_parser_nodes__AAsCastExpr__n_type_61d = 97;
2056 const int COLOR_parser_nodes__AAsCastExpr__n_cpar = 98;
2057 const int COLOR_parser_nodes__AAsCastExpr__n_cpar_61d = 99;
2058 const int COLOR_parser_nodes__AAsCastExpr__init = 100;
2059 const int COLOR_parser_prod__AAsCastExpr__empty_init = 101;
2060 const int COLOR_parser_prod__AAsCastExpr__init_aascastexpr = 102;
2061 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr = 90;
2062 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr_61d = 91;
2063 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas = 92;
2064 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas_61d = 93;
2065 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar = 94;
2066 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar_61d = 95;
2067 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot = 96;
2068 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot_61d = 97;
2069 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull = 98;
2070 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull_61d = 99;
2071 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar = 100;
2072 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar_61d = 101;
2073 const int COLOR_parser_nodes__AAsNotnullExpr__init = 102;
2074 const int COLOR_parser_prod__AAsNotnullExpr__empty_init = 103;
2075 const int COLOR_parser_prod__AAsNotnullExpr__init_aasnotnullexpr = 104;
2076 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset = 112;
2077 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset_61d = 113;
2078 const int COLOR_parser_nodes__AIssetAttrExpr__init = 114;
2079 const int COLOR_parser_prod__AIssetAttrExpr__empty_init = 115;
2080 const int COLOR_parser_prod__AIssetAttrExpr__init_aissetattrexpr = 116;
2081 const int COLOR_parser_nodes__AExprs__n_exprs = 70;
2082 const int COLOR_parser_nodes__AExprs__init = 71;
2083 const int COLOR_typing__AExprs__to_a = 72;
2084 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug = 90;
2085 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug_61d = 91;
2086 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype = 92;
2087 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype_61d = 93;
2088 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr = 94;
2089 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr_61d = 95;
2090 const int COLOR_parser_nodes__ADebugTypeExpr__n_type = 96;
2091 const int COLOR_parser_nodes__ADebugTypeExpr__n_type_61d = 97;
2092 const int COLOR_parser_nodes__ADebugTypeExpr__init = 98;
2093 const int COLOR_parser_prod__ADebugTypeExpr__empty_init = 99;
2094 const int COLOR_parser_prod__ADebugTypeExpr__init_adebugtypeexpr = 100;
2095 const int COLOR_parser_nodes__AListExprs__init = 73;
2096 const int COLOR_parser_prod__AListExprs__empty_init = 74;
2097 const int COLOR_parser_prod__AListExprs__init_alistexprs = 75;
2098 const int COLOR_parser_nodes__AParExprs__n_opar = 73;
2099 const int COLOR_parser_nodes__AParExprs__n_opar_61d = 74;
2100 const int COLOR_parser_nodes__AParExprs__n_cpar = 75;
2101 const int COLOR_parser_nodes__AParExprs__n_cpar_61d = 76;
2102 const int COLOR_parser_nodes__AParExprs__init = 77;
2103 const int COLOR_parser_prod__AParExprs__empty_init = 78;
2104 const int COLOR_parser_prod__AParExprs__init_aparexprs = 79;
2105 const int COLOR_parser_nodes__ABraExprs__n_obra = 73;
2106 const int COLOR_parser_nodes__ABraExprs__n_obra_61d = 74;
2107 const int COLOR_parser_nodes__ABraExprs__n_cbra = 75;
2108 const int COLOR_parser_nodes__ABraExprs__n_cbra_61d = 76;
2109 const int COLOR_parser_nodes__ABraExprs__init = 77;
2110 const int COLOR_parser_prod__ABraExprs__empty_init = 78;
2111 const int COLOR_parser_prod__ABraExprs__init_abraexprs = 79;
2112 const int COLOR_parser_nodes__AAssignOp__init = 70;
2113 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq = 71;
2114 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq_61d = 72;
2115 const int COLOR_parser_nodes__APlusAssignOp__init = 73;
2116 const int COLOR_parser_prod__APlusAssignOp__empty_init = 74;
2117 const int COLOR_parser_prod__APlusAssignOp__init_aplusassignop = 75;
2118 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq = 71;
2119 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq_61d = 72;
2120 const int COLOR_parser_nodes__AMinusAssignOp__init = 73;
2121 const int COLOR_parser_prod__AMinusAssignOp__empty_init = 74;
2122 const int COLOR_parser_prod__AMinusAssignOp__init_aminusassignop = 75;
2123 const int COLOR_parser_nodes__AModuleName__n_quad = 70;
2124 const int COLOR_parser_nodes__AModuleName__n_quad_61d = 71;
2125 const int COLOR_parser_nodes__AModuleName__n_path = 72;
2126 const int COLOR_parser_nodes__AModuleName__n_id = 73;
2127 const int COLOR_parser_nodes__AModuleName__n_id_61d = 74;
2128 const int COLOR_parser_nodes__AModuleName__init = 75;
2129 const int COLOR_parser_prod__AModuleName__empty_init = 76;
2130 const int COLOR_parser_prod__AModuleName__init_amodulename = 77;
2131 const int COLOR_parser_nodes__AInLanguage__n_kwin = 70;
2132 const int COLOR_parser_nodes__AInLanguage__n_kwin_61d = 71;
2133 const int COLOR_parser_nodes__AInLanguage__n_string = 72;
2134 const int COLOR_parser_nodes__AInLanguage__n_string_61d = 73;
2135 const int COLOR_parser_nodes__AInLanguage__init = 74;
2136 const int COLOR_parser_prod__AInLanguage__empty_init = 75;
2137 const int COLOR_parser_prod__AInLanguage__init_ainlanguage = 76;
2138 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language = 70;
2139 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language_61d = 71;
2140 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment = 72;
2141 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment_61d = 73;
2142 const int COLOR_parser_nodes__AExternCodeBlock__init = 74;
2143 const int COLOR_parser_prod__AExternCodeBlock__empty_init = 75;
2144 const int COLOR_parser_prod__AExternCodeBlock__init_aexterncodeblock = 76;
2145 const int COLOR_parser_nodes__AQualified__n_quad = 70;
2146 const int COLOR_parser_nodes__AQualified__n_quad_61d = 71;
2147 const int COLOR_parser_nodes__AQualified__n_id = 72;
2148 const int COLOR_parser_nodes__AQualified__n_classid = 73;
2149 const int COLOR_parser_nodes__AQualified__n_classid_61d = 74;
2150 const int COLOR_parser_nodes__AQualified__init = 75;
2151 const int COLOR_parser_prod__AQualified__empty_init = 76;
2152 const int COLOR_parser_prod__AQualified__init_aqualified = 77;
2153 const int COLOR_parser_nodes__ADoc__n_comment = 70;
2154 const int COLOR_parser_nodes__ADoc__init = 71;
2155 const int COLOR_parser_prod__ADoc__empty_init = 72;
2156 const int COLOR_parser_prod__ADoc__init_adoc = 73;
2157 const int COLOR_parser_nodes__AAnnotations__n_at = 70;
2158 const int COLOR_parser_nodes__AAnnotations__n_at_61d = 71;
2159 const int COLOR_parser_nodes__AAnnotations__n_opar = 72;
2160 const int COLOR_parser_nodes__AAnnotations__n_opar_61d = 73;
2161 const int COLOR_parser_nodes__AAnnotations__n_items = 74;
2162 const int COLOR_parser_nodes__AAnnotations__n_cpar = 75;
2163 const int COLOR_parser_nodes__AAnnotations__n_cpar_61d = 76;
2164 const int COLOR_parser_nodes__AAnnotations__init = 77;
2165 const int COLOR_parser_prod__AAnnotations__empty_init = 78;
2166 const int COLOR_parser_prod__AAnnotations__init_aannotations = 79;
2167 const int COLOR_parser_nodes__AAnnotation__n_atid = 70;
2168 const int COLOR_parser_nodes__AAnnotation__n_atid_61d = 71;
2169 const int COLOR_parser_nodes__AAnnotation__n_opar = 72;
2170 const int COLOR_parser_nodes__AAnnotation__n_opar_61d = 73;
2171 const int COLOR_parser_nodes__AAnnotation__n_args = 74;
2172 const int COLOR_parser_nodes__AAnnotation__n_cpar = 75;
2173 const int COLOR_parser_nodes__AAnnotation__n_cpar_61d = 76;
2174 const int COLOR_parser_nodes__AAnnotation__init = 77;
2175 const int COLOR_parser_prod__AAnnotation__empty_init = 78;
2176 const int COLOR_parser_prod__AAnnotation__init_aannotation = 79;
2177 const int COLOR_parser_nodes__AAtArg__init = 70;
2178 const int COLOR_parser_nodes__ATypeAtArg__n_type = 71;
2179 const int COLOR_parser_nodes__ATypeAtArg__n_type_61d = 72;
2180 const int COLOR_parser_nodes__ATypeAtArg__init = 73;
2181 const int COLOR_parser_prod__ATypeAtArg__empty_init = 74;
2182 const int COLOR_parser_prod__ATypeAtArg__init_atypeatarg = 75;
2183 const int COLOR_parser_nodes__AExprAtArg__n_expr = 71;
2184 const int COLOR_parser_nodes__AExprAtArg__n_expr_61d = 72;
2185 const int COLOR_parser_nodes__AExprAtArg__init = 73;
2186 const int COLOR_parser_prod__AExprAtArg__empty_init = 74;
2187 const int COLOR_parser_prod__AExprAtArg__init_aexpratarg = 75;
2188 const int COLOR_parser_nodes__AAtAtArg__init = 71;
2189 const int COLOR_parser_prod__AAtAtArg__empty_init = 72;
2190 const int COLOR_parser_prod__AAtAtArg__init_aatatarg = 73;
2191 const int COLOR_parser_nodes__AAtid__n_id = 70;
2192 const int COLOR_parser_nodes__AAtid__n_id_61d = 71;
2193 const int COLOR_parser_nodes__AAtid__init = 72;
2194 const int COLOR_parser_nodes__AIdAtid__init = 73;
2195 const int COLOR_parser_prod__AIdAtid__empty_init = 74;
2196 const int COLOR_parser_prod__AIdAtid__init_aidatid = 75;
2197 const int COLOR_parser_nodes__AKwexternAtid__init = 73;
2198 const int COLOR_parser_prod__AKwexternAtid__empty_init = 74;
2199 const int COLOR_parser_prod__AKwexternAtid__init_akwexternatid = 75;
2200 const int COLOR_parser_nodes__AKwinternAtid__init = 73;
2201 const int COLOR_parser_prod__AKwinternAtid__empty_init = 74;
2202 const int COLOR_parser_prod__AKwinternAtid__init_akwinternatid = 75;
2203 const int COLOR_parser_nodes__AKwreadableAtid__init = 73;
2204 const int COLOR_parser_prod__AKwreadableAtid__empty_init = 74;
2205 const int COLOR_parser_prod__AKwreadableAtid__init_akwreadableatid = 75;
2206 const int COLOR_parser_nodes__AKwwritableAtid__init = 73;
2207 const int COLOR_parser_prod__AKwwritableAtid__empty_init = 74;
2208 const int COLOR_parser_prod__AKwwritableAtid__init_akwwritableatid = 75;
2209 const int COLOR_parser_nodes__AKwimportAtid__init = 73;
2210 const int COLOR_parser_prod__AKwimportAtid__empty_init = 74;
2211 const int COLOR_parser_prod__AKwimportAtid__init_akwimportatid = 75;
2212 const int COLOR_parser_nodes__Start__n_base = 70;
2213 const int COLOR_parser_nodes__Start__n_base_61d = 71;
2214 const int COLOR_parser_nodes__Start__n_eof = 72;
2215 const int COLOR_parser_nodes__Start__n_eof_61d = 73;
2216 const int COLOR_parser_nodes__Start__init = 74;
2217 const int COLOR_toolcontext__Message__location = 50;
2218 const int COLOR_toolcontext__Message__location_61d = 51;
2219 const int COLOR_toolcontext__Message__text = 52;
2220 const int COLOR_toolcontext__Message__text_61d = 53;
2221 const int COLOR_toolcontext__Message__to_color_string = 54;
2222 const int COLOR_toolcontext__Message__init = 55;
2223 const int COLOR_toolcontext__ToolContext__error_count = 42;
2224 const int COLOR_toolcontext__ToolContext__error_count_61d = 43;
2225 const int COLOR_toolcontext__ToolContext__warning_count = 44;
2226 const int COLOR_toolcontext__ToolContext__warning_count_61d = 45;
2227 const int COLOR_toolcontext__ToolContext__log_directory = 46;
2228 const int COLOR_toolcontext__ToolContext__log_directory_61d = 47;
2229 const int COLOR_toolcontext__ToolContext__messages = 48;
2230 const int COLOR_toolcontext__ToolContext__messages_61d = 49;
2231 const int COLOR_toolcontext__ToolContext__message_sorter = 50;
2232 const int COLOR_toolcontext__ToolContext__message_sorter_61d = 51;
2233 const int COLOR_toolcontext__ToolContext__check_errors = 52;
2234 const int COLOR_toolcontext__ToolContext__error = 53;
2235 const int COLOR_toolcontext__ToolContext__fatal_error = 54;
2236 const int COLOR_toolcontext__ToolContext__warning = 55;
2237 const int COLOR_toolcontext__ToolContext__info = 56;
2238 const int COLOR_toolcontext__ToolContext__option_context = 57;
2239 const int COLOR_toolcontext__ToolContext__option_context_61d = 58;
2240 const int COLOR_toolcontext__ToolContext__opt_warn = 59;
2241 const int COLOR_toolcontext__ToolContext__opt_warn_61d = 60;
2242 const int COLOR_toolcontext__ToolContext__opt_quiet = 61;
2243 const int COLOR_toolcontext__ToolContext__opt_quiet_61d = 62;
2244 const int COLOR_toolcontext__ToolContext__opt_log = 63;
2245 const int COLOR_toolcontext__ToolContext__opt_log_61d = 64;
2246 const int COLOR_toolcontext__ToolContext__opt_log_dir = 65;
2247 const int COLOR_toolcontext__ToolContext__opt_log_dir_61d = 66;
2248 const int COLOR_toolcontext__ToolContext__opt_help = 67;
2249 const int COLOR_toolcontext__ToolContext__opt_help_61d = 68;
2250 const int COLOR_toolcontext__ToolContext__opt_version = 69;
2251 const int COLOR_toolcontext__ToolContext__opt_version_61d = 70;
2252 const int COLOR_toolcontext__ToolContext__opt_verbose = 71;
2253 const int COLOR_toolcontext__ToolContext__opt_verbose_61d = 72;
2254 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error = 73;
2255 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error_61d = 74;
2256 const int COLOR_toolcontext__ToolContext__opt_no_color = 75;
2257 const int COLOR_toolcontext__ToolContext__opt_no_color_61d = 76;
2258 const int COLOR_toolcontext__ToolContext__verbose_level = 77;
2259 const int COLOR_toolcontext__ToolContext__verbose_level_61d = 78;
2260 const int COLOR_toolcontext__ToolContext__init = 79;
2261 const int COLOR_toolcontext__ToolContext__process_options = 80;
2262 const int COLOR_parser_util__ToolContext__parse_module = 81;
2263 const int COLOR_parser_util__ToolContext__parse_classdef = 82;
2264 const int COLOR_parser_util__ToolContext__parse_propdef = 83;
2265 const int COLOR_parser_util__ToolContext__parse_stmts = 84;
2266 const int COLOR_parser_util__ToolContext__parse_expr = 85;
2267 const int COLOR_parser_util__ToolContext__parse_something = 86;
2268 const int COLOR_phase__ToolContext__phases = 87;
2269 const int COLOR_phase__ToolContext__phases_61d = 88;
2270 const int COLOR_phase__ToolContext__phases_list = 89;
2271 const int COLOR_phase__ToolContext__run_phases = 90;
2272 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase = 91;
2273 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase_61d = 92;
2274 const int COLOR_literal__ToolContext__literal_phase = 93;
2275 const int COLOR_literal__ToolContext__literal_phase_61d = 94;
2276 const int COLOR_scope__ToolContext__scope_phase = 95;
2277 const int COLOR_scope__ToolContext__scope_phase_61d = 96;
2278 const int COLOR_flow__ToolContext__flow_phase = 97;
2279 const int COLOR_flow__ToolContext__flow_phase_61d = 98;
2280 const int COLOR_local_var_init__ToolContext__local_var_init_phase = 99;
2281 const int COLOR_local_var_init__ToolContext__local_var_init_phase_61d = 100;
2282 const int COLOR_modelbuilder__ToolContext__opt_path = 101;
2283 const int COLOR_modelbuilder__ToolContext__opt_path_61d = 102;
2284 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel = 103;
2285 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel_61d = 104;
2286 const int COLOR_modelbuilder__ToolContext__opt_only_parse = 105;
2287 const int COLOR_modelbuilder__ToolContext__opt_only_parse_61d = 106;
2288 const int COLOR_modelbuilder__ToolContext__modelbuilder = 107;
2289 const int COLOR_modelbuilder__ToolContext__modelbuilder_real = 108;
2290 const int COLOR_modelbuilder__ToolContext__modelbuilder_real_61d = 109;
2291 const int COLOR_modelize_class__ToolContext__modelize_class_phase = 110;
2292 const int COLOR_modelize_class__ToolContext__modelize_class_phase_61d = 111;
2293 const int COLOR_modelize_property__ToolContext__modelize_property_phase = 112;
2294 const int COLOR_modelize_property__ToolContext__modelize_property_phase_61d = 113;
2295 const int COLOR_cached__ToolContext__cached_phase = 114;
2296 const int COLOR_cached__ToolContext__cached_phase_61d = 115;
2297 const int COLOR_typing__ToolContext__typing_phase = 116;
2298 const int COLOR_typing__ToolContext__typing_phase_61d = 117;
2299 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase = 118;
2300 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase_61d = 119;
2301 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase = 120;
2302 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase_61d = 121;
2303 const int COLOR_transform__ToolContext__transform_phase = 122;
2304 const int COLOR_transform__ToolContext__transform_phase_61d = 123;
2305 const int COLOR_frontend__ToolContext__dummy = 124;
2306 const int COLOR_frontend__ToolContext__dummy_61d = 125;
2307 const int COLOR_frontend__ToolContext__do_dummy = 126;
2308 const int COLOR_frontend__ToolContext__run_global_phases = 127;
2309 const int COLOR_abstract_compiler__ToolContext__opt_output = 128;
2310 const int COLOR_abstract_compiler__ToolContext__opt_output_61d = 129;
2311 const int COLOR_abstract_compiler__ToolContext__opt_no_cc = 130;
2312 const int COLOR_abstract_compiler__ToolContext__opt_no_cc_61d = 131;
2313 const int COLOR_abstract_compiler__ToolContext__opt_cc_path = 132;
2314 const int COLOR_abstract_compiler__ToolContext__opt_cc_path_61d = 133;
2315 const int COLOR_abstract_compiler__ToolContext__opt_make_flags = 134;
2316 const int COLOR_abstract_compiler__ToolContext__opt_make_flags_61d = 135;
2317 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir = 136;
2318 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir_61d = 137;
2319 const int COLOR_abstract_compiler__ToolContext__opt_hardening = 138;
2320 const int COLOR_abstract_compiler__ToolContext__opt_hardening_61d = 139;
2321 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range = 140;
2322 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range_61d = 141;
2323 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance = 142;
2324 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance_61d = 143;
2325 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization = 144;
2326 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization_61d = 145;
2327 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert = 146;
2328 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert_61d = 147;
2329 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast = 148;
2330 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast_61d = 149;
2331 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other = 150;
2332 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other_61d = 151;
2333 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics = 152;
2334 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics_61d = 153;
2335 const int COLOR_separate_compiler__ToolContext__opt_separate = 154;
2336 const int COLOR_separate_compiler__ToolContext__opt_separate_61d = 155;
2337 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern = 156;
2338 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern_61d = 157;
2339 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute = 158;
2340 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute_61d = 159;
2341 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate = 160;
2342 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate_61d = 161;
2343 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers = 162;
2344 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers_61d = 163;
2345 const int COLOR_separate_compiler__ToolContext__opt_bm_typing = 164;
2346 const int COLOR_separate_compiler__ToolContext__opt_bm_typing_61d = 165;
2347 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing = 166;
2348 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing_61d = 167;
2349 const int COLOR_separate_compiler__ToolContext__opt_phand_typing = 168;
2350 const int COLOR_separate_compiler__ToolContext__opt_phand_typing_61d = 169;
2351 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics = 170;
2352 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics_61d = 171;
2353 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure = 172;
2354 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure_61d = 173;
2355 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast = 174;
2356 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast_61d = 175;
2357 const int COLOR_separate_erasure_compiler__ToolContext__init = 176;
2358 const int COLOR_separate_compiler__ToolContext__init = 177;
2359 const int COLOR_abstract_compiler__ToolContext__init = 178;
2360 const int COLOR_modelbuilder__ToolContext__init = 179;
2361 const int COLOR_lexer__Lexer__file = 46;
2362 const int COLOR_lexer__Lexer__state_initial = 47;
2363 const int COLOR_lexer__Lexer__init = 48;
2364 const int COLOR_lexer__Lexer__last_token = 49;
2365 const int COLOR_lexer__Lexer__last_token_61d = 50;
2366 const int COLOR_lexer__Lexer__peek = 51;
2367 const int COLOR_lexer__Lexer__next = 52;
2368 const int COLOR_lexer__Lexer__get_token = 53;
2369 const int COLOR_model_base__Model__mmodules = 42;
2370 const int COLOR_model_base__Model__mmodules_61d = 43;
2371 const int COLOR_model_base__Model__mmodule_nesting_hierarchy = 44;
2372 const int COLOR_model_base__Model__mmodule_nesting_hierarchy_61d = 45;
2373 const int COLOR_model_base__Model__mmodule_importation_hierarchy = 46;
2374 const int COLOR_model_base__Model__mmodule_importation_hierarchy_61d = 47;
2375 const int COLOR_model_base__Model__mmodules_by_name = 48;
2376 const int COLOR_model_base__Model__mmodules_by_name_61d = 49;
2377 const int COLOR_model_base__Model__get_mmodules_by_name = 50;
2378 const int COLOR_model_base__Model__init = 51;
2379 const int COLOR_model__Model__mclasses = 52;
2380 const int COLOR_model__Model__mclasses_61d = 53;
2381 const int COLOR_model__Model__mproperties = 54;
2382 const int COLOR_model__Model__mproperties_61d = 55;
2383 const int COLOR_model__Model__mclassdef_hierarchy = 56;
2384 const int COLOR_model__Model__mclassdef_hierarchy_61d = 57;
2385 const int COLOR_model__Model__intro_mtype_specialization_hierarchy = 58;
2386 const int COLOR_model__Model__intro_mtype_specialization_hierarchy_61d = 59;
2387 const int COLOR_model__Model__full_mtype_specialization_hierarchy = 60;
2388 const int COLOR_model__Model__full_mtype_specialization_hierarchy_61d = 61;
2389 const int COLOR_model__Model__mclasses_by_name = 62;
2390 const int COLOR_model__Model__mclasses_by_name_61d = 63;
2391 const int COLOR_model__Model__get_mclasses_by_name = 64;
2392 const int COLOR_model__Model__mproperties_by_name = 65;
2393 const int COLOR_model__Model__mproperties_by_name_61d = 66;
2394 const int COLOR_model__Model__get_mproperties_by_name = 67;
2395 const int COLOR_model__Model__null_type = 68;
2396 const int COLOR_model__Model__null_type_61d = 69;
2397 const int COLOR_model_base__MModule__model = 42;
2398 const int COLOR_model_base__MModule__model_61d = 43;
2399 const int COLOR_model_base__MModule__direct_owner = 44;
2400 const int COLOR_model_base__MModule__direct_owner_61d = 45;
2401 const int COLOR_model_base__MModule__name = 46;
2402 const int COLOR_model_base__MModule__name_61d = 47;
2403 const int COLOR_model_base__MModule__location = 48;
2404 const int COLOR_model_base__MModule__location_61d = 49;
2405 const int COLOR_model_base__MModule__in_nesting = 50;
2406 const int COLOR_model_base__MModule__in_nesting_61d = 51;
2407 const int COLOR_model_base__MModule__in_importation = 52;
2408 const int COLOR_model_base__MModule__in_importation_61d = 53;
2409 const int COLOR_model_base__MModule__full_name = 54;
2410 const int COLOR_model_base__MModule__init = 55;
2411 const int COLOR_model_base__MModule__set_imported_mmodules = 56;
2412 const int COLOR_model_base__MModule__intrude_mmodules = 57;
2413 const int COLOR_model_base__MModule__intrude_mmodules_61d = 58;
2414 const int COLOR_model_base__MModule__public_mmodules = 59;
2415 const int COLOR_model_base__MModule__public_mmodules_61d = 60;
2416 const int COLOR_model_base__MModule__private_mmodules = 61;
2417 const int COLOR_model_base__MModule__private_mmodules_61d = 62;
2418 const int COLOR_model_base__MModule__visibility_for = 63;
2419 const int COLOR_model_base__MModule__set_visibility_for = 64;
2420 const int COLOR_model_base__MModule__public_owner = 65;
2421 const int COLOR_model_base__MModule__is_visible = 66;
2422 const int COLOR_model__MModule__intro_mclasses = 67;
2423 const int COLOR_model__MModule__intro_mclasses_61d = 68;
2424 const int COLOR_model__MModule__mclassdefs = 69;
2425 const int COLOR_model__MModule__mclassdefs_61d = 70;
2426 const int COLOR_model__MModule__has_mclass = 71;
2427 const int COLOR_model__MModule__flatten_mclass_hierarchy = 72;
2428 const int COLOR_model__MModule__linearize_mclasses = 73;
2429 const int COLOR_model__MModule__linearize_mclassdefs = 74;
2430 const int COLOR_model__MModule__linearize_mpropdefs = 75;
2431 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache = 76;
2432 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache_61d = 77;
2433 const int COLOR_model__MModule__object_type = 78;
2434 const int COLOR_model__MModule__object_type_cache = 79;
2435 const int COLOR_model__MModule__object_type_cache_61d = 80;
2436 const int COLOR_model__MModule__bool_type = 81;
2437 const int COLOR_model__MModule__bool_type_cache = 82;
2438 const int COLOR_model__MModule__bool_type_cache_61d = 83;
2439 const int COLOR_model__MModule__sys_type = 84;
2440 const int COLOR_model__MModule__get_primitive_class = 85;
2441 const int COLOR_model__MModule__try_get_primitive_method = 86;
2442 const int COLOR_abstract_compiler__MModule__properties = 87;
2443 const int COLOR_abstract_compiler__MModule__properties_cache = 88;
2444 const int COLOR_abstract_compiler__MModule__properties_cache_61d = 89;
2445 const int COLOR_model_base__MVisibility__to_s_61d = 50;
2446 const int COLOR_model_base__MVisibility__level = 51;
2447 const int COLOR_model_base__MVisibility__level_61d = 52;
2448 const int COLOR_model_base__MVisibility__init = 53;
2449 const int COLOR_model__MClassDefSorter__mmodule = 76;
2450 const int COLOR_model__MClassDefSorter__mmodule_61d = 77;
2451 const int COLOR_model__MClassDefSorter__init = 78;
2452 const int COLOR_model__MPropDefSorter__mmodule = 76;
2453 const int COLOR_model__MPropDefSorter__mmodule_61d = 77;
2454 const int COLOR_model__MPropDefSorter__init = 78;
2455 const int COLOR_model__MClass__intro_mmodule = 42;
2456 const int COLOR_model__MClass__intro_mmodule_61d = 43;
2457 const int COLOR_model__MClass__name = 44;
2458 const int COLOR_model__MClass__name_61d = 45;
2459 const int COLOR_model__MClass__full_name = 46;
2460 const int COLOR_model__MClass__arity = 47;
2461 const int COLOR_model__MClass__arity_61d = 48;
2462 const int COLOR_model__MClass__kind = 49;
2463 const int COLOR_model__MClass__kind_61d = 50;
2464 const int COLOR_model__MClass__visibility = 51;
2465 const int COLOR_model__MClass__visibility_61d = 52;
2466 const int COLOR_model__MClass__init = 53;
2467 const int COLOR_model__MClass__mclassdefs = 54;
2468 const int COLOR_model__MClass__mclassdefs_61d = 55;
2469 const int COLOR_model__MClass__intro = 56;
2470 const int COLOR_model__MClass__in_hierarchy = 57;
2471 const int COLOR_model__MClass__mclass_type = 58;
2472 const int COLOR_model__MClass__mclass_type_61d = 59;
2473 const int COLOR_model__MClass__get_mtype = 60;
2474 const int COLOR_model__MClass__get_mtype_cache = 61;
2475 const int COLOR_model__MClass__get_mtype_cache_61d = 62;
2476 const int COLOR_modelize_property__MClass__inherit_init_from = 63;
2477 const int COLOR_modelize_property__MClass__inherit_init_from_61d = 64;
2478 const int COLOR_abstract_compiler__MClass__c_name = 65;
2479 const int COLOR_abstract_compiler__MClass__c_name_cache = 66;
2480 const int COLOR_abstract_compiler__MClass__c_name_cache_61d = 67;
2481 const int COLOR_model__MClassDef__mmodule = 42;
2482 const int COLOR_model__MClassDef__mmodule_61d = 43;
2483 const int COLOR_model__MClassDef__mclass = 44;
2484 const int COLOR_model__MClassDef__mclass_61d = 45;
2485 const int COLOR_model__MClassDef__bound_mtype = 46;
2486 const int COLOR_model__MClassDef__bound_mtype_61d = 47;
2487 const int COLOR_model__MClassDef__parameter_names = 48;
2488 const int COLOR_model__MClassDef__parameter_names_61d = 49;
2489 const int COLOR_model__MClassDef__location = 50;
2490 const int COLOR_model__MClassDef__location_61d = 51;
2491 const int COLOR_model__MClassDef__to_s_61d = 52;
2492 const int COLOR_model__MClassDef__init = 53;
2493 const int COLOR_model__MClassDef__supertypes = 54;
2494 const int COLOR_model__MClassDef__supertypes_61d = 55;
2495 const int COLOR_model__MClassDef__set_supertypes = 56;
2496 const int COLOR_model__MClassDef__add_in_hierarchy = 57;
2497 const int COLOR_model__MClassDef__in_hierarchy = 58;
2498 const int COLOR_model__MClassDef__in_hierarchy_61d = 59;
2499 const int COLOR_model__MClassDef__is_intro = 60;
2500 const int COLOR_model__MClassDef__intro_mproperties = 61;
2501 const int COLOR_model__MClassDef__intro_mproperties_61d = 62;
2502 const int COLOR_model__MClassDef__mpropdefs = 63;
2503 const int COLOR_model__MClassDef__mpropdefs_61d = 64;
2504 const int COLOR_model__MType__model = 42;
2505 const int COLOR_model__MType__is_subtype = 43;
2506 const int COLOR_model__MType__anchor_to = 44;
2507 const int COLOR_model__MType__need_anchor = 45;
2508 const int COLOR_model__MType__supertype_to = 46;
2509 const int COLOR_model__MType__resolve_for = 47;
2510 const int COLOR_model__MType__can_resolve_for = 48;
2511 const int COLOR_model__MType__as_nullable = 49;
2512 const int COLOR_model__MType__as_nullable_cache = 50;
2513 const int COLOR_model__MType__as_nullable_cache_61d = 51;
2514 const int COLOR_model__MType__depth = 52;
2515 const int COLOR_model__MType__length = 53;
2516 const int COLOR_model__MType__collect_mclassdefs = 54;
2517 const int COLOR_model__MType__collect_mclasses = 55;
2518 const int COLOR_model__MType__collect_mtypes = 56;
2519 const int COLOR_model__MType__has_mproperty = 57;
2520 const int COLOR_model__MType__init = 58;
2521 const int COLOR_abstract_compiler__MType__ctype = 59;
2522 const int COLOR_abstract_compiler__MType__ctypename = 60;
2523 const int COLOR_abstract_compiler__MType__c_name = 61;
2524 const int COLOR_abstract_compiler__MType__c_name_cache = 62;
2525 const int COLOR_abstract_compiler__MType__c_name_cache_61d = 63;
2526 const int COLOR_separate_compiler__MType__const_color = 64;
2527 const int COLOR_model__MClassType__mclass = 65;
2528 const int COLOR_model__MClassType__mclass_61d = 66;
2529 const int COLOR_model__MClassType__init = 67;
2530 const int COLOR_model__MClassType__arguments = 68;
2531 const int COLOR_model__MClassType__arguments_61d = 69;
2532 const int COLOR_model__MClassType__collect_things = 70;
2533 const int COLOR_model__MClassType__collect_mclassdefs_cache = 71;
2534 const int COLOR_model__MClassType__collect_mclassdefs_cache_61d = 72;
2535 const int COLOR_model__MClassType__collect_mclasses_cache = 73;
2536 const int COLOR_model__MClassType__collect_mclasses_cache_61d = 74;
2537 const int COLOR_model__MClassType__collect_mtypes_cache = 75;
2538 const int COLOR_model__MClassType__collect_mtypes_cache_61d = 76;
2539 const int COLOR_model__MClassType__anchor_to = 77;
2540 const int COLOR_model__MGenericType__init = 78;
2541 const int COLOR_model__MGenericType__to_s_61d = 79;
2542 const int COLOR_model__MGenericType__need_anchor_61d = 80;
2543 const int COLOR_abstract_compiler__MGenericType__c_name = 81;
2544 const int COLOR_model__MVirtualType__mproperty = 65;
2545 const int COLOR_model__MVirtualType__mproperty_61d = 66;
2546 const int COLOR_model__MVirtualType__lookup_bound = 67;
2547 const int COLOR_model__MVirtualType__init = 68;
2548 const int COLOR_model__MParameterType__mclass = 65;
2549 const int COLOR_model__MParameterType__mclass_61d = 66;
2550 const int COLOR_model__MParameterType__rank = 67;
2551 const int COLOR_model__MParameterType__rank_61d = 68;
2552 const int COLOR_model__MParameterType__lookup_bound = 69;
2553 const int COLOR_model__MParameterType__init = 70;
2554 const int COLOR_model__MNullableType__mtype = 65;
2555 const int COLOR_model__MNullableType__mtype_61d = 66;
2556 const int COLOR_model__MNullableType__init = 67;
2557 const int COLOR_model__MNullableType__to_s_61d = 68;
2558 const int COLOR_model__MNullType__model_61d = 65;
2559 const int COLOR_model__MNullType__init = 66;
2560 const int COLOR_model__MSignature__mparameters = 65;
2561 const int COLOR_model__MSignature__mparameters_61d = 66;
2562 const int COLOR_model__MSignature__return_mtype = 67;
2563 const int COLOR_model__MSignature__return_mtype_61d = 68;
2564 const int COLOR_model__MSignature__init = 69;
2565 const int COLOR_model__MSignature__vararg_rank = 70;
2566 const int COLOR_model__MSignature__vararg_rank_61d = 71;
2567 const int COLOR_model__MSignature__arity = 72;
2568 const int COLOR_model__MParameter__name = 42;
2569 const int COLOR_model__MParameter__name_61d = 43;
2570 const int COLOR_model__MParameter__mtype = 44;
2571 const int COLOR_model__MParameter__mtype_61d = 45;
2572 const int COLOR_model__MParameter__is_vararg = 46;
2573 const int COLOR_model__MParameter__is_vararg_61d = 47;
2574 const int COLOR_model__MParameter__resolve_for = 48;
2575 const int COLOR_model__MParameter__init = 49;
2576 const int COLOR_model__MProperty__intro_mclassdef = 42;
2577 const int COLOR_model__MProperty__intro_mclassdef_61d = 43;
2578 const int COLOR_model__MProperty__name = 44;
2579 const int COLOR_model__MProperty__name_61d = 45;
2580 const int COLOR_model__MProperty__full_name = 46;
2581 const int COLOR_model__MProperty__visibility = 47;
2582 const int COLOR_model__MProperty__visibility_61d = 48;
2583 const int COLOR_model__MProperty__init = 49;
2584 const int COLOR_model__MProperty__mpropdefs = 50;
2585 const int COLOR_model__MProperty__mpropdefs_61d = 51;
2586 const int COLOR_model__MProperty__intro = 52;
2587 const int COLOR_model__MProperty__lookup_definitions = 53;
2588 const int COLOR_model__MProperty__lookup_definitions_cache = 54;
2589 const int COLOR_model__MProperty__lookup_definitions_cache_61d = 55;
2590 const int COLOR_model__MProperty__lookup_super_definitions = 56;
2591 const int COLOR_model__MProperty__lookup_first_definition = 57;
2592 const int COLOR_model__MProperty__lookup_all_definitions = 58;
2593 const int COLOR_model__MProperty__lookup_all_definitions_cache = 59;
2594 const int COLOR_model__MProperty__lookup_all_definitions_cache_61d = 60;
2595 const int COLOR_abstract_compiler__MProperty__c_name = 61;
2596 const int COLOR_abstract_compiler__MProperty__c_name_cache = 62;
2597 const int COLOR_abstract_compiler__MProperty__c_name_cache_61d = 63;
2598 const int COLOR_separate_compiler__MProperty__const_color = 64;
2599 const int COLOR_model__MMethod__init = 65;
2600 const int COLOR_model__MMethod__is_init = 66;
2601 const int COLOR_model__MMethod__is_init_61d = 67;
2602 const int COLOR_model__MMethod__is_new = 68;
2603 const int COLOR_model__MMethod__is_new_61d = 69;
2604 const int COLOR_model__MMethod__is_init_for = 70;
2605 const int COLOR_model__MAttribute__init = 65;
2606 const int COLOR_model__MVirtualTypeProp__init = 65;
2607 const int COLOR_model__MVirtualTypeProp__mvirtualtype = 66;
2608 const int COLOR_model__MVirtualTypeProp__mvirtualtype_61d = 67;
2609 const int COLOR_model__MPropDef__location = 42;
2610 const int COLOR_model__MPropDef__location_61d = 43;
2611 const int COLOR_model__MPropDef__mclassdef = 44;
2612 const int COLOR_model__MPropDef__mclassdef_61d = 45;
2613 const int COLOR_model__MPropDef__mproperty = 46;
2614 const int COLOR_model__MPropDef__mproperty_61d = 47;
2615 const int COLOR_model__MPropDef__init = 48;
2616 const int COLOR_model__MPropDef__to_s_61d = 49;
2617 const int COLOR_model__MPropDef__is_intro = 50;
2618 const int COLOR_model__MPropDef__lookup_next_definition = 51;
2619 const int COLOR_typing__MPropDef__has_supercall = 52;
2620 const int COLOR_typing__MPropDef__has_supercall_61d = 53;
2621 const int COLOR_abstract_compiler__MPropDef__c_name_cache = 54;
2622 const int COLOR_abstract_compiler__MPropDef__c_name_cache_61d = 55;
2623 const int COLOR_abstract_compiler__MPropDef__c_name = 56;
2624 const int COLOR_separate_compiler__MPropDef__const_color = 57;
2625 const int COLOR_model__MMethodDef__init = 58;
2626 const int COLOR_model__MMethodDef__msignature = 59;
2627 const int COLOR_model__MMethodDef__msignature_61d = 60;
2628 const int COLOR_model__MMethodDef__is_abstract = 61;
2629 const int COLOR_model__MMethodDef__is_abstract_61d = 62;
2630 const int COLOR_abstract_compiler__MMethodDef__can_inline = 63;
2631 const int COLOR_abstract_compiler__MMethodDef__compile_inside_to_c = 64;
2632 const int COLOR_abstract_compiler__MMethodDef__compile_parameter_check = 65;
2633 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function = 66;
2634 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache = 67;
2635 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache_61d = 68;
2636 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function = 69;
2637 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache = 70;
2638 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache_61d = 71;
2639 const int COLOR_model__MAttributeDef__init = 58;
2640 const int COLOR_model__MAttributeDef__static_mtype = 59;
2641 const int COLOR_model__MAttributeDef__static_mtype_61d = 60;
2642 const int COLOR_model__MVirtualTypeDef__init = 58;
2643 const int COLOR_model__MVirtualTypeDef__bound = 59;
2644 const int COLOR_model__MVirtualTypeDef__bound_61d = 60;
2645 const int COLOR_model__MClassKind__to_s_61d = 42;
2646 const int COLOR_model__MClassKind__need_init = 43;
2647 const int COLOR_model__MClassKind__need_init_61d = 44;
2648 const int COLOR_model__MClassKind__init = 45;
2649 const int COLOR_parser__State__state = 42;
2650 const int COLOR_parser__State__state_61d = 43;
2651 const int COLOR_parser__State__nodes = 44;
2652 const int COLOR_parser__State__nodes_61d = 45;
2653 const int COLOR_parser__State__init = 46;
2654 const int COLOR_parser__Parser__init = 46;
2655 const int COLOR_parser__Parser__go_to = 47;
2656 const int COLOR_parser__Parser__push = 48;
2657 const int COLOR_parser__Parser__state = 49;
2658 const int COLOR_parser__Parser__pop = 50;
2659 const int COLOR_parser__Parser__parse = 51;
2660 const int COLOR_parser__Parser__build_reduce_table = 52;
2661 const int COLOR_parser__ComputeProdLocationVisitor__init = 47;
2662 const int COLOR_parser__ReduceAction__action = 42;
2663 const int COLOR_parser__ReduceAction__concat = 43;
2664 const int COLOR_parser__ReduceAction__init = 44;
2665 const int COLOR_parser_util__InjectedLexer__injected_before = 54;
2666 const int COLOR_parser_util__InjectedLexer__injected_before_61d = 55;
2667 const int COLOR_parser_util__InjectedLexer__injected_after = 56;
2668 const int COLOR_parser_util__InjectedLexer__injected_after_61d = 57;
2669 const int COLOR_parser_util__InjectedLexer__is_finished = 58;
2670 const int COLOR_parser_util__InjectedLexer__is_finished_61d = 59;
2671 const int COLOR_parser_util__CollectTokensByTextVisitor__text = 47;
2672 const int COLOR_parser_util__CollectTokensByTextVisitor__text_61d = 48;
2673 const int COLOR_parser_util__CollectTokensByTextVisitor__init = 49;
2674 const int COLOR_parser_util__CollectTokensByTextVisitor__result = 50;
2675 const int COLOR_parser_util__CollectTokensByTextVisitor__result_61d = 51;
2676 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name = 47;
2677 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name_61d = 48;
2678 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__init = 49;
2679 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result = 50;
2680 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result_61d = 51;
2681 const int COLOR_phase__AnnotationPhaseVisitor__phase = 47;
2682 const int COLOR_phase__AnnotationPhaseVisitor__phase_61d = 48;
2683 const int COLOR_phase__AnnotationPhaseVisitor__init = 49;
2684 const int COLOR_phase__Phase__toolcontext = 42;
2685 const int COLOR_phase__Phase__toolcontext_61d = 43;
2686 const int COLOR_phase__Phase__in_hierarchy = 44;
2687 const int COLOR_phase__Phase__in_hierarchy_61d = 45;
2688 const int COLOR_phase__Phase__init = 46;
2689 const int COLOR_phase__Phase__process_nmodule = 47;
2690 const int COLOR_phase__Phase__process_nclassdef = 48;
2691 const int COLOR_phase__Phase__process_npropdef = 49;
2692 const int COLOR_phase__Phase__process_annotated_node = 50;
2693 const int COLOR_frontend__Phase__process_mainmodule = 51;
2694 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count = 47;
2695 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count_61d = 48;
2696 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext = 49;
2697 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext_61d = 50;
2698 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__warning = 51;
2699 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__init = 52;
2700 const int COLOR_literal__LiteralVisitor__toolcontext = 47;
2701 const int COLOR_literal__LiteralVisitor__toolcontext_61d = 48;
2702 const int COLOR_literal__LiteralVisitor__init = 49;
2703 const int COLOR_scope__Variable__name = 42;
2704 const int COLOR_scope__Variable__name_61d = 43;
2705 const int COLOR_scope__Variable__init = 44;
2706 const int COLOR_typing__Variable__declared_type = 45;
2707 const int COLOR_typing__Variable__declared_type_61d = 46;
2708 const int COLOR_scope__EscapeMark__name = 42;
2709 const int COLOR_scope__EscapeMark__name_61d = 43;
2710 const int COLOR_scope__EscapeMark__for_loop = 44;
2711 const int COLOR_scope__EscapeMark__for_loop_61d = 45;
2712 const int COLOR_scope__EscapeMark__continues = 46;
2713 const int COLOR_scope__EscapeMark__continues_61d = 47;
2714 const int COLOR_scope__EscapeMark__breaks = 48;
2715 const int COLOR_scope__EscapeMark__breaks_61d = 49;
2716 const int COLOR_scope__EscapeMark__init = 50;
2717 const int COLOR_scope__ScopeVisitor__toolcontext = 47;
2718 const int COLOR_scope__ScopeVisitor__toolcontext_61d = 48;
2719 const int COLOR_scope__ScopeVisitor__selfvariable = 49;
2720 const int COLOR_scope__ScopeVisitor__selfvariable_61d = 50;
2721 const int COLOR_scope__ScopeVisitor__init = 51;
2722 const int COLOR_scope__ScopeVisitor__scopes = 52;
2723 const int COLOR_scope__ScopeVisitor__scopes_61d = 53;
2724 const int COLOR_scope__ScopeVisitor__register_variable = 54;
2725 const int COLOR_scope__ScopeVisitor__search_variable = 55;
2726 const int COLOR_scope__ScopeVisitor__enter_visit_block = 56;
2727 const int COLOR_scope__ScopeVisitor__search_label = 57;
2728 const int COLOR_scope__ScopeVisitor__make_escape_mark = 58;
2729 const int COLOR_scope__ScopeVisitor__get_escapemark = 59;
2730 const int COLOR_scope__ScopeVisitor__error = 60;
2731 const int COLOR_scope__Scope__variables = 42;
2732 const int COLOR_scope__Scope__variables_61d = 43;
2733 const int COLOR_scope__Scope__escapemark = 44;
2734 const int COLOR_scope__Scope__escapemark_61d = 45;
2735 const int COLOR_scope__Scope__get_variable = 46;
2736 const int COLOR_scope__Scope__init = 47;
2737 const int COLOR_flow__FlowVisitor__current_flow_context = 47;
2738 const int COLOR_flow__FlowVisitor__current_flow_context_61d = 48;
2739 const int COLOR_flow__FlowVisitor__toolcontext = 49;
2740 const int COLOR_flow__FlowVisitor__toolcontext_61d = 50;
2741 const int COLOR_flow__FlowVisitor__init = 51;
2742 const int COLOR_flow__FlowVisitor__first = 52;
2743 const int COLOR_flow__FlowVisitor__first_61d = 53;
2744 const int COLOR_flow__FlowVisitor__visit_expr = 54;
2745 const int COLOR_flow__FlowVisitor__flows = 55;
2746 const int COLOR_flow__FlowVisitor__flows_61d = 56;
2747 const int COLOR_flow__FlowVisitor__printflow = 57;
2748 const int COLOR_flow__FlowVisitor__make_sub_flow = 58;
2749 const int COLOR_flow__FlowVisitor__make_merge_flow = 59;
2750 const int COLOR_flow__FlowVisitor__make_true_false_flow = 60;
2751 const int COLOR_flow__FlowVisitor__make_sub_true_false_flow = 61;
2752 const int COLOR_flow__FlowVisitor__make_unreachable_flow = 62;
2753 const int COLOR_flow__FlowVisitor__merge_continues_to = 63;
2754 const int COLOR_flow__FlowVisitor__merge_breaks = 64;
2755 const int COLOR_flow__FlowContext__previous = 42;
2756 const int COLOR_flow__FlowContext__previous_61d = 43;
2757 const int COLOR_flow__FlowContext__loops = 44;
2758 const int COLOR_flow__FlowContext__loops_61d = 45;
2759 const int COLOR_flow__FlowContext__is_marked_unreachable = 46;
2760 const int COLOR_flow__FlowContext__is_marked_unreachable_61d = 47;
2761 const int COLOR_flow__FlowContext__is_unreachable = 48;
2762 const int COLOR_flow__FlowContext__is_already_unreachable = 49;
2763 const int COLOR_flow__FlowContext__is_already_unreachable_61d = 50;
2764 const int COLOR_flow__FlowContext__is_start = 51;
2765 const int COLOR_flow__FlowContext__is_start_61d = 52;
2766 const int COLOR_flow__FlowContext__node = 53;
2767 const int COLOR_flow__FlowContext__node_61d = 54;
2768 const int COLOR_flow__FlowContext__name = 55;
2769 const int COLOR_flow__FlowContext__name_61d = 56;
2770 const int COLOR_flow__FlowContext__when_true = 57;
2771 const int COLOR_flow__FlowContext__when_true_61d = 58;
2772 const int COLOR_flow__FlowContext__when_false = 59;
2773 const int COLOR_flow__FlowContext__when_false_61d = 60;
2774 const int COLOR_flow__FlowContext__add_previous = 61;
2775 const int COLOR_flow__FlowContext__add_loop = 62;
2776 const int COLOR_flow__FlowContext__init = 63;
2777 const int COLOR_local_var_init__FlowContext__set_vars = 64;
2778 const int COLOR_local_var_init__FlowContext__set_vars_61d = 65;
2779 const int COLOR_local_var_init__FlowContext__is_variable_set = 66;
2780 const int COLOR_typing__FlowContext__vars = 67;
2781 const int COLOR_typing__FlowContext__vars_61d = 68;
2782 const int COLOR_typing__FlowContext__cache = 69;
2783 const int COLOR_typing__FlowContext__cache_61d = 70;
2784 const int COLOR_typing__FlowContext__set_var = 71;
2785 const int COLOR_typing__FlowContext__collect_types = 72;
2786 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext = 47;
2787 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext_61d = 48;
2788 const int COLOR_local_var_init__LocalVarInitVisitor__init = 49;
2789 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars = 50;
2790 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars_61d = 51;
2791 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_unset = 52;
2792 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_set = 53;
2793 const int COLOR_local_var_init__LocalVarInitVisitor__check_is_set = 54;
2794 const int COLOR_modelbuilder__ModelBuilder__model = 42;
2795 const int COLOR_modelbuilder__ModelBuilder__model_61d = 43;
2796 const int COLOR_modelbuilder__ModelBuilder__toolcontext = 44;
2797 const int COLOR_modelbuilder__ModelBuilder__toolcontext_61d = 45;
2798 const int COLOR_modelbuilder__ModelBuilder__run_phases = 46;
2799 const int COLOR_modelbuilder__ModelBuilder__init = 47;
2800 const int COLOR_modelbuilder__ModelBuilder__parse = 48;
2801 const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name = 49;
2802 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2 = 50;
2803 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache = 51;
2804 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d = 52;
2805 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name = 53;
2806 const int COLOR_modelbuilder__ModelBuilder__paths = 54;
2807 const int COLOR_modelbuilder__ModelBuilder__paths_61d = 55;
2808 const int COLOR_modelbuilder__ModelBuilder__get_mmodule_by_name = 56;
2809 const int COLOR_modelbuilder__ModelBuilder__module_absolute_path = 57;
2810 const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules = 58;
2811 const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules_61d = 59;
2812 const int COLOR_modelbuilder__ModelBuilder__load_module = 60;
2813 const int COLOR_modelbuilder__ModelBuilder__build_module_importation = 61;
2814 const int COLOR_modelbuilder__ModelBuilder__nmodules = 62;
2815 const int COLOR_modelbuilder__ModelBuilder__nmodules_61d = 63;
2816 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule = 64;
2817 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule_61d = 65;
2818 const int COLOR_modelbuilder__ModelBuilder__error = 66;
2819 const int COLOR_modelbuilder__ModelBuilder__warning = 67;
2820 const int COLOR_modelbuilder__ModelBuilder__force_get_primitive_method = 68;
2821 const int COLOR_modelize_class__ModelBuilder__build_a_mclass = 69;
2822 const int COLOR_modelize_class__ModelBuilder__build_a_mclassdef = 70;
2823 const int COLOR_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance = 71;
2824 const int COLOR_modelize_class__ModelBuilder__check_supertypes = 72;
2825 const int COLOR_modelize_class__ModelBuilder__build_classes = 73;
2826 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef = 74;
2827 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef_61d = 75;
2828 const int COLOR_modelize_class__ModelBuilder__resolve_mtype_unchecked = 76;
2829 const int COLOR_modelize_class__ModelBuilder__resolve_mtype = 77;
2830 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef = 78;
2831 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef_61d = 79;
2832 const int COLOR_modelize_property__ModelBuilder__build_properties = 80;
2833 const int COLOR_modelize_property__ModelBuilder__process_default_constructors = 81;
2834 const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis = 82;
2835 const int COLOR_abstract_compiler__ModelBuilder__cc_paths = 83;
2836 const int COLOR_abstract_compiler__ModelBuilder__cc_paths_61d = 84;
2837 const int COLOR_abstract_compiler__ModelBuilder__write_and_make = 85;
2838 const int COLOR_global_compiler__ModelBuilder__run_global_compiler = 86;
2839 const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler = 87;
2840 const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler = 88;
2841 const int COLOR_abstract_compiler__ModelBuilder__init = 89;
2842 const int COLOR_modelize_property__TextCollectorVisitor__text = 47;
2843 const int COLOR_modelize_property__TextCollectorVisitor__text_61d = 48;
2844 const int COLOR_modelize_property__TextCollectorVisitor__init = 49;
2845 const int COLOR_cached__CachedPhase__init = 52;
2846 const int COLOR_cached__CachedPhase__associate_propdef = 53;
2847 const int COLOR_typing__TypeVisitor__modelbuilder = 42;
2848 const int COLOR_typing__TypeVisitor__modelbuilder_61d = 43;
2849 const int COLOR_typing__TypeVisitor__nclassdef = 44;
2850 const int COLOR_typing__TypeVisitor__nclassdef_61d = 45;
2851 const int COLOR_typing__TypeVisitor__mpropdef = 46;
2852 const int COLOR_typing__TypeVisitor__mpropdef_61d = 47;
2853 const int COLOR_typing__TypeVisitor__selfvariable = 48;
2854 const int COLOR_typing__TypeVisitor__selfvariable_61d = 49;
2855 const int COLOR_typing__TypeVisitor__init = 50;
2856 const int COLOR_typing__TypeVisitor__mmodule = 51;
2857 const int COLOR_typing__TypeVisitor__anchor = 52;
2858 const int COLOR_typing__TypeVisitor__anchor_to = 53;
2859 const int COLOR_typing__TypeVisitor__is_subtype = 54;
2860 const int COLOR_typing__TypeVisitor__resolve_for = 55;
2861 const int COLOR_typing__TypeVisitor__resolve_signature_for = 56;
2862 const int COLOR_typing__TypeVisitor__check_subtype = 57;
2863 const int COLOR_typing__TypeVisitor__visit_stmt = 58;
2864 const int COLOR_typing__TypeVisitor__visit_expr = 59;
2865 const int COLOR_typing__TypeVisitor__visit_expr_subtype = 60;
2866 const int COLOR_typing__TypeVisitor__visit_expr_bool = 61;
2867 const int COLOR_typing__TypeVisitor__visit_expr_cast = 62;
2868 const int COLOR_typing__TypeVisitor__try_get_mproperty_by_name2 = 63;
2869 const int COLOR_typing__TypeVisitor__resolve_mtype = 64;
2870 const int COLOR_typing__TypeVisitor__try_get_mclass = 65;
2871 const int COLOR_typing__TypeVisitor__get_mclass = 66;
2872 const int COLOR_typing__TypeVisitor__type_bool = 67;
2873 const int COLOR_typing__TypeVisitor__get_method = 68;
2874 const int COLOR_typing__TypeVisitor__check_signature = 69;
2875 const int COLOR_typing__TypeVisitor__error = 70;
2876 const int COLOR_typing__TypeVisitor__get_variable = 71;
2877 const int COLOR_typing__TypeVisitor__set_variable = 72;
2878 const int COLOR_typing__TypeVisitor__merge_types = 73;
2879 const int COLOR_typing__CallSite__node = 42;
2880 const int COLOR_typing__CallSite__node_61d = 43;
2881 const int COLOR_typing__CallSite__recv = 44;
2882 const int COLOR_typing__CallSite__recv_61d = 45;
2883 const int COLOR_typing__CallSite__recv_is_self = 46;
2884 const int COLOR_typing__CallSite__recv_is_self_61d = 47;
2885 const int COLOR_typing__CallSite__mproperty = 48;
2886 const int COLOR_typing__CallSite__mproperty_61d = 49;
2887 const int COLOR_typing__CallSite__mpropdef = 50;
2888 const int COLOR_typing__CallSite__mpropdef_61d = 51;
2889 const int COLOR_typing__CallSite__msignature = 52;
2890 const int COLOR_typing__CallSite__msignature_61d = 53;
2891 const int COLOR_typing__CallSite__erasure_cast = 54;
2892 const int COLOR_typing__CallSite__erasure_cast_61d = 55;
2893 const int COLOR_typing__CallSite__check_signature = 56;
2894 const int COLOR_typing__CallSite__init = 57;
2895 const int COLOR_auto_super_init__AutoSuperInitVisitor__init = 47;
2896 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init = 48;
2897 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d = 49;
2898 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext = 47;
2899 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext_61d = 48;
2900 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule = 49;
2901 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule_61d = 50;
2902 const int COLOR_div_by_zero__DivByZeroVisitor__init = 51;
2903 const int COLOR_astbuilder__ASTBuilder__mmodule = 42;
2904 const int COLOR_astbuilder__ASTBuilder__mmodule_61d = 43;
2905 const int COLOR_astbuilder__ASTBuilder__anchor = 44;
2906 const int COLOR_astbuilder__ASTBuilder__anchor_61d = 45;
2907 const int COLOR_astbuilder__ASTBuilder__make_int = 46;
2908 const int COLOR_astbuilder__ASTBuilder__make_new = 47;
2909 const int COLOR_astbuilder__ASTBuilder__make_call = 48;
2910 const int COLOR_astbuilder__ASTBuilder__make_block = 49;
2911 const int COLOR_astbuilder__ASTBuilder__make_var_read = 50;
2912 const int COLOR_astbuilder__ASTBuilder__make_var_assign = 51;
2913 const int COLOR_astbuilder__ASTBuilder__make_attr_read = 52;
2914 const int COLOR_astbuilder__ASTBuilder__make_attr_assign = 53;
2915 const int COLOR_astbuilder__ASTBuilder__make_do = 54;
2916 const int COLOR_astbuilder__ASTBuilder__make_if = 55;
2917 const int COLOR_astbuilder__ASTBuilder__init = 56;
2918 const int COLOR_astbuilder__APlaceholderExpr__make = 90;
2919 const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation = 91;
2920 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder = 42;
2921 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder_61d = 43;
2922 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule = 44;
2923 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule_61d = 45;
2924 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types = 46;
2925 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_61d = 47;
2926 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types = 48;
2927 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types_61d = 49;
2928 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes = 50;
2929 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes_61d = 51;
2930 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types = 52;
2931 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types_61d = 53;
2932 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types = 54;
2933 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types_61d = 55;
2934 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs = 56;
2935 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs_61d = 57;
2936 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods = 58;
2937 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_61d = 59;
2938 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends = 60;
2939 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends_61d = 61;
2940 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods = 62;
2941 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods_61d = 63;
2942 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo = 64;
2943 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo_61d = 65;
2944 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__run_analysis = 66;
2945 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__check_depth = 67;
2946 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_new = 68;
2947 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_cast = 69;
2948 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_send = 70;
2949 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_call = 71;
2950 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_send = 72;
2951 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_super_send = 73;
2952 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_super_send = 74;
2953 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__init = 75;
2954 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis = 47;
2955 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis_61d = 48;
2956 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver = 49;
2957 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver_61d = 50;
2958 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef = 51;
2959 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef_61d = 52;
2960 const int COLOR_rapid_type_analysis__RapidTypeVisitor__init = 53;
2961 const int COLOR_rapid_type_analysis__RapidTypeVisitor__cleanup_type = 54;
2962 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_class = 55;
2963 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_method = 56;
2964 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_type = 57;
2965 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_monomorphic_send = 58;
2966 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_send = 59;
2967 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_cast_type = 60;
2968 const int COLOR_astvalidation__ASTValidationVisitor__path = 47;
2969 const int COLOR_astvalidation__ASTValidationVisitor__path_61d = 48;
2970 const int COLOR_astvalidation__ASTValidationVisitor__seen = 49;
2971 const int COLOR_astvalidation__ASTValidationVisitor__seen_61d = 50;
2972 const int COLOR_astvalidation__ASTValidationVisitor__init = 51;
2973 const int COLOR_transform__TransformVisitor__phase = 47;
2974 const int COLOR_transform__TransformVisitor__phase_61d = 48;
2975 const int COLOR_transform__TransformVisitor__mmodule = 49;
2976 const int COLOR_transform__TransformVisitor__mmodule_61d = 50;
2977 const int COLOR_transform__TransformVisitor__mclassdef = 51;
2978 const int COLOR_transform__TransformVisitor__mclassdef_61d = 52;
2979 const int COLOR_transform__TransformVisitor__mpropdef = 53;
2980 const int COLOR_transform__TransformVisitor__mpropdef_61d = 54;
2981 const int COLOR_transform__TransformVisitor__builder = 55;
2982 const int COLOR_transform__TransformVisitor__builder_61d = 56;
2983 const int COLOR_transform__TransformVisitor__init = 57;
2984 const int COLOR_transform__TransformVisitor__get_class = 58;
2985 const int COLOR_transform__TransformVisitor__get_method = 59;
2986 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule = 42;
2987 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule_61d = 43;
2988 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule = 44;
2989 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule_61d = 45;
2990 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder = 46;
2991 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder_61d = 47;
2992 const int COLOR_abstract_compiler__AbstractCompiler__hardening = 48;
2993 const int COLOR_abstract_compiler__AbstractCompiler__init = 49;
2994 const int COLOR_abstract_compiler__AbstractCompiler__new_file = 50;
2995 const int COLOR_abstract_compiler__AbstractCompiler__files = 51;
2996 const int COLOR_abstract_compiler__AbstractCompiler__files_61d = 52;
2997 const int COLOR_abstract_compiler__AbstractCompiler__new_visitor = 53;
2998 const int COLOR_abstract_compiler__AbstractCompiler__header = 54;
2999 const int COLOR_abstract_compiler__AbstractCompiler__header_61d = 55;
3000 const int COLOR_abstract_compiler__AbstractCompiler__provide_declaration = 56;
3001 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations = 57;
3002 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations_61d = 58;
3003 const int COLOR_abstract_compiler__AbstractCompiler__compile_header = 59;
3004 const int COLOR_abstract_compiler__AbstractCompiler__compile_header_structs = 60;
3005 const int COLOR_abstract_compiler__AbstractCompiler__compile_main_function = 61;
3006 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies = 62;
3007 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies_61d = 63;
3008 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern = 64;
3009 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern_61d = 65;
3010 const int COLOR_abstract_compiler__AbstractCompiler__generate_check_init_instance = 66;
3011 const int COLOR_abstract_compiler__AbstractCompiler__generate_init_attr = 67;
3012 const int COLOR_abstract_compiler__AbstractCompiler__generate_check_attr = 68;
3013 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags = 69;
3014 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags_61d = 70;
3015 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved = 71;
3016 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved_61d = 72;
3017 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved = 73;
3018 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved_61d = 74;
3019 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped = 75;
3020 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped_61d = 76;
3021 const int COLOR_abstract_compiler__AbstractCompiler__init_count_type_test_tags = 77;
3022 const int COLOR_abstract_compiler__AbstractCompiler__display_stats = 78;
3023 const int COLOR_abstract_compiler__AbstractCompiler__div = 79;
3024 const int COLOR_abstract_compiler__CodeFile__name = 42;
3025 const int COLOR_abstract_compiler__CodeFile__name_61d = 43;
3026 const int COLOR_abstract_compiler__CodeFile__writers = 44;
3027 const int COLOR_abstract_compiler__CodeFile__writers_61d = 45;
3028 const int COLOR_abstract_compiler__CodeFile__required_declarations = 46;
3029 const int COLOR_abstract_compiler__CodeFile__required_declarations_61d = 47;
3030 const int COLOR_abstract_compiler__CodeFile__init = 48;
3031 const int COLOR_abstract_compiler__CodeWriter__file = 42;
3032 const int COLOR_abstract_compiler__CodeWriter__file_61d = 43;
3033 const int COLOR_abstract_compiler__CodeWriter__lines = 44;
3034 const int COLOR_abstract_compiler__CodeWriter__lines_61d = 45;
3035 const int COLOR_abstract_compiler__CodeWriter__decl_lines = 46;
3036 const int COLOR_abstract_compiler__CodeWriter__decl_lines_61d = 47;
3037 const int COLOR_abstract_compiler__CodeWriter__add = 48;
3038 const int COLOR_abstract_compiler__CodeWriter__add_decl = 49;
3039 const int COLOR_abstract_compiler__CodeWriter__init = 50;
3040 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler = 42;
3041 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler_61d = 43;
3042 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node = 44;
3043 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node_61d = 45;
3044 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame = 46;
3045 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame_61d = 47;
3046 const int COLOR_abstract_compiler__AbstractCompilerVisitor__object_type = 48;
3047 const int COLOR_abstract_compiler__AbstractCompilerVisitor__bool_type = 49;
3048 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer = 50;
3049 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer_61d = 51;
3050 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init = 52;
3051 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_class = 53;
3052 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_property = 54;
3053 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compile_callsite = 55;
3054 const int COLOR_abstract_compiler__AbstractCompilerVisitor__calloc_array = 56;
3055 const int COLOR_abstract_compiler__AbstractCompilerVisitor__native_array_def = 57;
3056 const int COLOR_abstract_compiler__AbstractCompilerVisitor__varargize = 58;
3057 const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor = 59;
3058 const int COLOR_abstract_compiler__AbstractCompilerVisitor__resolve_for = 60;
3059 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autoadapt = 61;
3060 const int COLOR_abstract_compiler__AbstractCompilerVisitor__supercall = 62;
3061 const int COLOR_abstract_compiler__AbstractCompilerVisitor__adapt_signature = 63;
3062 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autobox = 64;
3063 const int COLOR_abstract_compiler__AbstractCompilerVisitor__type_test = 65;
3064 const int COLOR_abstract_compiler__AbstractCompilerVisitor__is_same_type_test = 66;
3065 const int COLOR_abstract_compiler__AbstractCompilerVisitor__equal_test = 67;
3066 const int COLOR_abstract_compiler__AbstractCompilerVisitor__call = 68;
3067 const int COLOR_abstract_compiler__AbstractCompilerVisitor__send = 69;
3068 const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_send = 70;
3069 const int COLOR_abstract_compiler__AbstractCompilerVisitor__isset_attribute = 71;
3070 const int COLOR_abstract_compiler__AbstractCompilerVisitor__read_attribute = 72;
3071 const int COLOR_abstract_compiler__AbstractCompilerVisitor__write_attribute = 73;
3072 const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_recv_notnull = 74;
3073 const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_init_instance = 75;
3074 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names = 76;
3075 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names_61d = 77;
3076 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last = 78;
3077 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last_61d = 79;
3078 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_name = 80;
3079 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_name = 81;
3080 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names = 82;
3081 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names_61d = 83;
3082 const int COLOR_abstract_compiler__AbstractCompilerVisitor__class_name_string = 84;
3083 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables = 85;
3084 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables_61d = 86;
3085 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variable = 87;
3086 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_var = 88;
3087 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_named_var = 89;
3088 const int COLOR_abstract_compiler__AbstractCompilerVisitor__assign = 90;
3089 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init_instance = 91;
3090 const int COLOR_abstract_compiler__AbstractCompilerVisitor__int_instance = 92;
3091 const int COLOR_abstract_compiler__AbstractCompilerVisitor__string_instance = 93;
3092 const int COLOR_abstract_compiler__AbstractCompilerVisitor__array_instance = 94;
3093 const int COLOR_abstract_compiler__AbstractCompilerVisitor__vararg_instance = 95;
3094 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add = 96;
3095 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_decl = 97;
3096 const int COLOR_abstract_compiler__AbstractCompilerVisitor__require_declaration = 98;
3097 const int COLOR_abstract_compiler__AbstractCompilerVisitor__declare_once = 99;
3098 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_extern = 100;
3099 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr = 101;
3100 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_abort = 102;
3101 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_raw_abort = 103;
3102 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_cast = 104;
3103 const int COLOR_abstract_compiler__AbstractCompilerVisitor__ret = 105;
3104 const int COLOR_abstract_compiler__AbstractCompilerVisitor__stmt = 106;
3105 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr = 107;
3106 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr_bool = 108;
3107 const int COLOR_abstract_compiler__AbstractCompilerVisitor__debug = 109;
3108 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef = 42;
3109 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef_61d = 43;
3110 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name = 44;
3111 const int COLOR_abstract_compiler__AbstractRuntimeFunction__build_c_name = 45;
3112 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache = 46;
3113 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache_61d = 47;
3114 const int COLOR_abstract_compiler__AbstractRuntimeFunction__call = 48;
3115 const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c = 49;
3116 const int COLOR_abstract_compiler__AbstractRuntimeFunction__init = 50;
3117 const int COLOR_abstract_compiler__RuntimeVariable__name = 42;
3118 const int COLOR_abstract_compiler__RuntimeVariable__name_61d = 43;
3119 const int COLOR_abstract_compiler__RuntimeVariable__mtype = 44;
3120 const int COLOR_abstract_compiler__RuntimeVariable__mtype_61d = 45;
3121 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype = 46;
3122 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype_61d = 47;
3123 const int COLOR_abstract_compiler__RuntimeVariable__is_exact = 48;
3124 const int COLOR_abstract_compiler__RuntimeVariable__is_exact_61d = 49;
3125 const int COLOR_abstract_compiler__RuntimeVariable__init = 50;
3126 const int COLOR_abstract_compiler__Frame__visitor = 42;
3127 const int COLOR_abstract_compiler__Frame__visitor_61d = 43;
3128 const int COLOR_abstract_compiler__Frame__mpropdef = 44;
3129 const int COLOR_abstract_compiler__Frame__mpropdef_61d = 45;
3130 const int COLOR_abstract_compiler__Frame__receiver = 46;
3131 const int COLOR_abstract_compiler__Frame__receiver_61d = 47;
3132 const int COLOR_abstract_compiler__Frame__arguments = 48;
3133 const int COLOR_abstract_compiler__Frame__arguments_61d = 49;
3134 const int COLOR_abstract_compiler__Frame__returnvar = 50;
3135 const int COLOR_abstract_compiler__Frame__returnvar_61d = 51;
3136 const int COLOR_abstract_compiler__Frame__returnlabel = 52;
3137 const int COLOR_abstract_compiler__Frame__returnlabel_61d = 53;
3138 const int COLOR_abstract_compiler__Frame__init = 54;
3139 const int COLOR_abstract_compiler__ExternCFile__filename = 42;
3140 const int COLOR_abstract_compiler__ExternCFile__filename_61d = 43;
3141 const int COLOR_abstract_compiler__ExternCFile__cflags = 44;
3142 const int COLOR_abstract_compiler__ExternCFile__cflags_61d = 45;
3143 const int COLOR_abstract_compiler__ExternCFile__init = 46;
3144 const int COLOR_layout_builders__Layout__ids = 42;
3145 const int COLOR_layout_builders__Layout__ids_61d = 43;
3146 const int COLOR_layout_builders__Layout__pos = 44;
3147 const int COLOR_layout_builders__Layout__pos_61d = 45;
3148 const int COLOR_layout_builders__Layout__init = 46;
3149 const int COLOR_layout_builders__PHLayout__masks = 47;
3150 const int COLOR_layout_builders__PHLayout__masks_61d = 48;
3151 const int COLOR_layout_builders__PHLayout__hashes = 49;
3152 const int COLOR_layout_builders__PHLayout__hashes_61d = 50;
3153 const int COLOR_layout_builders__PHLayout__init = 51;
3154 const int COLOR_layout_builders__POSetBuilder__mmodule = 42;
3155 const int COLOR_layout_builders__POSetBuilder__mmodule_61d = 43;
3156 const int COLOR_layout_builders__POSetBuilder__init = 44;
3157 const int COLOR_layout_builders__POSetBuilder__build_poset = 45;
3158 const int COLOR_layout_builders__TypingBMizer__mmodule = 44;
3159 const int COLOR_layout_builders__TypingBMizer__mmodule_61d = 45;
3160 const int COLOR_layout_builders__TypingBMizer__poset_builder = 46;
3161 const int COLOR_layout_builders__TypingBMizer__poset_builder_61d = 47;
3162 const int COLOR_layout_builders__TypingBMizer__poset_cache = 48;
3163 const int COLOR_layout_builders__TypingBMizer__poset_cache_61d = 49;
3164 const int COLOR_layout_builders__TypingBMizer__init = 50;
3165 const int COLOR_layout_builders__MTypeBMizer__init = 51;
3166 const int COLOR_layout_builders__MClassBMizer__init = 51;
3167 const int COLOR_layout_builders__ResolutionBMizer__init = 43;
3168 const int COLOR_layout_builders__MPropertyBMizer__mmodule = 43;
3169 const int COLOR_layout_builders__MPropertyBMizer__mmodule_61d = 44;
3170 const int COLOR_layout_builders__MPropertyBMizer__init = 45;
3171 const int COLOR_layout_builders__TypingColorer__core = 44;
3172 const int COLOR_layout_builders__TypingColorer__core_61d = 45;
3173 const int COLOR_layout_builders__TypingColorer__crown = 46;
3174 const int COLOR_layout_builders__TypingColorer__crown_61d = 47;
3175 const int COLOR_layout_builders__TypingColorer__border = 48;
3176 const int COLOR_layout_builders__TypingColorer__border_61d = 49;
3177 const int COLOR_layout_builders__TypingColorer__coloration_result = 50;
3178 const int COLOR_layout_builders__TypingColorer__coloration_result_61d = 51;
3179 const int COLOR_layout_builders__TypingColorer__mmodule = 52;
3180 const int COLOR_layout_builders__TypingColorer__mmodule_61d = 53;
3181 const int COLOR_layout_builders__TypingColorer__poset_builder = 54;
3182 const int COLOR_layout_builders__TypingColorer__poset_builder_61d = 55;
3183 const int COLOR_layout_builders__TypingColorer__poset_cache = 56;
3184 const int COLOR_layout_builders__TypingColorer__poset_cache_61d = 57;
3185 const int COLOR_layout_builders__TypingColorer__init = 58;
3186 const int COLOR_layout_builders__TypingColorer__compute_ids = 59;
3187 const int COLOR_layout_builders__TypingColorer__colorize = 60;
3188 const int COLOR_layout_builders__TypingColorer__colorize_elements = 61;
3189 const int COLOR_layout_builders__TypingColorer__is_color_free = 62;
3190 const int COLOR_layout_builders__TypingColorer__tag_elements = 63;
3191 const int COLOR_layout_builders__TypingColorer__build_conflicts_graph = 64;
3192 const int COLOR_layout_builders__TypingColorer__conflicts_graph = 65;
3193 const int COLOR_layout_builders__TypingColorer__conflicts_graph_61d = 66;
3194 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache = 67;
3195 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache_61d = 68;
3196 const int COLOR_layout_builders__TypingColorer__linear_extension = 69;
3197 const int COLOR_layout_builders__TypingColorer__reverse_linearize = 70;
3198 const int COLOR_layout_builders__TypingColorer__linearize = 71;
3199 const int COLOR_layout_builders__MTypeColorer__init = 72;
3200 const int COLOR_layout_builders__MClassColorer__init = 72;
3201 const int COLOR_layout_builders__MPropertyColorer__mmodule = 43;
3202 const int COLOR_layout_builders__MPropertyColorer__mmodule_61d = 44;
3203 const int COLOR_layout_builders__MPropertyColorer__class_colorer = 45;
3204 const int COLOR_layout_builders__MPropertyColorer__class_colorer_61d = 46;
3205 const int COLOR_layout_builders__MPropertyColorer__coloration_result = 47;
3206 const int COLOR_layout_builders__MPropertyColorer__coloration_result_61d = 48;
3207 const int COLOR_layout_builders__MPropertyColorer__init = 49;
3208 const int COLOR_layout_builders__MPropertyColorer__colorize = 50;
3209 const int COLOR_layout_builders__MPropertyColorer__colorize_core = 51;
3210 const int COLOR_layout_builders__MPropertyColorer__colorize_crown = 52;
3211 const int COLOR_layout_builders__MPropertyColorer__colorize_elements = 53;
3212 const int COLOR_layout_builders__MPropertyColorer__max_color = 54;
3213 const int COLOR_layout_builders__ResolutionColorer__coloration_result = 43;
3214 const int COLOR_layout_builders__ResolutionColorer__coloration_result_61d = 44;
3215 const int COLOR_layout_builders__ResolutionColorer__init = 45;
3216 const int COLOR_layout_builders__ResolutionColorer__compute_ids = 46;
3217 const int COLOR_layout_builders__ResolutionColorer__colorize_elements = 47;
3218 const int COLOR_layout_builders__ResolutionColorer__is_color_free = 48;
3219 const int COLOR_layout_builders__ResolutionColorer__build_conflicts_graph = 49;
3220 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph = 50;
3221 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph_61d = 51;
3222 const int COLOR_layout_builders__ResolutionColorer__add_conflict = 52;
3223 const int COLOR_layout_builders__PHOperator__op = 42;
3224 const int COLOR_layout_builders__PHOperator__init = 43;
3225 const int COLOR_layout_builders__PHModOperator__init = 44;
3226 const int COLOR_layout_builders__PHAndOperator__init = 44;
3227 const int COLOR_layout_builders__MTypeHasher__init = 59;
3228 const int COLOR_layout_builders__MClassHasher__init = 59;
3229 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis = 80;
3230 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis_61d = 81;
3231 const int COLOR_global_compiler__GlobalCompiler__init = 82;
3232 const int COLOR_global_compiler__GlobalCompiler__compile_class_names = 83;
3233 const int COLOR_global_compiler__GlobalCompiler__classid = 84;
3234 const int COLOR_global_compiler__GlobalCompiler__classids = 85;
3235 const int COLOR_global_compiler__GlobalCompiler__classids_61d = 86;
3236 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types = 87;
3237 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types_61d = 88;
3238 const int COLOR_global_compiler__GlobalCompiler__todo = 89;
3239 const int COLOR_global_compiler__GlobalCompiler__todos = 90;
3240 const int COLOR_global_compiler__GlobalCompiler__todos_61d = 91;
3241 const int COLOR_global_compiler__GlobalCompiler__seen = 92;
3242 const int COLOR_global_compiler__GlobalCompiler__seen_61d = 93;
3243 const int COLOR_global_compiler__GlobalCompiler__declare_runtimeclass = 94;
3244 const int COLOR_global_compiler__GlobalCompiler__generate_init_instance = 95;
3245 const int COLOR_global_compiler__GlobalCompiler__generate_box_instance = 96;
3246 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache = 97;
3247 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache_61d = 98;
3248 const int COLOR_global_compiler__GlobalCompilerVisitor__collect_types = 110;
3249 const int COLOR_global_compiler__GlobalCompilerVisitor__check_valid_reciever = 111;
3250 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recvtype = 112;
3251 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recv = 113;
3252 const int COLOR_global_compiler__GlobalCompilerVisitor__finalize_call = 114;
3253 const int COLOR_global_compiler__GlobalCompilerVisitor__call_without_varargize = 115;
3254 const int COLOR_global_compiler__GlobalCompilerVisitor__bugtype = 116;
3255 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv = 51;
3256 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv_61d = 52;
3257 const int COLOR_global_compiler__CustomizedRuntimeFunction__init = 53;
3258 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis = 80;
3259 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis_61d = 81;
3260 const int COLOR_separate_compiler__SeparateCompiler__undead_types = 82;
3261 const int COLOR_separate_compiler__SeparateCompiler__undead_types_61d = 83;
3262 const int COLOR_separate_compiler__SeparateCompiler__partial_types = 84;
3263 const int COLOR_separate_compiler__SeparateCompiler__partial_types_61d = 85;
3264 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types = 86;
3265 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types_61d = 87;
3266 const int COLOR_separate_compiler__SeparateCompiler__type_layout = 88;
3267 const int COLOR_separate_compiler__SeparateCompiler__type_layout_61d = 89;
3268 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout = 90;
3269 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout_61d = 91;
3270 const int COLOR_separate_compiler__SeparateCompiler__method_layout = 92;
3271 const int COLOR_separate_compiler__SeparateCompiler__method_layout_61d = 93;
3272 const int COLOR_separate_compiler__SeparateCompiler__attr_layout = 94;
3273 const int COLOR_separate_compiler__SeparateCompiler__attr_layout_61d = 95;
3274 const int COLOR_separate_compiler__SeparateCompiler__init = 96;
3275 const int COLOR_separate_compiler__SeparateCompiler__compile_header_attribute_structs = 97;
3276 const int COLOR_separate_compiler__SeparateCompiler__compile_box_kinds = 98;
3277 const int COLOR_separate_compiler__SeparateCompiler__box_kinds = 99;
3278 const int COLOR_separate_compiler__SeparateCompiler__box_kinds_61d = 100;
3279 const int COLOR_separate_compiler__SeparateCompiler__box_kind_of = 101;
3280 const int COLOR_separate_compiler__SeparateCompiler__compile_color_consts = 102;
3281 const int COLOR_separate_compiler__SeparateCompiler__compile_color_const = 103;
3282 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done = 104;
3283 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done_61d = 105;
3284 const int COLOR_separate_compiler__SeparateCompiler__do_property_coloring = 106;
3285 const int COLOR_separate_compiler__SeparateCompiler__build_method_tables = 107;
3286 const int COLOR_separate_compiler__SeparateCompiler__build_attr_tables = 108;
3287 const int COLOR_separate_compiler__SeparateCompiler__do_type_coloring = 109;
3288 const int COLOR_separate_compiler__SeparateCompiler__build_type_tables = 110;
3289 const int COLOR_separate_compiler__SeparateCompiler__compile_resolution_tables = 111;
3290 const int COLOR_separate_compiler__SeparateCompiler__build_resolution_tables = 112;
3291 const int COLOR_separate_compiler__SeparateCompiler__retrieve_partial_types = 113;
3292 const int COLOR_separate_compiler__SeparateCompiler__compile_module_to_c = 114;
3293 const int COLOR_separate_compiler__SeparateCompiler__compile_type_to_c = 115;
3294 const int COLOR_separate_compiler__SeparateCompiler__compile_type_resolution_table = 116;
3295 const int COLOR_separate_compiler__SeparateCompiler__compile_class_to_c = 117;
3296 const int COLOR_separate_compiler__SeparateCompiler__hardening_live_type = 118;
3297 const int COLOR_separate_compiler__SeparateCompiler__type_tables = 119;
3298 const int COLOR_separate_compiler__SeparateCompiler__type_tables_61d = 120;
3299 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables = 121;
3300 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables_61d = 122;
3301 const int COLOR_separate_compiler__SeparateCompiler__method_tables = 123;
3302 const int COLOR_separate_compiler__SeparateCompiler__method_tables_61d = 124;
3303 const int COLOR_separate_compiler__SeparateCompiler__attr_tables = 125;
3304 const int COLOR_separate_compiler__SeparateCompiler__attr_tables_61d = 126;
3305 const int COLOR_separate_compiler__SeparateCompiler__display_sizes = 127;
3306 const int COLOR_separate_compiler__SeparateCompiler__display_stats = 128;
3307 const int COLOR_separate_compiler__SeparateCompilerVisitor__type_info = 110;
3308 const int COLOR_separate_compiler__SeparateCompilerVisitor__table_send = 111;
3309 const int COLOR_separate_compiler__SeparateCompilerVisitor__can_be_primitive = 112;
3310 const int COLOR_separate_compiler__SeparateCompilerVisitor__maybe_null = 113;
3311 const int COLOR_separate_compiler__SeparateCompilerVisitor__native_array_instance = 114;
3312 const int COLOR_separate_compiler__SeparateCompilerVisitor__link_unresolved_type = 115;
3313 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout = 129;
3314 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout_61d = 130;
3315 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout = 131;
3316 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout_61d = 132;
3317 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__init = 133;
3318 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_vt_tables = 134;
3319 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_typing_tables = 135;
3320 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_vts_table = 136;
3321 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__retrieve_vt_bound = 137;
3322 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables = 138;
3323 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables_61d = 139;
3324 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables = 140;
3325 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables_61d = 141;
3326 const int COLOR_separate_erasure_compiler__SeparateErasureCompilerVisitor__compile_callsite = 116;
3327 const int COLOR_ropes__BufferRope__subrope = -1;
3328 const int COLOR_ropes__BufferRope___42d = -1;
3329 const int COLOR_ropes__BufferRope___43d = -1;
3330 const int COLOR_ropes__BufferRope__multi_concat = -1;
3331 const int COLOR_ropes__ImmutableRope__subrope = -1;
3332 const int COLOR_ropes__ImmutableRope___42d = -1;
3333 const int COLOR_ropes__ImmutableRope___43d = -1;
3334 const int COLOR_ropes__ImmutableRope__multi_concat = -1;
3335 const int COLOR_parser_util__InjectedLexer__get_token = -1;
3336 const int COLOR_array__AbstractArrayRead___length = 0;
3337 const int COLOR_array__Array___items = 1;
3338 const int COLOR_array__Array___capacity = 2;
3339 const int COLOR_hash_collection__HashCollection___array = 0;
3340 const int COLOR_hash_collection__HashCollection___capacity = 1;
3341 const int COLOR_hash_collection__HashCollection___length = 2;
3342 const int COLOR_hash_collection__HashCollection___first_item = 3;
3343 const int COLOR_hash_collection__HashCollection___last_item = 4;
3344 const int COLOR_hash_collection__HashCollection___last_accessed_key = 5;
3345 const int COLOR_hash_collection__HashCollection___last_accessed_node = 6;
3346 const int COLOR_hash_collection__HashMap___64dkeys = 7;
3347 const int COLOR_hash_collection__HashMap___64dvalues = 8;
3348 const int COLOR_string__AbstractString___items = 1;
3349 const int COLOR_string__String___index_from = 2;
3350 const int COLOR_string__String___index_to = 3;
3351 const int COLOR_string__Buffer___capacity = 2;
3352 const int COLOR_stream__BufferedIStream___buffer = 0;
3353 const int COLOR_stream__BufferedIStream___buffer_pos = 1;
3354 const int COLOR_stream__FDStream___64dfd = 0;
3355 const int COLOR_stream__FDIStream___64deof = 1;
3356 const int COLOR_stream__FDOStream___64dis_writable = 2;
3357 const int COLOR_exec__Process___64ddata = 0;
3358 const int COLOR_exec__IProcess___64dstream_in = 1;
3359 const int COLOR_exec__OProcess___64dstream_out = 2;
3360 const int COLOR_file__FStream___path = 2;
3361 const int COLOR_file__FStream___file = 3;
3362 const int COLOR_file__IFStream___end_reached = 4;
3363 const int COLOR_file__OFStream___writable = 4;
3364 const int COLOR_ropes__Rope___64dstr_representation = 0;
3365 const int COLOR_ropes__Rope___64dparent_node = 1;
3366 const int COLOR_poset__POSet___64delements = 0;
3367 const int COLOR_parser_nodes__ANode___location = 0;
3368 const int COLOR_parser_nodes__ANode___64dparent = 1;
3369 const int COLOR_parser_nodes__Prod___n_annotations = 2;
3370 const int COLOR_parser__Prod___first_location = 3;
3371 const int COLOR_parser_nodes__APropdef___n_doc = 4;
3372 const int COLOR_flow__APropdef___64dbefore_flow_context = 5;
3373 const int COLOR_flow__APropdef___64dafter_flow_context = 6;
3374 const int COLOR_modelize_property__APropdef___64dmpropdef = 7;
3375 const int COLOR_typing__APropdef___64dselfvariable = 8;
3376 const int COLOR_parser_nodes__AMethPropdef___n_kwredef = 9;
3377 const int COLOR_parser_nodes__AMethPropdef___n_visibility = 10;
3378 const int COLOR_parser_nodes__AMethPropdef___n_methid = 11;
3379 const int COLOR_parser_nodes__AMethPropdef___n_signature = 12;
3380 const int COLOR_parser_nodes__AExternPropdef___n_extern = 13;
3381 const int COLOR_parser_nodes__AExternPropdef___n_extern_calls = 14;
3382 const int COLOR_parser_nodes__AExternPropdef___n_extern_code_block = 15;
3383 const int COLOR_parser_nodes__AConcreteMethPropdef___n_kwmeth = 13;
3384 const int COLOR_parser_nodes__AConcreteMethPropdef___n_block = 14;
3385 const int COLOR_auto_super_init__AConcreteMethPropdef___64dauto_super_inits = 15;
3386 const int COLOR_parser_nodes__AConcreteInitPropdef___n_kwinit = 16;
3387 const int COLOR_parser_nodes__AExternInitPropdef___n_kwnew = 16;
3388 const int COLOR_flow__AExpr___64dafter_flow_context = 4;
3389 const int COLOR_typing__AExpr___64dmtype = 5;
3390 const int COLOR_typing__AExpr___64dis_typed = 6;
3391 const int COLOR_typing__AExpr___64dimplicit_cast_to = 7;
3392 const int COLOR_astbuilder__AExpr___64dvariable_cache = 8;
3393 const int COLOR_parser_nodes__ALabelable___n_label = 9;
3394 const int COLOR_parser_nodes__ABreakExpr___n_kwbreak = 10;
3395 const int COLOR_parser_nodes__ABreakExpr___n_expr = 11;
3396 const int COLOR_scope__ABreakExpr___64descapemark = 12;
3397 const int COLOR_parser_nodes__AContinueExpr___n_kwcontinue = 10;
3398 const int COLOR_parser_nodes__AContinueExpr___n_expr = 11;
3399 const int COLOR_scope__AContinueExpr___64descapemark = 12;
3400 const int COLOR_parser_nodes__ADoExpr___n_kwdo = 10;
3401 const int COLOR_parser_nodes__ADoExpr___n_block = 11;
3402 const int COLOR_scope__ADoExpr___64descapemark = 12;
3403 const int COLOR_parser_nodes__AWhileExpr___n_kwwhile = 10;
3404 const int COLOR_parser_nodes__AWhileExpr___n_expr = 11;
3405 const int COLOR_parser_nodes__AWhileExpr___n_kwdo = 12;
3406 const int COLOR_parser_nodes__AWhileExpr___n_block = 13;
3407 const int COLOR_scope__AWhileExpr___64descapemark = 14;
3408 const int COLOR_parser_nodes__ALoopExpr___n_kwloop = 10;
3409 const int COLOR_parser_nodes__ALoopExpr___n_block = 11;
3410 const int COLOR_scope__ALoopExpr___64descapemark = 12;
3411 const int COLOR_parser_nodes__AForExpr___n_kwfor = 10;
3412 const int COLOR_parser_nodes__AForExpr___n_ids = 11;
3413 const int COLOR_parser_nodes__AForExpr___n_expr = 12;
3414 const int COLOR_parser_nodes__AForExpr___n_kwdo = 13;
3415 const int COLOR_parser_nodes__AForExpr___n_block = 14;
3416 const int COLOR_scope__AForExpr___64dvariables = 15;
3417 const int COLOR_scope__AForExpr___64descapemark = 16;
3418 const int COLOR_typing__AForExpr___64dcoltype = 17;
3419 const int COLOR_typing__AForExpr___64dmethod_iterator = 18;
3420 const int COLOR_typing__AForExpr___64dmethod_is_ok = 19;
3421 const int COLOR_typing__AForExpr___64dmethod_item = 20;
3422 const int COLOR_typing__AForExpr___64dmethod_next = 21;
3423 const int COLOR_typing__AForExpr___64dmethod_key = 22;
3424 const int COLOR_parser_nodes__AAssignFormExpr___n_assign = 9;
3425 const int COLOR_parser_nodes__AAssignFormExpr___n_value = 10;
3426 const int COLOR_parser_nodes__AReassignFormExpr___n_assign_op = 9;
3427 const int COLOR_parser_nodes__AReassignFormExpr___n_value = 10;
3428 const int COLOR_typing__AReassignFormExpr___64dreassign_callsite = 11;
3429 const int COLOR_typing__AReassignFormExpr___64dread_type = 12;
3430 const int COLOR_parser_nodes__ASendExpr___n_expr = 13;
3431 const int COLOR_typing__ASendExpr___64dcallsite = 14;
3432 const int COLOR_typing__ASendExpr___64draw_arguments = 15;
3433 const int COLOR_parser_nodes__AAttrFormExpr___n_expr = 13;
3434 const int COLOR_parser_nodes__AAttrFormExpr___n_id = 14;
3435 const int COLOR_typing__AAttrFormExpr___64dmproperty = 15;
3436 const int COLOR_typing__AAttrFormExpr___64dattr_type = 16;
3437 const int COLOR_parser_nodes__ACallFormExpr___n_id = 16;
3438 const int COLOR_parser_nodes__ACallFormExpr___n_args = 17;
3439 const int COLOR_typing__ASendReassignFormExpr___64dwrite_callsite = 18;
3440 const int COLOR_parser_nodes__ABraFormExpr___n_args = 19;
3441 const int COLOR_parser_nodes__AVarFormExpr___n_id = 13;
3442 const int COLOR_scope__AVarFormExpr___64dvariable = 14;
3443 const int COLOR_layout_builders__PerfectHasher___64doperator = 0;
3444 const int COLOR_layout_builders__TypingHasher___64dmmodule = 1;
3445 const int COLOR_layout_builders__TypingHasher___64dposet_builder = 2;
3446 const int COLOR_layout_builders__TypingHasher___64dposet_cache = 3;
3447 const int COLOR_layout_builders__MPropertyHasher___64dmmodule = 1;
3448 const int COLOR_string__Sys___args_cache = 0;
3449 const int COLOR_abstract_collection__Container___item = 0;
3450 const int COLOR_abstract_collection__ContainerIterator___is_ok = 0;
3451 const int COLOR_abstract_collection__ContainerIterator___container = 1;
3452 const int COLOR_abstract_collection__MapKeysIterator___64diterator = 0;
3453 const int COLOR_abstract_collection__MapValuesIterator___64diterator = 0;
3454 const int COLOR_abstract_collection__CoupleMapIterator___iter = 0;
3455 const int COLOR_abstract_collection__Couple___first = 0;
3456 const int COLOR_abstract_collection__Couple___second = 1;
3457 const int COLOR_range__Range___first = 0;
3458 const int COLOR_range__Range___last = 1;
3459 const int COLOR_range__Range___after = 2;
3460 const int COLOR_range__IteratorRange___range = 0;
3461 const int COLOR_range__IteratorRange___item = 1;
3462 const int COLOR_list__List___head = 0;
3463 const int COLOR_list__List___tail = 1;
3464 const int COLOR_list__ListIterator___list = 0;
3465 const int COLOR_list__ListIterator___node = 1;
3466 const int COLOR_list__ListIterator___index = 2;
3467 const int COLOR_list__ListNode___next = 1;
3468 const int COLOR_list__ListNode___prev = 2;
3469 const int COLOR_array__ArrayIterator___index = 0;
3470 const int COLOR_array__ArrayIterator___array = 1;
3471 const int COLOR_array__ArraySet___array = 0;
3472 const int COLOR_array__ArraySetIterator___iter = 0;
3473 const int COLOR_array__ArrayMap___64dkeys = 0;
3474 const int COLOR_array__ArrayMap___64dvalues = 1;
3475 const int COLOR_array__ArrayMap___items = 2;
3476 const int COLOR_array__ArrayMap___last_index = 3;
3477 const int COLOR_array__ArrayMapKeys___64dmap = 0;
3478 const int COLOR_array__ArrayMapValues___64dmap = 0;
3479 const int COLOR_hash_collection__HashNode___key = 0;
3480 const int COLOR_hash_collection__HashNode___next_item = 1;
3481 const int COLOR_hash_collection__HashNode___prev_item = 2;
3482 const int COLOR_hash_collection__HashNode___prev_in_bucklet = 3;
3483 const int COLOR_hash_collection__HashNode___next_in_bucklet = 4;
3484 const int COLOR_hash_collection__HashMapKeys___64dmap = 0;
3485 const int COLOR_hash_collection__HashMapValues___64dmap = 0;
3486 const int COLOR_hash_collection__HashMapNode___value = 5;
3487 const int COLOR_hash_collection__HashMapIterator___map = 0;
3488 const int COLOR_hash_collection__HashMapIterator___node = 1;
3489 const int COLOR_hash_collection__HashSetIterator___set = 0;
3490 const int COLOR_hash_collection__HashSetIterator___node = 1;
3491 const int COLOR_string_search__BM_Pattern___motif = 0;
3492 const int COLOR_string_search__BM_Pattern___length = 1;
3493 const int COLOR_string_search__BM_Pattern___gs = 2;
3494 const int COLOR_string_search__BM_Pattern___bc_table = 3;
3495 const int COLOR_string_search__Match___string = 0;
3496 const int COLOR_string_search__Match___from = 1;
3497 const int COLOR_string_search__Match___length = 2;
3498 const int COLOR_ropes__TupleLeafNodePos___64dcurr_node = 0;
3499 const int COLOR_ropes__TupleLeafNodePos___64dcorrected_pos = 1;
3500 const int COLOR_ropes__TupleLeafNodePos___64dvisit_stack = 2;
3501 const int COLOR_ropes__BufferRope___64dis_dirty = 2;
3502 const int COLOR_ropes__CharRopeView___64dtarget = 0;
3503 const int COLOR_ropes__TupleVisitNode___64dnode = 0;
3504 const int COLOR_ropes__TupleVisitNode___64dleft_visited = 1;
3505 const int COLOR_ropes__TupleVisitNode___64dright_visited = 2;
3506 const int COLOR_ropes__RopeIterator___target = 0;
3507 const int COLOR_ropes__RopeIterator___64dpos = 1;
3508 const int COLOR_ropes__RopeCharIterator___64dsub_str_iter = 0;
3509 const int COLOR_ropes__RopeCharIterator___64dabs_pos = 1;
3510 const int COLOR_ropes__RopeCharIterator___64dsub_pos = 2;
3511 const int COLOR_ropes__RopeCharIterator___64dcurr_substring = 3;
3512 const int COLOR_ropes__DFSRopeLeafIterator___64dvisit_stack = 2;
3513 const int COLOR_ropes__DFSRopeLeafIterator___64dcurr_leaf = 3;
3514 const int COLOR_ropes__RopeNode___length = 0;
3515 const int COLOR_ropes__RopeNode___64dparent = 1;
3516 const int COLOR_ropes__RopeNode___64dheight = 2;
3517 const int COLOR_ropes__ConcatNode___left_child = 3;
3518 const int COLOR_ropes__ConcatNode___right_child = 4;
3519 const int COLOR_ropes__LeafNode___value = 3;
3520 const int COLOR_location__SourceFile___64dfilename = 0;
3521 const int COLOR_location__SourceFile___64dstring = 1;
3522 const int COLOR_location__SourceFile___64dline_starts = 2;
3523 const int COLOR_location__Location___64dfile = 0;
3524 const int COLOR_location__Location___64dline_start = 1;
3525 const int COLOR_location__Location___64dline_end = 2;
3526 const int COLOR_location__Location___64dcolumn_start = 3;
3527 const int COLOR_location__Location___64dcolumn_end = 4;
3528 const int COLOR_location__Location___64dtext_cache = 5;
3529 const int COLOR_poset__POSetElement___64dposet = 0;
3530 const int COLOR_poset__POSetElement___64delement = 1;
3531 const int COLOR_poset__POSetElement___64dtos = 2;
3532 const int COLOR_poset__POSetElement___64dfroms = 3;
3533 const int COLOR_poset__POSetElement___64ddtos = 4;
3534 const int COLOR_poset__POSetElement___64ddfroms = 5;
3535 const int COLOR_poset__POSetElement___64dcount = 6;
3536 const int COLOR_more_collections__HashMap2___64dlevel1 = 0;
3537 const int COLOR_more_collections__HashMap3___64dlevel1 = 0;
3538 const int COLOR_opts__Option___names = 0;
3539 const int COLOR_opts__Option___helptext = 1;
3540 const int COLOR_opts__Option___errors = 2;
3541 const int COLOR_opts__Option___mandatory = 3;
3542 const int COLOR_opts__Option___read = 4;
3543 const int COLOR_opts__Option___value = 5;
3544 const int COLOR_opts__Option___default_value = 6;
3545 const int COLOR_opts__OptionParameter___parameter_mandatory = 7;
3546 const int COLOR_opts__OptionEnum___values = 8;
3547 const int COLOR_opts__OptionArray___values = 8;
3548 const int COLOR_opts__OptionContext___options = 0;
3549 const int COLOR_opts__OptionContext___rest = 1;
3550 const int COLOR_opts__OptionContext___errors = 2;
3551 const int COLOR_opts__OptionContext___optmap = 3;
3552 const int COLOR_parser_nodes__ANodes___64dparent = 0;
3553 const int COLOR_parser_nodes__ANodes___64ditems = 1;
3554 const int COLOR_parser_nodes__Token___64dprev_token = 2;
3555 const int COLOR_parser_nodes__Token___64dnext_token = 3;
3556 const int COLOR_lexer__Token___text = 4;
3557 const int COLOR_parser_nodes__Visitor___current_node = 0;
3558 const int COLOR_lexer__AError___message = 5;
3559 const int COLOR_lexer__ALexerError___string = 6;
3560 const int COLOR_lexer__AParserError___token = 6;
3561 const int COLOR_parser_nodes__AModule___n_moduledecl = 4;
3562 const int COLOR_parser_nodes__AModule___n_imports = 5;
3563 const int COLOR_parser_nodes__AModule___n_extern_code_blocks = 6;
3564 const int COLOR_parser_nodes__AModule___n_classdefs = 7;
3565 const int COLOR_modelbuilder__AModule___64dmmodule = 8;
3566 const int COLOR_modelbuilder__AModule___64dis_importation_done = 9;
3567 const int COLOR_modelize_class__AModule___64dbuild_classes_is_done = 10;
3568 const int COLOR_modelize_class__AModule___64dmclass2nclassdef = 11;
3569 const int COLOR_parser_nodes__AModuledecl___n_doc = 4;
3570 const int COLOR_parser_nodes__AModuledecl___n_kwmodule = 5;
3571 const int COLOR_parser_nodes__AModuledecl___n_name = 6;
3572 const int COLOR_parser_nodes__AStdImport___n_visibility = 4;
3573 const int COLOR_parser_nodes__AStdImport___n_kwimport = 5;
3574 const int COLOR_parser_nodes__AStdImport___n_name = 6;
3575 const int COLOR_modelbuilder__AStdImport___64dmmodule = 7;
3576 const int COLOR_parser_nodes__ANoImport___n_visibility = 4;
3577 const int COLOR_parser_nodes__ANoImport___n_kwimport = 5;
3578 const int COLOR_parser_nodes__ANoImport___n_kwend = 6;
3579 const int COLOR_parser_nodes__APrivateVisibility___n_kwprivate = 4;
3580 const int COLOR_parser_nodes__AProtectedVisibility___n_kwprotected = 4;
3581 const int COLOR_parser_nodes__AIntrudeVisibility___n_kwintrude = 4;
3582 const int COLOR_parser_nodes__AClassdef___n_propdefs = 4;
3583 const int COLOR_modelize_class__AClassdef___64dmclass = 5;
3584 const int COLOR_modelize_class__AClassdef___64dmclassdef = 6;
3585 const int COLOR_modelize_property__AClassdef___64dbuild_properties_is_done = 7;
3586 const int COLOR_modelize_property__AClassdef___64dsuper_inits = 8;
3587 const int COLOR_modelize_property__AClassdef___64dmfree_init = 9;
3588 const int COLOR_modelize_property__AClassdef___64dmprop2npropdef = 10;
3589 const int COLOR_parser_nodes__AStdClassdef___n_doc = 11;
3590 const int COLOR_parser_nodes__AStdClassdef___n_kwredef = 12;
3591 const int COLOR_parser_nodes__AStdClassdef___n_visibility = 13;
3592 const int COLOR_parser_nodes__AStdClassdef___n_classkind = 14;
3593 const int COLOR_parser_nodes__AStdClassdef___n_id = 15;
3594 const int COLOR_parser_nodes__AStdClassdef___n_formaldefs = 16;
3595 const int COLOR_parser_nodes__AStdClassdef___n_extern_code_block = 17;
3596 const int COLOR_parser_nodes__AStdClassdef___n_superclasses = 18;
3597 const int COLOR_parser_nodes__AStdClassdef___n_kwend = 19;
3598 const int COLOR_parser_nodes__AConcreteClasskind___n_kwclass = 4;
3599 const int COLOR_parser_nodes__AAbstractClasskind___n_kwabstract = 4;
3600 const int COLOR_parser_nodes__AAbstractClasskind___n_kwclass = 5;
3601 const int COLOR_parser_nodes__AInterfaceClasskind___n_kwinterface = 4;
3602 const int COLOR_parser_nodes__AEnumClasskind___n_kwenum = 4;
3603 const int COLOR_parser_nodes__AExternClasskind___n_kwextern = 4;
3604 const int COLOR_parser_nodes__AExternClasskind___n_kwclass = 5;
3605 const int COLOR_parser_nodes__AFormaldef___n_id = 4;
3606 const int COLOR_parser_nodes__AFormaldef___n_type = 5;
3607 const int COLOR_modelize_class__AFormaldef___64dmtype = 6;
3608 const int COLOR_modelize_class__AFormaldef___64dbound = 7;
3609 const int COLOR_parser_nodes__ASuperclass___n_kwsuper = 4;
3610 const int COLOR_parser_nodes__ASuperclass___n_type = 5;
3611 const int COLOR_parser_nodes__AAttrPropdef___n_kwredef = 9;
3612 const int COLOR_parser_nodes__AAttrPropdef___n_visibility = 10;
3613 const int COLOR_parser_nodes__AAttrPropdef___n_kwvar = 11;
3614 const int COLOR_parser_nodes__AAttrPropdef___n_id = 12;
3615 const int COLOR_parser_nodes__AAttrPropdef___n_id2 = 13;
3616 const int COLOR_parser_nodes__AAttrPropdef___n_type = 14;
3617 const int COLOR_parser_nodes__AAttrPropdef___n_readable = 15;
3618 const int COLOR_parser_nodes__AAttrPropdef___n_writable = 16;
3619 const int COLOR_parser_nodes__AAttrPropdef___n_expr = 17;
3620 const int COLOR_modelize_property__AAttrPropdef___64dmreadpropdef = 18;
3621 const int COLOR_modelize_property__AAttrPropdef___64dmwritepropdef = 19;
3622 const int COLOR_parser_nodes__ADeferredMethPropdef___n_kwmeth = 13;
3623 const int COLOR_parser_nodes__AInternMethPropdef___n_kwmeth = 13;
3624 const int COLOR_parser_nodes__AExternMethPropdef___n_kwmeth = 16;
3625 const int COLOR_parser_nodes__AExternCalls___n_kwimport = 4;
3626 const int COLOR_parser_nodes__AExternCalls___n_extern_calls = 5;
3627 const int COLOR_parser_nodes__ALocalPropExternCall___n_methid = 4;
3628 const int COLOR_parser_nodes__AFullPropExternCall___n_classid = 4;
3629 const int COLOR_parser_nodes__AFullPropExternCall___n_quad = 5;
3630 const int COLOR_parser_nodes__AFullPropExternCall___n_methid = 6;
3631 const int COLOR_parser_nodes__AInitPropExternCall___n_classid = 4;
3632 const int COLOR_parser_nodes__ASuperExternCall___n_kwsuper = 4;
3633 const int COLOR_parser_nodes__ACastAsExternCall___n_from_type = 4;
3634 const int COLOR_parser_nodes__ACastAsExternCall___n_kwas = 5;
3635 const int COLOR_parser_nodes__ACastAsExternCall___n_to_type = 6;
3636 const int COLOR_parser_nodes__AAsNullableExternCall___n_type = 4;
3637 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwas = 5;
3638 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwnullable = 6;
3639 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_type = 4;
3640 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwas = 5;
3641 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnot = 6;
3642 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnullable = 7;
3643 const int COLOR_parser_nodes__ATypePropdef___n_kwredef = 9;
3644 const int COLOR_parser_nodes__ATypePropdef___n_visibility = 10;
3645 const int COLOR_parser_nodes__ATypePropdef___n_kwtype = 11;
3646 const int COLOR_parser_nodes__ATypePropdef___n_id = 12;
3647 const int COLOR_parser_nodes__ATypePropdef___n_type = 13;
3648 const int COLOR_parser_nodes__AAble___n_visibility = 4;
3649 const int COLOR_parser_nodes__AAble___n_kwredef = 5;
3650 const int COLOR_parser_nodes__AReadAble___n_kwreadable = 6;
3651 const int COLOR_parser_nodes__AWriteAble___n_kwwritable = 6;
3652 const int COLOR_parser_nodes__AIdMethid___n_id = 4;
3653 const int COLOR_parser_nodes__APlusMethid___n_plus = 4;
3654 const int COLOR_parser_nodes__AMinusMethid___n_minus = 4;
3655 const int COLOR_parser_nodes__AStarMethid___n_star = 4;
3656 const int COLOR_parser_nodes__ASlashMethid___n_slash = 4;
3657 const int COLOR_parser_nodes__APercentMethid___n_percent = 4;
3658 const int COLOR_parser_nodes__AEqMethid___n_eq = 4;
3659 const int COLOR_parser_nodes__ANeMethid___n_ne = 4;
3660 const int COLOR_parser_nodes__ALeMethid___n_le = 4;
3661 const int COLOR_parser_nodes__AGeMethid___n_ge = 4;
3662 const int COLOR_parser_nodes__ALtMethid___n_lt = 4;
3663 const int COLOR_parser_nodes__AGtMethid___n_gt = 4;
3664 const int COLOR_parser_nodes__ALlMethid___n_ll = 4;
3665 const int COLOR_parser_nodes__AGgMethid___n_gg = 4;
3666 const int COLOR_parser_nodes__ABraMethid___n_obra = 4;
3667 const int COLOR_parser_nodes__ABraMethid___n_cbra = 5;
3668 const int COLOR_parser_nodes__AStarshipMethid___n_starship = 4;
3669 const int COLOR_parser_nodes__AAssignMethid___n_id = 4;
3670 const int COLOR_parser_nodes__AAssignMethid___n_assign = 5;
3671 const int COLOR_parser_nodes__ABraassignMethid___n_obra = 4;
3672 const int COLOR_parser_nodes__ABraassignMethid___n_cbra = 5;
3673 const int COLOR_parser_nodes__ABraassignMethid___n_assign = 6;
3674 const int COLOR_parser_nodes__ASignature___n_opar = 4;
3675 const int COLOR_parser_nodes__ASignature___n_params = 5;
3676 const int COLOR_parser_nodes__ASignature___n_cpar = 6;
3677 const int COLOR_parser_nodes__ASignature___n_type = 7;
3678 const int COLOR_modelize_property__ASignature___64dis_visited = 8;
3679 const int COLOR_modelize_property__ASignature___64dparam_names = 9;
3680 const int COLOR_modelize_property__ASignature___64dparam_types = 10;
3681 const int COLOR_modelize_property__ASignature___64dvararg_rank = 11;
3682 const int COLOR_modelize_property__ASignature___64dret_type = 12;
3683 const int COLOR_parser_nodes__AParam___n_id = 4;
3684 const int COLOR_parser_nodes__AParam___n_type = 5;
3685 const int COLOR_parser_nodes__AParam___n_dotdotdot = 6;
3686 const int COLOR_scope__AParam___64dvariable = 7;
3687 const int COLOR_modelize_property__AParam___64dmparameter = 8;
3688 const int COLOR_parser_nodes__AType___n_kwnullable = 4;
3689 const int COLOR_parser_nodes__AType___n_id = 5;
3690 const int COLOR_parser_nodes__AType___n_types = 6;
3691 const int COLOR_modelize_class__AType___64dmtype = 7;
3692 const int COLOR_modelize_class__AType___64dchecked_mtype = 8;
3693 const int COLOR_parser_nodes__ALabel___n_kwlabel = 4;
3694 const int COLOR_parser_nodes__ALabel___n_id = 5;
3695 const int COLOR_parser_nodes__ABlockExpr___n_expr = 9;
3696 const int COLOR_parser_nodes__ABlockExpr___n_kwend = 10;
3697 const int COLOR_parser_nodes__AVardeclExpr___n_kwvar = 9;
3698 const int COLOR_parser_nodes__AVardeclExpr___n_id = 10;
3699 const int COLOR_parser_nodes__AVardeclExpr___n_type = 11;
3700 const int COLOR_parser_nodes__AVardeclExpr___n_assign = 12;
3701 const int COLOR_parser_nodes__AVardeclExpr___n_expr = 13;
3702 const int COLOR_scope__AVardeclExpr___64dvariable = 14;
3703 const int COLOR_parser_nodes__AReturnExpr___n_kwreturn = 9;
3704 const int COLOR_parser_nodes__AReturnExpr___n_expr = 10;
3705 const int COLOR_parser_nodes__AAbortExpr___n_kwabort = 9;
3706 const int COLOR_parser_nodes__AIfExpr___n_kwif = 9;
3707 const int COLOR_parser_nodes__AIfExpr___n_expr = 10;
3708 const int COLOR_parser_nodes__AIfExpr___n_then = 11;
3709 const int COLOR_parser_nodes__AIfExpr___n_else = 12;
3710 const int COLOR_parser_nodes__AIfexprExpr___n_kwif = 9;
3711 const int COLOR_parser_nodes__AIfexprExpr___n_expr = 10;
3712 const int COLOR_parser_nodes__AIfexprExpr___n_kwthen = 11;
3713 const int COLOR_parser_nodes__AIfexprExpr___n_then = 12;
3714 const int COLOR_parser_nodes__AIfexprExpr___n_kwelse = 13;
3715 const int COLOR_parser_nodes__AIfexprExpr___n_else = 14;
3716 const int COLOR_parser_nodes__AAssertExpr___n_kwassert = 9;
3717 const int COLOR_parser_nodes__AAssertExpr___n_id = 10;
3718 const int COLOR_parser_nodes__AAssertExpr___n_expr = 11;
3719 const int COLOR_parser_nodes__AAssertExpr___n_else = 12;
3720 const int COLOR_parser_nodes__AProxyExpr___n_expr = 9;
3721 const int COLOR_parser_nodes__AOnceExpr___n_kwonce = 10;
3722 const int COLOR_parser_nodes__ABinopExpr___n_expr2 = 16;
3723 const int COLOR_parser_nodes__AOrExpr___n_expr = 9;
3724 const int COLOR_parser_nodes__AOrExpr___n_expr2 = 10;
3725 const int COLOR_parser_nodes__AAndExpr___n_expr = 9;
3726 const int COLOR_parser_nodes__AAndExpr___n_expr2 = 10;
3727 const int COLOR_parser_nodes__AOrElseExpr___n_expr = 9;
3728 const int COLOR_parser_nodes__AOrElseExpr___n_expr2 = 10;
3729 const int COLOR_parser_nodes__AImpliesExpr___n_expr = 9;
3730 const int COLOR_parser_nodes__AImpliesExpr___n_expr2 = 10;
3731 const int COLOR_parser_nodes__ANotExpr___n_kwnot = 9;
3732 const int COLOR_parser_nodes__ANotExpr___n_expr = 10;
3733 const int COLOR_parser_nodes__AIsaExpr___n_expr = 9;
3734 const int COLOR_parser_nodes__AIsaExpr___n_type = 10;
3735 const int COLOR_typing__AIsaExpr___64dcast_type = 11;
3736 const int COLOR_parser_nodes__AUminusExpr___n_minus = 16;
3737 const int COLOR_parser_nodes__ANewExpr___n_kwnew = 9;
3738 const int COLOR_parser_nodes__ANewExpr___n_type = 10;
3739 const int COLOR_parser_nodes__ANewExpr___n_id = 11;
3740 const int COLOR_parser_nodes__ANewExpr___n_args = 12;
3741 const int COLOR_typing__ANewExpr___64dcallsite = 13;
3742 const int COLOR_parser_nodes__ASuperExpr___n_qualified = 9;
3743 const int COLOR_parser_nodes__ASuperExpr___n_kwsuper = 10;
3744 const int COLOR_parser_nodes__ASuperExpr___n_args = 11;
3745 const int COLOR_typing__ASuperExpr___64dmproperty = 12;
3746 const int COLOR_parser_nodes__AInitExpr___n_kwinit = 16;
3747 const int COLOR_parser_nodes__AInitExpr___n_args = 17;
3748 const int COLOR_parser_nodes__ARangeExpr___n_expr = 9;
3749 const int COLOR_parser_nodes__ARangeExpr___n_expr2 = 10;
3750 const int COLOR_parser_nodes__ACrangeExpr___n_obra = 11;
3751 const int COLOR_parser_nodes__ACrangeExpr___n_cbra = 12;
3752 const int COLOR_parser_nodes__AOrangeExpr___n_obra = 11;
3753 const int COLOR_parser_nodes__AOrangeExpr___n_cbra = 12;
3754 const int COLOR_parser_nodes__AArrayExpr___n_exprs = 9;
3755 const int COLOR_parser_nodes__ASelfExpr___n_kwself = 9;
3756 const int COLOR_scope__ASelfExpr___64dvariable = 10;
3757 const int COLOR_typing__ASelfExpr___64dits_variable = 11;
3758 const int COLOR_parser_nodes__ATrueExpr___n_kwtrue = 9;
3759 const int COLOR_parser_nodes__AFalseExpr___n_kwfalse = 9;
3760 const int COLOR_parser_nodes__ANullExpr___n_kwnull = 9;
3761 const int COLOR_parser_nodes__AIntExpr___n_number = 9;
3762 const int COLOR_literal__AIntExpr___64dvalue = 10;
3763 const int COLOR_parser_nodes__AFloatExpr___n_float = 9;
3764 const int COLOR_literal__AFloatExpr___64dvalue = 10;
3765 const int COLOR_parser_nodes__ACharExpr___n_char = 9;
3766 const int COLOR_literal__ACharExpr___64dvalue = 10;
3767 const int COLOR_parser_nodes__AStringFormExpr___n_string = 9;
3768 const int COLOR_literal__AStringFormExpr___64dvalue = 10;
3769 const int COLOR_parser_nodes__ASuperstringExpr___n_exprs = 9;
3770 const int COLOR_parser_nodes__AParExpr___n_opar = 10;
3771 const int COLOR_parser_nodes__AParExpr___n_cpar = 11;
3772 const int COLOR_parser_nodes__AAsCastExpr___n_expr = 9;
3773 const int COLOR_parser_nodes__AAsCastExpr___n_kwas = 10;
3774 const int COLOR_parser_nodes__AAsCastExpr___n_opar = 11;
3775 const int COLOR_parser_nodes__AAsCastExpr___n_type = 12;
3776 const int COLOR_parser_nodes__AAsCastExpr___n_cpar = 13;
3777 const int COLOR_parser_nodes__AAsNotnullExpr___n_expr = 9;
3778 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwas = 10;
3779 const int COLOR_parser_nodes__AAsNotnullExpr___n_opar = 11;
3780 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnot = 12;
3781 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnull = 13;
3782 const int COLOR_parser_nodes__AAsNotnullExpr___n_cpar = 14;
3783 const int COLOR_parser_nodes__AIssetAttrExpr___n_kwisset = 17;
3784 const int COLOR_parser_nodes__AExprs___n_exprs = 4;
3785 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwdebug = 9;
3786 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwtype = 10;
3787 const int COLOR_parser_nodes__ADebugTypeExpr___n_expr = 11;
3788 const int COLOR_parser_nodes__ADebugTypeExpr___n_type = 12;
3789 const int COLOR_parser_nodes__AParExprs___n_opar = 5;
3790 const int COLOR_parser_nodes__AParExprs___n_cpar = 6;
3791 const int COLOR_parser_nodes__ABraExprs___n_obra = 5;
3792 const int COLOR_parser_nodes__ABraExprs___n_cbra = 6;
3793 const int COLOR_parser_nodes__APlusAssignOp___n_pluseq = 4;
3794 const int COLOR_parser_nodes__AMinusAssignOp___n_minuseq = 4;
3795 const int COLOR_parser_nodes__AModuleName___n_quad = 4;
3796 const int COLOR_parser_nodes__AModuleName___n_path = 5;
3797 const int COLOR_parser_nodes__AModuleName___n_id = 6;
3798 const int COLOR_parser_nodes__AInLanguage___n_kwin = 4;
3799 const int COLOR_parser_nodes__AInLanguage___n_string = 5;
3800 const int COLOR_parser_nodes__AExternCodeBlock___n_in_language = 4;
3801 const int COLOR_parser_nodes__AExternCodeBlock___n_extern_code_segment = 5;
3802 const int COLOR_parser_nodes__AQualified___n_quad = 4;
3803 const int COLOR_parser_nodes__AQualified___n_id = 5;
3804 const int COLOR_parser_nodes__AQualified___n_classid = 6;
3805 const int COLOR_parser_nodes__ADoc___n_comment = 4;
3806 const int COLOR_parser_nodes__AAnnotations___n_at = 4;
3807 const int COLOR_parser_nodes__AAnnotations___n_opar = 5;
3808 const int COLOR_parser_nodes__AAnnotations___n_items = 6;
3809 const int COLOR_parser_nodes__AAnnotations___n_cpar = 7;
3810 const int COLOR_parser_nodes__AAnnotation___n_atid = 4;
3811 const int COLOR_parser_nodes__AAnnotation___n_opar = 5;
3812 const int COLOR_parser_nodes__AAnnotation___n_args = 6;
3813 const int COLOR_parser_nodes__AAnnotation___n_cpar = 7;
3814 const int COLOR_parser_nodes__ATypeAtArg___n_type = 4;
3815 const int COLOR_parser_nodes__AExprAtArg___n_expr = 4;
3816 const int COLOR_parser_nodes__AAtid___n_id = 4;
3817 const int COLOR_parser_nodes__Start___n_base = 4;
3818 const int COLOR_parser_nodes__Start___n_eof = 5;
3819 const int COLOR_toolcontext__Message___64dlocation = 0;
3820 const int COLOR_toolcontext__Message___64dtext = 1;
3821 const int COLOR_toolcontext__ToolContext___64derror_count = 0;
3822 const int COLOR_toolcontext__ToolContext___64dwarning_count = 1;
3823 const int COLOR_toolcontext__ToolContext___64dlog_directory = 2;
3824 const int COLOR_toolcontext__ToolContext___64dmessages = 3;
3825 const int COLOR_toolcontext__ToolContext___64dmessage_sorter = 4;
3826 const int COLOR_toolcontext__ToolContext___64doption_context = 5;
3827 const int COLOR_toolcontext__ToolContext___64dopt_warn = 6;
3828 const int COLOR_toolcontext__ToolContext___64dopt_quiet = 7;
3829 const int COLOR_toolcontext__ToolContext___64dopt_log = 8;
3830 const int COLOR_toolcontext__ToolContext___64dopt_log_dir = 9;
3831 const int COLOR_toolcontext__ToolContext___64dopt_help = 10;
3832 const int COLOR_toolcontext__ToolContext___64dopt_version = 11;
3833 const int COLOR_toolcontext__ToolContext___64dopt_verbose = 12;
3834 const int COLOR_toolcontext__ToolContext___64dopt_stop_on_first_error = 13;
3835 const int COLOR_toolcontext__ToolContext___64dopt_no_color = 14;
3836 const int COLOR_toolcontext__ToolContext___64dverbose_level = 15;
3837 const int COLOR_phase__ToolContext___64dphases = 16;
3838 const int COLOR_simple_misc_analysis__ToolContext___64dsimple_misc_analysis_phase = 17;
3839 const int COLOR_literal__ToolContext___64dliteral_phase = 18;
3840 const int COLOR_scope__ToolContext___64dscope_phase = 19;
3841 const int COLOR_flow__ToolContext___64dflow_phase = 20;
3842 const int COLOR_local_var_init__ToolContext___64dlocal_var_init_phase = 21;
3843 const int COLOR_modelbuilder__ToolContext___64dopt_path = 22;
3844 const int COLOR_modelbuilder__ToolContext___64dopt_only_metamodel = 23;
3845 const int COLOR_modelbuilder__ToolContext___64dopt_only_parse = 24;
3846 const int COLOR_modelbuilder__ToolContext___64dmodelbuilder_real = 25;
3847 const int COLOR_modelize_class__ToolContext___64dmodelize_class_phase = 26;
3848 const int COLOR_modelize_property__ToolContext___64dmodelize_property_phase = 27;
3849 const int COLOR_cached__ToolContext___64dcached_phase = 28;
3850 const int COLOR_typing__ToolContext___64dtyping_phase = 29;
3851 const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase = 30;
3852 const int COLOR_div_by_zero__ToolContext___64ddiv_by_zero_phase = 31;
3853 const int COLOR_transform__ToolContext___64dtransform_phase = 32;
3854 const int COLOR_frontend__ToolContext___64ddummy = 33;
3855 const int COLOR_abstract_compiler__ToolContext___64dopt_output = 34;
3856 const int COLOR_abstract_compiler__ToolContext___64dopt_no_cc = 35;
3857 const int COLOR_abstract_compiler__ToolContext___64dopt_cc_path = 36;
3858 const int COLOR_abstract_compiler__ToolContext___64dopt_make_flags = 37;
3859 const int COLOR_abstract_compiler__ToolContext___64dopt_compile_dir = 38;
3860 const int COLOR_abstract_compiler__ToolContext___64dopt_hardening = 39;
3861 const int COLOR_abstract_compiler__ToolContext___64dopt_no_shortcut_range = 40;
3862 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_covariance = 41;
3863 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_initialization = 42;
3864 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_assert = 43;
3865 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_autocast = 44;
3866 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_other = 45;
3867 const int COLOR_abstract_compiler__ToolContext___64dopt_typing_test_metrics = 46;
3868 const int COLOR_separate_compiler__ToolContext___64dopt_separate = 47;
3869 const int COLOR_separate_compiler__ToolContext___64dopt_no_inline_intern = 48;
3870 const int COLOR_separate_compiler__ToolContext___64dopt_no_union_attribute = 49;
3871 const int COLOR_separate_compiler__ToolContext___64dopt_no_shortcut_equate = 50;
3872 const int COLOR_separate_compiler__ToolContext___64dopt_inline_coloring_numbers = 51;
3873 const int COLOR_separate_compiler__ToolContext___64dopt_bm_typing = 52;
3874 const int COLOR_separate_compiler__ToolContext___64dopt_phmod_typing = 53;
3875 const int COLOR_separate_compiler__ToolContext___64dopt_phand_typing = 54;
3876 const int COLOR_separate_compiler__ToolContext___64dopt_tables_metrics = 55;
3877 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_erasure = 56;
3878 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_no_check_erasure_cast = 57;
3879 const int COLOR_lexer__Lexer___token = 0;
3880 const int COLOR_lexer__Lexer___state = 1;
3881 const int COLOR_lexer__Lexer___file = 2;
3882 const int COLOR_lexer__Lexer___stream_pos = 3;
3883 const int COLOR_lexer__Lexer___line = 4;
3884 const int COLOR_lexer__Lexer___pos = 5;
3885 const int COLOR_lexer__Lexer___cr = 6;
3886 const int COLOR_lexer__Lexer___64dlast_token = 7;
3887 const int COLOR_model_base__Model___64dmmodules = 0;
3888 const int COLOR_model_base__Model___64dmmodule_nesting_hierarchy = 1;
3889 const int COLOR_model_base__Model___64dmmodule_importation_hierarchy = 2;
3890 const int COLOR_model_base__Model___64dmmodules_by_name = 3;
3891 const int COLOR_model__Model___64dmclasses = 4;
3892 const int COLOR_model__Model___64dmproperties = 5;
3893 const int COLOR_model__Model___64dmclassdef_hierarchy = 6;
3894 const int COLOR_model__Model___64dintro_mtype_specialization_hierarchy = 7;
3895 const int COLOR_model__Model___64dfull_mtype_specialization_hierarchy = 8;
3896 const int COLOR_model__Model___64dmclasses_by_name = 9;
3897 const int COLOR_model__Model___64dmproperties_by_name = 10;
3898 const int COLOR_model__Model___64dnull_type = 11;
3899 const int COLOR_model_base__MModule___64dmodel = 0;
3900 const int COLOR_model_base__MModule___64ddirect_owner = 1;
3901 const int COLOR_model_base__MModule___64dname = 2;
3902 const int COLOR_model_base__MModule___64dlocation = 3;
3903 const int COLOR_model_base__MModule___64din_nesting = 4;
3904 const int COLOR_model_base__MModule___64din_importation = 5;
3905 const int COLOR_model_base__MModule___64dintrude_mmodules = 6;
3906 const int COLOR_model_base__MModule___64dpublic_mmodules = 7;
3907 const int COLOR_model_base__MModule___64dprivate_mmodules = 8;
3908 const int COLOR_model__MModule___64dintro_mclasses = 9;
3909 const int COLOR_model__MModule___64dmclassdefs = 10;
3910 const int COLOR_model__MModule___64dflatten_mclass_hierarchy_cache = 11;
3911 const int COLOR_model__MModule___64dobject_type_cache = 12;
3912 const int COLOR_model__MModule___64dbool_type_cache = 13;
3913 const int COLOR_abstract_compiler__MModule___64dproperties_cache = 14;
3914 const int COLOR_model_base__MVisibility___64dto_s = 0;
3915 const int COLOR_model_base__MVisibility___64dlevel = 1;
3916 const int COLOR_model__MClassDefSorter___64dmmodule = 0;
3917 const int COLOR_model__MPropDefSorter___64dmmodule = 0;
3918 const int COLOR_model__MClass___64dintro_mmodule = 0;
3919 const int COLOR_model__MClass___64dname = 1;
3920 const int COLOR_model__MClass___64darity = 2;
3921 const int COLOR_model__MClass___64dkind = 3;
3922 const int COLOR_model__MClass___64dvisibility = 4;
3923 const int COLOR_model__MClass___64dmclassdefs = 5;
3924 const int COLOR_model__MClass___64dmclass_type = 6;
3925 const int COLOR_model__MClass___64dget_mtype_cache = 7;
3926 const int COLOR_modelize_property__MClass___64dinherit_init_from = 8;
3927 const int COLOR_abstract_compiler__MClass___64dc_name_cache = 9;
3928 const int COLOR_model__MClassDef___64dmmodule = 0;
3929 const int COLOR_model__MClassDef___64dmclass = 1;
3930 const int COLOR_model__MClassDef___64dbound_mtype = 2;
3931 const int COLOR_model__MClassDef___64dparameter_names = 3;
3932 const int COLOR_model__MClassDef___64dlocation = 4;
3933 const int COLOR_model__MClassDef___64dto_s = 5;
3934 const int COLOR_model__MClassDef___64dsupertypes = 6;
3935 const int COLOR_model__MClassDef___64din_hierarchy = 7;
3936 const int COLOR_model__MClassDef___64dintro_mproperties = 8;
3937 const int COLOR_model__MClassDef___64dmpropdefs = 9;
3938 const int COLOR_model__MType___64das_nullable_cache = 0;
3939 const int COLOR_abstract_compiler__MType___64dc_name_cache = 1;
3940 const int COLOR_model__MClassType___64dmclass = 2;
3941 const int COLOR_model__MClassType___64darguments = 3;
3942 const int COLOR_model__MClassType___64dcollect_mclassdefs_cache = 4;
3943 const int COLOR_model__MClassType___64dcollect_mclasses_cache = 5;
3944 const int COLOR_model__MClassType___64dcollect_mtypes_cache = 6;
3945 const int COLOR_model__MGenericType___64dto_s = 7;
3946 const int COLOR_model__MGenericType___64dneed_anchor = 8;
3947 const int COLOR_model__MVirtualType___64dmproperty = 2;
3948 const int COLOR_model__MParameterType___64dmclass = 2;
3949 const int COLOR_model__MParameterType___64drank = 3;
3950 const int COLOR_model__MNullableType___64dmtype = 2;
3951 const int COLOR_model__MNullableType___64dto_s = 3;
3952 const int COLOR_model__MNullType___64dmodel = 2;
3953 const int COLOR_model__MSignature___64dmparameters = 2;
3954 const int COLOR_model__MSignature___64dreturn_mtype = 3;
3955 const int COLOR_model__MSignature___64dvararg_rank = 4;
3956 const int COLOR_model__MParameter___64dname = 0;
3957 const int COLOR_model__MParameter___64dmtype = 1;
3958 const int COLOR_model__MParameter___64dis_vararg = 2;
3959 const int COLOR_model__MProperty___64dintro_mclassdef = 0;
3960 const int COLOR_model__MProperty___64dname = 1;
3961 const int COLOR_model__MProperty___64dvisibility = 2;
3962 const int COLOR_model__MProperty___64dmpropdefs = 3;
3963 const int COLOR_model__MProperty___64dlookup_definitions_cache = 4;
3964 const int COLOR_model__MProperty___64dlookup_all_definitions_cache = 5;
3965 const int COLOR_abstract_compiler__MProperty___64dc_name_cache = 6;
3966 const int COLOR_model__MMethod___64dis_init = 7;
3967 const int COLOR_model__MMethod___64dis_new = 8;
3968 const int COLOR_model__MVirtualTypeProp___64dmvirtualtype = 7;
3969 const int COLOR_model__MPropDef___64dlocation = 0;
3970 const int COLOR_model__MPropDef___64dmclassdef = 1;
3971 const int COLOR_model__MPropDef___64dmproperty = 2;
3972 const int COLOR_model__MPropDef___64dto_s = 3;
3973 const int COLOR_typing__MPropDef___64dhas_supercall = 4;
3974 const int COLOR_abstract_compiler__MPropDef___64dc_name_cache = 5;
3975 const int COLOR_model__MMethodDef___64dmsignature = 6;
3976 const int COLOR_model__MMethodDef___64dis_abstract = 7;
3977 const int COLOR_separate_compiler__MMethodDef___64dseparate_runtime_function_cache = 8;
3978 const int COLOR_separate_compiler__MMethodDef___64dvirtual_runtime_function_cache = 9;
3979 const int COLOR_model__MAttributeDef___64dstatic_mtype = 6;
3980 const int COLOR_model__MVirtualTypeDef___64dbound = 6;
3981 const int COLOR_model__MClassKind___64dto_s = 0;
3982 const int COLOR_model__MClassKind___64dneed_init = 1;
3983 const int COLOR_parser__State___state = 0;
3984 const int COLOR_parser__State___nodes = 1;
3985 const int COLOR_parser__Parser___lexer = 0;
3986 const int COLOR_parser__Parser___stack = 1;
3987 const int COLOR_parser__Parser___stack_pos = 2;
3988 const int COLOR_parser__Parser___reduce_table = 3;
3989 const int COLOR_parser__ComputeProdLocationVisitor___need_first_prods = 1;
3990 const int COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons = 2;
3991 const int COLOR_parser__ComputeProdLocationVisitor___last_location = 3;
3992 const int COLOR_parser__ReduceAction___goto = 0;
3993 const int COLOR_parser_util__InjectedLexer___64dinjected_before = 8;
3994 const int COLOR_parser_util__InjectedLexer___64dinjected_after = 9;
3995 const int COLOR_parser_util__InjectedLexer___64dis_finished = 10;
3996 const int COLOR_parser_util__CollectTokensByTextVisitor___64dtext = 1;
3997 const int COLOR_parser_util__CollectTokensByTextVisitor___64dresult = 2;
3998 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dname = 1;
3999 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dresult = 2;
4000 const int COLOR_phase__AnnotationPhaseVisitor___64dphase = 1;
4001 const int COLOR_phase__Phase___64dtoolcontext = 0;
4002 const int COLOR_phase__Phase___64din_hierarchy = 1;
4003 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64donce_count = 1;
4004 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64dtoolcontext = 2;
4005 const int COLOR_literal__LiteralVisitor___64dtoolcontext = 1;
4006 const int COLOR_scope__Variable___64dname = 0;
4007 const int COLOR_typing__Variable___64ddeclared_type = 1;
4008 const int COLOR_scope__EscapeMark___64dname = 0;
4009 const int COLOR_scope__EscapeMark___64dfor_loop = 1;
4010 const int COLOR_scope__EscapeMark___64dcontinues = 2;
4011 const int COLOR_scope__EscapeMark___64dbreaks = 3;
4012 const int COLOR_scope__ScopeVisitor___64dtoolcontext = 1;
4013 const int COLOR_scope__ScopeVisitor___64dselfvariable = 2;
4014 const int COLOR_scope__ScopeVisitor___64dscopes = 3;
4015 const int COLOR_scope__Scope___64dvariables = 0;
4016 const int COLOR_scope__Scope___64descapemark = 1;
4017 const int COLOR_flow__FlowVisitor___64dcurrent_flow_context = 1;
4018 const int COLOR_flow__FlowVisitor___64dtoolcontext = 2;
4019 const int COLOR_flow__FlowVisitor___64dfirst = 3;
4020 const int COLOR_flow__FlowVisitor___64dflows = 4;
4021 const int COLOR_flow__FlowContext___64dprevious = 0;
4022 const int COLOR_flow__FlowContext___64dloops = 1;
4023 const int COLOR_flow__FlowContext___64dis_marked_unreachable = 2;
4024 const int COLOR_flow__FlowContext___64dis_already_unreachable = 3;
4025 const int COLOR_flow__FlowContext___64dis_start = 4;
4026 const int COLOR_flow__FlowContext___64dnode = 5;
4027 const int COLOR_flow__FlowContext___64dname = 6;
4028 const int COLOR_flow__FlowContext___64dwhen_true = 7;
4029 const int COLOR_flow__FlowContext___64dwhen_false = 8;
4030 const int COLOR_local_var_init__FlowContext___64dset_vars = 9;
4031 const int COLOR_typing__FlowContext___64dvars = 10;
4032 const int COLOR_typing__FlowContext___64dcache = 11;
4033 const int COLOR_local_var_init__LocalVarInitVisitor___64dtoolcontext = 1;
4034 const int COLOR_local_var_init__LocalVarInitVisitor___64dmaybe_unset_vars = 2;
4035 const int COLOR_modelbuilder__ModelBuilder___64dmodel = 0;
4036 const int COLOR_modelbuilder__ModelBuilder___64dtoolcontext = 1;
4037 const int COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache = 2;
4038 const int COLOR_modelbuilder__ModelBuilder___64dpaths = 3;
4039 const int COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules = 4;
4040 const int COLOR_modelbuilder__ModelBuilder___64dnmodules = 5;
4041 const int COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule = 6;
4042 const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef = 7;
4043 const int COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef = 8;
4044 const int COLOR_abstract_compiler__ModelBuilder___64dcc_paths = 9;
4045 const int COLOR_modelize_property__TextCollectorVisitor___64dtext = 1;
4046 const int COLOR_typing__TypeVisitor___64dmodelbuilder = 0;
4047 const int COLOR_typing__TypeVisitor___64dnclassdef = 1;
4048 const int COLOR_typing__TypeVisitor___64dmpropdef = 2;
4049 const int COLOR_typing__TypeVisitor___64dselfvariable = 3;
4050 const int COLOR_typing__CallSite___64dnode = 0;
4051 const int COLOR_typing__CallSite___64drecv = 1;
4052 const int COLOR_typing__CallSite___64drecv_is_self = 2;
4053 const int COLOR_typing__CallSite___64dmproperty = 3;
4054 const int COLOR_typing__CallSite___64dmpropdef = 4;
4055 const int COLOR_typing__CallSite___64dmsignature = 5;
4056 const int COLOR_typing__CallSite___64derasure_cast = 6;
4057 const int COLOR_auto_super_init__AutoSuperInitVisitor___64dhas_explicit_super_init = 1;
4058 const int COLOR_div_by_zero__DivByZeroVisitor___64dtoolcontext = 1;
4059 const int COLOR_div_by_zero__DivByZeroVisitor___64dmmodule = 2;
4060 const int COLOR_astbuilder__ASTBuilder___64dmmodule = 0;
4061 const int COLOR_astbuilder__ASTBuilder___64danchor = 1;
4062 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmodelbuilder = 0;
4063 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmainmodule = 1;
4064 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_types = 2;
4065 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_types = 3;
4066 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_classes = 4;
4067 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_cast_types = 5;
4068 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_cast_types = 6;
4069 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methoddefs = 7;
4070 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methods = 8;
4071 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_super_sends = 9;
4072 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtotry_methods = 10;
4073 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtodo = 11;
4074 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64danalysis = 1;
4075 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dreceiver = 2;
4076 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dmpropdef = 3;
4077 const int COLOR_astvalidation__ASTValidationVisitor___64dpath = 1;
4078 const int COLOR_astvalidation__ASTValidationVisitor___64dseen = 2;
4079 const int COLOR_transform__TransformVisitor___64dphase = 1;
4080 const int COLOR_transform__TransformVisitor___64dmmodule = 2;
4081 const int COLOR_transform__TransformVisitor___64dmclassdef = 3;
4082 const int COLOR_transform__TransformVisitor___64dmpropdef = 4;
4083 const int COLOR_transform__TransformVisitor___64dbuilder = 5;
4084 const int COLOR_abstract_compiler__AbstractCompiler___64dmainmodule = 0;
4085 const int COLOR_abstract_compiler__AbstractCompiler___64drealmainmodule = 1;
4086 const int COLOR_abstract_compiler__AbstractCompiler___64dmodelbuilder = 2;
4087 const int COLOR_abstract_compiler__AbstractCompiler___64dfiles = 3;
4088 const int COLOR_abstract_compiler__AbstractCompiler___64dheader = 4;
4089 const int COLOR_abstract_compiler__AbstractCompiler___64dprovided_declarations = 5;
4090 const int COLOR_abstract_compiler__AbstractCompiler___64dextern_bodies = 6;
4091 const int COLOR_abstract_compiler__AbstractCompiler___64dseen_extern = 7;
4092 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_tags = 8;
4093 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_resolved = 9;
4094 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_unresolved = 10;
4095 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_skipped = 11;
4096 const int COLOR_abstract_compiler__CodeFile___64dname = 0;
4097 const int COLOR_abstract_compiler__CodeFile___64dwriters = 1;
4098 const int COLOR_abstract_compiler__CodeFile___64drequired_declarations = 2;
4099 const int COLOR_abstract_compiler__CodeWriter___64dfile = 0;
4100 const int COLOR_abstract_compiler__CodeWriter___64dlines = 1;
4101 const int COLOR_abstract_compiler__CodeWriter___64ddecl_lines = 2;
4102 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcompiler = 0;
4103 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcurrent_node = 1;
4104 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dframe = 2;
4105 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dwriter = 3;
4106 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dnames = 4;
4107 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dlast = 5;
4108 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64descapemark_names = 6;
4109 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dvariables = 7;
4110 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dmmethoddef = 0;
4111 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dc_name_cache = 1;
4112 const int COLOR_abstract_compiler__RuntimeVariable___64dname = 0;
4113 const int COLOR_abstract_compiler__RuntimeVariable___64dmtype = 1;
4114 const int COLOR_abstract_compiler__RuntimeVariable___64dmcasttype = 2;
4115 const int COLOR_abstract_compiler__RuntimeVariable___64dis_exact = 3;
4116 const int COLOR_abstract_compiler__Frame___64dvisitor = 0;
4117 const int COLOR_abstract_compiler__Frame___64dmpropdef = 1;
4118 const int COLOR_abstract_compiler__Frame___64dreceiver = 2;
4119 const int COLOR_abstract_compiler__Frame___64darguments = 3;
4120 const int COLOR_abstract_compiler__Frame___64dreturnvar = 4;
4121 const int COLOR_abstract_compiler__Frame___64dreturnlabel = 5;
4122 const int COLOR_abstract_compiler__ExternCFile___64dfilename = 0;
4123 const int COLOR_abstract_compiler__ExternCFile___64dcflags = 1;
4124 const int COLOR_layout_builders__Layout___64dids = 0;
4125 const int COLOR_layout_builders__Layout___64dpos = 1;
4126 const int COLOR_layout_builders__PHLayout___64dmasks = 2;
4127 const int COLOR_layout_builders__PHLayout___64dhashes = 3;
4128 const int COLOR_layout_builders__POSetBuilder___64dmmodule = 0;
4129 const int COLOR_layout_builders__TypingBMizer___64dmmodule = 0;
4130 const int COLOR_layout_builders__TypingBMizer___64dposet_builder = 1;
4131 const int COLOR_layout_builders__TypingBMizer___64dposet_cache = 2;
4132 const int COLOR_layout_builders__MPropertyBMizer___64dmmodule = 0;
4133 const int COLOR_layout_builders__TypingColorer___64dcore = 0;
4134 const int COLOR_layout_builders__TypingColorer___64dcrown = 1;
4135 const int COLOR_layout_builders__TypingColorer___64dborder = 2;
4136 const int COLOR_layout_builders__TypingColorer___64dcoloration_result = 3;
4137 const int COLOR_layout_builders__TypingColorer___64dmmodule = 4;
4138 const int COLOR_layout_builders__TypingColorer___64dposet_builder = 5;
4139 const int COLOR_layout_builders__TypingColorer___64dposet_cache = 6;
4140 const int COLOR_layout_builders__TypingColorer___64dconflicts_graph = 7;
4141 const int COLOR_layout_builders__TypingColorer___64dlinear_extensions_cache = 8;
4142 const int COLOR_layout_builders__MPropertyColorer___64dmmodule = 0;
4143 const int COLOR_layout_builders__MPropertyColorer___64dclass_colorer = 1;
4144 const int COLOR_layout_builders__MPropertyColorer___64dcoloration_result = 2;
4145 const int COLOR_layout_builders__ResolutionColorer___64dcoloration_result = 0;
4146 const int COLOR_layout_builders__ResolutionColorer___64dconflicts_graph = 1;
4147 const int COLOR_global_compiler__GlobalCompiler___64druntime_type_analysis = 12;
4148 const int COLOR_global_compiler__GlobalCompiler___64dclassids = 13;
4149 const int COLOR_global_compiler__GlobalCompiler___64dlive_primitive_types = 14;
4150 const int COLOR_global_compiler__GlobalCompiler___64dtodos = 15;
4151 const int COLOR_global_compiler__GlobalCompiler___64dseen = 16;
4152 const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache = 17;
4153 const int COLOR_global_compiler__CustomizedRuntimeFunction___64drecv = 2;
4154 const int COLOR_separate_compiler__SeparateCompiler___64druntime_type_analysis = 12;
4155 const int COLOR_separate_compiler__SeparateCompiler___64dundead_types = 13;
4156 const int COLOR_separate_compiler__SeparateCompiler___64dpartial_types = 14;
4157 const int COLOR_separate_compiler__SeparateCompiler___64dlive_unresolved_types = 15;
4158 const int COLOR_separate_compiler__SeparateCompiler___64dtype_layout = 16;
4159 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_layout = 17;
4160 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_layout = 18;
4161 const int COLOR_separate_compiler__SeparateCompiler___64dattr_layout = 19;
4162 const int COLOR_separate_compiler__SeparateCompiler___64dbox_kinds = 20;
4163 const int COLOR_separate_compiler__SeparateCompiler___64dcolor_consts_done = 21;
4164 const int COLOR_separate_compiler__SeparateCompiler___64dtype_tables = 22;
4165 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_tables = 23;
4166 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_tables = 24;
4167 const int COLOR_separate_compiler__SeparateCompiler___64dattr_tables = 25;
4168 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_layout = 26;
4169 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_layout = 27;
4170 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_tables = 28;
4171 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_tables = 29;
4172 /* runtime class modelbuilder__ModelBuilder */
4173 const struct class class_modelbuilder__ModelBuilder = {
4174 0, /* box_kind */
4175 {
4176 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to modelbuilder:ModelBuilder:kernel#Object#object_id */
4177 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to modelbuilder:ModelBuilder:kernel#Object#is_same_type */
4178 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to modelbuilder:ModelBuilder:kernel#Object#is_same_instance */
4179 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#== */
4180 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#!= */
4181 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output */
4182 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output_class_name */
4183 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModelBuilder:kernel#Object#exit */
4184 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModelBuilder:kernel#Object#sys */
4185 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModelBuilder:kernel#Object#hash */
4186 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to modelbuilder:ModelBuilder:string#Object#to_s */
4187 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#native_class_name */
4188 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#class_name */
4189 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect */
4190 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect_head */
4191 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModelBuilder:string#Object#args */
4192 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModelBuilder:math#Object#atan2 */
4193 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModelBuilder:math#Object#pi */
4194 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModelBuilder:math#Object#srand_from */
4195 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModelBuilder:math#Object#srand */
4196 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#poll */
4197 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#intern_poll */
4198 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModelBuilder:time#Object#get_time */
4199 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to modelbuilder:ModelBuilder:file#Object#printn */
4200 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to modelbuilder:ModelBuilder:file#Object#print */
4201 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to modelbuilder:ModelBuilder:file#Object#getc */
4202 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to modelbuilder:ModelBuilder:file#Object#gets */
4203 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#getcwd */
4204 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#file_getcwd */
4205 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to modelbuilder:ModelBuilder:file#Object#stdin */
4206 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to modelbuilder:ModelBuilder:file#Object#stdout */
4207 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to modelbuilder:ModelBuilder:file#Object#stderr */
4208 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#intrude_visibility */
4209 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#public_visibility */
4210 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#protected_visibility */
4211 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#private_visibility */
4212 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#none_visibility */
4213 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#abstract_kind */
4214 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#concrete_kind */
4215 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#interface_kind */
4216 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#enum_kind */
4217 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#extern_kind */
4218 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model */
4219 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model= */
4220 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext */
4221 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext= */
4222 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__run_phases, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#run_phases */
4223 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#init */
4224 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__parse, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#parse */
4225 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mclass_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mclass_by_name */
4226 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2 */
4227 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache */
4228 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache= */
4229 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name */
4230 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths */
4231 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths= */
4232 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mmodule_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mmodule_by_name */
4233 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__module_absolute_path, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#module_absolute_path */
4234 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules */
4235 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules= */
4236 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module */
4237 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_module_importation, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_module_importation */
4238 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules */
4239 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules= */
4240 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule */
4241 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule= */
4242 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__error, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#error */
4243 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__warning, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#warning */
4244 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__force_get_primitive_method, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#force_get_primitive_method */
4245 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclass, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclass */
4246 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclassdef */
4247 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#collect_a_mclassdef_inheritance */
4248 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__check_supertypes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#check_supertypes */
4249 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_classes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_classes */
4250 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef */
4251 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef= */
4252 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype_unchecked, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype_unchecked */
4253 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype */
4254 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef */
4255 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef= */
4256 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__build_properties, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#build_properties */
4257 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__process_default_constructors, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#process_default_constructors */
4258 (nitmethod_t)VIRTUAL_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis, /* pointer to modelbuilder:ModelBuilder:rapid_type_analysis#ModelBuilder#do_rapid_type_analysis */
4259 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths */
4260 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths_61d, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths= */
4261 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__write_and_make, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#write_and_make */
4262 (nitmethod_t)VIRTUAL_global_compiler__ModelBuilder__run_global_compiler, /* pointer to modelbuilder:ModelBuilder:global_compiler#ModelBuilder#run_global_compiler */
4263 (nitmethod_t)VIRTUAL_separate_compiler__ModelBuilder__run_separate_compiler, /* pointer to modelbuilder:ModelBuilder:separate_compiler#ModelBuilder#run_separate_compiler */
4264 (nitmethod_t)VIRTUAL_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler, /* pointer to modelbuilder:ModelBuilder:separate_erasure_compiler#ModelBuilder#run_separate_erasure_compiler */
4265 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#init */
4266 }
4267 };
4268 /* allocate ModelBuilder */
4269 val* NEW_modelbuilder__ModelBuilder(const struct type* type) {
4270 val* self /* : ModelBuilder */;
4271 val* var /* : HashMap3[MModule, MType, String, nullable MProperty] */;
4272 val* var1 /* : Array[String] */;
4273 val* var2 /* : HashMap[String, AModule] */;
4274 val* var3 /* : Array[AModule] */;
4275 val* var4 /* : HashMap[MModule, AModule] */;
4276 val* var5 /* : HashMap[MClassDef, AClassdef] */;
4277 val* var6 /* : HashMap[MPropDef, APropdef] */;
4278 val* var7 /* : Array[String] */;
4279 self = nit_alloc(sizeof(struct instance) + 10*sizeof(nitattribute_t));
4280 self->type = type;
4281 self->class = &class_modelbuilder__ModelBuilder;
4282 var = NEW_more_collections__HashMap3(&type_more_collections__HashMap3model_base__MModulemodel__MTypestring__Stringnullable_model__MProperty);
4283 ((void (*)(val*))(var->class->vft[COLOR_more_collections__HashMap3__init]))(var) /* init on <var:HashMap3[MModule, MType, String, nullable MProperty]>*/;
4284 CHECK_NEW_more_collections__HashMap3(var);
4285 self->attrs[COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache].val = var; /* @try_get_mproperty_by_name2_cache on <self:ModelBuilder exact> */
4286 var1 = NEW_array__Array(&type_array__Arraystring__String);
4287 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[String]>*/;
4288 CHECK_NEW_array__Array(var1);
4289 self->attrs[COLOR_modelbuilder__ModelBuilder___64dpaths].val = var1; /* @paths on <self:ModelBuilder exact> */
4290 var2 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringparser_nodes__AModule);
4291 ((void (*)(val*))(var2->class->vft[COLOR_hash_collection__HashMap__init]))(var2) /* init on <var2:HashMap[String, AModule]>*/;
4292 CHECK_NEW_hash_collection__HashMap(var2);
4293 self->attrs[COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules].val = var2; /* @loaded_nmodules on <self:ModelBuilder exact> */
4294 var3 = NEW_array__Array(&type_array__Arrayparser_nodes__AModule);
4295 ((void (*)(val*))(var3->class->vft[COLOR_array__Array__init]))(var3) /* init on <var3:Array[AModule]>*/;
4296 CHECK_NEW_array__Array(var3);
4297 self->attrs[COLOR_modelbuilder__ModelBuilder___64dnmodules].val = var3; /* @nmodules on <self:ModelBuilder exact> */
4298 var4 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel_base__MModuleparser_nodes__AModule);
4299 ((void (*)(val*))(var4->class->vft[COLOR_hash_collection__HashMap__init]))(var4) /* init on <var4:HashMap[MModule, AModule]>*/;
4300 CHECK_NEW_hash_collection__HashMap(var4);
4301 self->attrs[COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule].val = var4; /* @mmodule2nmodule on <self:ModelBuilder exact> */
4302 var5 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MClassDefparser_nodes__AClassdef);
4303 ((void (*)(val*))(var5->class->vft[COLOR_hash_collection__HashMap__init]))(var5) /* init on <var5:HashMap[MClassDef, AClassdef]>*/;
4304 CHECK_NEW_hash_collection__HashMap(var5);
4305 self->attrs[COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef].val = var5; /* @mclassdef2nclassdef on <self:ModelBuilder exact> */
4306 var6 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MPropDefparser_nodes__APropdef);
4307 ((void (*)(val*))(var6->class->vft[COLOR_hash_collection__HashMap__init]))(var6) /* init on <var6:HashMap[MPropDef, APropdef]>*/;
4308 CHECK_NEW_hash_collection__HashMap(var6);
4309 self->attrs[COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef].val = var6; /* @mpropdef2npropdef on <self:ModelBuilder exact> */
4310 var7 = NEW_array__Array(&type_array__Arraystring__String);
4311 ((void (*)(val*))(var7->class->vft[COLOR_array__Array__init]))(var7) /* init on <var7:Array[String]>*/;
4312 CHECK_NEW_array__Array(var7);
4313 self->attrs[COLOR_abstract_compiler__ModelBuilder___64dcc_paths].val = var7; /* @cc_paths on <self:ModelBuilder exact> */
4314 return self;
4315 }
4316 /* allocate ModelBuilder */
4317 void CHECK_NEW_modelbuilder__ModelBuilder(val* self) {
4318 val* var /* : Model */;
4319 val* var1 /* : ToolContext */;
4320 var = self->attrs[COLOR_modelbuilder__ModelBuilder___64dmodel].val; /* @model on <self:ModelBuilder> */
4321 if (var == NULL) {
4322 fprintf(stderr, "Runtime error: %s", "Uninitialized attribute @model");
4323 fprintf(stderr, " (%s:%d)\n", "src/modelbuilder.nit", 59);
4324 exit(1);
4325 }
4326 var1 = self->attrs[COLOR_modelbuilder__ModelBuilder___64dtoolcontext].val; /* @toolcontext on <self:ModelBuilder> */
4327 if (var1 == NULL) {
4328 fprintf(stderr, "Runtime error: %s", "Uninitialized attribute @toolcontext");
4329 fprintf(stderr, " (%s:%d)\n", "src/modelbuilder.nit", 62);
4330 exit(1);
4331 }
4332 }
4333 /* runtime class parser__State */
4334 const struct class class_parser__State = {
4335 0, /* box_kind */
4336 {
4337 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:State:kernel#Object#object_id */
4338 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:State:kernel#Object#is_same_type */
4339 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:State:kernel#Object#is_same_instance */
4340 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:State:kernel#Object#== */
4341 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:State:kernel#Object#!= */
4342 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:State:kernel#Object#output */
4343 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:State:kernel#Object#output_class_name */
4344 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:State:kernel#Object#exit */
4345 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:State:kernel#Object#sys */
4346 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:State:kernel#Object#hash */
4347 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:State:string#Object#to_s */
4348 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:State:string#Object#native_class_name */
4349 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:State:string#Object#class_name */
4350 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:State:string#Object#inspect */
4351 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:State:string#Object#inspect_head */
4352 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:State:string#Object#args */
4353 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:State:math#Object#atan2 */
4354 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:State:math#Object#pi */
4355 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:State:math#Object#srand_from */
4356 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:State:math#Object#srand */
4357 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:State:stream#Object#poll */
4358 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:State:stream#Object#intern_poll */
4359 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:State:time#Object#get_time */
4360 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:State:file#Object#printn */
4361 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:State:file#Object#print */
4362 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:State:file#Object#getc */
4363 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:State:file#Object#gets */
4364 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:State:file#Object#getcwd */
4365 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:State:file#Object#file_getcwd */
4366 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:State:file#Object#stdin */
4367 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:State:file#Object#stdout */
4368 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:State:file#Object#stderr */
4369 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:State:model_base#Object#intrude_visibility */
4370 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:State:model_base#Object#public_visibility */
4371 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:State:model_base#Object#protected_visibility */
4372 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:State:model_base#Object#private_visibility */
4373 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:State:model_base#Object#none_visibility */
4374 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:State:model#Object#abstract_kind */
4375 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:State:model#Object#concrete_kind */
4376 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:State:model#Object#interface_kind */
4377 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:State:model#Object#enum_kind */
4378 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:State:model#Object#extern_kind */
4379 (nitmethod_t)VIRTUAL_parser__State__state, /* pointer to parser:State:parser#State#state */
4380 (nitmethod_t)VIRTUAL_parser__State__state_61d, /* pointer to parser:State:parser#State#state= */
4381 (nitmethod_t)VIRTUAL_parser__State__nodes, /* pointer to parser:State:parser#State#nodes */
4382 (nitmethod_t)VIRTUAL_parser__State__nodes_61d, /* pointer to parser:State:parser#State#nodes= */
4383 (nitmethod_t)VIRTUAL_parser__State__init, /* pointer to parser:State:parser#State#init */
4384 }
4385 };
4386 /* allocate State */
4387 val* NEW_parser__State(const struct type* type) {
4388 val* self /* : State */;
4389 self = nit_alloc(sizeof(struct instance) + 2*sizeof(nitattribute_t));
4390 self->type = type;
4391 self->class = &class_parser__State;
4392 return self;
4393 }
4394 /* allocate State */
4395 void CHECK_NEW_parser__State(val* self) {
4396 long var /* : Int */;
4397 val* var1 /* : nullable Object */;
4398 var = self->attrs[COLOR_parser__State___state].l; /* _state on <self:State> */
4399 var1 = self->attrs[COLOR_parser__State___nodes].val; /* _nodes on <self:State> */
4400 }
4401 /* runtime class parser__Parser */
4402 const struct class class_parser__Parser = {
4403 0, /* box_kind */
4404 {
4405 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:Parser:kernel#Object#object_id */
4406 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:Parser:kernel#Object#is_same_type */
4407 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:Parser:kernel#Object#is_same_instance */
4408 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:Parser:kernel#Object#== */
4409 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:Parser:kernel#Object#!= */
4410 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:Parser:kernel#Object#output */
4411 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:Parser:kernel#Object#output_class_name */
4412 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:Parser:kernel#Object#exit */
4413 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:Parser:kernel#Object#sys */
4414 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:Parser:kernel#Object#hash */
4415 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:Parser:string#Object#to_s */
4416 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:Parser:string#Object#native_class_name */
4417 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:Parser:string#Object#class_name */
4418 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:Parser:string#Object#inspect */
4419 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:Parser:string#Object#inspect_head */
4420 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:Parser:string#Object#args */
4421 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:Parser:math#Object#atan2 */
4422 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:Parser:math#Object#pi */
4423 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:Parser:math#Object#srand_from */
4424 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:Parser:math#Object#srand */
4425 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:Parser:stream#Object#poll */
4426 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:Parser:stream#Object#intern_poll */
4427 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:Parser:time#Object#get_time */
4428 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:Parser:file#Object#printn */
4429 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:Parser:file#Object#print */
4430 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:Parser:file#Object#getc */
4431 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:Parser:file#Object#gets */
4432 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:Parser:file#Object#getcwd */
4433 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:Parser:file#Object#file_getcwd */
4434 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:Parser:file#Object#stdin */
4435 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:Parser:file#Object#stdout */
4436 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:Parser:file#Object#stderr */
4437 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:Parser:model_base#Object#intrude_visibility */
4438 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:Parser:model_base#Object#public_visibility */
4439 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:Parser:model_base#Object#protected_visibility */
4440 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:Parser:model_base#Object#private_visibility */
4441 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:Parser:model_base#Object#none_visibility */
4442 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:Parser:model#Object#abstract_kind */
4443 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:Parser:model#Object#concrete_kind */
4444 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:Parser:model#Object#interface_kind */
4445 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:Parser:model#Object#enum_kind */
4446 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:Parser:model#Object#extern_kind */
4447 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_goto, /* pointer to parser:Parser:tables#TablesCapable#lexer_goto */
4448 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_accept, /* pointer to parser:Parser:tables#TablesCapable#lexer_accept */
4449 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_goto, /* pointer to parser:Parser:tables#TablesCapable#parser_goto */
4450 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_action, /* pointer to parser:Parser:tables#TablesCapable#parser_action */
4451 (nitmethod_t)VIRTUAL_parser__Parser__init, /* pointer to parser:Parser:parser#Parser#init */
4452 (nitmethod_t)VIRTUAL_parser__Parser__go_to, /* pointer to parser:Parser:parser#Parser#go_to */
4453 (nitmethod_t)VIRTUAL_parser__Parser__push, /* pointer to parser:Parser:parser#Parser#push */
4454 (nitmethod_t)VIRTUAL_parser__Parser__state, /* pointer to parser:Parser:parser#Parser#state */
4455 (nitmethod_t)VIRTUAL_parser__Parser__pop, /* pointer to parser:Parser:parser#Parser#pop */
4456 (nitmethod_t)VIRTUAL_parser__Parser__parse, /* pointer to parser:Parser:parser#Parser#parse */
4457 (nitmethod_t)VIRTUAL_parser__Parser__build_reduce_table, /* pointer to parser:Parser:parser#Parser#build_reduce_table */
4458 }
4459 };
4460 /* allocate Parser */
4461 val* NEW_parser__Parser(const struct type* type) {
4462 val* self /* : Parser */;
4463 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4464 self->type = type;
4465 self->class = &class_parser__Parser;
4466 return self;
4467 }
4468 /* allocate Parser */
4469 void CHECK_NEW_parser__Parser(val* self) {
4470 val* var /* : Lexer */;
4471 val* var1 /* : Array[State] */;
4472 long var2 /* : Int */;
4473 val* var3 /* : Array[ReduceAction] */;
4474 var = self->attrs[COLOR_parser__Parser___lexer].val; /* _lexer on <self:Parser> */
4475 if (var == NULL) {
4476 fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _lexer");
4477 fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 25);
4478 exit(1);
4479 }
4480 var1 = self->attrs[COLOR_parser__Parser___stack].val; /* _stack on <self:Parser> */
4481 if (var1 == NULL) {
4482 fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _stack");
4483 fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 28);
4484 exit(1);
4485 }
4486 var2 = self->attrs[COLOR_parser__Parser___stack_pos].l; /* _stack_pos on <self:Parser> */
4487 var3 = self->attrs[COLOR_parser__Parser___reduce_table].val; /* _reduce_table on <self:Parser> */
4488 if (var3 == NULL) {
4489 fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _reduce_table");
4490 fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 151);
4491 exit(1);
4492 }
4493 }
4494 /* runtime class parser__ComputeProdLocationVisitor */
4495 const struct class class_parser__ComputeProdLocationVisitor = {
4496 0, /* box_kind */
4497 {
4498 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#object_id */
4499 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#is_same_type */
4500 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#is_same_instance */
4501 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#== */
4502 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#!= */
4503 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output */
4504 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output_class_name */
4505 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#exit */
4506 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#sys */
4507 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#hash */
4508 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ComputeProdLocationVisitor:string#Object#to_s */
4509 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#native_class_name */
4510 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#class_name */
4511 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect */
4512 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect_head */
4513 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ComputeProdLocationVisitor:string#Object#args */
4514 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ComputeProdLocationVisitor:math#Object#atan2 */
4515 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ComputeProdLocationVisitor:math#Object#pi */
4516 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand_from */
4517 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand */
4518 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#poll */
4519 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#intern_poll */
4520 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ComputeProdLocationVisitor:time#Object#get_time */
4521 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ComputeProdLocationVisitor:file#Object#printn */
4522 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ComputeProdLocationVisitor:file#Object#print */
4523 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getc */
4524 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ComputeProdLocationVisitor:file#Object#gets */
4525 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getcwd */
4526 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#file_getcwd */
4527 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdin */
4528 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdout */
4529 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stderr */
4530 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#intrude_visibility */
4531 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#public_visibility */
4532 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#protected_visibility */
4533 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#private_visibility */
4534 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#none_visibility */
4535 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#abstract_kind */
4536 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#concrete_kind */
4537 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#interface_kind */
4538 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#enum_kind */
4539 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#extern_kind */
4540 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__visit, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#visit */
4541 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__enter_visit, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#enter_visit */
4542 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node */
4543 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node_61d, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node= */
4544 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#init */
4545 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#init */
4546 }
4547 };
4548 /* allocate ComputeProdLocationVisitor */
4549 val* NEW_parser__ComputeProdLocationVisitor(const struct type* type) {
4550 val* self /* : ComputeProdLocationVisitor */;
4551 val* var /* : null */;
4552 val* var1 /* : Array[Prod] */;
4553 val* var2 /* : Array[Prod] */;
4554 val* var3 /* : null */;
4555 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4556 self->type = type;
4557 self->class = &class_parser__ComputeProdLocationVisitor;
4558 var = NULL;
4559 self->attrs[COLOR_parser_nodes__Visitor___current_node].val = var; /* _current_node on <self:ComputeProdLocationVisitor exact> */
4560 var1 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
4561 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[Prod]>*/;
4562 CHECK_NEW_array__Array(var1);
4563 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_first_prods].val = var1; /* _need_first_prods on <self:ComputeProdLocationVisitor exact> */
4564 var2 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
4565 ((void (*)(val*))(var2->class->vft[COLOR_array__Array__init]))(var2) /* init on <var2:Array[Prod]>*/;
4566 CHECK_NEW_array__Array(var2);
4567 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons].val = var2; /* _need_after_epsilons on <self:ComputeProdLocationVisitor exact> */
4568 var3 = NULL;
4569 self->attrs[COLOR_parser__ComputeProdLocationVisitor___last_location].val = var3; /* _last_location on <self:ComputeProdLocationVisitor exact> */
4570 return self;
4571 }
4572 /* allocate ComputeProdLocationVisitor */
4573 void CHECK_NEW_parser__ComputeProdLocationVisitor(val* self) {
4574 }
4575 /* runtime class parser__ReduceAction0 */
4576 const struct class class_parser__ReduceAction0 = {
4577 0, /* box_kind */
4578 {
4579 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction0:kernel#Object#object_id */
4580 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction0:kernel#Object#is_same_type */
4581 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction0:kernel#Object#is_same_instance */
4582 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction0:kernel#Object#== */
4583 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction0:kernel#Object#!= */
4584 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction0:kernel#Object#output */
4585 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction0:kernel#Object#output_class_name */
4586 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction0:kernel#Object#exit */
4587 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction0:kernel#Object#sys */
4588 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction0:kernel#Object#hash */
4589 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction0:string#Object#to_s */
4590 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction0:string#Object#native_class_name */
4591 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction0:string#Object#class_name */
4592 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction0:string#Object#inspect */
4593 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction0:string#Object#inspect_head */
4594 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction0:string#Object#args */
4595 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction0:math#Object#atan2 */
4596 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction0:math#Object#pi */
4597 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction0:math#Object#srand_from */
4598 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction0:math#Object#srand */
4599 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction0:stream#Object#poll */
4600 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction0:stream#Object#intern_poll */
4601 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction0:time#Object#get_time */
4602 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction0:file#Object#printn */
4603 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction0:file#Object#print */
4604 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction0:file#Object#getc */
4605 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction0:file#Object#gets */
4606 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction0:file#Object#getcwd */
4607 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction0:file#Object#file_getcwd */
4608 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction0:file#Object#stdin */
4609 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction0:file#Object#stdout */
4610 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction0:file#Object#stderr */
4611 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction0:model_base#Object#intrude_visibility */
4612 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction0:model_base#Object#public_visibility */
4613 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction0:model_base#Object#protected_visibility */
4614 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction0:model_base#Object#private_visibility */
4615 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction0:model_base#Object#none_visibility */
4616 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction0:model#Object#abstract_kind */
4617 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction0:model#Object#concrete_kind */
4618 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction0:model#Object#interface_kind */
4619 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction0:model#Object#enum_kind */
4620 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction0:model#Object#extern_kind */
4621 (nitmethod_t)VIRTUAL_parser__ReduceAction0__action, /* pointer to parser:ReduceAction0:parser#ReduceAction0#action */
4622 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction0:parser#ReduceAction#concat */
4623 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction0:parser#ReduceAction#init */
4624 }
4625 };
4626 /* allocate ReduceAction0 */
4627 val* NEW_parser__ReduceAction0(const struct type* type) {
4628 val* self /* : ReduceAction0 */;
4629 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4630 self->type = type;
4631 self->class = &class_parser__ReduceAction0;
4632 return self;
4633 }
4634 /* allocate ReduceAction0 */
4635 void CHECK_NEW_parser__ReduceAction0(val* self) {
4636 long var /* : Int */;
4637 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction0> */
4638 }
4639 /* runtime class parser__ReduceAction1 */
4640 const struct class class_parser__ReduceAction1 = {
4641 0, /* box_kind */
4642 {
4643 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction1:kernel#Object#object_id */
4644 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction1:kernel#Object#is_same_type */
4645 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction1:kernel#Object#is_same_instance */
4646 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction1:kernel#Object#== */
4647 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction1:kernel#Object#!= */
4648 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction1:kernel#Object#output */
4649 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction1:kernel#Object#output_class_name */
4650 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction1:kernel#Object#exit */
4651 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction1:kernel#Object#sys */
4652 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction1:kernel#Object#hash */
4653 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction1:string#Object#to_s */
4654 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction1:string#Object#native_class_name */
4655 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction1:string#Object#class_name */
4656 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction1:string#Object#inspect */
4657 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction1:string#Object#inspect_head */
4658 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction1:string#Object#args */
4659 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction1:math#Object#atan2 */
4660 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction1:math#Object#pi */
4661 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction1:math#Object#srand_from */
4662 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction1:math#Object#srand */
4663 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction1:stream#Object#poll */
4664 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction1:stream#Object#intern_poll */
4665 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction1:time#Object#get_time */
4666 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction1:file#Object#printn */
4667 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction1:file#Object#print */
4668 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction1:file#Object#getc */
4669 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction1:file#Object#gets */
4670 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction1:file#Object#getcwd */
4671 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction1:file#Object#file_getcwd */
4672 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction1:file#Object#stdin */
4673 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction1:file#Object#stdout */
4674 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction1:file#Object#stderr */
4675 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction1:model_base#Object#intrude_visibility */
4676 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction1:model_base#Object#public_visibility */
4677 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction1:model_base#Object#protected_visibility */
4678 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction1:model_base#Object#private_visibility */
4679 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction1:model_base#Object#none_visibility */
4680 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction1:model#Object#abstract_kind */
4681 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction1:model#Object#concrete_kind */
4682 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction1:model#Object#interface_kind */
4683 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction1:model#Object#enum_kind */
4684 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction1:model#Object#extern_kind */
4685 (nitmethod_t)VIRTUAL_parser__ReduceAction1__action, /* pointer to parser:ReduceAction1:parser#ReduceAction1#action */
4686 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction1:parser#ReduceAction#concat */
4687 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction1:parser#ReduceAction#init */
4688 }
4689 };
4690 /* allocate ReduceAction1 */
4691 val* NEW_parser__ReduceAction1(const struct type* type) {
4692 val* self /* : ReduceAction1 */;
4693 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4694 self->type = type;
4695 self->class = &class_parser__ReduceAction1;
4696 return self;
4697 }
4698 /* allocate ReduceAction1 */
4699 void CHECK_NEW_parser__ReduceAction1(val* self) {
4700 long var /* : Int */;
4701 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction1> */
4702 }
4703 /* runtime class parser__ReduceAction2 */
4704 const struct class class_parser__ReduceAction2 = {
4705 0, /* box_kind */
4706 {
4707 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction2:kernel#Object#object_id */
4708 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction2:kernel#Object#is_same_type */
4709 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction2:kernel#Object#is_same_instance */
4710 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction2:kernel#Object#== */
4711 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction2:kernel#Object#!= */
4712 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction2:kernel#Object#output */
4713 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction2:kernel#Object#output_class_name */
4714 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction2:kernel#Object#exit */
4715 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction2:kernel#Object#sys */
4716 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction2:kernel#Object#hash */
4717 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction2:string#Object#to_s */
4718 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction2:string#Object#native_class_name */
4719 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction2:string#Object#class_name */
4720 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction2:string#Object#inspect */
4721 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction2:string#Object#inspect_head */
4722 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction2:string#Object#args */
4723 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction2:math#Object#atan2 */
4724 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction2:math#Object#pi */
4725 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction2:math#Object#srand_from */
4726 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction2:math#Object#srand */
4727 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction2:stream#Object#poll */
4728 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction2:stream#Object#intern_poll */
4729 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction2:time#Object#get_time */
4730 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction2:file#Object#printn */
4731 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction2:file#Object#print */
4732 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction2:file#Object#getc */
4733 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction2:file#Object#gets */
4734 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction2:file#Object#getcwd */
4735 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction2:file#Object#file_getcwd */
4736 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction2:file#Object#stdin */
4737 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction2:file#Object#stdout */
4738 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction2:file#Object#stderr */
4739 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction2:model_base#Object#intrude_visibility */
4740 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction2:model_base#Object#public_visibility */
4741 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction2:model_base#Object#protected_visibility */
4742 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction2:model_base#Object#private_visibility */
4743 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction2:model_base#Object#none_visibility */
4744 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction2:model#Object#abstract_kind */
4745 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction2:model#Object#concrete_kind */
4746 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction2:model#Object#interface_kind */
4747 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction2:model#Object#enum_kind */
4748 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction2:model#Object#extern_kind */
4749 (nitmethod_t)VIRTUAL_parser__ReduceAction2__action, /* pointer to parser:ReduceAction2:parser#ReduceAction2#action */
4750 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction2:parser#ReduceAction#concat */
4751 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction2:parser#ReduceAction#init */
4752 }
4753 };
4754 /* allocate ReduceAction2 */
4755 val* NEW_parser__ReduceAction2(const struct type* type) {
4756 val* self /* : ReduceAction2 */;
4757 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4758 self->type = type;
4759 self->class = &class_parser__ReduceAction2;
4760 return self;
4761 }
4762 /* allocate ReduceAction2 */
4763 void CHECK_NEW_parser__ReduceAction2(val* self) {
4764 long var /* : Int */;
4765 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction2> */
4766 }
4767 /* runtime class parser__ReduceAction3 */
4768 const struct class class_parser__ReduceAction3 = {
4769 0, /* box_kind */
4770 {
4771 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction3:kernel#Object#object_id */
4772 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction3:kernel#Object#is_same_type */
4773 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction3:kernel#Object#is_same_instance */
4774 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction3:kernel#Object#== */
4775 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction3:kernel#Object#!= */
4776 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction3:kernel#Object#output */
4777 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction3:kernel#Object#output_class_name */
4778 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction3:kernel#Object#exit */
4779 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction3:kernel#Object#sys */
4780 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction3:kernel#Object#hash */
4781 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction3:string#Object#to_s */
4782 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction3:string#Object#native_class_name */
4783 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction3:string#Object#class_name */
4784 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction3:string#Object#inspect */
4785 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction3:string#Object#inspect_head */
4786 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction3:string#Object#args */
4787 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction3:math#Object#atan2 */
4788 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction3:math#Object#pi */
4789 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction3:math#Object#srand_from */
4790 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction3:math#Object#srand */
4791 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction3:stream#Object#poll */
4792 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction3:stream#Object#intern_poll */
4793 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction3:time#Object#get_time */
4794 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction3:file#Object#printn */
4795 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction3:file#Object#print */
4796 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction3:file#Object#getc */
4797 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction3:file#Object#gets */
4798 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction3:file#Object#getcwd */
4799 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction3:file#Object#file_getcwd */
4800 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction3:file#Object#stdin */
4801 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction3:file#Object#stdout */
4802 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction3:file#Object#stderr */
4803 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction3:model_base#Object#intrude_visibility */
4804 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction3:model_base#Object#public_visibility */
4805 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction3:model_base#Object#protected_visibility */
4806 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction3:model_base#Object#private_visibility */
4807 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction3:model_base#Object#none_visibility */
4808 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction3:model#Object#abstract_kind */
4809 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction3:model#Object#concrete_kind */
4810 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction3:model#Object#interface_kind */
4811 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction3:model#Object#enum_kind */
4812 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction3:model#Object#extern_kind */
4813 (nitmethod_t)VIRTUAL_parser__ReduceAction3__action, /* pointer to parser:ReduceAction3:parser#ReduceAction3#action */
4814 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction3:parser#ReduceAction#concat */
4815 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction3:parser#ReduceAction#init */
4816 }
4817 };
4818 /* allocate ReduceAction3 */
4819 val* NEW_parser__ReduceAction3(const struct type* type) {
4820 val* self /* : ReduceAction3 */;
4821 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4822 self->type = type;
4823 self->class = &class_parser__ReduceAction3;
4824 return self;
4825 }
4826 /* allocate ReduceAction3 */
4827 void CHECK_NEW_parser__ReduceAction3(val* self) {
4828 long var /* : Int */;
4829 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction3> */
4830 }
4831 /* runtime class parser__ReduceAction4 */
4832 const struct class class_parser__ReduceAction4 = {
4833 0, /* box_kind */
4834 {
4835 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction4:kernel#Object#object_id */
4836 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction4:kernel#Object#is_same_type */
4837 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction4:kernel#Object#is_same_instance */
4838 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction4:kernel#Object#== */
4839 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction4:kernel#Object#!= */
4840 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction4:kernel#Object#output */
4841 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction4:kernel#Object#output_class_name */
4842 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction4:kernel#Object#exit */
4843 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction4:kernel#Object#sys */
4844 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction4:kernel#Object#hash */
4845 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction4:string#Object#to_s */
4846 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction4:string#Object#native_class_name */
4847 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction4:string#Object#class_name */
4848 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction4:string#Object#inspect */
4849 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction4:string#Object#inspect_head */
4850 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction4:string#Object#args */
4851 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction4:math#Object#atan2 */
4852 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction4:math#Object#pi */
4853 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction4:math#Object#srand_from */
4854 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction4:math#Object#srand */
4855 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction4:stream#Object#poll */
4856 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction4:stream#Object#intern_poll */
4857 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction4:time#Object#get_time */
4858 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction4:file#Object#printn */
4859 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction4:file#Object#print */
4860 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction4:file#Object#getc */
4861 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction4:file#Object#gets */
4862 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction4:file#Object#getcwd */
4863 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction4:file#Object#file_getcwd */
4864 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction4:file#Object#stdin */
4865 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction4:file#Object#stdout */
4866 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction4:file#Object#stderr */
4867 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction4:model_base#Object#intrude_visibility */
4868 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction4:model_base#Object#public_visibility */
4869 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction4:model_base#Object#protected_visibility */
4870 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction4:model_base#Object#private_visibility */
4871 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction4:model_base#Object#none_visibility */
4872 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction4:model#Object#abstract_kind */
4873 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction4:model#Object#concrete_kind */
4874 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction4:model#Object#interface_kind */
4875 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction4:model#Object#enum_kind */
4876 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction4:model#Object#extern_kind */
4877 (nitmethod_t)VIRTUAL_parser__ReduceAction4__action, /* pointer to parser:ReduceAction4:parser#ReduceAction4#action */
4878 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction4:parser#ReduceAction#concat */
4879 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction4:parser#ReduceAction#init */
4880 }
4881 };
4882 /* allocate ReduceAction4 */
4883 val* NEW_parser__ReduceAction4(const struct type* type) {
4884 val* self /* : ReduceAction4 */;
4885 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4886 self->type = type;
4887 self->class = &class_parser__ReduceAction4;
4888 return self;
4889 }
4890 /* allocate ReduceAction4 */
4891 void CHECK_NEW_parser__ReduceAction4(val* self) {
4892 long var /* : Int */;
4893 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction4> */
4894 }
4895 /* runtime class parser__ReduceAction5 */
4896 const struct class class_parser__ReduceAction5 = {
4897 0, /* box_kind */
4898 {
4899 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction5:kernel#Object#object_id */
4900 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction5:kernel#Object#is_same_type */
4901 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction5:kernel#Object#is_same_instance */
4902 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction5:kernel#Object#== */
4903 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction5:kernel#Object#!= */
4904 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction5:kernel#Object#output */
4905 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction5:kernel#Object#output_class_name */
4906 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction5:kernel#Object#exit */
4907 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction5:kernel#Object#sys */
4908 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction5:kernel#Object#hash */
4909 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction5:string#Object#to_s */
4910 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction5:string#Object#native_class_name */
4911 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction5:string#Object#class_name */
4912 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction5:string#Object#inspect */
4913 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction5:string#Object#inspect_head */
4914 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction5:string#Object#args */
4915 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction5:math#Object#atan2 */
4916 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction5:math#Object#pi */
4917 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction5:math#Object#srand_from */
4918 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction5:math#Object#srand */
4919 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction5:stream#Object#poll */
4920 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction5:stream#Object#intern_poll */
4921 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction5:time#Object#get_time */
4922 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction5:file#Object#printn */
4923 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction5:file#Object#print */
4924 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction5:file#Object#getc */
4925 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction5:file#Object#gets */
4926 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction5:file#Object#getcwd */
4927 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction5:file#Object#file_getcwd */
4928 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction5:file#Object#stdin */
4929 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction5:file#Object#stdout */
4930 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction5:file#Object#stderr */
4931 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction5:model_base#Object#intrude_visibility */
4932 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction5:model_base#Object#public_visibility */
4933 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction5:model_base#Object#protected_visibility */
4934 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction5:model_base#Object#private_visibility */
4935 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction5:model_base#Object#none_visibility */
4936 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction5:model#Object#abstract_kind */
4937 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction5:model#Object#concrete_kind */
4938 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction5:model#Object#interface_kind */
4939 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction5:model#Object#enum_kind */
4940 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction5:model#Object#extern_kind */
4941 (nitmethod_t)VIRTUAL_parser__ReduceAction5__action, /* pointer to parser:ReduceAction5:parser#ReduceAction5#action */
4942 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction5:parser#ReduceAction#concat */
4943 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction5:parser#ReduceAction#init */
4944 }
4945 };
4946 /* allocate ReduceAction5 */
4947 val* NEW_parser__ReduceAction5(const struct type* type) {
4948 val* self /* : ReduceAction5 */;
4949 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4950 self->type = type;
4951 self->class = &class_parser__ReduceAction5;
4952 return self;
4953 }
4954 /* allocate ReduceAction5 */
4955 void CHECK_NEW_parser__ReduceAction5(val* self) {
4956 long var /* : Int */;
4957 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction5> */
4958 }
4959 /* runtime class parser__ReduceAction6 */
4960 const struct class class_parser__ReduceAction6 = {
4961 0, /* box_kind */
4962 {
4963 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction6:kernel#Object#object_id */
4964 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction6:kernel#Object#is_same_type */
4965 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction6:kernel#Object#is_same_instance */
4966 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction6:kernel#Object#== */
4967 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction6:kernel#Object#!= */
4968 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction6:kernel#Object#output */
4969 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction6:kernel#Object#output_class_name */
4970 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction6:kernel#Object#exit */
4971 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction6:kernel#Object#sys */
4972 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction6:kernel#Object#hash */
4973 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction6:string#Object#to_s */
4974 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction6:string#Object#native_class_name */
4975 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction6:string#Object#class_name */
4976 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction6:string#Object#inspect */
4977 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction6:string#Object#inspect_head */
4978 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction6:string#Object#args */
4979 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction6:math#Object#atan2 */
4980 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction6:math#Object#pi */
4981 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction6:math#Object#srand_from */
4982 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction6:math#Object#srand */
4983 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction6:stream#Object#poll */
4984 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction6:stream#Object#intern_poll */
4985 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction6:time#Object#get_time */
4986 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction6:file#Object#printn */
4987 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction6:file#Object#print */
4988 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction6:file#Object#getc */
4989 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction6:file#Object#gets */
4990 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction6:file#Object#getcwd */
4991 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction6:file#Object#file_getcwd */
4992 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction6:file#Object#stdin */
4993 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction6:file#Object#stdout */
4994 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction6:file#Object#stderr */
4995 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction6:model_base#Object#intrude_visibility */
4996 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction6:model_base#Object#public_visibility */
4997 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction6:model_base#Object#protected_visibility */
4998 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction6:model_base#Object#private_visibility */
4999 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction6:model_base#Object#none_visibility */
5000 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction6:model#Object#abstract_kind */
5001 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction6:model#Object#concrete_kind */
5002 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction6:model#Object#interface_kind */
5003 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction6:model#Object#enum_kind */
5004 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction6:model#Object#extern_kind */
5005 (nitmethod_t)VIRTUAL_parser__ReduceAction6__action, /* pointer to parser:ReduceAction6:parser#ReduceAction6#action */
5006 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction6:parser#ReduceAction#concat */
5007 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction6:parser#ReduceAction#init */
5008 }
5009 };
5010 /* allocate ReduceAction6 */
5011 val* NEW_parser__ReduceAction6(const struct type* type) {
5012 val* self /* : ReduceAction6 */;
5013 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5014 self->type = type;
5015 self->class = &class_parser__ReduceAction6;
5016 return self;
5017 }
5018 /* allocate ReduceAction6 */
5019 void CHECK_NEW_parser__ReduceAction6(val* self) {
5020 long var /* : Int */;
5021 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction6> */
5022 }
5023 /* runtime class parser__ReduceAction7 */
5024 const struct class class_parser__ReduceAction7 = {
5025 0, /* box_kind */
5026 {
5027 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction7:kernel#Object#object_id */
5028 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction7:kernel#Object#is_same_type */
5029 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction7:kernel#Object#is_same_instance */
5030 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction7:kernel#Object#== */
5031 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction7:kernel#Object#!= */
5032 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction7:kernel#Object#output */
5033 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction7:kernel#Object#output_class_name */
5034 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction7:kernel#Object#exit */
5035 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction7:kernel#Object#sys */
5036 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction7:kernel#Object#hash */
5037 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction7:string#Object#to_s */
5038 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction7:string#Object#native_class_name */
5039 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction7:string#Object#class_name */
5040 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction7:string#Object#inspect */
5041 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction7:string#Object#inspect_head */
5042 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction7:string#Object#args */
5043 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction7:math#Object#atan2 */
5044 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction7:math#Object#pi */
5045 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction7:math#Object#srand_from */
5046 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction7:math#Object#srand */
5047 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction7:stream#Object#poll */
5048 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction7:stream#Object#intern_poll */
5049 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction7:time#Object#get_time */
5050 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction7:file#Object#printn */
5051 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction7:file#Object#print */
5052 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction7:file#Object#getc */
5053 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction7:file#Object#gets */
5054 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction7:file#Object#getcwd */
5055 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction7:file#Object#file_getcwd */
5056 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction7:file#Object#stdin */
5057 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction7:file#Object#stdout */
5058 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction7:file#Object#stderr */
5059 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction7:model_base#Object#intrude_visibility */
5060 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction7:model_base#Object#public_visibility */
5061 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction7:model_base#Object#protected_visibility */
5062 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction7:model_base#Object#private_visibility */
5063 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction7:model_base#Object#none_visibility */
5064 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction7:model#Object#abstract_kind */
5065 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction7:model#Object#concrete_kind */
5066 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction7:model#Object#interface_kind */
5067 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction7:model#Object#enum_kind */
5068 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction7:model#Object#extern_kind */
5069 (nitmethod_t)VIRTUAL_parser__ReduceAction7__action, /* pointer to parser:ReduceAction7:parser#ReduceAction7#action */
5070 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction7:parser#ReduceAction#concat */
5071 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction7:parser#ReduceAction#init */
5072 }
5073 };
5074 /* allocate ReduceAction7 */
5075 val* NEW_parser__ReduceAction7(const struct type* type) {
5076 val* self /* : ReduceAction7 */;
5077 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5078 self->type = type;
5079 self->class = &class_parser__ReduceAction7;
5080 return self;
5081 }
5082 /* allocate ReduceAction7 */
5083 void CHECK_NEW_parser__ReduceAction7(val* self) {
5084 long var /* : Int */;
5085 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction7> */
5086 }
5087 /* runtime class parser__ReduceAction8 */
5088 const struct class class_parser__ReduceAction8 = {
5089 0, /* box_kind */
5090 {
5091 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction8:kernel#Object#object_id */
5092 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction8:kernel#Object#is_same_type */
5093 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction8:kernel#Object#is_same_instance */
5094 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction8:kernel#Object#== */
5095 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction8:kernel#Object#!= */
5096 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction8:kernel#Object#output */
5097 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction8:kernel#Object#output_class_name */
5098 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction8:kernel#Object#exit */
5099 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction8:kernel#Object#sys */
5100 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction8:kernel#Object#hash */
5101 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction8:string#Object#to_s */
5102 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction8:string#Object#native_class_name */
5103 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction8:string#Object#class_name */
5104 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction8:string#Object#inspect */
5105 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction8:string#Object#inspect_head */
5106 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction8:string#Object#args */
5107 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction8:math#Object#atan2 */
5108 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction8:math#Object#pi */
5109 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction8:math#Object#srand_from */
5110 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction8:math#Object#srand */
5111 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction8:stream#Object#poll */
5112 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction8:stream#Object#intern_poll */
5113 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction8:time#Object#get_time */
5114 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction8:file#Object#printn */
5115 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction8:file#Object#print */
5116 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction8:file#Object#getc */
5117 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction8:file#Object#gets */
5118 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction8:file#Object#getcwd */
5119 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction8:file#Object#file_getcwd */
5120 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction8:file#Object#stdin */
5121 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction8:file#Object#stdout */
5122 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction8:file#Object#stderr */
5123 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction8:model_base#Object#intrude_visibility */
5124 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction8:model_base#Object#public_visibility */
5125 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction8:model_base#Object#protected_visibility */
5126 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction8:model_base#Object#private_visibility */
5127 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction8:model_base#Object#none_visibility */
5128 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction8:model#Object#abstract_kind */
5129 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction8:model#Object#concrete_kind */
5130 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction8:model#Object#interface_kind */
5131 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction8:model#Object#enum_kind */
5132 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction8:model#Object#extern_kind */
5133 (nitmethod_t)VIRTUAL_parser__ReduceAction8__action, /* pointer to parser:ReduceAction8:parser#ReduceAction8#action */
5134 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction8:parser#ReduceAction#concat */
5135 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction8:parser#ReduceAction#init */
5136 }
5137 };
5138 /* allocate ReduceAction8 */
5139 val* NEW_parser__ReduceAction8(const struct type* type) {
5140 val* self /* : ReduceAction8 */;
5141 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5142 self->type = type;
5143 self->class = &class_parser__ReduceAction8;
5144 return self;
5145 }
5146 /* allocate ReduceAction8 */
5147 void CHECK_NEW_parser__ReduceAction8(val* self) {
5148 long var /* : Int */;
5149 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction8> */
5150 }
5151 /* runtime class parser__ReduceAction9 */
5152 const struct class class_parser__ReduceAction9 = {
5153 0, /* box_kind */
5154 {
5155 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction9:kernel#Object#object_id */
5156 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction9:kernel#Object#is_same_type */
5157 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction9:kernel#Object#is_same_instance */
5158 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction9:kernel#Object#== */
5159 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction9:kernel#Object#!= */
5160 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction9:kernel#Object#output */
5161 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction9:kernel#Object#output_class_name */
5162 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction9:kernel#Object#exit */
5163 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction9:kernel#Object#sys */
5164 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction9:kernel#Object#hash */
5165 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction9:string#Object#to_s */
5166 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction9:string#Object#native_class_name */
5167 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction9:string#Object#class_name */
5168 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction9:string#Object#inspect */
5169 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction9:string#Object#inspect_head */
5170 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction9:string#Object#args */
5171 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction9:math#Object#atan2 */
5172 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction9:math#Object#pi */
5173 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction9:math#Object#srand_from */
5174 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction9:math#Object#srand */
5175 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction9:stream#Object#poll */
5176 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction9:stream#Object#intern_poll */
5177 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction9:time#Object#get_time */
5178 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction9:file#Object#printn */
5179 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction9:file#Object#print */
5180 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction9:file#Object#getc */
5181 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction9:file#Object#gets */
5182 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction9:file#Object#getcwd */
5183 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction9:file#Object#file_getcwd */
5184 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction9:file#Object#stdin */
5185 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction9:file#Object#stdout */
5186 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction9:file#Object#stderr */
5187 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction9:model_base#Object#intrude_visibility */
5188 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction9:model_base#Object#public_visibility */
5189 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction9:model_base#Object#protected_visibility */
5190 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction9:model_base#Object#private_visibility */
5191 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction9:model_base#Object#none_visibility */
5192 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction9:model#Object#abstract_kind */
5193 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction9:model#Object#concrete_kind */
5194 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction9:model#Object#interface_kind */
5195 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction9:model#Object#enum_kind */
5196 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction9:model#Object#extern_kind */
5197 (nitmethod_t)VIRTUAL_parser__ReduceAction9__action, /* pointer to parser:ReduceAction9:parser#ReduceAction9#action */
5198 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction9:parser#ReduceAction#concat */
5199 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction9:parser#ReduceAction#init */
5200 }
5201 };
5202 /* allocate ReduceAction9 */
5203 val* NEW_parser__ReduceAction9(const struct type* type) {
5204 val* self /* : ReduceAction9 */;
5205 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5206 self->type = type;
5207 self->class = &class_parser__ReduceAction9;
5208 return self;
5209 }
5210 /* allocate ReduceAction9 */
5211 void CHECK_NEW_parser__ReduceAction9(val* self) {
5212 long var /* : Int */;
5213 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction9> */
5214 }
5215 /* runtime class parser__ReduceAction10 */
5216 const struct class class_parser__ReduceAction10 = {
5217 0, /* box_kind */
5218 {
5219 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction10:kernel#Object#object_id */
5220 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction10:kernel#Object#is_same_type */
5221 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction10:kernel#Object#is_same_instance */
5222 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction10:kernel#Object#== */
5223 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction10:kernel#Object#!= */
5224 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction10:kernel#Object#output */
5225 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction10:kernel#Object#output_class_name */
5226 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction10:kernel#Object#exit */
5227 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction10:kernel#Object#sys */
5228 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction10:kernel#Object#hash */
5229 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction10:string#Object#to_s */
5230 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction10:string#Object#native_class_name */
5231 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction10:string#Object#class_name */
5232 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction10:string#Object#inspect */
5233 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction10:string#Object#inspect_head */
5234 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction10:string#Object#args */
5235 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction10:math#Object#atan2 */
5236 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction10:math#Object#pi */
5237 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction10:math#Object#srand_from */
5238 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction10:math#Object#srand */
5239 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction10:stream#Object#poll */
5240 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction10:stream#Object#intern_poll */
5241 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction10:time#Object#get_time */
5242 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction10:file#Object#printn */
5243 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction10:file#Object#print */
5244 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction10:file#Object#getc */
5245 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction10:file#Object#gets */
5246 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction10:file#Object#getcwd */
5247 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction10:file#Object#file_getcwd */
5248 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction10:file#Object#stdin */
5249 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction10:file#Object#stdout */
5250 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction10:file#Object#stderr */
5251 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction10:model_base#Object#intrude_visibility */
5252 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction10:model_base#Object#public_visibility */
5253 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction10:model_base#Object#protected_visibility */
5254 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction10:model_base#Object#private_visibility */
5255 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction10:model_base#Object#none_visibility */
5256 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction10:model#Object#abstract_kind */
5257 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction10:model#Object#concrete_kind */
5258 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction10:model#Object#interface_kind */
5259 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction10:model#Object#enum_kind */
5260 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction10:model#Object#extern_kind */
5261 (nitmethod_t)VIRTUAL_parser__ReduceAction10__action, /* pointer to parser:ReduceAction10:parser#ReduceAction10#action */
5262 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction10:parser#ReduceAction#concat */
5263 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction10:parser#ReduceAction#init */
5264 }
5265 };
5266 /* allocate ReduceAction10 */
5267 val* NEW_parser__ReduceAction10(const struct type* type) {
5268 val* self /* : ReduceAction10 */;
5269 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5270 self->type = type;
5271 self->class = &class_parser__ReduceAction10;
5272 return self;
5273 }
5274 /* allocate ReduceAction10 */
5275 void CHECK_NEW_parser__ReduceAction10(val* self) {
5276 long var /* : Int */;
5277 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction10> */
5278 }
5279 /* runtime class parser__ReduceAction11 */
5280 const struct class class_parser__ReduceAction11 = {
5281 0, /* box_kind */
5282 {
5283 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction11:kernel#Object#object_id */
5284 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction11:kernel#Object#is_same_type */
5285 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction11:kernel#Object#is_same_instance */
5286 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction11:kernel#Object#== */
5287 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction11:kernel#Object#!= */
5288 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction11:kernel#Object#output */
5289 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction11:kernel#Object#output_class_name */
5290 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction11:kernel#Object#exit */
5291 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction11:kernel#Object#sys */
5292 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction11:kernel#Object#hash */
5293 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction11:string#Object#to_s */
5294 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction11:string#Object#native_class_name */
5295 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction11:string#Object#class_name */
5296 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction11:string#Object#inspect */
5297 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction11:string#Object#inspect_head */
5298 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction11:string#Object#args */
5299 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction11:math#Object#atan2 */
5300 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction11:math#Object#pi */
5301 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction11:math#Object#srand_from */
5302 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction11:math#Object#srand */
5303 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction11:stream#Object#poll */
5304 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction11:stream#Object#intern_poll */
5305 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction11:time#Object#get_time */
5306 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction11:file#Object#printn */
5307 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction11:file#Object#print */
5308 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction11:file#Object#getc */
5309 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction11:file#Object#gets */
5310 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction11:file#Object#getcwd */
5311 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction11:file#Object#file_getcwd */
5312 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction11:file#Object#stdin */
5313 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction11:file#Object#stdout */
5314 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction11:file#Object#stderr */
5315 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction11:model_base#Object#intrude_visibility */
5316 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction11:model_base#Object#public_visibility */
5317 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction11:model_base#Object#protected_visibility */
5318 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction11:model_base#Object#private_visibility */
5319 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction11:model_base#Object#none_visibility */
5320 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction11:model#Object#abstract_kind */
5321 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction11:model#Object#concrete_kind */
5322 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction11:model#Object#interface_kind */
5323 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction11:model#Object#enum_kind */
5324 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction11:model#Object#extern_kind */
5325 (nitmethod_t)VIRTUAL_parser__ReduceAction11__action, /* pointer to parser:ReduceAction11:parser#ReduceAction11#action */
5326 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction11:parser#ReduceAction#concat */
5327 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction11:parser#ReduceAction#init */
5328 }
5329 };
5330 /* allocate ReduceAction11 */
5331 val* NEW_parser__ReduceAction11(const struct type* type) {
5332 val* self /* : ReduceAction11 */;
5333 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5334 self->type = type;
5335 self->class = &class_parser__ReduceAction11;
5336 return self;
5337 }
5338 /* allocate ReduceAction11 */
5339 void CHECK_NEW_parser__ReduceAction11(val* self) {
5340 long var /* : Int */;
5341 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction11> */
5342 }
5343 /* runtime class parser__ReduceAction12 */
5344 const struct class class_parser__ReduceAction12 = {
5345 0, /* box_kind */
5346 {
5347 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction12:kernel#Object#object_id */
5348 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction12:kernel#Object#is_same_type */
5349 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction12:kernel#Object#is_same_instance */
5350 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction12:kernel#Object#== */
5351 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction12:kernel#Object#!= */
5352 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction12:kernel#Object#output */
5353 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction12:kernel#Object#output_class_name */
5354 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction12:kernel#Object#exit */
5355 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction12:kernel#Object#sys */
5356 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction12:kernel#Object#hash */
5357 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction12:string#Object#to_s */
5358 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction12:string#Object#native_class_name */
5359 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction12:string#Object#class_name */
5360 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction12:string#Object#inspect */
5361 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction12:string#Object#inspect_head */
5362 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction12:string#Object#args */
5363 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction12:math#Object#atan2 */
5364 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction12:math#Object#pi */
5365 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction12:math#Object#srand_from */
5366 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction12:math#Object#srand */
5367 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction12:stream#Object#poll */
5368 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction12:stream#Object#intern_poll */
5369 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction12:time#Object#get_time */
5370 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction12:file#Object#printn */
5371 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction12:file#Object#print */
5372 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction12:file#Object#getc */
5373 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction12:file#Object#gets */
5374 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction12:file#Object#getcwd */
5375 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction12:file#Object#file_getcwd */
5376 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction12:file#Object#stdin */
5377 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction12:file#Object#stdout */
5378 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction12:file#Object#stderr */
5379 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction12:model_base#Object#intrude_visibility */
5380 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction12:model_base#Object#public_visibility */
5381 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction12:model_base#Object#protected_visibility */
5382 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction12:model_base#Object#private_visibility */
5383 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction12:model_base#Object#none_visibility */
5384 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction12:model#Object#abstract_kind */
5385 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction12:model#Object#concrete_kind */
5386 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction12:model#Object#interface_kind */
5387 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction12:model#Object#enum_kind */
5388 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction12:model#Object#extern_kind */
5389 (nitmethod_t)VIRTUAL_parser__ReduceAction12__action, /* pointer to parser:ReduceAction12:parser#ReduceAction12#action */
5390 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction12:parser#ReduceAction#concat */
5391 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction12:parser#ReduceAction#init */
5392 }
5393 };
5394 /* allocate ReduceAction12 */
5395 val* NEW_parser__ReduceAction12(const struct type* type) {
5396 val* self /* : ReduceAction12 */;
5397 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5398 self->type = type;
5399 self->class = &class_parser__ReduceAction12;
5400 return self;
5401 }
5402 /* allocate ReduceAction12 */
5403 void CHECK_NEW_parser__ReduceAction12(val* self) {
5404 long var /* : Int */;
5405 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction12> */
5406 }
5407 /* runtime class parser__ReduceAction13 */
5408 const struct class class_parser__ReduceAction13 = {
5409 0, /* box_kind */
5410 {
5411 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction13:kernel#Object#object_id */
5412 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction13:kernel#Object#is_same_type */
5413 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction13:kernel#Object#is_same_instance */
5414 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction13:kernel#Object#== */
5415 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction13:kernel#Object#!= */
5416 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction13:kernel#Object#output */
5417 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction13:kernel#Object#output_class_name */
5418 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction13:kernel#Object#exit */
5419 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction13:kernel#Object#sys */
5420 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction13:kernel#Object#hash */
5421 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction13:string#Object#to_s */
5422 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction13:string#Object#native_class_name */
5423 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction13:string#Object#class_name */
5424 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction13:string#Object#inspect */
5425 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction13:string#Object#inspect_head */
5426 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction13:string#Object#args */
5427 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction13:math#Object#atan2 */
5428 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction13:math#Object#pi */
5429 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction13:math#Object#srand_from */
5430 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction13:math#Object#srand */
5431 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction13:stream#Object#poll */
5432 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction13:stream#Object#intern_poll */
5433 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction13:time#Object#get_time */
5434 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction13:file#Object#printn */
5435 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction13:file#Object#print */
5436 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction13:file#Object#getc */
5437 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction13:file#Object#gets */
5438 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction13:file#Object#getcwd */
5439 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction13:file#Object#file_getcwd */
5440 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction13:file#Object#stdin */
5441 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction13:file#Object#stdout */
5442 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction13:file#Object#stderr */
5443 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction13:model_base#Object#intrude_visibility */
5444 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction13:model_base#Object#public_visibility */
5445 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction13:model_base#Object#protected_visibility */
5446 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction13:model_base#Object#private_visibility */
5447 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction13:model_base#Object#none_visibility */
5448 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction13:model#Object#abstract_kind */
5449 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction13:model#Object#concrete_kind */
5450 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction13:model#Object#interface_kind */
5451 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction13:model#Object#enum_kind */
5452 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction13:model#Object#extern_kind */
5453 (nitmethod_t)VIRTUAL_parser__ReduceAction13__action, /* pointer to parser:ReduceAction13:parser#ReduceAction13#action */
5454 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction13:parser#ReduceAction#concat */
5455 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction13:parser#ReduceAction#init */
5456 }
5457 };
5458 /* allocate ReduceAction13 */
5459 val* NEW_parser__ReduceAction13(const struct type* type) {
5460 val* self /* : ReduceAction13 */;
5461 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5462 self->type = type;
5463 self->class = &class_parser__ReduceAction13;
5464 return self;
5465 }
5466 /* allocate ReduceAction13 */
5467 void CHECK_NEW_parser__ReduceAction13(val* self) {
5468 long var /* : Int */;
5469 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction13> */
5470 }
5471 /* runtime class parser__ReduceAction14 */
5472 const struct class class_parser__ReduceAction14 = {
5473 0, /* box_kind */
5474 {
5475 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction14:kernel#Object#object_id */
5476 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction14:kernel#Object#is_same_type */
5477 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction14:kernel#Object#is_same_instance */
5478 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction14:kernel#Object#== */
5479 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction14:kernel#Object#!= */
5480 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction14:kernel#Object#output */
5481 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction14:kernel#Object#output_class_name */
5482 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction14:kernel#Object#exit */
5483 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction14:kernel#Object#sys */
5484 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction14:kernel#Object#hash */
5485 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction14:string#Object#to_s */
5486 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction14:string#Object#native_class_name */
5487 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction14:string#Object#class_name */
5488 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction14:string#Object#inspect */
5489 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction14:string#Object#inspect_head */
5490 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction14:string#Object#args */
5491 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction14:math#Object#atan2 */
5492 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction14:math#Object#pi */
5493 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction14:math#Object#srand_from */
5494 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction14:math#Object#srand */
5495 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction14:stream#Object#poll */
5496 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction14:stream#Object#intern_poll */
5497 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction14:time#Object#get_time */
5498 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction14:file#Object#printn */
5499 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction14:file#Object#print */
5500 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction14:file#Object#getc */
5501 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction14:file#Object#gets */
5502 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction14:file#Object#getcwd */
5503 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction14:file#Object#file_getcwd */
5504 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction14:file#Object#stdin */
5505 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction14:file#Object#stdout */
5506 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction14:file#Object#stderr */
5507 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction14:model_base#Object#intrude_visibility */
5508 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction14:model_base#Object#public_visibility */
5509 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction14:model_base#Object#protected_visibility */
5510 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction14:model_base#Object#private_visibility */
5511 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction14:model_base#Object#none_visibility */
5512 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction14:model#Object#abstract_kind */
5513 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction14:model#Object#concrete_kind */
5514 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction14:model#Object#interface_kind */
5515 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction14:model#Object#enum_kind */
5516 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction14:model#Object#extern_kind */
5517 (nitmethod_t)VIRTUAL_parser__ReduceAction14__action, /* pointer to parser:ReduceAction14:parser#ReduceAction14#action */
5518 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction14:parser#ReduceAction#concat */
5519 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction14:parser#ReduceAction#init */
5520 }
5521 };
5522 /* allocate ReduceAction14 */
5523 val* NEW_parser__ReduceAction14(const struct type* type) {
5524 val* self /* : ReduceAction14 */;
5525 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5526 self->type = type;
5527 self->class = &class_parser__ReduceAction14;
5528 return self;
5529 }
5530 /* allocate ReduceAction14 */
5531 void CHECK_NEW_parser__ReduceAction14(val* self) {
5532 long var /* : Int */;
5533 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction14> */
5534 }
5535 /* runtime class parser__ReduceAction15 */
5536 const struct class class_parser__ReduceAction15 = {
5537 0, /* box_kind */
5538 {
5539 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction15:kernel#Object#object_id */
5540 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction15:kernel#Object#is_same_type */
5541 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction15:kernel#Object#is_same_instance */
5542 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction15:kernel#Object#== */
5543 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction15:kernel#Object#!= */
5544 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction15:kernel#Object#output */
5545 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction15:kernel#Object#output_class_name */
5546 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction15:kernel#Object#exit */
5547 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction15:kernel#Object#sys */
5548 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction15:kernel#Object#hash */
5549 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction15:string#Object#to_s */
5550 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction15:string#Object#native_class_name */
5551 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction15:string#Object#class_name */
5552 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction15:string#Object#inspect */
5553 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction15:string#Object#inspect_head */
5554 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction15:string#Object#args */
5555 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction15:math#Object#atan2 */
5556 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction15:math#Object#pi */
5557 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction15:math#Object#srand_from */
5558 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction15:math#Object#srand */
5559 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction15:stream#Object#poll */
5560 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction15:stream#Object#intern_poll */
5561 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction15:time#Object#get_time */
5562 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction15:file#Object#printn */
5563 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction15:file#Object#print */
5564 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction15:file#Object#getc */
5565 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction15:file#Object#gets */
5566 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction15:file#Object#getcwd */
5567 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction15:file#Object#file_getcwd */
5568 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction15:file#Object#stdin */
5569 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction15:file#Object#stdout */
5570 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction15:file#Object#stderr */
5571 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction15:model_base#Object#intrude_visibility */
5572 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction15:model_base#Object#public_visibility */
5573 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction15:model_base#Object#protected_visibility */
5574 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction15:model_base#Object#private_visibility */
5575 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction15:model_base#Object#none_visibility */
5576 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction15:model#Object#abstract_kind */
5577 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction15:model#Object#concrete_kind */
5578 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction15:model#Object#interface_kind */
5579 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction15:model#Object#enum_kind */
5580 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction15:model#Object#extern_kind */
5581 (nitmethod_t)VIRTUAL_parser__ReduceAction15__action, /* pointer to parser:ReduceAction15:parser#ReduceAction15#action */
5582 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction15:parser#ReduceAction#concat */
5583 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction15:parser#ReduceAction#init */
5584 }
5585 };
5586 /* allocate ReduceAction15 */
5587 val* NEW_parser__ReduceAction15(const struct type* type) {
5588 val* self /* : ReduceAction15 */;
5589 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5590 self->type = type;
5591 self->class = &class_parser__ReduceAction15;
5592 return self;
5593 }
5594 /* allocate ReduceAction15 */
5595 void CHECK_NEW_parser__ReduceAction15(val* self) {
5596 long var /* : Int */;
5597 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction15> */
5598 }
5599 /* runtime class parser__ReduceAction16 */
5600 const struct class class_parser__ReduceAction16 = {
5601 0, /* box_kind */
5602 {
5603 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction16:kernel#Object#object_id */
5604 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction16:kernel#Object#is_same_type */
5605 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction16:kernel#Object#is_same_instance */
5606 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction16:kernel#Object#== */
5607 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction16:kernel#Object#!= */
5608 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction16:kernel#Object#output */
5609 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction16:kernel#Object#output_class_name */
5610 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction16:kernel#Object#exit */
5611 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction16:kernel#Object#sys */
5612 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction16:kernel#Object#hash */
5613 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction16:string#Object#to_s */
5614 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction16:string#Object#native_class_name */
5615 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction16:string#Object#class_name */
5616 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction16:string#Object#inspect */
5617 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction16:string#Object#inspect_head */
5618 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction16:string#Object#args */
5619 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction16:math#Object#atan2 */
5620 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction16:math#Object#pi */
5621 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction16:math#Object#srand_from */
5622 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction16:math#Object#srand */
5623 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction16:stream#Object#poll */
5624 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction16:stream#Object#intern_poll */
5625 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction16:time#Object#get_time */
5626 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction16:file#Object#printn */
5627 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction16:file#Object#print */
5628 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction16:file#Object#getc */
5629 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction16:file#Object#gets */
5630 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction16:file#Object#getcwd */
5631 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction16:file#Object#file_getcwd */
5632 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction16:file#Object#stdin */
5633 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction16:file#Object#stdout */
5634 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction16:file#Object#stderr */
5635 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction16:model_base#Object#intrude_visibility */
5636 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction16:model_base#Object#public_visibility */
5637 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction16:model_base#Object#protected_visibility */
5638 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction16:model_base#Object#private_visibility */
5639 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction16:model_base#Object#none_visibility */
5640 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction16:model#Object#abstract_kind */
5641 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction16:model#Object#concrete_kind */
5642 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction16:model#Object#interface_kind */
5643 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction16:model#Object#enum_kind */
5644 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction16:model#Object#extern_kind */
5645 (nitmethod_t)VIRTUAL_parser__ReduceAction16__action, /* pointer to parser:ReduceAction16:parser#ReduceAction16#action */
5646 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction16:parser#ReduceAction#concat */
5647 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction16:parser#ReduceAction#init */
5648 }
5649 };
5650 /* allocate ReduceAction16 */
5651 val* NEW_parser__ReduceAction16(const struct type* type) {
5652 val* self /* : ReduceAction16 */;
5653 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5654 self->type = type;
5655 self->class = &class_parser__ReduceAction16;
5656 return self;
5657 }
5658 /* allocate ReduceAction16 */
5659 void CHECK_NEW_parser__ReduceAction16(val* self) {
5660 long var /* : Int */;
5661 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction16> */
5662 }
5663 /* runtime class parser__ReduceAction17 */
5664 const struct class class_parser__ReduceAction17 = {
5665 0, /* box_kind */
5666 {
5667 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction17:kernel#Object#object_id */
5668 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction17:kernel#Object#is_same_type */
5669 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction17:kernel#Object#is_same_instance */
5670 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction17:kernel#Object#== */
5671 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction17:kernel#Object#!= */
5672 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction17:kernel#Object#output */
5673 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction17:kernel#Object#output_class_name */
5674 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction17:kernel#Object#exit */
5675 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction17:kernel#Object#sys */
5676 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction17:kernel#Object#hash */
5677 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction17:string#Object#to_s */
5678 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction17:string#Object#native_class_name */
5679 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction17:string#Object#class_name */
5680 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction17:string#Object#inspect */
5681 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction17:string#Object#inspect_head */
5682 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction17:string#Object#args */
5683 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction17:math#Object#atan2 */
5684 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction17:math#Object#pi */
5685 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction17:math#Object#srand_from */
5686 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction17:math#Object#srand */
5687 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction17:stream#Object#poll */
5688 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction17:stream#Object#intern_poll */
5689 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction17:time#Object#get_time */
5690 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction17:file#Object#printn */
5691 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction17:file#Object#print */
5692 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction17:file#Object#getc */
5693 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction17:file#Object#gets */
5694 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction17:file#Object#getcwd */
5695 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction17:file#Object#file_getcwd */
5696 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction17:file#Object#stdin */
5697 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction17:file#Object#stdout */
5698 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction17:file#Object#stderr */
5699 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction17:model_base#Object#intrude_visibility */
5700 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction17:model_base#Object#public_visibility */
5701 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction17:model_base#Object#protected_visibility */
5702 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction17:model_base#Object#private_visibility */
5703 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction17:model_base#Object#none_visibility */
5704 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction17:model#Object#abstract_kind */
5705 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction17:model#Object#concrete_kind */
5706 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction17:model#Object#interface_kind */
5707 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction17:model#Object#enum_kind */
5708 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction17:model#Object#extern_kind */
5709 (nitmethod_t)VIRTUAL_parser__ReduceAction17__action, /* pointer to parser:ReduceAction17:parser#ReduceAction17#action */
5710 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction17:parser#ReduceAction#concat */
5711 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction17:parser#ReduceAction#init */
5712 }
5713 };
5714 /* allocate ReduceAction17 */
5715 val* NEW_parser__ReduceAction17(const struct type* type) {
5716 val* self /* : ReduceAction17 */;
5717 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5718 self->type = type;
5719 self->class = &class_parser__ReduceAction17;
5720 return self;
5721 }
5722 /* allocate ReduceAction17 */
5723 void CHECK_NEW_parser__ReduceAction17(val* self) {
5724 long var /* : Int */;
5725 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction17> */
5726 }
5727 /* runtime class parser__ReduceAction18 */
5728 const struct class class_parser__ReduceAction18 = {
5729 0, /* box_kind */
5730 {
5731 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction18:kernel#Object#object_id */
5732 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction18:kernel#Object#is_same_type */
5733 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction18:kernel#Object#is_same_instance */
5734 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction18:kernel#Object#== */
5735 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction18:kernel#Object#!= */
5736 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction18:kernel#Object#output */
5737 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction18:kernel#Object#output_class_name */
5738 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction18:kernel#Object#exit */
5739 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction18:kernel#Object#sys */
5740 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction18:kernel#Object#hash */
5741 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction18:string#Object#to_s */
5742 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction18:string#Object#native_class_name */
5743 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction18:string#Object#class_name */
5744 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction18:string#Object#inspect */
5745 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction18:string#Object#inspect_head */
5746 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction18:string#Object#args */
5747 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction18:math#Object#atan2 */
5748 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction18:math#Object#pi */
5749 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction18:math#Object#srand_from */
5750 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction18:math#Object#srand */
5751 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction18:stream#Object#poll */
5752 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction18:stream#Object#intern_poll */
5753 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction18:time#Object#get_time */
5754 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction18:file#Object#printn */
5755 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction18:file#Object#print */
5756 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction18:file#Object#getc */
5757 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction18:file#Object#gets */
5758 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction18:file#Object#getcwd */
5759 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction18:file#Object#file_getcwd */
5760 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction18:file#Object#stdin */
5761 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction18:file#Object#stdout */
5762 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction18:file#Object#stderr */
5763 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction18:model_base#Object#intrude_visibility */
5764 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction18:model_base#Object#public_visibility */
5765 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction18:model_base#Object#protected_visibility */
5766 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction18:model_base#Object#private_visibility */
5767 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction18:model_base#Object#none_visibility */
5768 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction18:model#Object#abstract_kind */
5769 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction18:model#Object#concrete_kind */
5770 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction18:model#Object#interface_kind */
5771 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction18:model#Object#enum_kind */
5772 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction18:model#Object#extern_kind */
5773 (nitmethod_t)VIRTUAL_parser__ReduceAction18__action, /* pointer to parser:ReduceAction18:parser#ReduceAction18#action */
5774 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction18:parser#ReduceAction#concat */
5775 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction18:parser#ReduceAction#init */
5776 }
5777 };
5778 /* allocate ReduceAction18 */
5779 val* NEW_parser__ReduceAction18(const struct type* type) {
5780 val* self /* : ReduceAction18 */;
5781 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5782 self->type = type;
5783 self->class = &class_parser__ReduceAction18;
5784 return self;
5785 }
5786 /* allocate ReduceAction18 */
5787 void CHECK_NEW_parser__ReduceAction18(val* self) {
5788 long var /* : Int */;
5789 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction18> */
5790 }
5791 /* runtime class parser__ReduceAction19 */
5792 const struct class class_parser__ReduceAction19 = {
5793 0, /* box_kind */
5794 {
5795 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction19:kernel#Object#object_id */
5796 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction19:kernel#Object#is_same_type */
5797 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction19:kernel#Object#is_same_instance */
5798 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction19:kernel#Object#== */
5799 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction19:kernel#Object#!= */
5800 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction19:kernel#Object#output */
5801 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction19:kernel#Object#output_class_name */
5802 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction19:kernel#Object#exit */
5803 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction19:kernel#Object#sys */
5804 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction19:kernel#Object#hash */
5805 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction19:string#Object#to_s */
5806 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction19:string#Object#native_class_name */
5807 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction19:string#Object#class_name */
5808 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction19:string#Object#inspect */
5809 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction19:string#Object#inspect_head */
5810 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction19:string#Object#args */
5811 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction19:math#Object#atan2 */
5812 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction19:math#Object#pi */
5813 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction19:math#Object#srand_from */
5814 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction19:math#Object#srand */
5815 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction19:stream#Object#poll */
5816 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction19:stream#Object#intern_poll */
5817 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction19:time#Object#get_time */
5818 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction19:file#Object#printn */
5819 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction19:file#Object#print */
5820 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction19:file#Object#getc */
5821 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction19:file#Object#gets */
5822 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction19:file#Object#getcwd */
5823 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction19:file#Object#file_getcwd */
5824 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction19:file#Object#stdin */
5825 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction19:file#Object#stdout */
5826 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction19:file#Object#stderr */
5827 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction19:model_base#Object#intrude_visibility */
5828 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction19:model_base#Object#public_visibility */
5829 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction19:model_base#Object#protected_visibility */
5830 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction19:model_base#Object#private_visibility */
5831 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction19:model_base#Object#none_visibility */
5832 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction19:model#Object#abstract_kind */
5833 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction19:model#Object#concrete_kind */
5834 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction19:model#Object#interface_kind */
5835 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction19:model#Object#enum_kind */
5836 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction19:model#Object#extern_kind */
5837 (nitmethod_t)VIRTUAL_parser__ReduceAction19__action, /* pointer to parser:ReduceAction19:parser#ReduceAction19#action */
5838 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction19:parser#ReduceAction#concat */
5839 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction19:parser#ReduceAction#init */
5840 }
5841 };
5842 /* allocate ReduceAction19 */
5843 val* NEW_parser__ReduceAction19(const struct type* type) {
5844 val* self /* : ReduceAction19 */;
5845 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5846 self->type = type;
5847 self->class = &class_parser__ReduceAction19;
5848 return self;
5849 }
5850 /* allocate ReduceAction19 */
5851 void CHECK_NEW_parser__ReduceAction19(val* self) {
5852 long var /* : Int */;
5853 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction19> */
5854 }
5855 /* runtime class parser__ReduceAction20 */
5856 const struct class class_parser__ReduceAction20 = {
5857 0, /* box_kind */
5858 {
5859 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction20:kernel#Object#object_id */
5860 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction20:kernel#Object#is_same_type */
5861 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction20:kernel#Object#is_same_instance */
5862 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction20:kernel#Object#== */
5863 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction20:kernel#Object#!= */
5864 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction20:kernel#Object#output */
5865 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction20:kernel#Object#output_class_name */
5866 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction20:kernel#Object#exit */
5867 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction20:kernel#Object#sys */
5868 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction20:kernel#Object#hash */
5869 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction20:string#Object#to_s */
5870 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction20:string#Object#native_class_name */
5871 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction20:string#Object#class_name */
5872 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction20:string#Object#inspect */
5873 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction20:string#Object#inspect_head */
5874 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction20:string#Object#args */
5875 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction20:math#Object#atan2 */
5876 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction20:math#Object#pi */
5877 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction20:math#Object#srand_from */
5878 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction20:math#Object#srand */
5879 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction20:stream#Object#poll */
5880 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction20:stream#Object#intern_poll */
5881 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction20:time#Object#get_time */
5882 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction20:file#Object#printn */
5883 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction20:file#Object#print */
5884 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction20:file#Object#getc */
5885 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction20:file#Object#gets */
5886 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction20:file#Object#getcwd */
5887 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction20:file#Object#file_getcwd */
5888 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction20:file#Object#stdin */
5889 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction20:file#Object#stdout */
5890 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction20:file#Object#stderr */
5891 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction20:model_base#Object#intrude_visibility */
5892 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction20:model_base#Object#public_visibility */
5893 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction20:model_base#Object#protected_visibility */
5894 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction20:model_base#Object#private_visibility */
5895 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction20:model_base#Object#none_visibility */
5896 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction20:model#Object#abstract_kind */
5897 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction20:model#Object#concrete_kind */
5898 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction20:model#Object#interface_kind */
5899 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction20:model#Object#enum_kind */
5900 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction20:model#Object#extern_kind */
5901 (nitmethod_t)VIRTUAL_parser__ReduceAction20__action, /* pointer to parser:ReduceAction20:parser#ReduceAction20#action */
5902 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction20:parser#ReduceAction#concat */
5903 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction20:parser#ReduceAction#init */
5904 }
5905 };
5906 /* allocate ReduceAction20 */
5907 val* NEW_parser__ReduceAction20(const struct type* type) {
5908 val* self /* : ReduceAction20 */;
5909 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5910 self->type = type;
5911 self->class = &class_parser__ReduceAction20;
5912 return self;
5913 }
5914 /* allocate ReduceAction20 */
5915 void CHECK_NEW_parser__ReduceAction20(val* self) {
5916 long var /* : Int */;
5917 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction20> */
5918 }
5919 /* runtime class parser__ReduceAction21 */
5920 const struct class class_parser__ReduceAction21 = {
5921 0, /* box_kind */
5922 {
5923 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction21:kernel#Object#object_id */
5924 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction21:kernel#Object#is_same_type */
5925 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction21:kernel#Object#is_same_instance */
5926 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction21:kernel#Object#== */
5927 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction21:kernel#Object#!= */
5928 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction21:kernel#Object#output */
5929 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction21:kernel#Object#output_class_name */
5930 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction21:kernel#Object#exit */
5931 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction21:kernel#Object#sys */
5932 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction21:kernel#Object#hash */
5933 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction21:string#Object#to_s */
5934 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction21:string#Object#native_class_name */
5935 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction21:string#Object#class_name */
5936 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction21:string#Object#inspect */
5937 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction21:string#Object#inspect_head */
5938 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction21:string#Object#args */
5939 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction21:math#Object#atan2 */
5940 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction21:math#Object#pi */
5941 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction21:math#Object#srand_from */
5942 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction21:math#Object#srand */
5943 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction21:stream#Object#poll */
5944 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction21:stream#Object#intern_poll */
5945 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction21:time#Object#get_time */
5946 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction21:file#Object#printn */
5947 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction21:file#Object#print */
5948 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction21:file#Object#getc */
5949 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction21:file#Object#gets */
5950 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction21:file#Object#getcwd */
5951 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction21:file#Object#file_getcwd */
5952 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction21:file#Object#stdin */
5953 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction21:file#Object#stdout */
5954 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction21:file#Object#stderr */
5955 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction21:model_base#Object#intrude_visibility */
5956 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction21:model_base#Object#public_visibility */
5957 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction21:model_base#Object#protected_visibility */
5958 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction21:model_base#Object#private_visibility */
5959 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction21:model_base#Object#none_visibility */
5960 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction21:model#Object#abstract_kind */
5961 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction21:model#Object#concrete_kind */
5962 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction21:model#Object#interface_kind */
5963 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction21:model#Object#enum_kind */
5964 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction21:model#Object#extern_kind */
5965 (nitmethod_t)VIRTUAL_parser__ReduceAction21__action, /* pointer to parser:ReduceAction21:parser#ReduceAction21#action */
5966 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction21:parser#ReduceAction#concat */
5967 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction21:parser#ReduceAction#init */
5968 }
5969 };
5970 /* allocate ReduceAction21 */
5971 val* NEW_parser__ReduceAction21(const struct type* type) {
5972 val* self /* : ReduceAction21 */;
5973 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5974 self->type = type;
5975 self->class = &class_parser__ReduceAction21;
5976 return self;
5977 }
5978 /* allocate ReduceAction21 */
5979 void CHECK_NEW_parser__ReduceAction21(val* self) {
5980 long var /* : Int */;
5981 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction21> */
5982 }
5983 /* runtime class parser__ReduceAction22 */
5984 const struct class class_parser__ReduceAction22 = {
5985 0, /* box_kind */
5986 {
5987 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction22:kernel#Object#object_id */
5988 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction22:kernel#Object#is_same_type */
5989 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction22:kernel#Object#is_same_instance */
5990 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction22:kernel#Object#== */
5991 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction22:kernel#Object#!= */
5992 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction22:kernel#Object#output */
5993 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction22:kernel#Object#output_class_name */
5994 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction22:kernel#Object#exit */
5995 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction22:kernel#Object#sys */
5996 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction22:kernel#Object#hash */
5997 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction22:string#Object#to_s */
5998 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction22:string#Object#native_class_name */
5999 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction22:string#Object#class_name */
6000 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction22:string#Object#inspect */
6001 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction22:string#Object#inspect_head */
6002 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction22:string#Object#args */
6003 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction22:math#Object#atan2 */
6004 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction22:math#Object#pi */
6005 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction22:math#Object#srand_from */
6006 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction22:math#Object#srand */
6007 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction22:stream#Object#poll */
6008 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction22:stream#Object#intern_poll */
6009 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction22:time#Object#get_time */
6010 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction22:file#Object#printn */
6011 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction22:file#Object#print */
6012 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction22:file#Object#getc */
6013 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction22:file#Object#gets */
6014 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction22:file#Object#getcwd */
6015 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction22:file#Object#file_getcwd */
6016 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction22:file#Object#stdin */
6017 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction22:file#Object#stdout */
6018 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction22:file#Object#stderr */
6019 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction22:model_base#Object#intrude_visibility */
6020 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction22:model_base#Object#public_visibility */
6021 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction22:model_base#Object#protected_visibility */
6022 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction22:model_base#Object#private_visibility */
6023 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction22:model_base#Object#none_visibility */
6024 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction22:model#Object#abstract_kind */
6025 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction22:model#Object#concrete_kind */
6026 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction22:model#Object#interface_kind */
6027 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction22:model#Object#enum_kind */
6028 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction22:model#Object#extern_kind */
6029 (nitmethod_t)VIRTUAL_parser__ReduceAction22__action, /* pointer to parser:ReduceAction22:parser#ReduceAction22#action */
6030 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction22:parser#ReduceAction#concat */
6031 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction22:parser#ReduceAction#init */
6032 }
6033 };
6034 /* allocate ReduceAction22 */
6035 val* NEW_parser__ReduceAction22(const struct type* type) {
6036 val* self /* : ReduceAction22 */;
6037 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6038 self->type = type;
6039 self->class = &class_parser__ReduceAction22;
6040 return self;
6041 }
6042 /* allocate ReduceAction22 */
6043 void CHECK_NEW_parser__ReduceAction22(val* self) {
6044 long var /* : Int */;
6045 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction22> */
6046 }
6047 /* runtime class parser__ReduceAction23 */
6048 const struct class class_parser__ReduceAction23 = {
6049 0, /* box_kind */
6050 {
6051 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction23:kernel#Object#object_id */
6052 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction23:kernel#Object#is_same_type */
6053 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction23:kernel#Object#is_same_instance */
6054 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction23:kernel#Object#== */
6055 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction23:kernel#Object#!= */
6056 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction23:kernel#Object#output */
6057 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction23:kernel#Object#output_class_name */
6058 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction23:kernel#Object#exit */
6059 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction23:kernel#Object#sys */
6060 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction23:kernel#Object#hash */
6061 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction23:string#Object#to_s */
6062 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction23:string#Object#native_class_name */
6063 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction23:string#Object#class_name */
6064 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction23:string#Object#inspect */
6065 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction23:string#Object#inspect_head */
6066 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction23:string#Object#args */
6067 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction23:math#Object#atan2 */
6068 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction23:math#Object#pi */
6069 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction23:math#Object#srand_from */
6070 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction23:math#Object#srand */
6071 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction23:stream#Object#poll */
6072 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction23:stream#Object#intern_poll */
6073 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction23:time#Object#get_time */
6074 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction23:file#Object#printn */
6075 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction23:file#Object#print */
6076 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction23:file#Object#getc */
6077 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction23:file#Object#gets */
6078 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction23:file#Object#getcwd */
6079 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction23:file#Object#file_getcwd */
6080 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction23:file#Object#stdin */
6081 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction23:file#Object#stdout */
6082 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction23:file#Object#stderr */
6083 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction23:model_base#Object#intrude_visibility */
6084 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction23:model_base#Object#public_visibility */
6085 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction23:model_base#Object#protected_visibility */
6086 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction23:model_base#Object#private_visibility */
6087 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction23:model_base#Object#none_visibility */
6088 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction23:model#Object#abstract_kind */
6089 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction23:model#Object#concrete_kind */
6090 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction23:model#Object#interface_kind */
6091 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction23:model#Object#enum_kind */
6092 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction23:model#Object#extern_kind */
6093 (nitmethod_t)VIRTUAL_parser__ReduceAction23__action, /* pointer to parser:ReduceAction23:parser#ReduceAction23#action */
6094 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction23:parser#ReduceAction#concat */
6095 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction23:parser#ReduceAction#init */
6096 }
6097 };
6098 /* allocate ReduceAction23 */
6099 val* NEW_parser__ReduceAction23(const struct type* type) {
6100 val* self /* : ReduceAction23 */;
6101 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6102 self->type = type;
6103 self->class = &class_parser__ReduceAction23;
6104 return self;
6105 }
6106 /* allocate ReduceAction23 */
6107 void CHECK_NEW_parser__ReduceAction23(val* self) {
6108 long var /* : Int */;
6109 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction23> */
6110 }
6111 /* runtime class parser__ReduceAction24 */
6112 const struct class class_parser__ReduceAction24 = {
6113 0, /* box_kind */
6114 {
6115 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction24:kernel#Object#object_id */
6116 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction24:kernel#Object#is_same_type */
6117 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction24:kernel#Object#is_same_instance */
6118 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction24:kernel#Object#== */
6119 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction24:kernel#Object#!= */
6120 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction24:kernel#Object#output */
6121 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction24:kernel#Object#output_class_name */
6122 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction24:kernel#Object#exit */
6123 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction24:kernel#Object#sys */
6124 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction24:kernel#Object#hash */
6125 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction24:string#Object#to_s */
6126 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction24:string#Object#native_class_name */
6127 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction24:string#Object#class_name */
6128 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction24:string#Object#inspect */
6129 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction24:string#Object#inspect_head */
6130 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction24:string#Object#args */
6131 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction24:math#Object#atan2 */
6132 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction24:math#Object#pi */
6133 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction24:math#Object#srand_from */
6134 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction24:math#Object#srand */
6135 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction24:stream#Object#poll */
6136 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction24:stream#Object#intern_poll */
6137 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction24:time#Object#get_time */
6138 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction24:file#Object#printn */
6139 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction24:file#Object#print */
6140 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction24:file#Object#getc */
6141 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction24:file#Object#gets */
6142 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction24:file#Object#getcwd */
6143 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction24:file#Object#file_getcwd */
6144 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction24:file#Object#stdin */
6145 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction24:file#Object#stdout */
6146 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction24:file#Object#stderr */
6147 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction24:model_base#Object#intrude_visibility */
6148 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction24:model_base#Object#public_visibility */
6149 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction24:model_base#Object#protected_visibility */
6150 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction24:model_base#Object#private_visibility */
6151 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction24:model_base#Object#none_visibility */
6152 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction24:model#Object#abstract_kind */
6153 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction24:model#Object#concrete_kind */
6154 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction24:model#Object#interface_kind */
6155 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction24:model#Object#enum_kind */
6156 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction24:model#Object#extern_kind */
6157 (nitmethod_t)VIRTUAL_parser__ReduceAction24__action, /* pointer to parser:ReduceAction24:parser#ReduceAction24#action */
6158 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction24:parser#ReduceAction#concat */
6159 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction24:parser#ReduceAction#init */
6160 }
6161 };
6162 /* allocate ReduceAction24 */
6163 val* NEW_parser__ReduceAction24(const struct type* type) {
6164 val* self /* : ReduceAction24 */;
6165 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6166 self->type = type;
6167 self->class = &class_parser__ReduceAction24;
6168 return self;
6169 }
6170 /* allocate ReduceAction24 */
6171 void CHECK_NEW_parser__ReduceAction24(val* self) {
6172 long var /* : Int */;
6173 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction24> */
6174 }
6175 /* runtime class parser__ReduceAction25 */
6176 const struct class class_parser__ReduceAction25 = {
6177 0, /* box_kind */
6178 {
6179 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction25:kernel#Object#object_id */
6180 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction25:kernel#Object#is_same_type */
6181 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction25:kernel#Object#is_same_instance */
6182 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction25:kernel#Object#== */
6183 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction25:kernel#Object#!= */
6184 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction25:kernel#Object#output */
6185 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction25:kernel#Object#output_class_name */
6186 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction25:kernel#Object#exit */
6187 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction25:kernel#Object#sys */
6188 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction25:kernel#Object#hash */
6189 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction25:string#Object#to_s */
6190 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction25:string#Object#native_class_name */
6191 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction25:string#Object#class_name */
6192 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction25:string#Object#inspect */
6193 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction25:string#Object#inspect_head */
6194 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction25:string#Object#args */
6195 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction25:math#Object#atan2 */
6196 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction25:math#Object#pi */
6197 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction25:math#Object#srand_from */
6198 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction25:math#Object#srand */
6199 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction25:stream#Object#poll */
6200 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction25:stream#Object#intern_poll */
6201 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction25:time#Object#get_time */
6202 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction25:file#Object#printn */
6203 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction25:file#Object#print */
6204 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction25:file#Object#getc */
6205 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction25:file#Object#gets */
6206 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction25:file#Object#getcwd */
6207 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction25:file#Object#file_getcwd */
6208 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction25:file#Object#stdin */
6209 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction25:file#Object#stdout */
6210 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction25:file#Object#stderr */
6211 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction25:model_base#Object#intrude_visibility */
6212 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction25:model_base#Object#public_visibility */
6213 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction25:model_base#Object#protected_visibility */
6214 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction25:model_base#Object#private_visibility */
6215 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction25:model_base#Object#none_visibility */
6216 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction25:model#Object#abstract_kind */
6217 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction25:model#Object#concrete_kind */
6218 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction25:model#Object#interface_kind */
6219 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction25:model#Object#enum_kind */
6220 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction25:model#Object#extern_kind */
6221 (nitmethod_t)VIRTUAL_parser__ReduceAction25__action, /* pointer to parser:ReduceAction25:parser#ReduceAction25#action */
6222 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction25:parser#ReduceAction#concat */
6223 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction25:parser#ReduceAction#init */
6224 }
6225 };
6226 /* allocate ReduceAction25 */
6227 val* NEW_parser__ReduceAction25(const struct type* type) {
6228 val* self /* : ReduceAction25 */;
6229 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6230 self->type = type;
6231 self->class = &class_parser__ReduceAction25;
6232 return self;
6233 }
6234 /* allocate ReduceAction25 */
6235 void CHECK_NEW_parser__ReduceAction25(val* self) {
6236 long var /* : Int */;
6237 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction25> */
6238 }
6239 /* runtime class parser__ReduceAction26 */
6240 const struct class class_parser__ReduceAction26 = {
6241 0, /* box_kind */
6242 {
6243 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction26:kernel#Object#object_id */
6244 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction26:kernel#Object#is_same_type */
6245 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction26:kernel#Object#is_same_instance */
6246 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction26:kernel#Object#== */
6247 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction26:kernel#Object#!= */
6248 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction26:kernel#Object#output */
6249 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction26:kernel#Object#output_class_name */
6250 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction26:kernel#Object#exit */
6251 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction26:kernel#Object#sys */
6252 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction26:kernel#Object#hash */
6253 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction26:string#Object#to_s */
6254 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction26:string#Object#native_class_name */
6255 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction26:string#Object#class_name */
6256 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction26:string#Object#inspect */
6257 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction26:string#Object#inspect_head */
6258 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction26:string#Object#args */
6259 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction26:math#Object#atan2 */
6260 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction26:math#Object#pi */
6261 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction26:math#Object#srand_from */
6262 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction26:math#Object#srand */
6263 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction26:stream#Object#poll */
6264 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction26:stream#Object#intern_poll */
6265 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction26:time#Object#get_time */
6266 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction26:file#Object#printn */
6267 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction26:file#Object#print */
6268 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction26:file#Object#getc */
6269 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction26:file#Object#gets */
6270 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction26:file#Object#getcwd */
6271 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction26:file#Object#file_getcwd */
6272 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction26:file#Object#stdin */
6273 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction26:file#Object#stdout */
6274 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction26:file#Object#stderr */
6275 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction26:model_base#Object#intrude_visibility */
6276 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction26:model_base#Object#public_visibility */
6277 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction26:model_base#Object#protected_visibility */
6278 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction26:model_base#Object#private_visibility */
6279 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction26:model_base#Object#none_visibility */
6280 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction26:model#Object#abstract_kind */
6281 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction26:model#Object#concrete_kind */
6282 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction26:model#Object#interface_kind */
6283 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction26:model#Object#enum_kind */
6284 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction26:model#Object#extern_kind */
6285 (nitmethod_t)VIRTUAL_parser__ReduceAction26__action, /* pointer to parser:ReduceAction26:parser#ReduceAction26#action */
6286 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction26:parser#ReduceAction#concat */
6287 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction26:parser#ReduceAction#init */
6288 }
6289 };
6290 /* allocate ReduceAction26 */
6291 val* NEW_parser__ReduceAction26(const struct type* type) {
6292 val* self /* : ReduceAction26 */;
6293 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6294 self->type = type;
6295 self->class = &class_parser__ReduceAction26;
6296 return self;
6297 }
6298 /* allocate ReduceAction26 */
6299 void CHECK_NEW_parser__ReduceAction26(val* self) {
6300 long var /* : Int */;
6301 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction26> */
6302 }
6303 /* runtime class parser__ReduceAction27 */
6304 const struct class class_parser__ReduceAction27 = {
6305 0, /* box_kind */
6306 {
6307 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction27:kernel#Object#object_id */
6308 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction27:kernel#Object#is_same_type */
6309 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction27:kernel#Object#is_same_instance */
6310 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction27:kernel#Object#== */
6311 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction27:kernel#Object#!= */
6312 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction27:kernel#Object#output */
6313 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction27:kernel#Object#output_class_name */
6314 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction27:kernel#Object#exit */
6315 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction27:kernel#Object#sys */
6316 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction27:kernel#Object#hash */
6317 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction27:string#Object#to_s */
6318 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction27:string#Object#native_class_name */
6319 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction27:string#Object#class_name */
6320 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction27:string#Object#inspect */
6321 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction27:string#Object#inspect_head */
6322 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction27:string#Object#args */
6323 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction27:math#Object#atan2 */
6324 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction27:math#Object#pi */
6325 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction27:math#Object#srand_from */
6326 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction27:math#Object#srand */
6327 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction27:stream#Object#poll */
6328 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction27:stream#Object#intern_poll */
6329 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction27:time#Object#get_time */
6330 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction27:file#Object#printn */
6331 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction27:file#Object#print */
6332 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction27:file#Object#getc */
6333 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction27:file#Object#gets */
6334 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction27:file#Object#getcwd */
6335 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction27:file#Object#file_getcwd */
6336 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction27:file#Object#stdin */
6337 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction27:file#Object#stdout */
6338 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction27:file#Object#stderr */
6339 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction27:model_base#Object#intrude_visibility */
6340 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction27:model_base#Object#public_visibility */
6341 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction27:model_base#Object#protected_visibility */
6342 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction27:model_base#Object#private_visibility */
6343 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction27:model_base#Object#none_visibility */
6344 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction27:model#Object#abstract_kind */
6345 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction27:model#Object#concrete_kind */
6346 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction27:model#Object#interface_kind */
6347 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction27:model#Object#enum_kind */
6348 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction27:model#Object#extern_kind */
6349 (nitmethod_t)VIRTUAL_parser__ReduceAction27__action, /* pointer to parser:ReduceAction27:parser#ReduceAction27#action */
6350 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction27:parser#ReduceAction#concat */
6351 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction27:parser#ReduceAction#init */
6352 }
6353 };
6354 /* allocate ReduceAction27 */
6355 val* NEW_parser__ReduceAction27(const struct type* type) {
6356 val* self /* : ReduceAction27 */;
6357 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6358 self->type = type;
6359 self->class = &class_parser__ReduceAction27;
6360 return self;
6361 }
6362 /* allocate ReduceAction27 */
6363 void CHECK_NEW_parser__ReduceAction27(val* self) {
6364 long var /* : Int */;
6365 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction27> */
6366 }
6367 /* runtime class parser__ReduceAction28 */
6368 const struct class class_parser__ReduceAction28 = {
6369 0, /* box_kind */
6370 {
6371 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction28:kernel#Object#object_id */
6372 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction28:kernel#Object#is_same_type */
6373 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction28:kernel#Object#is_same_instance */
6374 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction28:kernel#Object#== */
6375 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction28:kernel#Object#!= */
6376 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction28:kernel#Object#output */
6377 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction28:kernel#Object#output_class_name */
6378 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction28:kernel#Object#exit */
6379 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction28:kernel#Object#sys */
6380 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction28:kernel#Object#hash */
6381 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction28:string#Object#to_s */
6382 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction28:string#Object#native_class_name */
6383 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction28:string#Object#class_name */
6384 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction28:string#Object#inspect */
6385 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction28:string#Object#inspect_head */
6386 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction28:string#Object#args */
6387 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction28:math#Object#atan2 */
6388 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction28:math#Object#pi */
6389 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction28:math#Object#srand_from */
6390 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction28:math#Object#srand */
6391 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction28:stream#Object#poll */
6392 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction28:stream#Object#intern_poll */
6393 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction28:time#Object#get_time */
6394 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction28:file#Object#printn */
6395 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction28:file#Object#print */
6396 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction28:file#Object#getc */
6397 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction28:file#Object#gets */
6398 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction28:file#Object#getcwd */
6399 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction28:file#Object#file_getcwd */
6400 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction28:file#Object#stdin */
6401 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction28:file#Object#stdout */
6402 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction28:file#Object#stderr */
6403 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction28:model_base#Object#intrude_visibility */
6404 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction28:model_base#Object#public_visibility */
6405 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction28:model_base#Object#protected_visibility */
6406 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction28:model_base#Object#private_visibility */
6407 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction28:model_base#Object#none_visibility */
6408 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction28:model#Object#abstract_kind */
6409 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction28:model#Object#concrete_kind */
6410 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction28:model#Object#interface_kind */
6411 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction28:model#Object#enum_kind */
6412 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction28:model#Object#extern_kind */
6413 (nitmethod_t)VIRTUAL_parser__ReduceAction28__action, /* pointer to parser:ReduceAction28:parser#ReduceAction28#action */
6414 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction28:parser#ReduceAction#concat */
6415 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction28:parser#ReduceAction#init */
6416 }
6417 };
6418 /* allocate ReduceAction28 */
6419 val* NEW_parser__ReduceAction28(const struct type* type) {
6420 val* self /* : ReduceAction28 */;
6421 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6422 self->type = type;
6423 self->class = &class_parser__ReduceAction28;
6424 return self;
6425 }
6426 /* allocate ReduceAction28 */
6427 void CHECK_NEW_parser__ReduceAction28(val* self) {
6428 long var /* : Int */;
6429 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction28> */
6430 }
6431 /* runtime class parser__ReduceAction29 */
6432 const struct class class_parser__ReduceAction29 = {
6433 0, /* box_kind */
6434 {
6435 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction29:kernel#Object#object_id */
6436 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction29:kernel#Object#is_same_type */
6437 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction29:kernel#Object#is_same_instance */
6438 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction29:kernel#Object#== */
6439 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction29:kernel#Object#!= */
6440 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction29:kernel#Object#output */
6441 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction29:kernel#Object#output_class_name */
6442 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction29:kernel#Object#exit */
6443 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction29:kernel#Object#sys */
6444 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction29:kernel#Object#hash */
6445 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction29:string#Object#to_s */
6446 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction29:string#Object#native_class_name */
6447 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction29:string#Object#class_name */
6448 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction29:string#Object#inspect */
6449 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction29:string#Object#inspect_head */
6450 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction29:string#Object#args */
6451 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction29:math#Object#atan2 */
6452 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction29:math#Object#pi */
6453 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction29:math#Object#srand_from */
6454 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction29:math#Object#srand */
6455 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction29:stream#Object#poll */
6456 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction29:stream#Object#intern_poll */
6457 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction29:time#Object#get_time */
6458 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction29:file#Object#printn */
6459 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction29:file#Object#print */
6460 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction29:file#Object#getc */
6461 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction29:file#Object#gets */
6462 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction29:file#Object#getcwd */
6463 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction29:file#Object#file_getcwd */
6464 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction29:file#Object#stdin */
6465 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction29:file#Object#stdout */
6466 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction29:file#Object#stderr */
6467 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction29:model_base#Object#intrude_visibility */
6468 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction29:model_base#Object#public_visibility */
6469 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction29:model_base#Object#protected_visibility */
6470 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction29:model_base#Object#private_visibility */
6471 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction29:model_base#Object#none_visibility */
6472 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction29:model#Object#abstract_kind */
6473 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction29:model#Object#concrete_kind */
6474 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction29:model#Object#interface_kind */
6475 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction29:model#Object#enum_kind */
6476 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction29:model#Object#extern_kind */
6477 (nitmethod_t)VIRTUAL_parser__ReduceAction29__action, /* pointer to parser:ReduceAction29:parser#ReduceAction29#action */
6478 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction29:parser#ReduceAction#concat */
6479 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction29:parser#ReduceAction#init */
6480 }
6481 };
6482 /* allocate ReduceAction29 */
6483 val* NEW_parser__ReduceAction29(const struct type* type) {
6484 val* self /* : ReduceAction29 */;
6485 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6486 self->type = type;
6487 self->class = &class_parser__ReduceAction29;
6488 return self;
6489 }
6490 /* allocate ReduceAction29 */
6491 void CHECK_NEW_parser__ReduceAction29(val* self) {
6492 long var /* : Int */;
6493 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction29> */
6494 }
6495 /* runtime class parser__ReduceAction30 */
6496 const struct class class_parser__ReduceAction30 = {
6497 0, /* box_kind */
6498 {
6499 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction30:kernel#Object#object_id */
6500 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction30:kernel#Object#is_same_type */
6501 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction30:kernel#Object#is_same_instance */
6502 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction30:kernel#Object#== */
6503 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction30:kernel#Object#!= */
6504 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction30:kernel#Object#output */
6505 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction30:kernel#Object#output_class_name */
6506 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction30:kernel#Object#exit */
6507 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction30:kernel#Object#sys */
6508 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction30:kernel#Object#hash */
6509 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction30:string#Object#to_s */
6510 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction30:string#Object#native_class_name */
6511 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction30:string#Object#class_name */
6512 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction30:string#Object#inspect */
6513 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction30:string#Object#inspect_head */
6514 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction30:string#Object#args */
6515 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction30:math#Object#atan2 */
6516 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction30:math#Object#pi */
6517 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction30:math#Object#srand_from */
6518 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction30:math#Object#srand */
6519 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction30:stream#Object#poll */
6520 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction30:stream#Object#intern_poll */
6521 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction30:time#Object#get_time */
6522 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction30:file#Object#printn */
6523 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction30:file#Object#print */
6524 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction30:file#Object#getc */
6525 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction30:file#Object#gets */
6526 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction30:file#Object#getcwd */
6527 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction30:file#Object#file_getcwd */
6528 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction30:file#Object#stdin */
6529 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction30:file#Object#stdout */
6530 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction30:file#Object#stderr */
6531 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction30:model_base#Object#intrude_visibility */
6532 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction30:model_base#Object#public_visibility */
6533 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction30:model_base#Object#protected_visibility */
6534 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction30:model_base#Object#private_visibility */
6535 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction30:model_base#Object#none_visibility */
6536 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction30:model#Object#abstract_kind */
6537 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction30:model#Object#concrete_kind */
6538 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction30:model#Object#interface_kind */
6539 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction30:model#Object#enum_kind */
6540 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction30:model#Object#extern_kind */
6541 (nitmethod_t)VIRTUAL_parser__ReduceAction30__action, /* pointer to parser:ReduceAction30:parser#ReduceAction30#action */
6542 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction30:parser#ReduceAction#concat */
6543 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction30:parser#ReduceAction#init */
6544 }
6545 };
6546 /* allocate ReduceAction30 */
6547 val* NEW_parser__ReduceAction30(const struct type* type) {
6548 val* self /* : ReduceAction30 */;
6549 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6550 self->type = type;
6551 self->class = &class_parser__ReduceAction30;
6552 return self;
6553 }
6554 /* allocate ReduceAction30 */
6555 void CHECK_NEW_parser__ReduceAction30(val* self) {
6556 long var /* : Int */;
6557 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction30> */
6558 }
6559 /* runtime class parser__ReduceAction31 */
6560 const struct class class_parser__ReduceAction31 = {
6561 0, /* box_kind */
6562 {
6563 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction31:kernel#Object#object_id */
6564 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction31:kernel#Object#is_same_type */
6565 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction31:kernel#Object#is_same_instance */
6566 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction31:kernel#Object#== */
6567 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction31:kernel#Object#!= */
6568 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction31:kernel#Object#output */
6569 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction31:kernel#Object#output_class_name */
6570 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction31:kernel#Object#exit */
6571 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction31:kernel#Object#sys */
6572 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction31:kernel#Object#hash */
6573 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction31:string#Object#to_s */
6574 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction31:string#Object#native_class_name */
6575 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction31:string#Object#class_name */
6576 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction31:string#Object#inspect */
6577 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction31:string#Object#inspect_head */
6578 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction31:string#Object#args */
6579 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction31:math#Object#atan2 */
6580 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction31:math#Object#pi */
6581 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction31:math#Object#srand_from */
6582 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction31:math#Object#srand */
6583 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction31:stream#Object#poll */
6584 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction31:stream#Object#intern_poll */
6585 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction31:time#Object#get_time */
6586 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction31:file#Object#printn */
6587 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction31:file#Object#print */
6588 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction31:file#Object#getc */
6589 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction31:file#Object#gets */
6590 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction31:file#Object#getcwd */
6591 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction31:file#Object#file_getcwd */
6592 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction31:file#Object#stdin */
6593 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction31:file#Object#stdout */
6594 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction31:file#Object#stderr */
6595 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction31:model_base#Object#intrude_visibility */
6596 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction31:model_base#Object#public_visibility */
6597 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction31:model_base#Object#protected_visibility */
6598 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction31:model_base#Object#private_visibility */
6599 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction31:model_base#Object#none_visibility */
6600 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction31:model#Object#abstract_kind */
6601 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction31:model#Object#concrete_kind */
6602 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction31:model#Object#interface_kind */
6603 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction31:model#Object#enum_kind */
6604 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction31:model#Object#extern_kind */
6605 (nitmethod_t)VIRTUAL_parser__ReduceAction31__action, /* pointer to parser:ReduceAction31:parser#ReduceAction31#action */
6606 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction31:parser#ReduceAction#concat */
6607 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction31:parser#ReduceAction#init */
6608 }
6609 };
6610 /* allocate ReduceAction31 */
6611 val* NEW_parser__ReduceAction31(const struct type* type) {
6612 val* self /* : ReduceAction31 */;
6613 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6614 self->type = type;
6615 self->class = &class_parser__ReduceAction31;
6616 return self;
6617 }
6618 /* allocate ReduceAction31 */
6619 void CHECK_NEW_parser__ReduceAction31(val* self) {
6620 long var /* : Int */;
6621 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction31> */
6622 }
6623 /* runtime class parser__ReduceAction32 */
6624 const struct class class_parser__ReduceAction32 = {
6625 0, /* box_kind */
6626 {
6627 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction32:kernel#Object#object_id */
6628 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction32:kernel#Object#is_same_type */
6629 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction32:kernel#Object#is_same_instance */
6630 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction32:kernel#Object#== */
6631 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction32:kernel#Object#!= */
6632 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction32:kernel#Object#output */
6633 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction32:kernel#Object#output_class_name */
6634 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction32:kernel#Object#exit */
6635 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction32:kernel#Object#sys */
6636 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction32:kernel#Object#hash */
6637 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction32:string#Object#to_s */
6638 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction32:string#Object#native_class_name */
6639 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction32:string#Object#class_name */
6640 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction32:string#Object#inspect */
6641 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction32:string#Object#inspect_head */
6642 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction32:string#Object#args */
6643 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction32:math#Object#atan2 */
6644 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction32:math#Object#pi */
6645 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction32:math#Object#srand_from */
6646 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction32:math#Object#srand */
6647 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction32:stream#Object#poll */
6648 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction32:stream#Object#intern_poll */
6649 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction32:time#Object#get_time */
6650 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction32:file#Object#printn */
6651 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction32:file#Object#print */
6652 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction32:file#Object#getc */
6653 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction32:file#Object#gets */
6654 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction32:file#Object#getcwd */
6655 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction32:file#Object#file_getcwd */
6656 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction32:file#Object#stdin */
6657 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction32:file#Object#stdout */
6658 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction32:file#Object#stderr */
6659 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction32:model_base#Object#intrude_visibility */
6660 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction32:model_base#Object#public_visibility */
6661 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction32:model_base#Object#protected_visibility */
6662 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction32:model_base#Object#private_visibility */
6663 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction32:model_base#Object#none_visibility */
6664 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction32:model#Object#abstract_kind */
6665 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction32:model#Object#concrete_kind */
6666 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction32:model#Object#interface_kind */
6667 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction32:model#Object#enum_kind */
6668 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction32:model#Object#extern_kind */
6669 (nitmethod_t)VIRTUAL_parser__ReduceAction32__action, /* pointer to parser:ReduceAction32:parser#ReduceAction32#action */
6670 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction32:parser#ReduceAction#concat */
6671 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction32:parser#ReduceAction#init */
6672 }
6673 };
6674 /* allocate ReduceAction32 */
6675 val* NEW_parser__ReduceAction32(const struct type* type) {
6676 val* self /* : ReduceAction32 */;
6677 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6678 self->type = type;
6679 self->class = &class_parser__ReduceAction32;
6680 return self;
6681 }
6682 /* allocate ReduceAction32 */
6683 void CHECK_NEW_parser__ReduceAction32(val* self) {
6684 long var /* : Int */;
6685 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction32> */
6686 }
6687 /* runtime class parser__ReduceAction33 */
6688 const struct class class_parser__ReduceAction33 = {
6689 0, /* box_kind */
6690 {
6691 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction33:kernel#Object#object_id */
6692 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction33:kernel#Object#is_same_type */
6693 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction33:kernel#Object#is_same_instance */
6694 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction33:kernel#Object#== */
6695 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction33:kernel#Object#!= */
6696 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction33:kernel#Object#output */
6697 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction33:kernel#Object#output_class_name */
6698 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction33:kernel#Object#exit */
6699 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction33:kernel#Object#sys */
6700 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction33:kernel#Object#hash */
6701 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction33:string#Object#to_s */
6702 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction33:string#Object#native_class_name */
6703 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction33:string#Object#class_name */
6704 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction33:string#Object#inspect */
6705 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction33:string#Object#inspect_head */
6706 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction33:string#Object#args */
6707 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction33:math#Object#atan2 */
6708 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction33:math#Object#pi */
6709 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction33:math#Object#srand_from */
6710 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction33:math#Object#srand */
6711 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction33:stream#Object#poll */
6712 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction33:stream#Object#intern_poll */
6713 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction33:time#Object#get_time */
6714 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction33:file#Object#printn */
6715 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction33:file#Object#print */
6716 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction33:file#Object#getc */
6717 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction33:file#Object#gets */
6718 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction33:file#Object#getcwd */
6719 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction33:file#Object#file_getcwd */
6720 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction33:file#Object#stdin */
6721 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction33:file#Object#stdout */
6722 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction33:file#Object#stderr */
6723 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction33:model_base#Object#intrude_visibility */
6724 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction33:model_base#Object#public_visibility */
6725 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction33:model_base#Object#protected_visibility */
6726 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction33:model_base#Object#private_visibility */
6727 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction33:model_base#Object#none_visibility */
6728 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction33:model#Object#abstract_kind */
6729 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction33:model#Object#concrete_kind */
6730 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction33:model#Object#interface_kind */
6731 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction33:model#Object#enum_kind */
6732 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction33:model#Object#extern_kind */
6733 (nitmethod_t)VIRTUAL_parser__ReduceAction33__action, /* pointer to parser:ReduceAction33:parser#ReduceAction33#action */
6734 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction33:parser#ReduceAction#concat */
6735 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction33:parser#ReduceAction#init */
6736 }
6737 };
6738 /* allocate ReduceAction33 */
6739 val* NEW_parser__ReduceAction33(const struct type* type) {
6740 val* self /* : ReduceAction33 */;
6741 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6742 self->type = type;
6743 self->class = &class_parser__ReduceAction33;
6744 return self;
6745 }
6746 /* allocate ReduceAction33 */
6747 void CHECK_NEW_parser__ReduceAction33(val* self) {
6748 long var /* : Int */;
6749 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction33> */
6750 }
6751 /* runtime class parser__ReduceAction34 */
6752 const struct class class_parser__ReduceAction34 = {
6753 0, /* box_kind */
6754 {
6755 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction34:kernel#Object#object_id */
6756 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction34:kernel#Object#is_same_type */
6757 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction34:kernel#Object#is_same_instance */
6758 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction34:kernel#Object#== */
6759 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction34:kernel#Object#!= */
6760 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction34:kernel#Object#output */
6761 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction34:kernel#Object#output_class_name */
6762 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction34:kernel#Object#exit */
6763 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction34:kernel#Object#sys */
6764 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction34:kernel#Object#hash */
6765 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction34:string#Object#to_s */
6766 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction34:string#Object#native_class_name */
6767 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction34:string#Object#class_name */
6768 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction34:string#Object#inspect */
6769 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction34:string#Object#inspect_head */
6770 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction34:string#Object#args */
6771 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction34:math#Object#atan2 */
6772 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction34:math#Object#pi */
6773 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction34:math#Object#srand_from */
6774 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction34:math#Object#srand */
6775 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction34:stream#Object#poll */
6776 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction34:stream#Object#intern_poll */
6777 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction34:time#Object#get_time */
6778 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction34:file#Object#printn */
6779 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction34:file#Object#print */
6780 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction34:file#Object#getc */
6781 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction34:file#Object#gets */
6782 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction34:file#Object#getcwd */
6783 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction34:file#Object#file_getcwd */
6784 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction34:file#Object#stdin */
6785 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction34:file#Object#stdout */
6786 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction34:file#Object#stderr */
6787 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction34:model_base#Object#intrude_visibility */
6788 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction34:model_base#Object#public_visibility */
6789 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction34:model_base#Object#protected_visibility */
6790 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction34:model_base#Object#private_visibility */
6791 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction34:model_base#Object#none_visibility */
6792 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction34:model#Object#abstract_kind */
6793 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction34:model#Object#concrete_kind */
6794 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction34:model#Object#interface_kind */
6795 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction34:model#Object#enum_kind */
6796 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction34:model#Object#extern_kind */
6797 (nitmethod_t)VIRTUAL_parser__ReduceAction34__action, /* pointer to parser:ReduceAction34:parser#ReduceAction34#action */
6798 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction34:parser#ReduceAction#concat */
6799 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction34:parser#ReduceAction#init */
6800 }
6801 };
6802 /* allocate ReduceAction34 */
6803 val* NEW_parser__ReduceAction34(const struct type* type) {
6804 val* self /* : ReduceAction34 */;
6805 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6806 self->type = type;
6807 self->class = &class_parser__ReduceAction34;
6808 return self;
6809 }
6810 /* allocate ReduceAction34 */
6811 void CHECK_NEW_parser__ReduceAction34(val* self) {
6812 long var /* : Int */;
6813 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction34> */
6814 }
6815 /* runtime class parser__ReduceAction35 */
6816 const struct class class_parser__ReduceAction35 = {
6817 0, /* box_kind */
6818 {
6819 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction35:kernel#Object#object_id */
6820 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction35:kernel#Object#is_same_type */
6821 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction35:kernel#Object#is_same_instance */
6822 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction35:kernel#Object#== */
6823 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction35:kernel#Object#!= */
6824 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction35:kernel#Object#output */
6825 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction35:kernel#Object#output_class_name */
6826 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction35:kernel#Object#exit */
6827 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction35:kernel#Object#sys */
6828 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction35:kernel#Object#hash */
6829 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction35:string#Object#to_s */
6830 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction35:string#Object#native_class_name */
6831 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction35:string#Object#class_name */
6832 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction35:string#Object#inspect */
6833 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction35:string#Object#inspect_head */
6834 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction35:string#Object#args */
6835 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction35:math#Object#atan2 */
6836 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction35:math#Object#pi */
6837 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction35:math#Object#srand_from */
6838 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction35:math#Object#srand */
6839 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction35:stream#Object#poll */
6840 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction35:stream#Object#intern_poll */
6841 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction35:time#Object#get_time */
6842 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction35:file#Object#printn */
6843 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction35:file#Object#print */
6844 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction35:file#Object#getc */
6845 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction35:file#Object#gets */
6846 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction35:file#Object#getcwd */
6847 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction35:file#Object#file_getcwd */
6848 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction35:file#Object#stdin */
6849 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction35:file#Object#stdout */
6850 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction35:file#Object#stderr */
6851 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction35:model_base#Object#intrude_visibility */
6852 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction35:model_base#Object#public_visibility */
6853 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction35:model_base#Object#protected_visibility */
6854 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction35:model_base#Object#private_visibility */
6855 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction35:model_base#Object#none_visibility */
6856 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction35:model#Object#abstract_kind */
6857 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction35:model#Object#concrete_kind */
6858 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction35:model#Object#interface_kind */
6859 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction35:model#Object#enum_kind */
6860 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction35:model#Object#extern_kind */
6861 (nitmethod_t)VIRTUAL_parser__ReduceAction35__action, /* pointer to parser:ReduceAction35:parser#ReduceAction35#action */
6862 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction35:parser#ReduceAction#concat */
6863 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction35:parser#ReduceAction#init */
6864 }
6865 };
6866 /* allocate ReduceAction35 */
6867 val* NEW_parser__ReduceAction35(const struct type* type) {
6868 val* self /* : ReduceAction35 */;
6869 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6870 self->type = type;
6871 self->class = &class_parser__ReduceAction35;
6872 return self;
6873 }
6874 /* allocate ReduceAction35 */
6875 void CHECK_NEW_parser__ReduceAction35(val* self) {
6876 long var /* : Int */;
6877 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction35> */
6878 }
6879 /* runtime class parser__ReduceAction36 */
6880 const struct class class_parser__ReduceAction36 = {
6881 0, /* box_kind */
6882 {
6883 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction36:kernel#Object#object_id */
6884 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction36:kernel#Object#is_same_type */
6885 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction36:kernel#Object#is_same_instance */
6886 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction36:kernel#Object#== */
6887 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction36:kernel#Object#!= */
6888 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction36:kernel#Object#output */
6889 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction36:kernel#Object#output_class_name */
6890 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction36:kernel#Object#exit */
6891 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction36:kernel#Object#sys */
6892 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction36:kernel#Object#hash */
6893 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction36:string#Object#to_s */
6894 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction36:string#Object#native_class_name */
6895 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction36:string#Object#class_name */
6896 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction36:string#Object#inspect */
6897 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction36:string#Object#inspect_head */
6898 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction36:string#Object#args */
6899 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction36:math#Object#atan2 */
6900 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction36:math#Object#pi */
6901 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction36:math#Object#srand_from */
6902 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction36:math#Object#srand */
6903 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction36:stream#Object#poll */
6904 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction36:stream#Object#intern_poll */
6905 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction36:time#Object#get_time */
6906 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction36:file#Object#printn */
6907 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction36:file#Object#print */
6908 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction36:file#Object#getc */
6909 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction36:file#Object#gets */
6910 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction36:file#Object#getcwd */
6911 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction36:file#Object#file_getcwd */
6912 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction36:file#Object#stdin */
6913 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction36:file#Object#stdout */
6914 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction36:file#Object#stderr */
6915 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction36:model_base#Object#intrude_visibility */
6916 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction36:model_base#Object#public_visibility */
6917 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction36:model_base#Object#protected_visibility */
6918 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction36:model_base#Object#private_visibility */
6919 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction36:model_base#Object#none_visibility */
6920 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction36:model#Object#abstract_kind */
6921 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction36:model#Object#concrete_kind */
6922 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction36:model#Object#interface_kind */
6923 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction36:model#Object#enum_kind */
6924 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction36:model#Object#extern_kind */
6925 (nitmethod_t)VIRTUAL_parser__ReduceAction36__action, /* pointer to parser:ReduceAction36:parser#ReduceAction36#action */
6926 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction36:parser#ReduceAction#concat */
6927 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction36:parser#ReduceAction#init */
6928 }
6929 };
6930 /* allocate ReduceAction36 */
6931 val* NEW_parser__ReduceAction36(const struct type* type) {
6932 val* self /* : ReduceAction36 */;
6933 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6934 self->type = type;
6935 self->class = &class_parser__ReduceAction36;
6936 return self;
6937 }
6938 /* allocate ReduceAction36 */
6939 void CHECK_NEW_parser__ReduceAction36(val* self) {
6940 long var /* : Int */;
6941 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction36> */
6942 }
6943 /* runtime class parser__ReduceAction37 */
6944 const struct class class_parser__ReduceAction37 = {
6945 0, /* box_kind */
6946 {
6947 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction37:kernel#Object#object_id */
6948 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction37:kernel#Object#is_same_type */
6949 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction37:kernel#Object#is_same_instance */
6950 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction37:kernel#Object#== */
6951 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction37:kernel#Object#!= */
6952 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction37:kernel#Object#output */
6953 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction37:kernel#Object#output_class_name */
6954 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction37:kernel#Object#exit */
6955 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction37:kernel#Object#sys */
6956 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction37:kernel#Object#hash */
6957 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction37:string#Object#to_s */
6958 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction37:string#Object#native_class_name */
6959 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction37:string#Object#class_name */
6960 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction37:string#Object#inspect */
6961 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction37:string#Object#inspect_head */
6962 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction37:string#Object#args */
6963 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction37:math#Object#atan2 */
6964 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction37:math#Object#pi */
6965 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction37:math#Object#srand_from */
6966 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction37:math#Object#srand */
6967 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction37:stream#Object#poll */
6968 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction37:stream#Object#intern_poll */
6969 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction37:time#Object#get_time */
6970 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction37:file#Object#printn */
6971 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction37:file#Object#print */
6972 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction37:file#Object#getc */
6973 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction37:file#Object#gets */
6974 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction37:file#Object#getcwd */
6975 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction37:file#Object#file_getcwd */
6976 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction37:file#Object#stdin */
6977 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction37:file#Object#stdout */
6978 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction37:file#Object#stderr */
6979 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction37:model_base#Object#intrude_visibility */
6980 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction37:model_base#Object#public_visibility */
6981 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction37:model_base#Object#protected_visibility */
6982 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction37:model_base#Object#private_visibility */
6983 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction37:model_base#Object#none_visibility */
6984 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction37:model#Object#abstract_kind */
6985 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction37:model#Object#concrete_kind */
6986 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction37:model#Object#interface_kind */
6987 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction37:model#Object#enum_kind */
6988 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction37:model#Object#extern_kind */
6989 (nitmethod_t)VIRTUAL_parser__ReduceAction37__action, /* pointer to parser:ReduceAction37:parser#ReduceAction37#action */
6990 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction37:parser#ReduceAction#concat */
6991 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction37:parser#ReduceAction#init */
6992 }
6993 };
6994 /* allocate ReduceAction37 */
6995 val* NEW_parser__ReduceAction37(const struct type* type) {
6996 val* self /* : ReduceAction37 */;
6997 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6998 self->type = type;
6999 self->class = &class_parser__ReduceAction37;
7000 return self;
7001 }
7002 /* allocate ReduceAction37 */
7003 void CHECK_NEW_parser__ReduceAction37(val* self) {
7004 long var /* : Int */;
7005 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction37> */
7006 }
7007 /* runtime class parser__ReduceAction38 */
7008 const struct class class_parser__ReduceAction38 = {
7009 0, /* box_kind */
7010 {
7011 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction38:kernel#Object#object_id */
7012 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction38:kernel#Object#is_same_type */
7013 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction38:kernel#Object#is_same_instance */
7014 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction38:kernel#Object#== */
7015 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction38:kernel#Object#!= */
7016 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction38:kernel#Object#output */
7017 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction38:kernel#Object#output_class_name */
7018 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction38:kernel#Object#exit */
7019 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction38:kernel#Object#sys */
7020 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction38:kernel#Object#hash */
7021 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction38:string#Object#to_s */
7022 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction38:string#Object#native_class_name */
7023 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction38:string#Object#class_name */
7024 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction38:string#Object#inspect */
7025 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction38:string#Object#inspect_head */
7026 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction38:string#Object#args */
7027 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction38:math#Object#atan2 */
7028 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction38:math#Object#pi */
7029 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction38:math#Object#srand_from */
7030 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction38:math#Object#srand */
7031 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction38:stream#Object#poll */
7032 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction38:stream#Object#intern_poll */
7033 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction38:time#Object#get_time */
7034 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction38:file#Object#printn */
7035 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction38:file#Object#print */
7036 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction38:file#Object#getc */
7037 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction38:file#Object#gets */
7038 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction38:file#Object#getcwd */
7039 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction38:file#Object#file_getcwd */
7040 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction38:file#Object#stdin */
7041 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction38:file#Object#stdout */
7042 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction38:file#Object#stderr */
7043 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction38:model_base#Object#intrude_visibility */
7044 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction38:model_base#Object#public_visibility */
7045 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction38:model_base#Object#protected_visibility */
7046 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction38:model_base#Object#private_visibility */
7047 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction38:model_base#Object#none_visibility */
7048 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction38:model#Object#abstract_kind */
7049 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction38:model#Object#concrete_kind */
7050 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction38:model#Object#interface_kind */
7051 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction38:model#Object#enum_kind */
7052 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction38:model#Object#extern_kind */
7053 (nitmethod_t)VIRTUAL_parser__ReduceAction38__action, /* pointer to parser:ReduceAction38:parser#ReduceAction38#action */
7054 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction38:parser#ReduceAction#concat */
7055 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction38:parser#ReduceAction#init */
7056 }
7057 };
7058 /* allocate ReduceAction38 */
7059 val* NEW_parser__ReduceAction38(const struct type* type) {
7060 val* self /* : ReduceAction38 */;
7061 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7062 self->type = type;
7063 self->class = &class_parser__ReduceAction38;
7064 return self;
7065 }
7066 /* allocate ReduceAction38 */
7067 void CHECK_NEW_parser__ReduceAction38(val* self) {
7068 long var /* : Int */;
7069 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction38> */
7070 }
7071 /* runtime class parser__ReduceAction39 */
7072 const struct class class_parser__ReduceAction39 = {
7073 0, /* box_kind */
7074 {
7075 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction39:kernel#Object#object_id */
7076 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction39:kernel#Object#is_same_type */
7077 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction39:kernel#Object#is_same_instance */
7078 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction39:kernel#Object#== */
7079 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction39:kernel#Object#!= */
7080 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction39:kernel#Object#output */
7081 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction39:kernel#Object#output_class_name */
7082 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction39:kernel#Object#exit */
7083 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction39:kernel#Object#sys */
7084 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction39:kernel#Object#hash */
7085 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction39:string#Object#to_s */
7086 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction39:string#Object#native_class_name */
7087 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction39:string#Object#class_name */
7088 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction39:string#Object#inspect */
7089 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction39:string#Object#inspect_head */
7090 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction39:string#Object#args */
7091 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction39:math#Object#atan2 */
7092 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction39:math#Object#pi */
7093 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction39:math#Object#srand_from */
7094 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction39:math#Object#srand */
7095 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction39:stream#Object#poll */
7096 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction39:stream#Object#intern_poll */
7097 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction39:time#Object#get_time */
7098 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction39:file#Object#printn */
7099 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction39:file#Object#print */
7100 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction39:file#Object#getc */
7101 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction39:file#Object#gets */
7102 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction39:file#Object#getcwd */
7103 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction39:file#Object#file_getcwd */
7104 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction39:file#Object#stdin */
7105 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction39:file#Object#stdout */
7106 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction39:file#Object#stderr */
7107 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction39:model_base#Object#intrude_visibility */
7108 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction39:model_base#Object#public_visibility */
7109 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction39:model_base#Object#protected_visibility */
7110 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction39:model_base#Object#private_visibility */
7111 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction39:model_base#Object#none_visibility */
7112 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction39:model#Object#abstract_kind */
7113 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction39:model#Object#concrete_kind */
7114 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction39:model#Object#interface_kind */
7115 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction39:model#Object#enum_kind */
7116 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction39:model#Object#extern_kind */
7117 (nitmethod_t)VIRTUAL_parser__ReduceAction39__action, /* pointer to parser:ReduceAction39:parser#ReduceAction39#action */
7118 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction39:parser#ReduceAction#concat */
7119 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction39:parser#ReduceAction#init */
7120 }
7121 };
7122 /* allocate ReduceAction39 */
7123 val* NEW_parser__ReduceAction39(const struct type* type) {
7124 val* self /* : ReduceAction39 */;
7125 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7126 self->type = type;
7127 self->class = &class_parser__ReduceAction39;
7128 return self;
7129 }
7130 /* allocate ReduceAction39 */
7131 void CHECK_NEW_parser__ReduceAction39(val* self) {
7132 long var /* : Int */;
7133 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction39> */
7134 }
7135 /* runtime class parser__ReduceAction40 */
7136 const struct class class_parser__ReduceAction40 = {
7137 0, /* box_kind */
7138 {
7139 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction40:kernel#Object#object_id */
7140 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction40:kernel#Object#is_same_type */
7141 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction40:kernel#Object#is_same_instance */
7142 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction40:kernel#Object#== */
7143 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction40:kernel#Object#!= */
7144 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction40:kernel#Object#output */
7145 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction40:kernel#Object#output_class_name */
7146 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction40:kernel#Object#exit */
7147 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction40:kernel#Object#sys */
7148 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction40:kernel#Object#hash */
7149 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction40:string#Object#to_s */
7150 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction40:string#Object#native_class_name */
7151 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction40:string#Object#class_name */
7152 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction40:string#Object#inspect */
7153 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction40:string#Object#inspect_head */
7154 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction40:string#Object#args */
7155 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction40:math#Object#atan2 */
7156 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction40:math#Object#pi */
7157 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction40:math#Object#srand_from */
7158 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction40:math#Object#srand */
7159 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction40:stream#Object#poll */
7160 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction40:stream#Object#intern_poll */
7161 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction40:time#Object#get_time */
7162 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction40:file#Object#printn */
7163 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction40:file#Object#print */
7164 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction40:file#Object#getc */
7165 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction40:file#Object#gets */
7166 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction40:file#Object#getcwd */
7167 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction40:file#Object#file_getcwd */
7168 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction40:file#Object#stdin */
7169 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction40:file#Object#stdout */
7170 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction40:file#Object#stderr */
7171 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction40:model_base#Object#intrude_visibility */
7172 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction40:model_base#Object#public_visibility */
7173 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction40:model_base#Object#protected_visibility */
7174 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction40:model_base#Object#private_visibility */
7175 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction40:model_base#Object#none_visibility */
7176 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction40:model#Object#abstract_kind */
7177 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction40:model#Object#concrete_kind */
7178 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction40:model#Object#interface_kind */
7179 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction40:model#Object#enum_kind */
7180 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction40:model#Object#extern_kind */
7181 (nitmethod_t)VIRTUAL_parser__ReduceAction40__action, /* pointer to parser:ReduceAction40:parser#ReduceAction40#action */
7182 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction40:parser#ReduceAction#concat */
7183 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction40:parser#ReduceAction#init */
7184 }
7185 };
7186 /* allocate ReduceAction40 */
7187 val* NEW_parser__ReduceAction40(const struct type* type) {
7188 val* self /* : ReduceAction40 */;
7189 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7190 self->type = type;
7191 self->class = &class_parser__ReduceAction40;
7192 return self;
7193 }
7194 /* allocate ReduceAction40 */
7195 void CHECK_NEW_parser__ReduceAction40(val* self) {
7196 long var /* : Int */;
7197 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction40> */
7198 }
7199 /* runtime class parser__ReduceAction41 */
7200 const struct class class_parser__ReduceAction41 = {
7201 0, /* box_kind */
7202 {
7203 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction41:kernel#Object#object_id */
7204 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction41:kernel#Object#is_same_type */
7205 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction41:kernel#Object#is_same_instance */
7206 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction41:kernel#Object#== */
7207 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction41:kernel#Object#!= */
7208 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction41:kernel#Object#output */
7209 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction41:kernel#Object#output_class_name */
7210 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction41:kernel#Object#exit */
7211 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction41:kernel#Object#sys */
7212 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction41:kernel#Object#hash */
7213 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction41:string#Object#to_s */
7214 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction41:string#Object#native_class_name */
7215 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction41:string#Object#class_name */
7216 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction41:string#Object#inspect */
7217 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction41:string#Object#inspect_head */
7218 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction41:string#Object#args */
7219 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction41:math#Object#atan2 */
7220 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction41:math#Object#pi */
7221 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction41:math#Object#srand_from */
7222 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction41:math#Object#srand */
7223 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction41:stream#Object#poll */
7224 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction41:stream#Object#intern_poll */
7225 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction41:time#Object#get_time */
7226 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction41:file#Object#printn */
7227 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction41:file#Object#print */
7228 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction41:file#Object#getc */
7229 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction41:file#Object#gets */
7230 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction41:file#Object#getcwd */
7231 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction41:file#Object#file_getcwd */
7232 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction41:file#Object#stdin */
7233 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction41:file#Object#stdout */
7234 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction41:file#Object#stderr */
7235 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction41:model_base#Object#intrude_visibility */
7236 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction41:model_base#Object#public_visibility */
7237 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction41:model_base#Object#protected_visibility */
7238 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction41:model_base#Object#private_visibility */
7239 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction41:model_base#Object#none_visibility */
7240 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction41:model#Object#abstract_kind */
7241 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction41:model#Object#concrete_kind */
7242 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction41:model#Object#interface_kind */
7243 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction41:model#Object#enum_kind */
7244 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction41:model#Object#extern_kind */
7245 (nitmethod_t)VIRTUAL_parser__ReduceAction41__action, /* pointer to parser:ReduceAction41:parser#ReduceAction41#action */
7246 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction41:parser#ReduceAction#concat */
7247 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction41:parser#ReduceAction#init */
7248 }
7249 };
7250 /* allocate ReduceAction41 */
7251 val* NEW_parser__ReduceAction41(const struct type* type) {
7252 val* self /* : ReduceAction41 */;
7253 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7254 self->type = type;
7255 self->class = &class_parser__ReduceAction41;
7256 return self;
7257 }
7258 /* allocate ReduceAction41 */
7259 void CHECK_NEW_parser__ReduceAction41(val* self) {
7260 long var /* : Int */;
7261 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction41> */
7262 }
7263 /* runtime class parser__ReduceAction42 */
7264 const struct class class_parser__ReduceAction42 = {
7265 0, /* box_kind */
7266 {
7267 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction42:kernel#Object#object_id */
7268 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction42:kernel#Object#is_same_type */
7269 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction42:kernel#Object#is_same_instance */
7270 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction42:kernel#Object#== */
7271 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction42:kernel#Object#!= */
7272 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction42:kernel#Object#output */
7273 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction42:kernel#Object#output_class_name */
7274 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction42:kernel#Object#exit */
7275 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction42:kernel#Object#sys */
7276 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction42:kernel#Object#hash */
7277 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction42:string#Object#to_s */
7278 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction42:string#Object#native_class_name */
7279 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction42:string#Object#class_name */
7280 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction42:string#Object#inspect */
7281 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction42:string#Object#inspect_head */
7282 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction42:string#Object#args */
7283 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction42:math#Object#atan2 */
7284 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction42:math#Object#pi */
7285 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction42:math#Object#srand_from */
7286 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction42:math#Object#srand */
7287 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction42:stream#Object#poll */
7288 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction42:stream#Object#intern_poll */
7289 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction42:time#Object#get_time */
7290 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction42:file#Object#printn */
7291 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction42:file#Object#print */
7292 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction42:file#Object#getc */
7293 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction42:file#Object#gets */
7294 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction42:file#Object#getcwd */
7295 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction42:file#Object#file_getcwd */
7296 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction42:file#Object#stdin */
7297 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction42:file#Object#stdout */
7298 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction42:file#Object#stderr */
7299 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction42:model_base#Object#intrude_visibility */
7300 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction42:model_base#Object#public_visibility */
7301 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction42:model_base#Object#protected_visibility */
7302 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction42:model_base#Object#private_visibility */
7303 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction42:model_base#Object#none_visibility */
7304 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction42:model#Object#abstract_kind */
7305 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction42:model#Object#concrete_kind */
7306 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction42:model#Object#interface_kind */
7307 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction42:model#Object#enum_kind */
7308 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction42:model#Object#extern_kind */
7309 (nitmethod_t)VIRTUAL_parser__ReduceAction42__action, /* pointer to parser:ReduceAction42:parser#ReduceAction42#action */
7310 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction42:parser#ReduceAction#concat */
7311 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction42:parser#ReduceAction#init */
7312 }
7313 };
7314 /* allocate ReduceAction42 */
7315 val* NEW_parser__ReduceAction42(const struct type* type) {
7316 val* self /* : ReduceAction42 */;
7317 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7318 self->type = type;
7319 self->class = &class_parser__ReduceAction42;
7320 return self;
7321 }
7322 /* allocate ReduceAction42 */
7323 void CHECK_NEW_parser__ReduceAction42(val* self) {
7324 long var /* : Int */;
7325 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction42> */
7326 }
7327 /* runtime class parser__ReduceAction43 */
7328 const struct class class_parser__ReduceAction43 = {
7329 0, /* box_kind */
7330 {
7331 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction43:kernel#Object#object_id */
7332 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction43:kernel#Object#is_same_type */
7333 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction43:kernel#Object#is_same_instance */
7334 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction43:kernel#Object#== */
7335 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction43:kernel#Object#!= */
7336 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction43:kernel#Object#output */
7337 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction43:kernel#Object#output_class_name */
7338 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction43:kernel#Object#exit */
7339 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction43:kernel#Object#sys */
7340 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction43:kernel#Object#hash */
7341 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction43:string#Object#to_s */
7342 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction43:string#Object#native_class_name */
7343 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction43:string#Object#class_name */
7344 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction43:string#Object#inspect */
7345 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction43:string#Object#inspect_head */
7346 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction43:string#Object#args */
7347 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction43:math#Object#atan2 */
7348 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction43:math#Object#pi */
7349 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction43:math#Object#srand_from */
7350 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction43:math#Object#srand */
7351 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction43:stream#Object#poll */
7352 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction43:stream#Object#intern_poll */
7353 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction43:time#Object#get_time */
7354 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction43:file#Object#printn */
7355 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction43:file#Object#print */
7356 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction43:file#Object#getc */
7357 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction43:file#Object#gets */
7358 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction43:file#Object#getcwd */
7359 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction43:file#Object#file_getcwd */
7360 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction43:file#Object#stdin */
7361 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction43:file#Object#stdout */
7362 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction43:file#Object#stderr */
7363 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction43:model_base#Object#intrude_visibility */
7364 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction43:model_base#Object#public_visibility */
7365 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction43:model_base#Object#protected_visibility */
7366 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction43:model_base#Object#private_visibility */
7367 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction43:model_base#Object#none_visibility */
7368 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction43:model#Object#abstract_kind */
7369 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction43:model#Object#concrete_kind */
7370 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction43:model#Object#interface_kind */
7371 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction43:model#Object#enum_kind */
7372 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction43:model#Object#extern_kind */
7373 (nitmethod_t)VIRTUAL_parser__ReduceAction43__action, /* pointer to parser:ReduceAction43:parser#ReduceAction43#action */
7374 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction43:parser#ReduceAction#concat */
7375 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction43:parser#ReduceAction#init */
7376 }
7377 };
7378 /* allocate ReduceAction43 */
7379 val* NEW_parser__ReduceAction43(const struct type* type) {
7380 val* self /* : ReduceAction43 */;
7381 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7382 self->type = type;
7383 self->class = &class_parser__ReduceAction43;
7384 return self;
7385 }
7386 /* allocate ReduceAction43 */
7387 void CHECK_NEW_parser__ReduceAction43(val* self) {
7388 long var /* : Int */;
7389 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction43> */
7390 }
7391 /* runtime class parser__ReduceAction44 */
7392 const struct class class_parser__ReduceAction44 = {
7393 0, /* box_kind */
7394 {
7395 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction44:kernel#Object#object_id */
7396 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction44:kernel#Object#is_same_type */
7397 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction44:kernel#Object#is_same_instance */
7398 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction44:kernel#Object#== */
7399 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction44:kernel#Object#!= */
7400 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction44:kernel#Object#output */
7401 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction44:kernel#Object#output_class_name */
7402 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction44:kernel#Object#exit */
7403 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction44:kernel#Object#sys */
7404 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction44:kernel#Object#hash */
7405 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction44:string#Object#to_s */
7406 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction44:string#Object#native_class_name */
7407 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction44:string#Object#class_name */
7408 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction44:string#Object#inspect */
7409 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction44:string#Object#inspect_head */
7410 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction44:string#Object#args */
7411 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction44:math#Object#atan2 */
7412 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction44:math#Object#pi */
7413 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction44:math#Object#srand_from */
7414 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction44:math#Object#srand */
7415 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction44:stream#Object#poll */
7416 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction44:stream#Object#intern_poll */
7417 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction44:time#Object#get_time */
7418 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction44:file#Object#printn */
7419 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction44:file#Object#print */
7420 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction44:file#Object#getc */
7421 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction44:file#Object#gets */
7422 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction44:file#Object#getcwd */
7423 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction44:file#Object#file_getcwd */
7424 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction44:file#Object#stdin */
7425 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction44:file#Object#stdout */
7426 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction44:file#Object#stderr */
7427 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction44:model_base#Object#intrude_visibility */
7428 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction44:model_base#Object#public_visibility */
7429 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction44:model_base#Object#protected_visibility */
7430 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction44:model_base#Object#private_visibility */
7431 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction44:model_base#Object#none_visibility */
7432 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction44:model#Object#abstract_kind */
7433 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction44:model#Object#concrete_kind */
7434 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction44:model#Object#interface_kind */
7435 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction44:model#Object#enum_kind */
7436 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction44:model#Object#extern_kind */
7437 (nitmethod_t)VIRTUAL_parser__ReduceAction44__action, /* pointer to parser:ReduceAction44:parser#ReduceAction44#action */
7438 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction44:parser#ReduceAction#concat */
7439 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction44:parser#ReduceAction#init */
7440 }
7441 };
7442 /* allocate ReduceAction44 */
7443 val* NEW_parser__ReduceAction44(const struct type* type) {
7444 val* self /* : ReduceAction44 */;
7445 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7446 self->type = type;
7447 self->class = &class_parser__ReduceAction44;
7448 return self;
7449 }
7450 /* allocate ReduceAction44 */
7451 void CHECK_NEW_parser__ReduceAction44(val* self) {
7452 long var /* : Int */;
7453 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction44> */
7454 }
7455 /* runtime class parser__ReduceAction45 */
7456 const struct class class_parser__ReduceAction45 = {
7457 0, /* box_kind */
7458 {
7459 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction45:kernel#Object#object_id */
7460 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction45:kernel#Object#is_same_type */
7461 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction45:kernel#Object#is_same_instance */
7462 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction45:kernel#Object#== */
7463 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction45:kernel#Object#!= */
7464 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction45:kernel#Object#output */
7465 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction45:kernel#Object#output_class_name */
7466 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction45:kernel#Object#exit */
7467 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction45:kernel#Object#sys */
7468 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction45:kernel#Object#hash */
7469 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction45:string#Object#to_s */
7470 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction45:string#Object#native_class_name */
7471 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction45:string#Object#class_name */
7472 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction45:string#Object#inspect */
7473 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction45:string#Object#inspect_head */
7474 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction45:string#Object#args */
7475 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction45:math#Object#atan2 */
7476 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction45:math#Object#pi */
7477 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction45:math#Object#srand_from */
7478 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction45:math#Object#srand */
7479 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction45:stream#Object#poll */
7480 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction45:stream#Object#intern_poll */
7481 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction45:time#Object#get_time */
7482 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction45:file#Object#printn */
7483 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction45:file#Object#print */
7484 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction45:file#Object#getc */
7485 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction45:file#Object#gets */
7486 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction45:file#Object#getcwd */
7487 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction45:file#Object#file_getcwd */
7488 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction45:file#Object#stdin */
7489 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction45:file#Object#stdout */
7490 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction45:file#Object#stderr */
7491 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction45:model_base#Object#intrude_visibility */
7492 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction45:model_base#Object#public_visibility */
7493 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction45:model_base#Object#protected_visibility */
7494 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction45:model_base#Object#private_visibility */
7495 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction45:model_base#Object#none_visibility */
7496 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction45:model#Object#abstract_kind */
7497 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction45:model#Object#concrete_kind */
7498 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction45:model#Object#interface_kind */
7499 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction45:model#Object#enum_kind */
7500 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction45:model#Object#extern_kind */
7501 (nitmethod_t)VIRTUAL_parser__ReduceAction45__action, /* pointer to parser:ReduceAction45:parser#ReduceAction45#action */
7502 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction45:parser#ReduceAction#concat */
7503 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction45:parser#ReduceAction#init */
7504 }
7505 };
7506 /* allocate ReduceAction45 */
7507 val* NEW_parser__ReduceAction45(const struct type* type) {
7508 val* self /* : ReduceAction45 */;
7509 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7510 self->type = type;
7511 self->class = &class_parser__ReduceAction45;
7512 return self;
7513 }
7514 /* allocate ReduceAction45 */
7515 void CHECK_NEW_parser__ReduceAction45(val* self) {
7516 long var /* : Int */;
7517 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction45> */
7518 }
7519 /* runtime class parser__ReduceAction46 */
7520 const struct class class_parser__ReduceAction46 = {
7521 0, /* box_kind */
7522 {
7523 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction46:kernel#Object#object_id */
7524 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction46:kernel#Object#is_same_type */
7525 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction46:kernel#Object#is_same_instance */
7526 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction46:kernel#Object#== */
7527 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction46:kernel#Object#!= */
7528 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction46:kernel#Object#output */
7529 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction46:kernel#Object#output_class_name */
7530 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction46:kernel#Object#exit */
7531 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction46:kernel#Object#sys */
7532 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction46:kernel#Object#hash */
7533 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction46:string#Object#to_s */
7534 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction46:string#Object#native_class_name */
7535 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction46:string#Object#class_name */
7536 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction46:string#Object#inspect */
7537 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction46:string#Object#inspect_head */
7538 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction46:string#Object#args */
7539 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction46:math#Object#atan2 */
7540 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction46:math#Object#pi */
7541 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction46:math#Object#srand_from */
7542 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction46:math#Object#srand */
7543 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction46:stream#Object#poll */
7544 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction46:stream#Object#intern_poll */
7545 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction46:time#Object#get_time */
7546 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction46:file#Object#printn */
7547 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction46:file#Object#print */
7548 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction46:file#Object#getc */
7549 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction46:file#Object#gets */
7550 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction46:file#Object#getcwd */
7551 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction46:file#Object#file_getcwd */
7552 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction46:file#Object#stdin */
7553 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction46:file#Object#stdout */
7554 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction46:file#Object#stderr */
7555 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction46:model_base#Object#intrude_visibility */
7556 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction46:model_base#Object#public_visibility */
7557 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction46:model_base#Object#protected_visibility */
7558 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction46:model_base#Object#private_visibility */
7559 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction46:model_base#Object#none_visibility */
7560 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction46:model#Object#abstract_kind */
7561 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction46:model#Object#concrete_kind */
7562 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction46:model#Object#interface_kind */
7563 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction46:model#Object#enum_kind */
7564 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction46:model#Object#extern_kind */
7565 (nitmethod_t)VIRTUAL_parser__ReduceAction46__action, /* pointer to parser:ReduceAction46:parser#ReduceAction46#action */
7566 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction46:parser#ReduceAction#concat */
7567 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction46:parser#ReduceAction#init */
7568 }
7569 };
7570 /* allocate ReduceAction46 */
7571 val* NEW_parser__ReduceAction46(const struct type* type) {
7572 val* self /* : ReduceAction46 */;
7573 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7574 self->type = type;
7575 self->class = &class_parser__ReduceAction46;
7576 return self;
7577 }
7578 /* allocate ReduceAction46 */
7579 void CHECK_NEW_parser__ReduceAction46(val* self) {
7580 long var /* : Int */;
7581 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction46> */
7582 }
7583 /* runtime class parser__ReduceAction47 */
7584 const struct class class_parser__ReduceAction47 = {
7585 0, /* box_kind */
7586 {
7587 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction47:kernel#Object#object_id */
7588 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction47:kernel#Object#is_same_type */
7589 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction47:kernel#Object#is_same_instance */
7590 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction47:kernel#Object#== */
7591 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction47:kernel#Object#!= */
7592 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction47:kernel#Object#output */
7593 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction47:kernel#Object#output_class_name */
7594 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction47:kernel#Object#exit */
7595 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction47:kernel#Object#sys */
7596 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction47:kernel#Object#hash */
7597 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction47:string#Object#to_s */
7598 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction47:string#Object#native_class_name */
7599 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction47:string#Object#class_name */
7600 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction47:string#Object#inspect */
7601 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction47:string#Object#inspect_head */
7602 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction47:string#Object#args */
7603 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction47:math#Object#atan2 */
7604 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction47:math#Object#pi */
7605 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction47:math#Object#srand_from */
7606 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction47:math#Object#srand */
7607 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction47:stream#Object#poll */
7608 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction47:stream#Object#intern_poll */
7609 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction47:time#Object#get_time */
7610 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction47:file#Object#printn */
7611 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction47:file#Object#print */
7612 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction47:file#Object#getc */
7613 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction47:file#Object#gets */
7614 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction47:file#Object#getcwd */
7615 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction47:file#Object#file_getcwd */
7616 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction47:file#Object#stdin */
7617 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction47:file#Object#stdout */
7618 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction47:file#Object#stderr */
7619 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction47:model_base#Object#intrude_visibility */
7620 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction47:model_base#Object#public_visibility */
7621 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction47:model_base#Object#protected_visibility */
7622 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction47:model_base#Object#private_visibility */
7623 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction47:model_base#Object#none_visibility */
7624 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction47:model#Object#abstract_kind */
7625 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction47:model#Object#concrete_kind */
7626 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction47:model#Object#interface_kind */
7627 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction47:model#Object#enum_kind */
7628 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction47:model#Object#extern_kind */
7629 (nitmethod_t)VIRTUAL_parser__ReduceAction47__action, /* pointer to parser:ReduceAction47:parser#ReduceAction47#action */
7630 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction47:parser#ReduceAction#concat */
7631 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction47:parser#ReduceAction#init */
7632 }
7633 };
7634 /* allocate ReduceAction47 */
7635 val* NEW_parser__ReduceAction47(const struct type* type) {
7636 val* self /* : ReduceAction47 */;
7637 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7638 self->type = type;
7639 self->class = &class_parser__ReduceAction47;
7640 return self;
7641 }
7642 /* allocate ReduceAction47 */
7643 void CHECK_NEW_parser__ReduceAction47(val* self) {
7644 long var /* : Int */;
7645 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction47> */
7646 }
7647 /* runtime class parser__ReduceAction48 */
7648 const struct class class_parser__ReduceAction48 = {
7649 0, /* box_kind */
7650 {
7651 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction48:kernel#Object#object_id */
7652 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction48:kernel#Object#is_same_type */
7653 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction48:kernel#Object#is_same_instance */
7654 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction48:kernel#Object#== */
7655 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction48:kernel#Object#!= */
7656 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction48:kernel#Object#output */
7657 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction48:kernel#Object#output_class_name */
7658 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction48:kernel#Object#exit */
7659 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction48:kernel#Object#sys */
7660 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction48:kernel#Object#hash */
7661 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction48:string#Object#to_s */
7662 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction48:string#Object#native_class_name */
7663 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction48:string#Object#class_name */
7664 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction48:string#Object#inspect */
7665 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction48:string#Object#inspect_head */
7666 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction48:string#Object#args */
7667 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction48:math#Object#atan2 */
7668 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction48:math#Object#pi */
7669 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction48:math#Object#srand_from */
7670 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction48:math#Object#srand */
7671 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction48:stream#Object#poll */
7672 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction48:stream#Object#intern_poll */
7673 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction48:time#Object#get_time */
7674 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction48:file#Object#printn */
7675 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction48:file#Object#print */
7676 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction48:file#Object#getc */
7677 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction48:file#Object#gets */
7678 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction48:file#Object#getcwd */
7679 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction48:file#Object#file_getcwd */
7680 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction48:file#Object#stdin */
7681 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction48:file#Object#stdout */
7682 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction48:file#Object#stderr */
7683 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction48:model_base#Object#intrude_visibility */
7684 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction48:model_base#Object#public_visibility */
7685 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction48:model_base#Object#protected_visibility */
7686 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction48:model_base#Object#private_visibility */
7687 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction48:model_base#Object#none_visibility */
7688 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction48:model#Object#abstract_kind */
7689 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction48:model#Object#concrete_kind */
7690 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction48:model#Object#interface_kind */
7691 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction48:model#Object#enum_kind */
7692 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction48:model#Object#extern_kind */
7693 (nitmethod_t)VIRTUAL_parser__ReduceAction48__action, /* pointer to parser:ReduceAction48:parser#ReduceAction48#action */
7694 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction48:parser#ReduceAction#concat */
7695 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction48:parser#ReduceAction#init */
7696 }
7697 };
7698 /* allocate ReduceAction48 */
7699 val* NEW_parser__ReduceAction48(const struct type* type) {
7700 val* self /* : ReduceAction48 */;
7701 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7702 self->type = type;
7703 self->class = &class_parser__ReduceAction48;
7704 return self;
7705 }
7706 /* allocate ReduceAction48 */
7707 void CHECK_NEW_parser__ReduceAction48(val* self) {
7708 long var /* : Int */;
7709 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction48> */
7710 }
7711 /* runtime class parser__ReduceAction49 */
7712 const struct class class_parser__ReduceAction49 = {
7713 0, /* box_kind */
7714 {
7715 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction49:kernel#Object#object_id */
7716 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction49:kernel#Object#is_same_type */
7717 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction49:kernel#Object#is_same_instance */
7718 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction49:kernel#Object#== */
7719 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction49:kernel#Object#!= */
7720 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction49:kernel#Object#output */
7721 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction49:kernel#Object#output_class_name */
7722 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction49:kernel#Object#exit */
7723 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction49:kernel#Object#sys */
7724 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction49:kernel#Object#hash */
7725 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction49:string#Object#to_s */
7726 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction49:string#Object#native_class_name */
7727 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction49:string#Object#class_name */
7728 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction49:string#Object#inspect */
7729 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction49:string#Object#inspect_head */
7730 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction49:string#Object#args */
7731 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction49:math#Object#atan2 */
7732 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction49:math#Object#pi */
7733 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction49:math#Object#srand_from */
7734 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction49:math#Object#srand */
7735 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction49:stream#Object#poll */
7736 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction49:stream#Object#intern_poll */
7737 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction49:time#Object#get_time */
7738 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction49:file#Object#printn */
7739 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction49:file#Object#print */
7740 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction49:file#Object#getc */
7741 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction49:file#Object#gets */
7742 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction49:file#Object#getcwd */
7743 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction49:file#Object#file_getcwd */
7744 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction49:file#Object#stdin */
7745 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction49:file#Object#stdout */
7746 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction49:file#Object#stderr */
7747 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction49:model_base#Object#intrude_visibility */
7748 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction49:model_base#Object#public_visibility */
7749 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction49:model_base#Object#protected_visibility */
7750 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction49:model_base#Object#private_visibility */
7751 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction49:model_base#Object#none_visibility */
7752 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction49:model#Object#abstract_kind */
7753 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction49:model#Object#concrete_kind */
7754 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction49:model#Object#interface_kind */
7755 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction49:model#Object#enum_kind */
7756 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction49:model#Object#extern_kind */
7757 (nitmethod_t)VIRTUAL_parser__ReduceAction49__action, /* pointer to parser:ReduceAction49:parser#ReduceAction49#action */
7758 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction49:parser#ReduceAction#concat */
7759 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction49:parser#ReduceAction#init */
7760 }
7761 };
7762 /* allocate ReduceAction49 */
7763 val* NEW_parser__ReduceAction49(const struct type* type) {
7764 val* self /* : ReduceAction49 */;
7765 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7766 self->type = type;
7767 self->class = &class_parser__ReduceAction49;
7768 return self;
7769 }
7770 /* allocate ReduceAction49 */
7771 void CHECK_NEW_parser__ReduceAction49(val* self) {
7772 long var /* : Int */;
7773 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction49> */
7774 }
7775 /* runtime class parser__ReduceAction50 */
7776 const struct class class_parser__ReduceAction50 = {
7777 0, /* box_kind */
7778 {
7779 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction50:kernel#Object#object_id */
7780 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction50:kernel#Object#is_same_type */
7781 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction50:kernel#Object#is_same_instance */
7782 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction50:kernel#Object#== */
7783 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction50:kernel#Object#!= */
7784 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction50:kernel#Object#output */
7785 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction50:kernel#Object#output_class_name */
7786 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction50:kernel#Object#exit */
7787 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction50:kernel#Object#sys */
7788 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction50:kernel#Object#hash */
7789 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction50:string#Object#to_s */
7790 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction50:string#Object#native_class_name */
7791 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction50:string#Object#class_name */
7792 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction50:string#Object#inspect */
7793 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction50:string#Object#inspect_head */
7794 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction50:string#Object#args */
7795 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction50:math#Object#atan2 */
7796 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction50:math#Object#pi */
7797 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction50:math#Object#srand_from */
7798 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction50:math#Object#srand */
7799 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction50:stream#Object#poll */
7800 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction50:stream#Object#intern_poll */
7801 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction50:time#Object#get_time */
7802 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction50:file#Object#printn */
7803 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction50:file#Object#print */
7804 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction50:file#Object#getc */
7805 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction50:file#Object#gets */
7806 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction50:file#Object#getcwd */
7807 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction50:file#Object#file_getcwd */
7808 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction50:file#Object#stdin */
7809 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction50:file#Object#stdout */
7810 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction50:file#Object#stderr */
7811 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction50:model_base#Object#intrude_visibility */
7812 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction50:model_base#Object#public_visibility */
7813 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction50:model_base#Object#protected_visibility */
7814 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction50:model_base#Object#private_visibility */
7815 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction50:model_base#Object#none_visibility */
7816 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction50:model#Object#abstract_kind */
7817 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction50:model#Object#concrete_kind */
7818 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction50:model#Object#interface_kind */
7819 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction50:model#Object#enum_kind */
7820 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction50:model#Object#extern_kind */
7821 (nitmethod_t)VIRTUAL_parser__ReduceAction50__action, /* pointer to parser:ReduceAction50:parser#ReduceAction50#action */
7822 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction50:parser#ReduceAction#concat */
7823 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction50:parser#ReduceAction#init */
7824 }
7825 };
7826 /* allocate ReduceAction50 */
7827 val* NEW_parser__ReduceAction50(const struct type* type) {
7828 val* self /* : ReduceAction50 */;
7829 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7830 self->type = type;
7831 self->class = &class_parser__ReduceAction50;
7832 return self;
7833 }
7834 /* allocate ReduceAction50 */
7835 void CHECK_NEW_parser__ReduceAction50(val* self) {
7836 long var /* : Int */;
7837 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction50> */
7838 }
7839 /* runtime class parser__ReduceAction51 */
7840 const struct class class_parser__ReduceAction51 = {
7841 0, /* box_kind */
7842 {
7843 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction51:kernel#Object#object_id */
7844 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction51:kernel#Object#is_same_type */
7845 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction51:kernel#Object#is_same_instance */
7846 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction51:kernel#Object#== */
7847 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction51:kernel#Object#!= */
7848 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction51:kernel#Object#output */
7849 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction51:kernel#Object#output_class_name */
7850 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction51:kernel#Object#exit */
7851 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction51:kernel#Object#sys */
7852 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction51:kernel#Object#hash */
7853 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction51:string#Object#to_s */
7854 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction51:string#Object#native_class_name */
7855 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction51:string#Object#class_name */
7856 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction51:string#Object#inspect */
7857 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction51:string#Object#inspect_head */
7858 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction51:string#Object#args */
7859 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction51:math#Object#atan2 */
7860 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction51:math#Object#pi */
7861 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction51:math#Object#srand_from */
7862 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction51:math#Object#srand */
7863 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction51:stream#Object#poll */
7864 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction51:stream#Object#intern_poll */
7865 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction51:time#Object#get_time */
7866 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction51:file#Object#printn */
7867 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction51:file#Object#print */
7868 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction51:file#Object#getc */
7869 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction51:file#Object#gets */
7870 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction51:file#Object#getcwd */
7871 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction51:file#Object#file_getcwd */
7872 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction51:file#Object#stdin */
7873 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction51:file#Object#stdout */
7874 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction51:file#Object#stderr */
7875 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction51:model_base#Object#intrude_visibility */
7876 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction51:model_base#Object#public_visibility */
7877 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction51:model_base#Object#protected_visibility */
7878 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction51:model_base#Object#private_visibility */
7879 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction51:model_base#Object#none_visibility */
7880 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction51:model#Object#abstract_kind */
7881 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction51:model#Object#concrete_kind */
7882 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction51:model#Object#interface_kind */
7883 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction51:model#Object#enum_kind */
7884 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction51:model#Object#extern_kind */
7885 (nitmethod_t)VIRTUAL_parser__ReduceAction51__action, /* pointer to parser:ReduceAction51:parser#ReduceAction51#action */
7886 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction51:parser#ReduceAction#concat */
7887 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction51:parser#ReduceAction#init */
7888 }
7889 };
7890 /* allocate ReduceAction51 */
7891 val* NEW_parser__ReduceAction51(const struct type* type) {
7892 val* self /* : ReduceAction51 */;
7893 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7894 self->type = type;
7895 self->class = &class_parser__ReduceAction51;
7896 return self;
7897 }
7898 /* allocate ReduceAction51 */
7899 void CHECK_NEW_parser__ReduceAction51(val* self) {
7900 long var /* : Int */;
7901 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction51> */
7902 }
7903 /* runtime class parser__ReduceAction52 */
7904 const struct class class_parser__ReduceAction52 = {
7905 0, /* box_kind */
7906 {
7907 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction52:kernel#Object#object_id */
7908 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction52:kernel#Object#is_same_type */
7909 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction52:kernel#Object#is_same_instance */
7910 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction52:kernel#Object#== */
7911 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction52:kernel#Object#!= */
7912 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction52:kernel#Object#output */
7913 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction52:kernel#Object#output_class_name */
7914 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction52:kernel#Object#exit */
7915 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction52:kernel#Object#sys */
7916 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction52:kernel#Object#hash */
7917 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction52:string#Object#to_s */
7918 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction52:string#Object#native_class_name */
7919 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction52:string#Object#class_name */
7920 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction52:string#Object#inspect */
7921 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction52:string#Object#inspect_head */
7922 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction52:string#Object#args */
7923 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction52:math#Object#atan2 */
7924 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction52:math#Object#pi */
7925 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction52:math#Object#srand_from */
7926 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction52:math#Object#srand */
7927 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction52:stream#Object#poll */
7928 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction52:stream#Object#intern_poll */
7929 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction52:time#Object#get_time */
7930 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction52:file#Object#printn */
7931 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction52:file#Object#print */
7932 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction52:file#Object#getc */
7933 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction52:file#Object#gets */
7934 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction52:file#Object#getcwd */
7935 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction52:file#Object#file_getcwd */
7936 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction52:file#Object#stdin */
7937 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction52:file#Object#stdout */
7938 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction52:file#Object#stderr */
7939 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction52:model_base#Object#intrude_visibility */
7940 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction52:model_base#Object#public_visibility */
7941 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction52:model_base#Object#protected_visibility */
7942 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction52:model_base#Object#private_visibility */
7943 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction52:model_base#Object#none_visibility */
7944 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction52:model#Object#abstract_kind */
7945 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction52:model#Object#concrete_kind */
7946 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction52:model#Object#interface_kind */
7947 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction52:model#Object#enum_kind */
7948 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction52:model#Object#extern_kind */
7949 (nitmethod_t)VIRTUAL_parser__ReduceAction52__action, /* pointer to parser:ReduceAction52:parser#ReduceAction52#action */
7950 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction52:parser#ReduceAction#concat */
7951 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction52:parser#ReduceAction#init */
7952 }
7953 };
7954 /* allocate ReduceAction52 */
7955 val* NEW_parser__ReduceAction52(const struct type* type) {
7956 val* self /* : ReduceAction52 */;
7957 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7958 self->type = type;
7959 self->class = &class_parser__ReduceAction52;
7960 return self;
7961 }
7962 /* allocate ReduceAction52 */
7963 void CHECK_NEW_parser__ReduceAction52(val* self) {
7964 long var /* : Int */;
7965 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction52> */
7966 }
7967 /* runtime class parser__ReduceAction53 */
7968 const struct class class_parser__ReduceAction53 = {
7969 0, /* box_kind */
7970 {
7971 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction53:kernel#Object#object_id */
7972 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction53:kernel#Object#is_same_type */
7973 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction53:kernel#Object#is_same_instance */
7974 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction53:kernel#Object#== */
7975 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction53:kernel#Object#!= */
7976 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction53:kernel#Object#output */
7977 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction53:kernel#Object#output_class_name */
7978 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction53:kernel#Object#exit */
7979 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction53:kernel#Object#sys */
7980 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction53:kernel#Object#hash */
7981 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction53:string#Object#to_s */
7982 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction53:string#Object#native_class_name */
7983 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction53:string#Object#class_name */
7984 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction53:string#Object#inspect */
7985 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction53:string#Object#inspect_head */
7986 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction53:string#Object#args */
7987 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction53:math#Object#atan2 */
7988 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction53:math#Object#pi */
7989 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction53:math#Object#srand_from */
7990 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction53:math#Object#srand */
7991 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction53:stream#Object#poll */
7992 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction53:stream#Object#intern_poll */
7993 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction53:time#Object#get_time */
7994 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction53:file#Object#printn */
7995 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction53:file#Object#print */
7996 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction53:file#Object#getc */
7997 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction53:file#Object#gets */
7998 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction53:file#Object#getcwd */
7999 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction53:file#Object#file_getcwd */
8000 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction53:file#Object#stdin */
8001 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction53:file#Object#stdout */
8002 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction53:file#Object#stderr */
8003 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction53:model_base#Object#intrude_visibility */
8004 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction53:model_base#Object#public_visibility */
8005 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction53:model_base#Object#protected_visibility */
8006 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction53:model_base#Object#private_visibility */
8007 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction53:model_base#Object#none_visibility */
8008 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction53:model#Object#abstract_kind */
8009 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction53:model#Object#concrete_kind */
8010 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction53:model#Object#interface_kind */
8011 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction53:model#Object#enum_kind */
8012 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction53:model#Object#extern_kind */
8013 (nitmethod_t)VIRTUAL_parser__ReduceAction53__action, /* pointer to parser:ReduceAction53:parser#ReduceAction53#action */
8014 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction53:parser#ReduceAction#concat */
8015 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction53:parser#ReduceAction#init */
8016 }
8017 };
8018 /* allocate ReduceAction53 */
8019 val* NEW_parser__ReduceAction53(const struct type* type) {
8020 val* self /* : ReduceAction53 */;
8021 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8022 self->type = type;
8023 self->class = &class_parser__ReduceAction53;
8024 return self;
8025 }
8026 /* allocate ReduceAction53 */
8027 void CHECK_NEW_parser__ReduceAction53(val* self) {
8028 long var /* : Int */;
8029 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction53> */
8030 }
8031 /* runtime class parser__ReduceAction54 */
8032 const struct class class_parser__ReduceAction54 = {
8033 0, /* box_kind */
8034 {
8035 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction54:kernel#Object#object_id */
8036 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction54:kernel#Object#is_same_type */
8037 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction54:kernel#Object#is_same_instance */
8038 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction54:kernel#Object#== */
8039 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction54:kernel#Object#!= */
8040 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction54:kernel#Object#output */
8041 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction54:kernel#Object#output_class_name */
8042 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction54:kernel#Object#exit */
8043 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction54:kernel#Object#sys */
8044 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction54:kernel#Object#hash */
8045 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction54:string#Object#to_s */
8046 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction54:string#Object#native_class_name */
8047 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction54:string#Object#class_name */
8048 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction54:string#Object#inspect */
8049 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction54:string#Object#inspect_head */
8050 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction54:string#Object#args */
8051 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction54:math#Object#atan2 */
8052 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction54:math#Object#pi */
8053 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction54:math#Object#srand_from */
8054 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction54:math#Object#srand */
8055 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction54:stream#Object#poll */
8056 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction54:stream#Object#intern_poll */
8057 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction54:time#Object#get_time */
8058 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction54:file#Object#printn */
8059 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction54:file#Object#print */
8060 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction54:file#Object#getc */
8061 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction54:file#Object#gets */
8062 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction54:file#Object#getcwd */
8063 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction54:file#Object#file_getcwd */
8064 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction54:file#Object#stdin */
8065 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction54:file#Object#stdout */
8066 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction54:file#Object#stderr */
8067 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction54:model_base#Object#intrude_visibility */
8068 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction54:model_base#Object#public_visibility */
8069 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction54:model_base#Object#protected_visibility */
8070 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction54:model_base#Object#private_visibility */
8071 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction54:model_base#Object#none_visibility */
8072 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction54:model#Object#abstract_kind */
8073 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction54:model#Object#concrete_kind */
8074 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction54:model#Object#interface_kind */
8075 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction54:model#Object#enum_kind */
8076 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction54:model#Object#extern_kind */
8077 (nitmethod_t)VIRTUAL_parser__ReduceAction54__action, /* pointer to parser:ReduceAction54:parser#ReduceAction54#action */
8078 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction54:parser#ReduceAction#concat */
8079 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction54:parser#ReduceAction#init */
8080 }
8081 };
8082 /* allocate ReduceAction54 */
8083 val* NEW_parser__ReduceAction54(const struct type* type) {
8084 val* self /* : ReduceAction54 */;
8085 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8086 self->type = type;
8087 self->class = &class_parser__ReduceAction54;
8088 return self;
8089 }
8090 /* allocate ReduceAction54 */
8091 void CHECK_NEW_parser__ReduceAction54(val* self) {
8092 long var /* : Int */;
8093 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction54> */
8094 }
8095 /* runtime class parser__ReduceAction55 */
8096 const struct class class_parser__ReduceAction55 = {
8097 0, /* box_kind */
8098 {
8099 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction55:kernel#Object#object_id */
8100 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction55:kernel#Object#is_same_type */
8101 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction55:kernel#Object#is_same_instance */
8102 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction55:kernel#Object#== */
8103 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction55:kernel#Object#!= */
8104 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction55:kernel#Object#output */
8105 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction55:kernel#Object#output_class_name */
8106 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction55:kernel#Object#exit */
8107 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction55:kernel#Object#sys */
8108 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction55:kernel#Object#hash */
8109 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction55:string#Object#to_s */
8110 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction55:string#Object#native_class_name */
8111 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction55:string#Object#class_name */
8112 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction55:string#Object#inspect */
8113 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction55:string#Object#inspect_head */
8114 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction55:string#Object#args */
8115 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction55:math#Object#atan2 */
8116 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction55:math#Object#pi */
8117 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction55:math#Object#srand_from */
8118 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction55:math#Object#srand */
8119 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction55:stream#Object#poll */
8120 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction55:stream#Object#intern_poll */
8121 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction55:time#Object#get_time */
8122 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction55:file#Object#printn */
8123 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction55:file#Object#print */
8124 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction55:file#Object#getc */
8125 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction55:file#Object#gets */
8126 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction55:file#Object#getcwd */
8127 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction55:file#Object#file_getcwd */
8128 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction55:file#Object#stdin */
8129 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction55:file#Object#stdout */
8130 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction55:file#Object#stderr */
8131 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction55:model_base#Object#intrude_visibility */
8132 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction55:model_base#Object#public_visibility */
8133 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction55:model_base#Object#protected_visibility */
8134 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction55:model_base#Object#private_visibility */
8135 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction55:model_base#Object#none_visibility */
8136 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction55:model#Object#abstract_kind */
8137 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction55:model#Object#concrete_kind */
8138 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction55:model#Object#interface_kind */
8139 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction55:model#Object#enum_kind */
8140 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction55:model#Object#extern_kind */
8141 (nitmethod_t)VIRTUAL_parser__ReduceAction55__action, /* pointer to parser:ReduceAction55:parser#ReduceAction55#action */
8142 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction55:parser#ReduceAction#concat */
8143 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction55:parser#ReduceAction#init */
8144 }
8145 };
8146 /* allocate ReduceAction55 */
8147 val* NEW_parser__ReduceAction55(const struct type* type) {
8148 val* self /* : ReduceAction55 */;
8149 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8150 self->type = type;
8151 self->class = &class_parser__ReduceAction55;
8152 return self;
8153 }
8154 /* allocate ReduceAction55 */
8155 void CHECK_NEW_parser__ReduceAction55(val* self) {
8156 long var /* : Int */;
8157 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction55> */
8158 }
8159 /* runtime class parser__ReduceAction56 */
8160 const struct class class_parser__ReduceAction56 = {
8161 0, /* box_kind */
8162 {
8163 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction56:kernel#Object#object_id */
8164 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction56:kernel#Object#is_same_type */
8165 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction56:kernel#Object#is_same_instance */
8166 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction56:kernel#Object#== */
8167 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction56:kernel#Object#!= */
8168 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction56:kernel#Object#output */
8169 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction56:kernel#Object#output_class_name */
8170 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction56:kernel#Object#exit */
8171 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction56:kernel#Object#sys */
8172 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction56:kernel#Object#hash */
8173 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction56:string#Object#to_s */
8174 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction56:string#Object#native_class_name */
8175 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction56:string#Object#class_name */
8176 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction56:string#Object#inspect */
8177 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction56:string#Object#inspect_head */
8178 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction56:string#Object#args */
8179 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction56:math#Object#atan2 */
8180 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction56:math#Object#pi */
8181 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction56:math#Object#srand_from */
8182 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction56:math#Object#srand */
8183 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction56:stream#Object#poll */
8184 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction56:stream#Object#intern_poll */
8185 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction56:time#Object#get_time */
8186 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction56:file#Object#printn */
8187 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction56:file#Object#print */
8188 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction56:file#Object#getc */
8189 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction56:file#Object#gets */
8190 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction56:file#Object#getcwd */
8191 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction56:file#Object#file_getcwd */
8192 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction56:file#Object#stdin */
8193 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction56:file#Object#stdout */
8194 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction56:file#Object#stderr */
8195 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction56:model_base#Object#intrude_visibility */
8196 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction56:model_base#Object#public_visibility */
8197 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction56:model_base#Object#protected_visibility */
8198 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction56:model_base#Object#private_visibility */
8199 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction56:model_base#Object#none_visibility */
8200 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction56:model#Object#abstract_kind */
8201 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction56:model#Object#concrete_kind */
8202 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction56:model#Object#interface_kind */
8203 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction56:model#Object#enum_kind */
8204 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction56:model#Object#extern_kind */
8205 (nitmethod_t)VIRTUAL_parser__ReduceAction56__action, /* pointer to parser:ReduceAction56:parser#ReduceAction56#action */
8206 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction56:parser#ReduceAction#concat */
8207 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction56:parser#ReduceAction#init */
8208 }
8209 };
8210 /* allocate ReduceAction56 */
8211 val* NEW_parser__ReduceAction56(const struct type* type) {
8212 val* self /* : ReduceAction56 */;
8213 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8214 self->type = type;
8215 self->class = &class_parser__ReduceAction56;
8216 return self;
8217 }
8218 /* allocate ReduceAction56 */
8219 void CHECK_NEW_parser__ReduceAction56(val* self) {
8220 long var /* : Int */;
8221 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction56> */
8222 }
8223 /* runtime class parser__ReduceAction57 */
8224 const struct class class_parser__ReduceAction57 = {
8225 0, /* box_kind */
8226 {
8227 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction57:kernel#Object#object_id */
8228 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction57:kernel#Object#is_same_type */
8229 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction57:kernel#Object#is_same_instance */
8230 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction57:kernel#Object#== */
8231 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction57:kernel#Object#!= */
8232 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction57:kernel#Object#output */
8233 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction57:kernel#Object#output_class_name */
8234 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction57:kernel#Object#exit */
8235 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction57:kernel#Object#sys */
8236 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction57:kernel#Object#hash */
8237 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction57:string#Object#to_s */
8238 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction57:string#Object#native_class_name */
8239 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction57:string#Object#class_name */
8240 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction57:string#Object#inspect */
8241 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction57:string#Object#inspect_head */
8242 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction57:string#Object#args */
8243 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction57:math#Object#atan2 */
8244 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction57:math#Object#pi */
8245 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction57:math#Object#srand_from */
8246 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction57:math#Object#srand */
8247 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction57:stream#Object#poll */
8248 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction57:stream#Object#intern_poll */
8249 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction57:time#Object#get_time */
8250 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction57:file#Object#printn */
8251 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction57:file#Object#print */
8252 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction57:file#Object#getc */
8253 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction57:file#Object#gets */
8254 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction57:file#Object#getcwd */
8255 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction57:file#Object#file_getcwd */
8256 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction57:file#Object#stdin */
8257 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction57:file#Object#stdout */
8258 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction57:file#Object#stderr */
8259 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction57:model_base#Object#intrude_visibility */
8260 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction57:model_base#Object#public_visibility */
8261 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction57:model_base#Object#protected_visibility */
8262 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction57:model_base#Object#private_visibility */
8263 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction57:model_base#Object#none_visibility */
8264 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction57:model#Object#abstract_kind */
8265 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction57:model#Object#concrete_kind */
8266 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction57:model#Object#interface_kind */
8267 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction57:model#Object#enum_kind */
8268 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction57:model#Object#extern_kind */
8269 (nitmethod_t)VIRTUAL_parser__ReduceAction57__action, /* pointer to parser:ReduceAction57:parser#ReduceAction57#action */
8270 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction57:parser#ReduceAction#concat */
8271 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction57:parser#ReduceAction#init */
8272 }
8273 };
8274 /* allocate ReduceAction57 */
8275 val* NEW_parser__ReduceAction57(const struct type* type) {
8276 val* self /* : ReduceAction57 */;
8277 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8278 self->type = type;
8279 self->class = &class_parser__ReduceAction57;
8280 return self;
8281 }
8282 /* allocate ReduceAction57 */
8283 void CHECK_NEW_parser__ReduceAction57(val* self) {
8284 long var /* : Int */;
8285 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction57> */
8286 }
8287 /* runtime class parser__ReduceAction58 */
8288 const struct class class_parser__ReduceAction58 = {
8289 0, /* box_kind */
8290 {
8291 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction58:kernel#Object#object_id */
8292 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction58:kernel#Object#is_same_type */
8293 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction58:kernel#Object#is_same_instance */
8294 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction58:kernel#Object#== */
8295 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction58:kernel#Object#!= */
8296 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction58:kernel#Object#output */
8297 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction58:kernel#Object#output_class_name */
8298 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction58:kernel#Object#exit */
8299 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction58:kernel#Object#sys */
8300 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction58:kernel#Object#hash */
8301 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction58:string#Object#to_s */
8302 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction58:string#Object#native_class_name */
8303 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction58:string#Object#class_name */
8304 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction58:string#Object#inspect */
8305 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction58:string#Object#inspect_head */
8306 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction58:string#Object#args */
8307 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction58:math#Object#atan2 */
8308 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction58:math#Object#pi */
8309 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction58:math#Object#srand_from */
8310 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction58:math#Object#srand */
8311 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction58:stream#Object#poll */
8312 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction58:stream#Object#intern_poll */
8313 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction58:time#Object#get_time */
8314 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction58:file#Object#printn */
8315 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction58:file#Object#print */
8316 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction58:file#Object#getc */
8317 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction58:file#Object#gets */
8318 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction58:file#Object#getcwd */
8319 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction58:file#Object#file_getcwd */
8320 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction58:file#Object#stdin */
8321 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction58:file#Object#stdout */
8322 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction58:file#Object#stderr */
8323 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction58:model_base#Object#intrude_visibility */
8324 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction58:model_base#Object#public_visibility */
8325 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction58:model_base#Object#protected_visibility */
8326 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction58:model_base#Object#private_visibility */
8327 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction58:model_base#Object#none_visibility */
8328 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction58:model#Object#abstract_kind */
8329 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction58:model#Object#concrete_kind */
8330 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction58:model#Object#interface_kind */
8331 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction58:model#Object#enum_kind */
8332 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction58:model#Object#extern_kind */
8333 (nitmethod_t)VIRTUAL_parser__ReduceAction58__action, /* pointer to parser:ReduceAction58:parser#ReduceAction58#action */
8334 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction58:parser#ReduceAction#concat */
8335 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction58:parser#ReduceAction#init */
8336 }
8337 };
8338 /* allocate ReduceAction58 */
8339 val* NEW_parser__ReduceAction58(const struct type* type) {
8340 val* self /* : ReduceAction58 */;
8341 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8342 self->type = type;
8343 self->class = &class_parser__ReduceAction58;
8344 return self;
8345 }
8346 /* allocate ReduceAction58 */
8347 void CHECK_NEW_parser__ReduceAction58(val* self) {
8348 long var /* : Int */;
8349 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction58> */
8350 }
8351 /* runtime class parser__ReduceAction59 */
8352 const struct class class_parser__ReduceAction59 = {
8353 0, /* box_kind */
8354 {
8355 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction59:kernel#Object#object_id */
8356 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction59:kernel#Object#is_same_type */
8357 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction59:kernel#Object#is_same_instance */
8358 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction59:kernel#Object#== */
8359 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction59:kernel#Object#!= */
8360 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction59:kernel#Object#output */
8361 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction59:kernel#Object#output_class_name */
8362 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction59:kernel#Object#exit */
8363 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction59:kernel#Object#sys */
8364 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction59:kernel#Object#hash */
8365 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction59:string#Object#to_s */
8366 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction59:string#Object#native_class_name */
8367 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction59:string#Object#class_name */
8368 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction59:string#Object#inspect */
8369 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction59:string#Object#inspect_head */
8370 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction59:string#Object#args */
8371 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction59:math#Object#atan2 */
8372 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction59:math#Object#pi */
8373 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction59:math#Object#srand_from */
8374 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction59:math#Object#srand */
8375 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction59:stream#Object#poll */
8376 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction59:stream#Object#intern_poll */
8377 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction59:time#Object#get_time */
8378 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction59:file#Object#printn */
8379 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction59:file#Object#print */
8380 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction59:file#Object#getc */
8381 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction59:file#Object#gets */
8382 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction59:file#Object#getcwd */
8383 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction59:file#Object#file_getcwd */
8384 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction59:file#Object#stdin */
8385 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction59:file#Object#stdout */
8386 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction59:file#Object#stderr */
8387 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction59:model_base#Object#intrude_visibility */
8388 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction59:model_base#Object#public_visibility */
8389 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction59:model_base#Object#protected_visibility */
8390 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction59:model_base#Object#private_visibility */
8391 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction59:model_base#Object#none_visibility */
8392 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction59:model#Object#abstract_kind */
8393 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction59:model#Object#concrete_kind */
8394 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction59:model#Object#interface_kind */
8395 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction59:model#Object#enum_kind */
8396 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction59:model#Object#extern_kind */
8397 (nitmethod_t)VIRTUAL_parser__ReduceAction59__action, /* pointer to parser:ReduceAction59:parser#ReduceAction59#action */
8398 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction59:parser#ReduceAction#concat */
8399 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction59:parser#ReduceAction#init */
8400 }
8401 };
8402 /* allocate ReduceAction59 */
8403 val* NEW_parser__ReduceAction59(const struct type* type) {
8404 val* self /* : ReduceAction59 */;
8405 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8406 self->type = type;
8407 self->class = &class_parser__ReduceAction59;
8408 return self;
8409 }
8410 /* allocate ReduceAction59 */
8411 void CHECK_NEW_parser__ReduceAction59(val* self) {
8412 long var /* : Int */;
8413 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction59> */
8414 }
8415 /* runtime class parser__ReduceAction60 */
8416 const struct class class_parser__ReduceAction60 = {
8417 0, /* box_kind */
8418 {
8419 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction60:kernel#Object#object_id */
8420 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction60:kernel#Object#is_same_type */
8421 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction60:kernel#Object#is_same_instance */
8422 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction60:kernel#Object#== */
8423 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction60:kernel#Object#!= */
8424 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction60:kernel#Object#output */
8425 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction60:kernel#Object#output_class_name */
8426 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction60:kernel#Object#exit */
8427 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction60:kernel#Object#sys */
8428 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction60:kernel#Object#hash */
8429 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction60:string#Object#to_s */
8430 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction60:string#Object#native_class_name */
8431 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction60:string#Object#class_name */
8432 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction60:string#Object#inspect */
8433 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction60:string#Object#inspect_head */
8434 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction60:string#Object#args */
8435 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction60:math#Object#atan2 */
8436 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction60:math#Object#pi */
8437 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction60:math#Object#srand_from */
8438 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction60:math#Object#srand */
8439 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction60:stream#Object#poll */
8440 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction60:stream#Object#intern_poll */
8441 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction60:time#Object#get_time */
8442 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction60:file#Object#printn */
8443 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction60:file#Object#print */
8444 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction60:file#Object#getc */
8445 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction60:file#Object#gets */
8446 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction60:file#Object#getcwd */
8447 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction60:file#Object#file_getcwd */
8448 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction60:file#Object#stdin */
8449 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction60:file#Object#stdout */
8450 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction60:file#Object#stderr */
8451 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction60:model_base#Object#intrude_visibility */
8452 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction60:model_base#Object#public_visibility */
8453 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction60:model_base#Object#protected_visibility */
8454 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction60:model_base#Object#private_visibility */
8455 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction60:model_base#Object#none_visibility */
8456 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction60:model#Object#abstract_kind */
8457 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction60:model#Object#concrete_kind */
8458 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction60:model#Object#interface_kind */
8459 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction60:model#Object#enum_kind */
8460 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction60:model#Object#extern_kind */
8461 (nitmethod_t)VIRTUAL_parser__ReduceAction60__action, /* pointer to parser:ReduceAction60:parser#ReduceAction60#action */
8462 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction60:parser#ReduceAction#concat */
8463 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction60:parser#ReduceAction#init */
8464 }
8465 };
8466 /* allocate ReduceAction60 */
8467 val* NEW_parser__ReduceAction60(const struct type* type) {
8468 val* self /* : ReduceAction60 */;
8469 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8470 self->type = type;
8471 self->class = &class_parser__ReduceAction60;
8472 return self;
8473 }
8474 /* allocate ReduceAction60 */
8475 void CHECK_NEW_parser__ReduceAction60(val* self) {
8476 long var /* : Int */;
8477 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction60> */
8478 }
8479 /* runtime class parser__ReduceAction61 */
8480 const struct class class_parser__ReduceAction61 = {
8481 0, /* box_kind */
8482 {
8483 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction61:kernel#Object#object_id */
8484 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction61:kernel#Object#is_same_type */
8485 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction61:kernel#Object#is_same_instance */
8486 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction61:kernel#Object#== */
8487 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction61:kernel#Object#!= */
8488 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction61:kernel#Object#output */
8489 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction61:kernel#Object#output_class_name */
8490 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction61:kernel#Object#exit */
8491 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction61:kernel#Object#sys */
8492 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction61:kernel#Object#hash */
8493 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction61:string#Object#to_s */
8494 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction61:string#Object#native_class_name */
8495 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction61:string#Object#class_name */
8496 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction61:string#Object#inspect */
8497 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction61:string#Object#inspect_head */
8498 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction61:string#Object#args */
8499 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction61:math#Object#atan2 */
8500 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction61:math#Object#pi */
8501 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction61:math#Object#srand_from */
8502 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction61:math#Object#srand */
8503 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction61:stream#Object#poll */
8504 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction61:stream#Object#intern_poll */
8505 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction61:time#Object#get_time */
8506 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction61:file#Object#printn */
8507 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction61:file#Object#print */
8508 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction61:file#Object#getc */
8509 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction61:file#Object#gets */
8510 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction61:file#Object#getcwd */
8511 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction61:file#Object#file_getcwd */
8512 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction61:file#Object#stdin */
8513 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction61:file#Object#stdout */
8514 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction61:file#Object#stderr */
8515 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction61:model_base#Object#intrude_visibility */
8516 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction61:model_base#Object#public_visibility */
8517 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction61:model_base#Object#protected_visibility */
8518 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction61:model_base#Object#private_visibility */
8519 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction61:model_base#Object#none_visibility */
8520 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction61:model#Object#abstract_kind */
8521 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction61:model#Object#concrete_kind */
8522 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction61:model#Object#interface_kind */
8523 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction61:model#Object#enum_kind */
8524 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction61:model#Object#extern_kind */
8525 (nitmethod_t)VIRTUAL_parser__ReduceAction61__action, /* pointer to parser:ReduceAction61:parser#ReduceAction61#action */
8526 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction61:parser#ReduceAction#concat */
8527 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction61:parser#ReduceAction#init */
8528 }
8529 };
8530 /* allocate ReduceAction61 */
8531 val* NEW_parser__ReduceAction61(const struct type* type) {
8532 val* self /* : ReduceAction61 */;
8533 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8534 self->type = type;
8535 self->class = &class_parser__ReduceAction61;
8536 return self;
8537 }
8538 /* allocate ReduceAction61 */
8539 void CHECK_NEW_parser__ReduceAction61(val* self) {
8540 long var /* : Int */;
8541 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction61> */
8542 }
8543 /* runtime class parser__ReduceAction62 */
8544 const struct class class_parser__ReduceAction62 = {
8545 0, /* box_kind */
8546 {
8547 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction62:kernel#Object#object_id */
8548 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction62:kernel#Object#is_same_type */
8549 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction62:kernel#Object#is_same_instance */
8550 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction62:kernel#Object#== */
8551 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction62:kernel#Object#!= */
8552 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction62:kernel#Object#output */
8553 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction62:kernel#Object#output_class_name */
8554 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction62:kernel#Object#exit */
8555 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction62:kernel#Object#sys */
8556 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction62:kernel#Object#hash */
8557 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction62:string#Object#to_s */
8558 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction62:string#Object#native_class_name */
8559 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction62:string#Object#class_name */
8560 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction62:string#Object#inspect */
8561 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction62:string#Object#inspect_head */
8562 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction62:string#Object#args */
8563 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction62:math#Object#atan2 */
8564 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction62:math#Object#pi */
8565 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction62:math#Object#srand_from */
8566 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction62:math#Object#srand */
8567 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction62:stream#Object#poll */
8568 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction62:stream#Object#intern_poll */
8569 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction62:time#Object#get_time */
8570 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction62:file#Object#printn */
8571 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction62:file#Object#print */
8572 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction62:file#Object#getc */
8573 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction62:file#Object#gets */
8574 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction62:file#Object#getcwd */
8575 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction62:file#Object#file_getcwd */
8576 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction62:file#Object#stdin */
8577 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction62:file#Object#stdout */
8578 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction62:file#Object#stderr */
8579 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction62:model_base#Object#intrude_visibility */
8580 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction62:model_base#Object#public_visibility */
8581 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction62:model_base#Object#protected_visibility */
8582 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction62:model_base#Object#private_visibility */
8583 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction62:model_base#Object#none_visibility */
8584 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction62:model#Object#abstract_kind */
8585 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction62:model#Object#concrete_kind */
8586 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction62:model#Object#interface_kind */
8587 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction62:model#Object#enum_kind */
8588 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction62:model#Object#extern_kind */
8589 (nitmethod_t)VIRTUAL_parser__ReduceAction62__action, /* pointer to parser:ReduceAction62:parser#ReduceAction62#action */
8590 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction62:parser#ReduceAction#concat */
8591 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction62:parser#ReduceAction#init */
8592 }
8593 };
8594 /* allocate ReduceAction62 */
8595 val* NEW_parser__ReduceAction62(const struct type* type) {
8596 val* self /* : ReduceAction62 */;
8597 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8598 self->type = type;
8599 self->class = &class_parser__ReduceAction62;
8600 return self;
8601 }
8602 /* allocate ReduceAction62 */
8603 void CHECK_NEW_parser__ReduceAction62(val* self) {
8604 long var /* : Int */;
8605 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction62> */
8606 }
8607 /* runtime class parser__ReduceAction63 */
8608 const struct class class_parser__ReduceAction63 = {
8609 0, /* box_kind */
8610 {
8611 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction63:kernel#Object#object_id */
8612 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction63:kernel#Object#is_same_type */
8613 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction63:kernel#Object#is_same_instance */
8614 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction63:kernel#Object#== */
8615 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction63:kernel#Object#!= */
8616 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction63:kernel#Object#output */
8617 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction63:kernel#Object#output_class_name */
8618 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction63:kernel#Object#exit */
8619 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction63:kernel#Object#sys */
8620 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction63:kernel#Object#hash */
8621 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction63:string#Object#to_s */
8622 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction63:string#Object#native_class_name */
8623 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction63:string#Object#class_name */
8624 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction63:string#Object#inspect */
8625 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction63:string#Object#inspect_head */
8626 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction63:string#Object#args */
8627 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction63:math#Object#atan2 */
8628 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction63:math#Object#pi */
8629 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction63:math#Object#srand_from */
8630 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction63:math#Object#srand */
8631 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction63:stream#Object#poll */
8632 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction63:stream#Object#intern_poll */
8633 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction63:time#Object#get_time */
8634 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction63:file#Object#printn */
8635 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction63:file#Object#print */
8636 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction63:file#Object#getc */
8637 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction63:file#Object#gets */
8638 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction63:file#Object#getcwd */
8639 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction63:file#Object#file_getcwd */
8640 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction63:file#Object#stdin */
8641 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction63:file#Object#stdout */
8642 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction63:file#Object#stderr */
8643 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction63:model_base#Object#intrude_visibility */
8644 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction63:model_base#Object#public_visibility */
8645 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction63:model_base#Object#protected_visibility */
8646 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction63:model_base#Object#private_visibility */
8647 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction63:model_base#Object#none_visibility */
8648 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction63:model#Object#abstract_kind */
8649 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction63:model#Object#concrete_kind */
8650 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction63:model#Object#interface_kind */
8651 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction63:model#Object#enum_kind */
8652 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction63:model#Object#extern_kind */
8653 (nitmethod_t)VIRTUAL_parser__ReduceAction63__action, /* pointer to parser:ReduceAction63:parser#ReduceAction63#action */
8654 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction63:parser#ReduceAction#concat */
8655 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction63:parser#ReduceAction#init */
8656 }
8657 };
8658 /* allocate ReduceAction63 */
8659 val* NEW_parser__ReduceAction63(const struct type* type) {
8660 val* self /* : ReduceAction63 */;
8661 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8662 self->type = type;
8663 self->class = &class_parser__ReduceAction63;
8664 return self;
8665 }
8666 /* allocate ReduceAction63 */
8667 void CHECK_NEW_parser__ReduceAction63(val* self) {
8668 long var /* : Int */;
8669 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction63> */
8670 }
8671 /* runtime class parser__ReduceAction64 */
8672 const struct class class_parser__ReduceAction64 = {
8673 0, /* box_kind */
8674 {
8675 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction64:kernel#Object#object_id */
8676 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction64:kernel#Object#is_same_type */
8677 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction64:kernel#Object#is_same_instance */
8678 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction64:kernel#Object#== */
8679 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction64:kernel#Object#!= */
8680 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction64:kernel#Object#output */
8681 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction64:kernel#Object#output_class_name */
8682 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction64:kernel#Object#exit */
8683 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction64:kernel#Object#sys */
8684 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction64:kernel#Object#hash */
8685 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction64:string#Object#to_s */
8686 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction64:string#Object#native_class_name */
8687 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction64:string#Object#class_name */
8688 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction64:string#Object#inspect */
8689 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction64:string#Object#inspect_head */
8690 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction64:string#Object#args */
8691 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction64:math#Object#atan2 */
8692 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction64:math#Object#pi */
8693 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction64:math#Object#srand_from */
8694 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction64:math#Object#srand */
8695 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction64:stream#Object#poll */
8696 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction64:stream#Object#intern_poll */
8697 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction64:time#Object#get_time */
8698 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction64:file#Object#printn */
8699 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction64:file#Object#print */
8700 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction64:file#Object#getc */
8701 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction64:file#Object#gets */
8702 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction64:file#Object#getcwd */
8703 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction64:file#Object#file_getcwd */
8704 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction64:file#Object#stdin */
8705 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction64:file#Object#stdout */
8706 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction64:file#Object#stderr */
8707 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction64:model_base#Object#intrude_visibility */
8708 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction64:model_base#Object#public_visibility */
8709 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction64:model_base#Object#protected_visibility */
8710 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction64:model_base#Object#private_visibility */
8711 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction64:model_base#Object#none_visibility */
8712 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction64:model#Object#abstract_kind */
8713 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction64:model#Object#concrete_kind */
8714 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction64:model#Object#interface_kind */
8715 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction64:model#Object#enum_kind */
8716 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction64:model#Object#extern_kind */
8717 (nitmethod_t)VIRTUAL_parser__ReduceAction64__action, /* pointer to parser:ReduceAction64:parser#ReduceAction64#action */
8718 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction64:parser#ReduceAction#concat */
8719 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction64:parser#ReduceAction#init */
8720 }
8721 };
8722 /* allocate ReduceAction64 */
8723 val* NEW_parser__ReduceAction64(const struct type* type) {
8724 val* self /* : ReduceAction64 */;
8725 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8726 self->type = type;
8727 self->class = &class_parser__ReduceAction64;
8728 return self;
8729 }
8730 /* allocate ReduceAction64 */
8731 void CHECK_NEW_parser__ReduceAction64(val* self) {
8732 long var /* : Int */;
8733 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction64> */
8734 }
8735 /* runtime class parser__ReduceAction65 */
8736 const struct class class_parser__ReduceAction65 = {
8737 0, /* box_kind */
8738 {
8739 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction65:kernel#Object#object_id */
8740 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction65:kernel#Object#is_same_type */
8741 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction65:kernel#Object#is_same_instance */
8742 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction65:kernel#Object#== */
8743 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction65:kernel#Object#!= */
8744 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction65:kernel#Object#output */
8745 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction65:kernel#Object#output_class_name */
8746 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction65:kernel#Object#exit */
8747 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction65:kernel#Object#sys */
8748 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction65:kernel#Object#hash */
8749 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction65:string#Object#to_s */
8750 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction65:string#Object#native_class_name */
8751 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction65:string#Object#class_name */
8752 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction65:string#Object#inspect */
8753 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction65:string#Object#inspect_head */
8754 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction65:string#Object#args */
8755 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction65:math#Object#atan2 */
8756 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction65:math#Object#pi */
8757 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction65:math#Object#srand_from */
8758 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction65:math#Object#srand */
8759 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction65:stream#Object#poll */
8760 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction65:stream#Object#intern_poll */
8761 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction65:time#Object#get_time */
8762 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction65:file#Object#printn */
8763 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction65:file#Object#print */
8764 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction65:file#Object#getc */
8765 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction65:file#Object#gets */
8766 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction65:file#Object#getcwd */
8767 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction65:file#Object#file_getcwd */
8768 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction65:file#Object#stdin */
8769 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction65:file#Object#stdout */
8770 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction65:file#Object#stderr */
8771 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction65:model_base#Object#intrude_visibility */
8772 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction65:model_base#Object#public_visibility */
8773 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction65:model_base#Object#protected_visibility */
8774 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction65:model_base#Object#private_visibility */
8775 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction65:model_base#Object#none_visibility */
8776 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction65:model#Object#abstract_kind */
8777 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction65:model#Object#concrete_kind */
8778 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction65:model#Object#interface_kind */
8779 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction65:model#Object#enum_kind */
8780 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction65:model#Object#extern_kind */
8781 (nitmethod_t)VIRTUAL_parser__ReduceAction65__action, /* pointer to parser:ReduceAction65:parser#ReduceAction65#action */
8782 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction65:parser#ReduceAction#concat */
8783 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction65:parser#ReduceAction#init */
8784 }
8785 };
8786 /* allocate ReduceAction65 */
8787 val* NEW_parser__ReduceAction65(const struct type* type) {
8788 val* self /* : ReduceAction65 */;
8789 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8790 self->type = type;
8791 self->class = &class_parser__ReduceAction65;
8792 return self;
8793 }
8794 /* allocate ReduceAction65 */
8795 void CHECK_NEW_parser__ReduceAction65(val* self) {
8796 long var /* : Int */;
8797 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction65> */
8798 }
8799 /* runtime class parser__ReduceAction66 */
8800 const struct class class_parser__ReduceAction66 = {
8801 0, /* box_kind */
8802 {
8803 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction66:kernel#Object#object_id */
8804 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction66:kernel#Object#is_same_type */
8805 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction66:kernel#Object#is_same_instance */
8806 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction66:kernel#Object#== */
8807 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction66:kernel#Object#!= */
8808 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction66:kernel#Object#output */
8809 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction66:kernel#Object#output_class_name */
8810 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction66:kernel#Object#exit */
8811 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction66:kernel#Object#sys */
8812 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction66:kernel#Object#hash */
8813 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction66:string#Object#to_s */
8814 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction66:string#Object#native_class_name */
8815 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction66:string#Object#class_name */
8816 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction66:string#Object#inspect */
8817 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction66:string#Object#inspect_head */
8818 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction66:string#Object#args */
8819 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction66:math#Object#atan2 */
8820 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction66:math#Object#pi */
8821 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction66:math#Object#srand_from */
8822 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction66:math#Object#srand */
8823 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction66:stream#Object#poll */
8824 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction66:stream#Object#intern_poll */
8825 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction66:time#Object#get_time */
8826 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction66:file#Object#printn */
8827 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction66:file#Object#print */
8828 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction66:file#Object#getc */
8829 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction66:file#Object#gets */
8830 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction66:file#Object#getcwd */
8831 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction66:file#Object#file_getcwd */
8832 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction66:file#Object#stdin */
8833 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction66:file#Object#stdout */
8834 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction66:file#Object#stderr */
8835 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction66:model_base#Object#intrude_visibility */
8836 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction66:model_base#Object#public_visibility */
8837 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction66:model_base#Object#protected_visibility */
8838 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction66:model_base#Object#private_visibility */
8839 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction66:model_base#Object#none_visibility */
8840 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction66:model#Object#abstract_kind */
8841 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction66:model#Object#concrete_kind */
8842 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction66:model#Object#interface_kind */
8843 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction66:model#Object#enum_kind */
8844 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction66:model#Object#extern_kind */
8845 (nitmethod_t)VIRTUAL_parser__ReduceAction66__action, /* pointer to parser:ReduceAction66:parser#ReduceAction66#action */
8846 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction66:parser#ReduceAction#concat */
8847 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction66:parser#ReduceAction#init */
8848 }
8849 };
8850 /* allocate ReduceAction66 */
8851 val* NEW_parser__ReduceAction66(const struct type* type) {
8852 val* self /* : ReduceAction66 */;
8853 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8854 self->type = type;
8855 self->class = &class_parser__ReduceAction66;
8856 return self;
8857 }
8858 /* allocate ReduceAction66 */
8859 void CHECK_NEW_parser__ReduceAction66(val* self) {
8860 long var /* : Int */;
8861 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction66> */
8862 }
8863 /* runtime class parser__ReduceAction67 */
8864 const struct class class_parser__ReduceAction67 = {
8865 0, /* box_kind */
8866 {
8867 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction67:kernel#Object#object_id */
8868 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction67:kernel#Object#is_same_type */
8869 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction67:kernel#Object#is_same_instance */
8870 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction67:kernel#Object#== */
8871 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction67:kernel#Object#!= */
8872 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction67:kernel#Object#output */
8873 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction67:kernel#Object#output_class_name */
8874 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction67:kernel#Object#exit */
8875 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction67:kernel#Object#sys */
8876 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction67:kernel#Object#hash */
8877 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction67:string#Object#to_s */
8878 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction67:string#Object#native_class_name */
8879 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction67:string#Object#class_name */
8880 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction67:string#Object#inspect */
8881 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction67:string#Object#inspect_head */
8882 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction67:string#Object#args */
8883 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction67:math#Object#atan2 */
8884 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction67:math#Object#pi */
8885 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction67:math#Object#srand_from */
8886 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction67:math#Object#srand */
8887 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction67:stream#Object#poll */
8888 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction67:stream#Object#intern_poll */
8889 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction67:time#Object#get_time */
8890 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction67:file#Object#printn */
8891 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction67:file#Object#print */
8892 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction67:file#Object#getc */
8893 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction67:file#Object#gets */
8894 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction67:file#Object#getcwd */
8895 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction67:file#Object#file_getcwd */
8896 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction67:file#Object#stdin */
8897 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction67:file#Object#stdout */
8898 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction67:file#Object#stderr */
8899 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction67:model_base#Object#intrude_visibility */
8900 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction67:model_base#Object#public_visibility */
8901 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction67:model_base#Object#protected_visibility */
8902 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction67:model_base#Object#private_visibility */
8903 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction67:model_base#Object#none_visibility */
8904 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction67:model#Object#abstract_kind */
8905 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction67:model#Object#concrete_kind */
8906 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction67:model#Object#interface_kind */
8907 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction67:model#Object#enum_kind */
8908 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction67:model#Object#extern_kind */
8909 (nitmethod_t)VIRTUAL_parser__ReduceAction67__action, /* pointer to parser:ReduceAction67:parser#ReduceAction67#action */
8910 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction67:parser#ReduceAction#concat */
8911 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction67:parser#ReduceAction#init */
8912 }
8913 };
8914 /* allocate ReduceAction67 */
8915 val* NEW_parser__ReduceAction67(const struct type* type) {
8916 val* self /* : ReduceAction67 */;
8917 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8918 self->type = type;
8919 self->class = &class_parser__ReduceAction67;
8920 return self;
8921 }
8922 /* allocate ReduceAction67 */
8923 void CHECK_NEW_parser__ReduceAction67(val* self) {
8924 long var /* : Int */;
8925 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction67> */
8926 }
8927 /* runtime class parser__ReduceAction68 */
8928 const struct class class_parser__ReduceAction68 = {
8929 0, /* box_kind */
8930 {
8931 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction68:kernel#Object#object_id */
8932 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction68:kernel#Object#is_same_type */
8933 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction68:kernel#Object#is_same_instance */
8934 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction68:kernel#Object#== */
8935 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction68:kernel#Object#!= */
8936 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction68:kernel#Object#output */
8937 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction68:kernel#Object#output_class_name */
8938 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction68:kernel#Object#exit */
8939 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction68:kernel#Object#sys */
8940 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction68:kernel#Object#hash */
8941 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction68:string#Object#to_s */
8942 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction68:string#Object#native_class_name */
8943 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction68:string#Object#class_name */
8944 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction68:string#Object#inspect */
8945 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction68:string#Object#inspect_head */
8946 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction68:string#Object#args */
8947 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction68:math#Object#atan2 */
8948 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction68:math#Object#pi */
8949 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction68:math#Object#srand_from */
8950 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction68:math#Object#srand */
8951 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction68:stream#Object#poll */
8952 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction68:stream#Object#intern_poll */
8953 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction68:time#Object#get_time */
8954 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction68:file#Object#printn */
8955 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction68:file#Object#print */
8956 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction68:file#Object#getc */
8957 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction68:file#Object#gets */
8958 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction68:file#Object#getcwd */
8959 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction68:file#Object#file_getcwd */
8960 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction68:file#Object#stdin */
8961 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction68:file#Object#stdout */
8962 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction68:file#Object#stderr */
8963 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction68:model_base#Object#intrude_visibility */
8964 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction68:model_base#Object#public_visibility */
8965 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction68:model_base#Object#protected_visibility */
8966 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction68:model_base#Object#private_visibility */
8967 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction68:model_base#Object#none_visibility */
8968 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction68:model#Object#abstract_kind */
8969 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction68:model#Object#concrete_kind */
8970 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction68:model#Object#interface_kind */
8971 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction68:model#Object#enum_kind */
8972 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction68:model#Object#extern_kind */
8973 (nitmethod_t)VIRTUAL_parser__ReduceAction68__action, /* pointer to parser:ReduceAction68:parser#ReduceAction68#action */
8974 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction68:parser#ReduceAction#concat */
8975 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction68:parser#ReduceAction#init */
8976 }
8977 };
8978 /* allocate ReduceAction68 */
8979 val* NEW_parser__ReduceAction68(const struct type* type) {
8980 val* self /* : ReduceAction68 */;
8981 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8982 self->type = type;
8983 self->class = &class_parser__ReduceAction68;
8984 return self;
8985 }
8986 /* allocate ReduceAction68 */
8987 void CHECK_NEW_parser__ReduceAction68(val* self) {
8988 long var /* : Int */;
8989 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction68> */
8990 }
8991 /* runtime class parser__ReduceAction69 */
8992 const struct class class_parser__ReduceAction69 = {
8993 0, /* box_kind */
8994 {
8995 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction69:kernel#Object#object_id */
8996 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction69:kernel#Object#is_same_type */
8997 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction69:kernel#Object#is_same_instance */
8998 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction69:kernel#Object#== */
8999 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction69:kernel#Object#!= */
9000 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction69:kernel#Object#output */
9001 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction69:kernel#Object#output_class_name */
9002 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction69:kernel#Object#exit */
9003 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction69:kernel#Object#sys */
9004 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction69:kernel#Object#hash */
9005 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction69:string#Object#to_s */
9006 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction69:string#Object#native_class_name */
9007 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction69:string#Object#class_name */
9008 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction69:string#Object#inspect */
9009 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction69:string#Object#inspect_head */
9010 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction69:string#Object#args */
9011 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction69:math#Object#atan2 */
9012 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction69:math#Object#pi */
9013 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction69:math#Object#srand_from */
9014 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction69:math#Object#srand */
9015 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction69:stream#Object#poll */
9016 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction69:stream#Object#intern_poll */
9017 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction69:time#Object#get_time */
9018 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction69:file#Object#printn */
9019 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction69:file#Object#print */
9020 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction69:file#Object#getc */
9021 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction69:file#Object#gets */
9022 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction69:file#Object#getcwd */
9023 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction69:file#Object#file_getcwd */
9024 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction69:file#Object#stdin */
9025 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction69:file#Object#stdout */
9026 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction69:file#Object#stderr */
9027 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction69:model_base#Object#intrude_visibility */
9028 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction69:model_base#Object#public_visibility */
9029 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction69:model_base#Object#protected_visibility */
9030 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction69:model_base#Object#private_visibility */
9031 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction69:model_base#Object#none_visibility */
9032 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction69:model#Object#abstract_kind */
9033 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction69:model#Object#concrete_kind */
9034 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction69:model#Object#interface_kind */
9035 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction69:model#Object#enum_kind */
9036 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction69:model#Object#extern_kind */
9037 (nitmethod_t)VIRTUAL_parser__ReduceAction69__action, /* pointer to parser:ReduceAction69:parser#ReduceAction69#action */
9038 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction69:parser#ReduceAction#concat */
9039 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction69:parser#ReduceAction#init */
9040 }
9041 };
9042 /* allocate ReduceAction69 */
9043 val* NEW_parser__ReduceAction69(const struct type* type) {
9044 val* self /* : ReduceAction69 */;
9045 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9046 self->type = type;
9047 self->class = &class_parser__ReduceAction69;
9048 return self;
9049 }
9050 /* allocate ReduceAction69 */
9051 void CHECK_NEW_parser__ReduceAction69(val* self) {
9052 long var /* : Int */;
9053 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction69> */
9054 }
9055 /* runtime class parser__ReduceAction70 */
9056 const struct class class_parser__ReduceAction70 = {
9057 0, /* box_kind */
9058 {
9059 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction70:kernel#Object#object_id */
9060 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction70:kernel#Object#is_same_type */
9061 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction70:kernel#Object#is_same_instance */
9062 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction70:kernel#Object#== */
9063 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction70:kernel#Object#!= */
9064 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction70:kernel#Object#output */
9065 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction70:kernel#Object#output_class_name */
9066 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction70:kernel#Object#exit */
9067 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction70:kernel#Object#sys */
9068 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction70:kernel#Object#hash */
9069 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction70:string#Object#to_s */
9070 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction70:string#Object#native_class_name */
9071 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction70:string#Object#class_name */
9072 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction70:string#Object#inspect */
9073 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction70:string#Object#inspect_head */
9074 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction70:string#Object#args */
9075 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction70:math#Object#atan2 */
9076 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction70:math#Object#pi */
9077 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction70:math#Object#srand_from */
9078 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction70:math#Object#srand */
9079 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction70:stream#Object#poll */
9080 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction70:stream#Object#intern_poll */
9081 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction70:time#Object#get_time */
9082 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction70:file#Object#printn */
9083 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction70:file#Object#print */
9084 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction70:file#Object#getc */
9085 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction70:file#Object#gets */
9086 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction70:file#Object#getcwd */
9087 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction70:file#Object#file_getcwd */
9088 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction70:file#Object#stdin */
9089 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction70:file#Object#stdout */
9090 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction70:file#Object#stderr */
9091 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction70:model_base#Object#intrude_visibility */
9092 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction70:model_base#Object#public_visibility */
9093 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction70:model_base#Object#protected_visibility */
9094 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction70:model_base#Object#private_visibility */
9095 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction70:model_base#Object#none_visibility */
9096 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction70:model#Object#abstract_kind */
9097 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction70:model#Object#concrete_kind */
9098 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction70:model#Object#interface_kind */
9099 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction70:model#Object#enum_kind */
9100 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction70:model#Object#extern_kind */
9101 (nitmethod_t)VIRTUAL_parser__ReduceAction70__action, /* pointer to parser:ReduceAction70:parser#ReduceAction70#action */
9102 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction70:parser#ReduceAction#concat */
9103 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction70:parser#ReduceAction#init */
9104 }
9105 };
9106 /* allocate ReduceAction70 */
9107 val* NEW_parser__ReduceAction70(const struct type* type) {
9108 val* self /* : ReduceAction70 */;
9109 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9110 self->type = type;
9111 self->class = &class_parser__ReduceAction70;
9112 return self;
9113 }
9114 /* allocate ReduceAction70 */
9115 void CHECK_NEW_parser__ReduceAction70(val* self) {
9116 long var /* : Int */;
9117 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction70> */
9118 }
9119 /* runtime class parser__ReduceAction71 */
9120 const struct class class_parser__ReduceAction71 = {
9121 0, /* box_kind */
9122 {
9123 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction71:kernel#Object#object_id */
9124 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction71:kernel#Object#is_same_type */
9125 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction71:kernel#Object#is_same_instance */
9126 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction71:kernel#Object#== */
9127 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction71:kernel#Object#!= */
9128 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction71:kernel#Object#output */
9129 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction71:kernel#Object#output_class_name */
9130 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction71:kernel#Object#exit */
9131 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction71:kernel#Object#sys */
9132 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction71:kernel#Object#hash */
9133 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction71:string#Object#to_s */
9134 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction71:string#Object#native_class_name */
9135 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction71:string#Object#class_name */
9136 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction71:string#Object#inspect */
9137 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction71:string#Object#inspect_head */
9138 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction71:string#Object#args */
9139 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction71:math#Object#atan2 */
9140 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction71:math#Object#pi */
9141 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction71:math#Object#srand_from */
9142 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction71:math#Object#srand */
9143 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction71:stream#Object#poll */
9144 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction71:stream#Object#intern_poll */
9145 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction71:time#Object#get_time */
9146 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction71:file#Object#printn */
9147 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction71:file#Object#print */
9148 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction71:file#Object#getc */
9149 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction71:file#Object#gets */
9150 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction71:file#Object#getcwd */
9151 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction71:file#Object#file_getcwd */
9152 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction71:file#Object#stdin */
9153 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction71:file#Object#stdout */
9154 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction71:file#Object#stderr */
9155 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction71:model_base#Object#intrude_visibility */
9156 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction71:model_base#Object#public_visibility */
9157 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction71:model_base#Object#protected_visibility */
9158 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction71:model_base#Object#private_visibility */
9159 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction71:model_base#Object#none_visibility */
9160 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction71:model#Object#abstract_kind */
9161 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction71:model#Object#concrete_kind */
9162 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction71:model#Object#interface_kind */
9163 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction71:model#Object#enum_kind */
9164 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction71:model#Object#extern_kind */
9165 (nitmethod_t)VIRTUAL_parser__ReduceAction71__action, /* pointer to parser:ReduceAction71:parser#ReduceAction71#action */
9166 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction71:parser#ReduceAction#concat */
9167 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction71:parser#ReduceAction#init */
9168 }
9169 };
9170 /* allocate ReduceAction71 */
9171 val* NEW_parser__ReduceAction71(const struct type* type) {
9172 val* self /* : ReduceAction71 */;
9173 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9174 self->type = type;
9175 self->class = &class_parser__ReduceAction71;
9176 return self;
9177 }
9178 /* allocate ReduceAction71 */
9179 void CHECK_NEW_parser__ReduceAction71(val* self) {
9180 long var /* : Int */;
9181 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction71> */
9182 }
9183 /* runtime class parser__ReduceAction73 */
9184 const struct class class_parser__ReduceAction73 = {
9185 0, /* box_kind */
9186 {
9187 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction73:kernel#Object#object_id */
9188 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction73:kernel#Object#is_same_type */
9189 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction73:kernel#Object#is_same_instance */
9190 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction73:kernel#Object#== */
9191 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction73:kernel#Object#!= */
9192 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction73:kernel#Object#output */
9193 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction73:kernel#Object#output_class_name */
9194 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction73:kernel#Object#exit */
9195 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction73:kernel#Object#sys */
9196 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction73:kernel#Object#hash */
9197 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction73:string#Object#to_s */
9198 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction73:string#Object#native_class_name */
9199 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction73:string#Object#class_name */
9200 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction73:string#Object#inspect */
9201 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction73:string#Object#inspect_head */
9202 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction73:string#Object#args */
9203 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction73:math#Object#atan2 */
9204 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction73:math#Object#pi */
9205 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction73:math#Object#srand_from */
9206 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction73:math#Object#srand */
9207 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction73:stream#Object#poll */
9208 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction73:stream#Object#intern_poll */
9209 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction73:time#Object#get_time */
9210 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction73:file#Object#printn */
9211 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction73:file#Object#print */
9212 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction73:file#Object#getc */
9213 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction73:file#Object#gets */
9214 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction73:file#Object#getcwd */
9215 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction73:file#Object#file_getcwd */
9216 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction73:file#Object#stdin */
9217 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction73:file#Object#stdout */
9218 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction73:file#Object#stderr */
9219 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction73:model_base#Object#intrude_visibility */
9220 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction73:model_base#Object#public_visibility */
9221 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction73:model_base#Object#protected_visibility */
9222 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction73:model_base#Object#private_visibility */
9223 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction73:model_base#Object#none_visibility */
9224 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction73:model#Object#abstract_kind */
9225 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction73:model#Object#concrete_kind */
9226 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction73:model#Object#interface_kind */
9227 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction73:model#Object#enum_kind */
9228 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction73:model#Object#extern_kind */
9229 (nitmethod_t)VIRTUAL_parser__ReduceAction73__action, /* pointer to parser:ReduceAction73:parser#ReduceAction73#action */
9230 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction73:parser#ReduceAction#concat */
9231 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction73:parser#ReduceAction#init */
9232 }
9233 };
9234 /* allocate ReduceAction73 */
9235 val* NEW_parser__ReduceAction73(const struct type* type) {
9236 val* self /* : ReduceAction73 */;
9237 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9238 self->type = type;
9239 self->class = &class_parser__ReduceAction73;
9240 return self;
9241 }
9242 /* allocate ReduceAction73 */
9243 void CHECK_NEW_parser__ReduceAction73(val* self) {
9244 long var /* : Int */;
9245 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction73> */
9246 }
9247 /* runtime class parser__ReduceAction74 */
9248 const struct class class_parser__ReduceAction74 = {
9249 0, /* box_kind */
9250 {
9251 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction74:kernel#Object#object_id */
9252 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction74:kernel#Object#is_same_type */
9253 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction74:kernel#Object#is_same_instance */
9254 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction74:kernel#Object#== */
9255 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction74:kernel#Object#!= */
9256 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction74:kernel#Object#output */
9257 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction74:kernel#Object#output_class_name */
9258 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction74:kernel#Object#exit */
9259 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction74:kernel#Object#sys */
9260 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction74:kernel#Object#hash */
9261 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction74:string#Object#to_s */
9262 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction74:string#Object#native_class_name */
9263 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction74:string#Object#class_name */
9264 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction74:string#Object#inspect */
9265 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction74:string#Object#inspect_head */
9266 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction74:string#Object#args */
9267 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction74:math#Object#atan2 */
9268 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction74:math#Object#pi */
9269 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction74:math#Object#srand_from */
9270 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction74:math#Object#srand */
9271 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction74:stream#Object#poll */
9272 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction74:stream#Object#intern_poll */
9273 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction74:time#Object#get_time */
9274 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction74:file#Object#printn */
9275 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction74:file#Object#print */
9276 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction74:file#Object#getc */
9277 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction74:file#Object#gets */
9278 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction74:file#Object#getcwd */
9279 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction74:file#Object#file_getcwd */
9280 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction74:file#Object#stdin */
9281 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction74:file#Object#stdout */
9282 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction74:file#Object#stderr */
9283 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction74:model_base#Object#intrude_visibility */
9284 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction74:model_base#Object#public_visibility */
9285 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction74:model_base#Object#protected_visibility */
9286 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction74:model_base#Object#private_visibility */
9287 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction74:model_base#Object#none_visibility */
9288 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction74:model#Object#abstract_kind */
9289 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction74:model#Object#concrete_kind */
9290 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction74:model#Object#interface_kind */
9291 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction74:model#Object#enum_kind */
9292 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction74:model#Object#extern_kind */
9293 (nitmethod_t)VIRTUAL_parser__ReduceAction74__action, /* pointer to parser:ReduceAction74:parser#ReduceAction74#action */
9294 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction74:parser#ReduceAction#concat */
9295 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction74:parser#ReduceAction#init */
9296 }
9297 };
9298 /* allocate ReduceAction74 */
9299 val* NEW_parser__ReduceAction74(const struct type* type) {
9300 val* self /* : ReduceAction74 */;
9301 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9302 self->type = type;
9303 self->class = &class_parser__ReduceAction74;
9304 return self;
9305 }
9306 /* allocate ReduceAction74 */
9307 void CHECK_NEW_parser__ReduceAction74(val* self) {
9308 long var /* : Int */;
9309 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction74> */
9310 }
9311 /* runtime class parser__ReduceAction75 */
9312 const struct class class_parser__ReduceAction75 = {
9313 0, /* box_kind */
9314 {
9315 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction75:kernel#Object#object_id */
9316 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction75:kernel#Object#is_same_type */
9317 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction75:kernel#Object#is_same_instance */
9318 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction75:kernel#Object#== */
9319 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction75:kernel#Object#!= */
9320 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction75:kernel#Object#output */
9321 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction75:kernel#Object#output_class_name */
9322 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction75:kernel#Object#exit */
9323 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction75:kernel#Object#sys */
9324 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction75:kernel#Object#hash */
9325 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction75:string#Object#to_s */
9326 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction75:string#Object#native_class_name */
9327 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction75:string#Object#class_name */
9328 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction75:string#Object#inspect */
9329 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction75:string#Object#inspect_head */
9330 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction75:string#Object#args */
9331 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction75:math#Object#atan2 */
9332 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction75:math#Object#pi */
9333 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction75:math#Object#srand_from */
9334 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction75:math#Object#srand */
9335 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction75:stream#Object#poll */
9336 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction75:stream#Object#intern_poll */
9337 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction75:time#Object#get_time */
9338 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction75:file#Object#printn */
9339 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction75:file#Object#print */
9340 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction75:file#Object#getc */
9341 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction75:file#Object#gets */
9342 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction75:file#Object#getcwd */
9343 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction75:file#Object#file_getcwd */
9344 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction75:file#Object#stdin */
9345 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction75:file#Object#stdout */
9346 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction75:file#Object#stderr */
9347 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction75:model_base#Object#intrude_visibility */
9348 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction75:model_base#Object#public_visibility */
9349 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction75:model_base#Object#protected_visibility */
9350 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction75:model_base#Object#private_visibility */
9351 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction75:model_base#Object#none_visibility */
9352 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction75:model#Object#abstract_kind */
9353 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction75:model#Object#concrete_kind */
9354 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction75:model#Object#interface_kind */
9355 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction75:model#Object#enum_kind */
9356 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction75:model#Object#extern_kind */
9357 (nitmethod_t)VIRTUAL_parser__ReduceAction75__action, /* pointer to parser:ReduceAction75:parser#ReduceAction75#action */
9358 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction75:parser#ReduceAction#concat */
9359 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction75:parser#ReduceAction#init */
9360 }
9361 };
9362 /* allocate ReduceAction75 */
9363 val* NEW_parser__ReduceAction75(const struct type* type) {
9364 val* self /* : ReduceAction75 */;
9365 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9366 self->type = type;
9367 self->class = &class_parser__ReduceAction75;
9368 return self;
9369 }
9370 /* allocate ReduceAction75 */
9371 void CHECK_NEW_parser__ReduceAction75(val* self) {
9372 long var /* : Int */;
9373 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction75> */
9374 }
9375 /* runtime class parser__ReduceAction76 */
9376 const struct class class_parser__ReduceAction76 = {
9377 0, /* box_kind */
9378 {
9379 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction76:kernel#Object#object_id */
9380 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction76:kernel#Object#is_same_type */
9381 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction76:kernel#Object#is_same_instance */
9382 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction76:kernel#Object#== */
9383 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction76:kernel#Object#!= */
9384 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction76:kernel#Object#output */
9385 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction76:kernel#Object#output_class_name */
9386 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction76:kernel#Object#exit */
9387 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction76:kernel#Object#sys */
9388 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction76:kernel#Object#hash */
9389 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction76:string#Object#to_s */
9390 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction76:string#Object#native_class_name */
9391 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction76:string#Object#class_name */
9392 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction76:string#Object#inspect */
9393 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction76:string#Object#inspect_head */
9394 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction76:string#Object#args */
9395 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction76:math#Object#atan2 */
9396 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction76:math#Object#pi */
9397 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction76:math#Object#srand_from */
9398 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction76:math#Object#srand */
9399 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction76:stream#Object#poll */
9400 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction76:stream#Object#intern_poll */
9401 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction76:time#Object#get_time */
9402 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction76:file#Object#printn */
9403 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction76:file#Object#print */
9404 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction76:file#Object#getc */
9405 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction76:file#Object#gets */
9406 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction76:file#Object#getcwd */
9407 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction76:file#Object#file_getcwd */
9408 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction76:file#Object#stdin */
9409 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction76:file#Object#stdout */
9410 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction76:file#Object#stderr */
9411 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction76:model_base#Object#intrude_visibility */
9412 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction76:model_base#Object#public_visibility */
9413 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction76:model_base#Object#protected_visibility */
9414 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction76:model_base#Object#private_visibility */
9415 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction76:model_base#Object#none_visibility */
9416 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction76:model#Object#abstract_kind */
9417 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction76:model#Object#concrete_kind */
9418 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction76:model#Object#interface_kind */
9419 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction76:model#Object#enum_kind */
9420 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction76:model#Object#extern_kind */
9421 (nitmethod_t)VIRTUAL_parser__ReduceAction76__action, /* pointer to parser:ReduceAction76:parser#ReduceAction76#action */
9422 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction76:parser#ReduceAction#concat */
9423 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction76:parser#ReduceAction#init */
9424 }
9425 };
9426 /* allocate ReduceAction76 */
9427 val* NEW_parser__ReduceAction76(const struct type* type) {
9428 val* self /* : ReduceAction76 */;
9429 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9430 self->type = type;
9431 self->class = &class_parser__ReduceAction76;
9432 return self;
9433 }
9434 /* allocate ReduceAction76 */
9435 void CHECK_NEW_parser__ReduceAction76(val* self) {
9436 long var /* : Int */;
9437 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction76> */
9438 }
9439 /* runtime class parser__ReduceAction78 */
9440 const struct class class_parser__ReduceAction78 = {
9441 0, /* box_kind */
9442 {
9443 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction78:kernel#Object#object_id */
9444 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction78:kernel#Object#is_same_type */
9445 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction78:kernel#Object#is_same_instance */
9446 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction78:kernel#Object#== */
9447 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction78:kernel#Object#!= */
9448 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction78:kernel#Object#output */
9449 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction78:kernel#Object#output_class_name */
9450 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction78:kernel#Object#exit */
9451 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction78:kernel#Object#sys */
9452 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction78:kernel#Object#hash */
9453 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction78:string#Object#to_s */
9454 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction78:string#Object#native_class_name */
9455 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction78:string#Object#class_name */
9456 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction78:string#Object#inspect */
9457 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction78:string#Object#inspect_head */
9458 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction78:string#Object#args */
9459 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction78:math#Object#atan2 */
9460 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction78:math#Object#pi */
9461 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction78:math#Object#srand_from */
9462 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction78:math#Object#srand */
9463 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction78:stream#Object#poll */
9464 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction78:stream#Object#intern_poll */
9465 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction78:time#Object#get_time */
9466 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction78:file#Object#printn */
9467 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction78:file#Object#print */
9468 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction78:file#Object#getc */
9469 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction78:file#Object#gets */
9470 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction78:file#Object#getcwd */
9471 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction78:file#Object#file_getcwd */
9472 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction78:file#Object#stdin */
9473 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction78:file#Object#stdout */
9474 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction78:file#Object#stderr */
9475 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction78:model_base#Object#intrude_visibility */
9476 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction78:model_base#Object#public_visibility */
9477 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction78:model_base#Object#protected_visibility */
9478 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction78:model_base#Object#private_visibility */
9479 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction78:model_base#Object#none_visibility */
9480 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction78:model#Object#abstract_kind */
9481 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction78:model#Object#concrete_kind */
9482 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction78:model#Object#interface_kind */
9483 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction78:model#Object#enum_kind */
9484 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction78:model#Object#extern_kind */
9485 (nitmethod_t)VIRTUAL_parser__ReduceAction78__action, /* pointer to parser:ReduceAction78:parser#ReduceAction78#action */
9486 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction78:parser#ReduceAction#concat */
9487 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction78:parser#ReduceAction#init */
9488 }
9489 };
9490 /* allocate ReduceAction78 */
9491 val* NEW_parser__ReduceAction78(const struct type* type) {
9492 val* self /* : ReduceAction78 */;
9493 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9494 self->type = type;
9495 self->class = &class_parser__ReduceAction78;
9496 return self;
9497 }
9498 /* allocate ReduceAction78 */
9499 void CHECK_NEW_parser__ReduceAction78(val* self) {
9500 long var /* : Int */;
9501 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction78> */
9502 }
9503 /* runtime class parser__ReduceAction79 */
9504 const struct class class_parser__ReduceAction79 = {
9505 0, /* box_kind */
9506 {
9507 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction79:kernel#Object#object_id */
9508 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction79:kernel#Object#is_same_type */
9509 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction79:kernel#Object#is_same_instance */
9510 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction79:kernel#Object#== */
9511 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction79:kernel#Object#!= */
9512 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction79:kernel#Object#output */
9513 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction79:kernel#Object#output_class_name */
9514 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction79:kernel#Object#exit */
9515 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction79:kernel#Object#sys */
9516 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction79:kernel#Object#hash */
9517 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction79:string#Object#to_s */
9518 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction79:string#Object#native_class_name */
9519 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction79:string#Object#class_name */
9520 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction79:string#Object#inspect */
9521 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction79:string#Object#inspect_head */
9522 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction79:string#Object#args */
9523 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction79:math#Object#atan2 */
9524 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction79:math#Object#pi */
9525 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction79:math#Object#srand_from */
9526 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction79:math#Object#srand */
9527 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction79:stream#Object#poll */
9528 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction79:stream#Object#intern_poll */
9529 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction79:time#Object#get_time */
9530 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction79:file#Object#printn */
9531 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction79:file#Object#print */
9532 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction79:file#Object#getc */
9533 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction79:file#Object#gets */
9534 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction79:file#Object#getcwd */
9535 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction79:file#Object#file_getcwd */
9536 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction79:file#Object#stdin */
9537 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction79:file#Object#stdout */
9538 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction79:file#Object#stderr */
9539 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction79:model_base#Object#intrude_visibility */
9540 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction79:model_base#Object#public_visibility */
9541 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction79:model_base#Object#protected_visibility */
9542 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction79:model_base#Object#private_visibility */
9543 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction79:model_base#Object#none_visibility */
9544 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction79:model#Object#abstract_kind */
9545 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction79:model#Object#concrete_kind */
9546 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction79:model#Object#interface_kind */
9547 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction79:model#Object#enum_kind */
9548 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction79:model#Object#extern_kind */
9549 (nitmethod_t)VIRTUAL_parser__ReduceAction79__action, /* pointer to parser:ReduceAction79:parser#ReduceAction79#action */
9550 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction79:parser#ReduceAction#concat */
9551 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction79:parser#ReduceAction#init */
9552 }
9553 };
9554 /* allocate ReduceAction79 */
9555 val* NEW_parser__ReduceAction79(const struct type* type) {
9556 val* self /* : ReduceAction79 */;
9557 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9558 self->type = type;
9559 self->class = &class_parser__ReduceAction79;
9560 return self;
9561 }
9562 /* allocate ReduceAction79 */
9563 void CHECK_NEW_parser__ReduceAction79(val* self) {
9564 long var /* : Int */;
9565 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction79> */
9566 }
9567 /* runtime class parser__ReduceAction81 */
9568 const struct class class_parser__ReduceAction81 = {
9569 0, /* box_kind */
9570 {
9571 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction81:kernel#Object#object_id */
9572 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction81:kernel#Object#is_same_type */
9573 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction81:kernel#Object#is_same_instance */
9574 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction81:kernel#Object#== */
9575 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction81:kernel#Object#!= */
9576 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction81:kernel#Object#output */
9577 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction81:kernel#Object#output_class_name */
9578 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction81:kernel#Object#exit */
9579 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction81:kernel#Object#sys */
9580 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction81:kernel#Object#hash */
9581 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction81:string#Object#to_s */
9582 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction81:string#Object#native_class_name */
9583 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction81:string#Object#class_name */
9584 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction81:string#Object#inspect */
9585 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction81:string#Object#inspect_head */
9586 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction81:string#Object#args */
9587 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction81:math#Object#atan2 */
9588 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction81:math#Object#pi */
9589 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction81:math#Object#srand_from */
9590 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction81:math#Object#srand */
9591 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction81:stream#Object#poll */
9592 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction81:stream#Object#intern_poll */
9593 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction81:time#Object#get_time */
9594 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction81:file#Object#printn */
9595 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction81:file#Object#print */
9596 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction81:file#Object#getc */
9597 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction81:file#Object#gets */
9598 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction81:file#Object#getcwd */
9599 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction81:file#Object#file_getcwd */
9600 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction81:file#Object#stdin */
9601 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction81:file#Object#stdout */
9602 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction81:file#Object#stderr */
9603 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction81:model_base#Object#intrude_visibility */
9604 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction81:model_base#Object#public_visibility */
9605 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction81:model_base#Object#protected_visibility */
9606 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction81:model_base#Object#private_visibility */
9607 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction81:model_base#Object#none_visibility */
9608 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction81:model#Object#abstract_kind */
9609 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction81:model#Object#concrete_kind */
9610 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction81:model#Object#interface_kind */
9611 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction81:model#Object#enum_kind */
9612 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction81:model#Object#extern_kind */
9613 (nitmethod_t)VIRTUAL_parser__ReduceAction81__action, /* pointer to parser:ReduceAction81:parser#ReduceAction81#action */
9614 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction81:parser#ReduceAction#concat */
9615 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction81:parser#ReduceAction#init */
9616 }
9617 };
9618 /* allocate ReduceAction81 */
9619 val* NEW_parser__ReduceAction81(const struct type* type) {
9620 val* self /* : ReduceAction81 */;
9621 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9622 self->type = type;
9623 self->class = &class_parser__ReduceAction81;
9624 return self;
9625 }
9626 /* allocate ReduceAction81 */
9627 void CHECK_NEW_parser__ReduceAction81(val* self) {
9628 long var /* : Int */;
9629 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction81> */
9630 }
9631 /* runtime class parser__ReduceAction82 */
9632 const struct class class_parser__ReduceAction82 = {
9633 0, /* box_kind */
9634 {
9635 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction82:kernel#Object#object_id */
9636 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction82:kernel#Object#is_same_type */
9637 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction82:kernel#Object#is_same_instance */
9638 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction82:kernel#Object#== */
9639 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction82:kernel#Object#!= */
9640 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction82:kernel#Object#output */
9641 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction82:kernel#Object#output_class_name */
9642 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction82:kernel#Object#exit */
9643 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction82:kernel#Object#sys */
9644 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction82:kernel#Object#hash */
9645 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction82:string#Object#to_s */
9646 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction82:string#Object#native_class_name */
9647 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction82:string#Object#class_name */
9648 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction82:string#Object#inspect */
9649 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction82:string#Object#inspect_head */
9650 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction82:string#Object#args */
9651 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction82:math#Object#atan2 */
9652 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction82:math#Object#pi */
9653 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction82:math#Object#srand_from */
9654 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction82:math#Object#srand */
9655 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction82:stream#Object#poll */
9656 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction82:stream#Object#intern_poll */
9657 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction82:time#Object#get_time */
9658 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction82:file#Object#printn */
9659 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction82:file#Object#print */
9660 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction82:file#Object#getc */
9661 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction82:file#Object#gets */
9662 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction82:file#Object#getcwd */
9663 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction82:file#Object#file_getcwd */
9664 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction82:file#Object#stdin */
9665 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction82:file#Object#stdout */
9666 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction82:file#Object#stderr */
9667 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction82:model_base#Object#intrude_visibility */
9668 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction82:model_base#Object#public_visibility */
9669 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction82:model_base#Object#protected_visibility */
9670 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction82:model_base#Object#private_visibility */
9671 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction82:model_base#Object#none_visibility */
9672 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction82:model#Object#abstract_kind */
9673 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction82:model#Object#concrete_kind */
9674 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction82:model#Object#interface_kind */
9675 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction82:model#Object#enum_kind */
9676 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction82:model#Object#extern_kind */
9677 (nitmethod_t)VIRTUAL_parser__ReduceAction82__action, /* pointer to parser:ReduceAction82:parser#ReduceAction82#action */
9678 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction82:parser#ReduceAction#concat */
9679 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction82:parser#ReduceAction#init */
9680 }
9681 };
9682 /* allocate ReduceAction82 */
9683 val* NEW_parser__ReduceAction82(const struct type* type) {
9684 val* self /* : ReduceAction82 */;
9685 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9686 self->type = type;
9687 self->class = &class_parser__ReduceAction82;
9688 return self;
9689 }
9690 /* allocate ReduceAction82 */
9691 void CHECK_NEW_parser__ReduceAction82(val* self) {
9692 long var /* : Int */;
9693 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction82> */
9694 }
9695 /* runtime class parser__ReduceAction83 */
9696 const struct class class_parser__ReduceAction83 = {
9697 0, /* box_kind */
9698 {
9699 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction83:kernel#Object#object_id */
9700 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction83:kernel#Object#is_same_type */
9701 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction83:kernel#Object#is_same_instance */
9702 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction83:kernel#Object#== */
9703 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction83:kernel#Object#!= */
9704 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction83:kernel#Object#output */
9705 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction83:kernel#Object#output_class_name */
9706 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction83:kernel#Object#exit */
9707 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction83:kernel#Object#sys */
9708 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction83:kernel#Object#hash */
9709 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction83:string#Object#to_s */
9710 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction83:string#Object#native_class_name */
9711 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction83:string#Object#class_name */
9712 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction83:string#Object#inspect */
9713 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction83:string#Object#inspect_head */
9714 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction83:string#Object#args */
9715 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction83:math#Object#atan2 */
9716 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction83:math#Object#pi */
9717 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction83:math#Object#srand_from */
9718 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction83:math#Object#srand */
9719 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction83:stream#Object#poll */
9720 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction83:stream#Object#intern_poll */
9721 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction83:time#Object#get_time */
9722 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction83:file#Object#printn */
9723 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction83:file#Object#print */
9724 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction83:file#Object#getc */
9725 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction83:file#Object#gets */
9726 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction83:file#Object#getcwd */
9727 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction83:file#Object#file_getcwd */
9728 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction83:file#Object#stdin */
9729 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction83:file#Object#stdout */
9730 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction83:file#Object#stderr */
9731 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction83:model_base#Object#intrude_visibility */
9732 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction83:model_base#Object#public_visibility */
9733 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction83:model_base#Object#protected_visibility */
9734 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction83:model_base#Object#private_visibility */
9735 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction83:model_base#Object#none_visibility */
9736 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction83:model#Object#abstract_kind */
9737 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction83:model#Object#concrete_kind */
9738 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction83:model#Object#interface_kind */
9739 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction83:model#Object#enum_kind */
9740 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction83:model#Object#extern_kind */
9741 (nitmethod_t)VIRTUAL_parser__ReduceAction83__action, /* pointer to parser:ReduceAction83:parser#ReduceAction83#action */
9742 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction83:parser#ReduceAction#concat */
9743 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction83:parser#ReduceAction#init */
9744 }
9745 };
9746 /* allocate ReduceAction83 */
9747 val* NEW_parser__ReduceAction83(const struct type* type) {
9748 val* self /* : ReduceAction83 */;
9749 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9750 self->type = type;
9751 self->class = &class_parser__ReduceAction83;
9752 return self;
9753 }
9754 /* allocate ReduceAction83 */
9755 void CHECK_NEW_parser__ReduceAction83(val* self) {
9756 long var /* : Int */;
9757 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction83> */
9758 }
9759 /* runtime class parser__ReduceAction84 */
9760 const struct class class_parser__ReduceAction84 = {
9761 0, /* box_kind */
9762 {
9763 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction84:kernel#Object#object_id */
9764 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction84:kernel#Object#is_same_type */
9765 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction84:kernel#Object#is_same_instance */
9766 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction84:kernel#Object#== */
9767 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction84:kernel#Object#!= */
9768 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction84:kernel#Object#output */
9769 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction84:kernel#Object#output_class_name */
9770 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction84:kernel#Object#exit */
9771 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction84:kernel#Object#sys */
9772 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction84:kernel#Object#hash */
9773 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction84:string#Object#to_s */
9774 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction84:string#Object#native_class_name */
9775 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction84:string#Object#class_name */
9776 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction84:string#Object#inspect */
9777 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction84:string#Object#inspect_head */
9778 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction84:string#Object#args */
9779 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction84:math#Object#atan2 */
9780 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction84:math#Object#pi */
9781 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction84:math#Object#srand_from */
9782 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction84:math#Object#srand */
9783 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction84:stream#Object#poll */
9784 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction84:stream#Object#intern_poll */
9785 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction84:time#Object#get_time */
9786 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction84:file#Object#printn */
9787 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction84:file#Object#print */
9788 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction84:file#Object#getc */
9789 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction84:file#Object#gets */
9790 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction84:file#Object#getcwd */
9791 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction84:file#Object#file_getcwd */
9792 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction84:file#Object#stdin */
9793 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction84:file#Object#stdout */
9794 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction84:file#Object#stderr */
9795 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction84:model_base#Object#intrude_visibility */
9796 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction84:model_base#Object#public_visibility */
9797 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction84:model_base#Object#protected_visibility */
9798 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction84:model_base#Object#private_visibility */
9799 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction84:model_base#Object#none_visibility */
9800 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction84:model#Object#abstract_kind */
9801 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction84:model#Object#concrete_kind */
9802 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction84:model#Object#interface_kind */
9803 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction84:model#Object#enum_kind */
9804 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction84:model#Object#extern_kind */
9805 (nitmethod_t)VIRTUAL_parser__ReduceAction84__action, /* pointer to parser:ReduceAction84:parser#ReduceAction84#action */
9806 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction84:parser#ReduceAction#concat */
9807 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction84:parser#ReduceAction#init */
9808 }
9809 };
9810 /* allocate ReduceAction84 */
9811 val* NEW_parser__ReduceAction84(const struct type* type) {
9812 val* self /* : ReduceAction84 */;
9813 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9814 self->type = type;
9815 self->class = &class_parser__ReduceAction84;
9816 return self;
9817 }
9818 /* allocate ReduceAction84 */
9819 void CHECK_NEW_parser__ReduceAction84(val* self) {
9820 long var /* : Int */;
9821 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction84> */
9822 }
9823 /* runtime class parser__ReduceAction86 */
9824 const struct class class_parser__ReduceAction86 = {
9825 0, /* box_kind */
9826 {
9827 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction86:kernel#Object#object_id */
9828 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction86:kernel#Object#is_same_type */
9829 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction86:kernel#Object#is_same_instance */
9830 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction86:kernel#Object#== */
9831 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction86:kernel#Object#!= */
9832 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction86:kernel#Object#output */
9833 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction86:kernel#Object#output_class_name */
9834 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction86:kernel#Object#exit */
9835 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction86:kernel#Object#sys */
9836 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction86:kernel#Object#hash */
9837 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction86:string#Object#to_s */
9838 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction86:string#Object#native_class_name */
9839 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction86:string#Object#class_name */
9840 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction86:string#Object#inspect */
9841 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction86:string#Object#inspect_head */
9842 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction86:string#Object#args */
9843 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction86:math#Object#atan2 */
9844 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction86:math#Object#pi */
9845 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction86:math#Object#srand_from */
9846 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction86:math#Object#srand */
9847 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction86:stream#Object#poll */
9848 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction86:stream#Object#intern_poll */
9849 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction86:time#Object#get_time */
9850 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction86:file#Object#printn */
9851 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction86:file#Object#print */
9852 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction86:file#Object#getc */
9853 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction86:file#Object#gets */
9854 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction86:file#Object#getcwd */
9855 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction86:file#Object#file_getcwd */
9856 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction86:file#Object#stdin */
9857 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction86:file#Object#stdout */
9858 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction86:file#Object#stderr */
9859 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction86:model_base#Object#intrude_visibility */
9860 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction86:model_base#Object#public_visibility */
9861 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction86:model_base#Object#protected_visibility */
9862 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction86:model_base#Object#private_visibility */
9863 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction86:model_base#Object#none_visibility */
9864 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction86:model#Object#abstract_kind */
9865 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction86:model#Object#concrete_kind */
9866 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction86:model#Object#interface_kind */
9867 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction86:model#Object#enum_kind */
9868 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction86:model#Object#extern_kind */
9869 (nitmethod_t)VIRTUAL_parser__ReduceAction86__action, /* pointer to parser:ReduceAction86:parser#ReduceAction86#action */
9870 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction86:parser#ReduceAction#concat */
9871 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction86:parser#ReduceAction#init */
9872 }
9873 };
9874 /* allocate ReduceAction86 */
9875 val* NEW_parser__ReduceAction86(const struct type* type) {
9876 val* self /* : ReduceAction86 */;
9877 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9878 self->type = type;
9879 self->class = &class_parser__ReduceAction86;
9880 return self;
9881 }
9882 /* allocate ReduceAction86 */
9883 void CHECK_NEW_parser__ReduceAction86(val* self) {
9884 long var /* : Int */;
9885 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction86> */
9886 }
9887 /* runtime class parser__ReduceAction87 */
9888 const struct class class_parser__ReduceAction87 = {
9889 0, /* box_kind */
9890 {
9891 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction87:kernel#Object#object_id */
9892 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction87:kernel#Object#is_same_type */
9893 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction87:kernel#Object#is_same_instance */
9894 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction87:kernel#Object#== */
9895 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction87:kernel#Object#!= */
9896 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction87:kernel#Object#output */
9897 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction87:kernel#Object#output_class_name */
9898 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction87:kernel#Object#exit */
9899 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction87:kernel#Object#sys */
9900 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction87:kernel#Object#hash */
9901 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction87:string#Object#to_s */
9902 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction87:string#Object#native_class_name */
9903 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction87:string#Object#class_name */
9904 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction87:string#Object#inspect */
9905 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction87:string#Object#inspect_head */
9906 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction87:string#Object#args */
9907 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction87:math#Object#atan2 */
9908 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction87:math#Object#pi */
9909 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction87:math#Object#srand_from */
9910 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction87:math#Object#srand */
9911 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction87:stream#Object#poll */
9912 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction87:stream#Object#intern_poll */
9913 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction87:time#Object#get_time */
9914 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction87:file#Object#printn */
9915 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction87:file#Object#print */
9916 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction87:file#Object#getc */
9917 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction87:file#Object#gets */
9918 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction87:file#Object#getcwd */
9919 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction87:file#Object#file_getcwd */
9920 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction87:file#Object#stdin */
9921 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction87:file#Object#stdout */
9922 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction87:file#Object#stderr */
9923 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction87:model_base#Object#intrude_visibility */
9924 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction87:model_base#Object#public_visibility */
9925 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction87:model_base#Object#protected_visibility */
9926 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction87:model_base#Object#private_visibility */
9927 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction87:model_base#Object#none_visibility */
9928 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction87:model#Object#abstract_kind */
9929 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction87:model#Object#concrete_kind */
9930 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction87:model#Object#interface_kind */
9931 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction87:model#Object#enum_kind */
9932 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction87:model#Object#extern_kind */
9933 (nitmethod_t)VIRTUAL_parser__ReduceAction87__action, /* pointer to parser:ReduceAction87:parser#ReduceAction87#action */
9934 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction87:parser#ReduceAction#concat */
9935 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction87:parser#ReduceAction#init */
9936 }
9937 };
9938 /* allocate ReduceAction87 */
9939 val* NEW_parser__ReduceAction87(const struct type* type) {
9940 val* self /* : ReduceAction87 */;
9941 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9942 self->type = type;
9943 self->class = &class_parser__ReduceAction87;
9944 return self;
9945 }
9946 /* allocate ReduceAction87 */
9947 void CHECK_NEW_parser__ReduceAction87(val* self) {
9948 long var /* : Int */;
9949 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction87> */
9950 }