parser: remove last clorure-related classes
[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___61d_61d = 2;
5 const int COLOR_kernel__Object___33d_61d = 3;
6 const int COLOR_kernel__Object__output = 4;
7 const int COLOR_kernel__Object__output_class_name = 5;
8 const int COLOR_kernel__Object__exit = 6;
9 const int COLOR_kernel__Object__sys = 7;
10 const int COLOR_kernel__Object__hash = 8;
11 const int COLOR_string__Object__to_s = 9;
12 const int COLOR_string__Object__native_class_name = 10;
13 const int COLOR_string__Object__class_name = 11;
14 const int COLOR_string__Object__inspect = 12;
15 const int COLOR_string__Object__inspect_head = 13;
16 const int COLOR_string__Object__args = 14;
17 const int COLOR_math__Object__atan2 = 15;
18 const int COLOR_math__Object__pi = 16;
19 const int COLOR_math__Object__srand_from = 17;
20 const int COLOR_math__Object__srand = 18;
21 const int COLOR_stream__Object__poll = 19;
22 const int COLOR_stream__Object__intern_poll = 20;
23 const int COLOR_time__Object__get_time = 21;
24 const int COLOR_file__Object__printn = 22;
25 const int COLOR_file__Object__print = 23;
26 const int COLOR_file__Object__getc = 24;
27 const int COLOR_file__Object__gets = 25;
28 const int COLOR_file__Object__getcwd = 26;
29 const int COLOR_file__Object__file_getcwd = 27;
30 const int COLOR_file__Object__stdin = 28;
31 const int COLOR_file__Object__stdout = 29;
32 const int COLOR_file__Object__stderr = 30;
33 const int COLOR_model_base__Object__intrude_visibility = 31;
34 const int COLOR_model_base__Object__public_visibility = 32;
35 const int COLOR_model_base__Object__protected_visibility = 33;
36 const int COLOR_model_base__Object__private_visibility = 34;
37 const int COLOR_model_base__Object__none_visibility = 35;
38 const int COLOR_model__Object__abstract_kind = 36;
39 const int COLOR_model__Object__concrete_kind = 37;
40 const int COLOR_model__Object__interface_kind = 38;
41 const int COLOR_model__Object__enum_kind = 39;
42 const int COLOR_model__Object__extern_kind = 40;
43 const int COLOR_kernel__Comparable___60d = 41;
44 const int COLOR_kernel__Comparable___60d_61d = 42;
45 const int COLOR_kernel__Comparable___62d_61d = 43;
46 const int COLOR_kernel__Comparable___62d = 44;
47 const int COLOR_kernel__Comparable___60d_61d_62d = 45;
48 const int COLOR_kernel__Comparable__is_between = 46;
49 const int COLOR_kernel__Comparable__max = 47;
50 const int COLOR_kernel__Comparable__min = 48;
51 const int COLOR_kernel__Discrete__succ = 49;
52 const int COLOR_kernel__Discrete__prec = 50;
53 const int COLOR_kernel__Discrete___43d = 51;
54 const int COLOR_kernel__Discrete___45d = 52;
55 const int COLOR_kernel__Discrete__distance = 53;
56 const int COLOR_range__Discrete__times = 54;
57 const int COLOR_string_search__Pattern__search_index_in = 55;
58 const int COLOR_string_search__Pattern__search_in = 56;
59 const int COLOR_string_search__Pattern__search_all_in = 57;
60 const int COLOR_string_search__Pattern__split_in = 58;
61 const int COLOR_kernel__Char__to_i = 59;
62 const int COLOR_kernel__Char__ascii = 60;
63 const int COLOR_kernel__Char__to_lower = 61;
64 const int COLOR_kernel__Char__to_upper = 62;
65 const int COLOR_kernel__Char__is_digit = 63;
66 const int COLOR_kernel__Char__is_lower = 64;
67 const int COLOR_kernel__Char__is_upper = 65;
68 const int COLOR_kernel__Char__is_letter = 66;
69 const int COLOR_string__Char__is_numeric = 67;
70 const int COLOR_string__Char__is_alpha = 68;
71 const int COLOR_string__Char__is_alphanumeric = 69;
72 const int COLOR_abstract_collection__Collection__iterator = 59;
73 const int COLOR_abstract_collection__Collection__iterate = 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 = 41;
90 const int COLOR_abstract_collection__MapRead__get_or_default = 42;
91 const int COLOR_abstract_collection__MapRead__has_key = 43;
92 const int COLOR_abstract_collection__MapRead__iterator = 44;
93 const int COLOR_abstract_collection__MapRead__iterate = 45;
94 const int COLOR_abstract_collection__MapRead__values = 46;
95 const int COLOR_abstract_collection__MapRead__keys = 47;
96 const int COLOR_abstract_collection__MapRead__is_empty = 48;
97 const int COLOR_abstract_collection__MapRead__length = 49;
98 const int COLOR_abstract_collection__Map___91d_93d_61d = 50;
99 const int COLOR_abstract_collection__Map__recover_with = 51;
100 const int COLOR_abstract_collection__Map__clear = 52;
101 const int COLOR_string__Map__join = 53;
102 const int COLOR_abstract_collection__SequenceRead___91d_93d = 76;
103 const int COLOR_abstract_collection__SequenceRead__last = 77;
104 const int COLOR_abstract_collection__SequenceRead__index_of = 78;
105 const int COLOR_abstract_collection__Sequence__first_61d = 79;
106 const int COLOR_abstract_collection__Sequence__last_61d = 80;
107 const int COLOR_abstract_collection__Sequence__push = 81;
108 const int COLOR_abstract_collection__Sequence__append = 82;
109 const int COLOR_abstract_collection__Sequence__pop = 83;
110 const int COLOR_abstract_collection__Sequence__unshift = 84;
111 const int COLOR_abstract_collection__Sequence__shift = 85;
112 const int COLOR_abstract_collection__Sequence___91d_93d_61d = 86;
113 const int COLOR_abstract_collection__Sequence__remove_at = 87;
114 const int COLOR_collection__Sequence__subarray = 88;
115 const int COLOR_array__AbstractArrayRead__last_index_of = 89;
116 const int COLOR_array__AbstractArrayRead__index_of_from = 90;
117 const int COLOR_array__AbstractArrayRead__last_index_of_from = 91;
118 const int COLOR_array__AbstractArrayRead__reversed = 92;
119 const int COLOR_array__AbstractArrayRead__copy_to = 93;
120 const int COLOR_array__AbstractArrayRead__init = 94;
121 const int COLOR_array__AbstractArray__enlarge = 95;
122 const int COLOR_array__AbstractArray__insert = 96;
123 const int COLOR_array__AbstractArray__swap_at = 97;
124 const int COLOR_array__AbstractArray__init = 98;
125 const int COLOR_array__ArrayCapable__calloc_array = 99;
126 const int COLOR_array__Array__init = 100;
127 const int COLOR_array__Array__from = 101;
128 const int COLOR_array__Array__with_items = 102;
129 const int COLOR_array__Array__with_capacity = 103;
130 const int COLOR_array__Array__filled_with = 104;
131 const int COLOR_array__Array__with_native = 105;
132 const int COLOR_array__Array__intern_items = 106;
133 const int COLOR_array__Array__sort = 107;
134 const int COLOR_array__Array__sub_sort = 108;
135 const int COLOR_abstract_compiler__Array___45d = 109;
136 const int COLOR_sorter__AbstractSorter__compare = 71;
137 const int COLOR_sorter__AbstractSorter__sort = 72;
138 const int COLOR_sorter__AbstractSorter__sub_sort = 73;
139 const int COLOR_sorter__AbstractSorter__quick_sort = 74;
140 const int COLOR_sorter__AbstractSorter__bubble_sort = 75;
141 const int COLOR_hash_collection__HashCollection__first_item = 100;
142 const int COLOR_hash_collection__HashCollection__index_at = 101;
143 const int COLOR_hash_collection__HashCollection__node_at = 102;
144 const int COLOR_hash_collection__HashCollection__node_at_idx = 103;
145 const int COLOR_hash_collection__HashCollection__store = 104;
146 const int COLOR_hash_collection__HashCollection__remove_node = 105;
147 const int COLOR_hash_collection__HashCollection__raz = 106;
148 const int COLOR_hash_collection__HashCollection__enlarge = 107;
149 const int COLOR_hash_collection__HashCollection__init = 108;
150 const int COLOR_hash_collection__HashMap__init = 109;
151 const int COLOR_hash_collection__HashMap__keys_61d = 110;
152 const int COLOR_hash_collection__HashMap__values_61d = 111;
153 const int COLOR_hash_collection__HashSet__init = 109;
154 const int COLOR_hash_collection__HashSet__from = 110;
155 const int COLOR_string__AbstractString__items = 99;
156 const int COLOR_string__AbstractString__substring = 100;
157 const int COLOR_string__AbstractString__substring_from = 101;
158 const int COLOR_string__AbstractString__has_substring = 102;
159 const int COLOR_string__AbstractString__has_prefix = 103;
160 const int COLOR_string__AbstractString__has_suffix = 104;
161 const int COLOR_string__AbstractString__to_i = 105;
162 const int COLOR_string__AbstractString__to_f = 106;
163 const int COLOR_string__AbstractString__to_hex = 107;
164 const int COLOR_string__AbstractString__a_to = 108;
165 const int COLOR_string__AbstractString__is_numeric = 109;
166 const int COLOR_string__AbstractString__to_upper = 110;
167 const int COLOR_string__AbstractString__to_lower = 111;
168 const int COLOR_string__AbstractString__trim = 112;
169 const int COLOR_string__AbstractString__to_cmangle = 113;
170 const int COLOR_string__AbstractString__escape_to_c = 114;
171 const int COLOR_string__AbstractString__escape_more_to_c = 115;
172 const int COLOR_string__AbstractString__escape_to_nit = 116;
173 const int COLOR_string__AbstractString__unescape_nit = 117;
174 const int COLOR_string__AbstractString__init = 118;
175 const int COLOR_string__StringCapable__calloc_string = 119;
176 const int COLOR_string__String__index_from = 120;
177 const int COLOR_string__String__index_to = 121;
178 const int COLOR_string__String__from_substring = 122;
179 const int COLOR_string__String__with_infos = 123;
180 const int COLOR_string__String__to_cstring = 124;
181 const int COLOR_string__String___43d = 125;
182 const int COLOR_string__String___42d = 126;
183 const int COLOR_string_search__String__search = 127;
184 const int COLOR_string_search__String__search_from = 128;
185 const int COLOR_string_search__String__search_all = 129;
186 const int COLOR_string_search__String__split = 130;
187 const int COLOR_string_search__String__split_with = 131;
188 const int COLOR_string_search__String__replace = 132;
189 const int COLOR_string_search__String__html_escape = 133;
190 const int COLOR_environ__String__environ = 134;
191 const int COLOR_environ__String__setenv = 135;
192 const int COLOR_file__String__file_exists = 136;
193 const int COLOR_file__String__file_stat = 137;
194 const int COLOR_file__String__file_lstat = 138;
195 const int COLOR_file__String__file_delete = 139;
196 const int COLOR_file__String__strip_extension = 140;
197 const int COLOR_file__String__basename = 141;
198 const int COLOR_file__String__dirname = 142;
199 const int COLOR_file__String__simplify_path = 143;
200 const int COLOR_file__String__join_path = 144;
201 const int COLOR_file__String__mkdir = 145;
202 const int COLOR_file__String__chdir = 146;
203 const int COLOR_file__String__file_extension = 147;
204 const int COLOR_file__String__files = 148;
205 const int COLOR_ropes__String___61d_61d = 149;
206 const int COLOR_string__Buffer__init = 120;
207 const int COLOR_string__Buffer__from = 121;
208 const int COLOR_string__Buffer__with_capacity = 122;
209 const int COLOR_string__Buffer__capacity = 123;
210 const int COLOR_ropes__Buffer___61d_61d = 124;
211 const int COLOR_string__Buffer__append = 125;
212 const int COLOR_stream__IOS__close = 41;
213 const int COLOR_stream__IStream__read_char = 42;
214 const int COLOR_stream__IStream__read = 43;
215 const int COLOR_stream__IStream__read_line = 44;
216 const int COLOR_stream__IStream__read_all = 45;
217 const int COLOR_stream__IStream__append_line_to = 46;
218 const int COLOR_stream__IStream__eof = 47;
219 const int COLOR_stream__OStream__write = 48;
220 const int COLOR_stream__OStream__is_writable = 49;
221 const int COLOR_stream__BufferedIStream__fill_buffer = 48;
222 const int COLOR_stream__BufferedIStream__end_reached = 49;
223 const int COLOR_stream__BufferedIStream__prepare_buffer = 50;
224 const int COLOR_stream__BufferedIStream__init = 51;
225 const int COLOR_stream__FDStream__fd = 50;
226 const int COLOR_stream__FDStream__fd_61d = 51;
227 const int COLOR_stream__FDStream__native_close = 52;
228 const int COLOR_stream__FDStream__native_read_char = 53;
229 const int COLOR_stream__FDStream__native_read = 54;
230 const int COLOR_stream__FDStream__native_write = 55;
231 const int COLOR_stream__FDStream__native_write_char = 56;
232 const int COLOR_stream__FDStream__init = 57;
233 const int COLOR_stream__FDIStream__eof_61d = 58;
234 const int COLOR_stream__FDIStream__init = 59;
235 const int COLOR_stream__FDOStream__is_writable_61d = 60;
236 const int COLOR_stream__FDOStream__init = 61;
237 const int COLOR_stream__FDIOStream__init = 62;
238 const int COLOR_exec__Process__id = 50;
239 const int COLOR_exec__Process__is_finished = 51;
240 const int COLOR_exec__Process__wait = 52;
241 const int COLOR_exec__Process__status = 53;
242 const int COLOR_exec__Process__init = 54;
243 const int COLOR_exec__Process__init_ = 55;
244 const int COLOR_exec__Process__from_a = 56;
245 const int COLOR_exec__Process__execute = 57;
246 const int COLOR_exec__Process__data = 58;
247 const int COLOR_exec__Process__data_61d = 59;
248 const int COLOR_exec__Process__basic_exec_execute = 60;
249 const int COLOR_exec__IProcess__stream_in = 61;
250 const int COLOR_exec__IProcess__stream_in_61d = 62;
251 const int COLOR_exec__IProcess__init = 63;
252 const int COLOR_exec__IProcess__init_ = 64;
253 const int COLOR_exec__IProcess__from_a = 65;
254 const int COLOR_exec__OProcess__stream_out = 66;
255 const int COLOR_exec__OProcess__stream_out_61d = 67;
256 const int COLOR_exec__OProcess__init = 68;
257 const int COLOR_exec__OProcess__init_ = 69;
258 const int COLOR_exec__OProcess__from_a = 70;
259 const int COLOR_exec__IOProcess__init = 71;
260 const int COLOR_exec__IOProcess__init_ = 72;
261 const int COLOR_exec__IOProcess__from_a = 73;
262 const int COLOR_file__FStream__path = 52;
263 const int COLOR_file__FStream__file_stat = 53;
264 const int COLOR_file__FStream__init = 54;
265 const int COLOR_file__IFStream__reopen = 55;
266 const int COLOR_file__IFStream__open = 56;
267 const int COLOR_file__IFStream__init = 57;
268 const int COLOR_file__IFStream__without_file = 58;
269 const int COLOR_file__OFStream__write_native = 55;
270 const int COLOR_file__OFStream__open = 56;
271 const int COLOR_file__OFStream__init = 57;
272 const int COLOR_file__OFStream__without_file = 58;
273 const int COLOR_ropes__Rope__str_representation = 120;
274 const int COLOR_ropes__Rope__str_representation_61d = 121;
275 const int COLOR_ropes__Rope__parent_node = 122;
276 const int COLOR_ropes__Rope__parent_node_61d = 123;
277 const int COLOR_ropes__Rope__init = 124;
278 const int COLOR_ropes__Rope__with_string = 125;
279 const int COLOR_ropes__Rope__chars = 126;
280 const int COLOR_ropes__Rope__length = 127;
281 const int COLOR_ropes__Rope__flatten = 128;
282 const int COLOR_ropes__Rope__get_node_for_pos = 129;
283 const int COLOR_ropes__Rope___43d = 130;
284 const int COLOR_ropes__Rope__multi_concat = 131;
285 const int COLOR_ropes__Rope___42d = 132;
286 const int COLOR_ropes__Rope__iterator = 133;
287 const int COLOR_ropes__Rope__subrope = 134;
288 const int COLOR_ropes__Rope__to_upper = 135;
289 const int COLOR_ropes__Rope__to_lower = 136;
290 const int COLOR_poset__POSet__elements = 76;
291 const int COLOR_poset__POSet__elements_61d = 77;
292 const int COLOR_poset__POSet__add_node = 78;
293 const int COLOR_poset__POSet___91d_93d = 79;
294 const int COLOR_poset__POSet__add_edge = 80;
295 const int COLOR_poset__POSet__has_edge = 81;
296 const int COLOR_poset__POSet__has_direct_edge = 82;
297 const int COLOR_poset__POSet__show_dot = 83;
298 const int COLOR_poset__POSet__init = 84;
299 const int COLOR_parser_nodes__ANode__location = 41;
300 const int COLOR_parser_nodes__ANode__hot_location = 42;
301 const int COLOR_parser_nodes__ANode__debug = 43;
302 const int COLOR_parser_nodes__ANode__parent = 44;
303 const int COLOR_parser_nodes__ANode__parent_61d = 45;
304 const int COLOR_parser_nodes__ANode__init = 46;
305 const int COLOR_parser_nodes__ANode__replace_child = 47;
306 const int COLOR_parser_nodes__ANode__detach = 48;
307 const int COLOR_parser_nodes__ANode__replace_with = 49;
308 const int COLOR_parser_nodes__ANode__visit_all = 50;
309 const int COLOR_parser_util__ANode__collect_tokens_by_text = 51;
310 const int COLOR_parser_util__ANode__collect_annotations_by_name = 52;
311 const int COLOR_simple_misc_analysis__ANode__accept_simple_misc = 53;
312 const int COLOR_simple_misc_analysis__ANode__after_simple_misc = 54;
313 const int COLOR_literal__ANode__accept_literal = 55;
314 const int COLOR_scope__ANode__accept_scope_visitor = 56;
315 const int COLOR_flow__ANode__accept_flow_visitor = 57;
316 const int COLOR_local_var_init__ANode__accept_local_var_visitor = 58;
317 const int COLOR_auto_super_init__ANode__accept_auto_super_init = 59;
318 const int COLOR_rapid_type_analysis__ANode__accept_rapid_type_visitor = 60;
319 const int COLOR_astvalidation__ANode__accept_ast_validation = 61;
320 const int COLOR_transform__ANode__accept_transform_visitor = 62;
321 const int COLOR_parser_nodes__Prod__location_61d = 63;
322 const int COLOR_parser_nodes__Prod__n_annotations = 64;
323 const int COLOR_parser_nodes__Prod__n_annotations_61d = 65;
324 const int COLOR_parser_nodes__Prod__init = 66;
325 const int COLOR_modelize_property__Prod__collect_text = 67;
326 const int COLOR_parser_nodes__Prod__replace_with = 68;
327 const int COLOR_parser_nodes__APropdef__n_doc = 69;
328 const int COLOR_parser_nodes__APropdef__n_doc_61d = 70;
329 const int COLOR_parser_nodes__APropdef__init = 71;
330 const int COLOR_scope__APropdef__do_scope = 72;
331 const int COLOR_flow__APropdef__do_flow = 73;
332 const int COLOR_flow__APropdef__before_flow_context = 74;
333 const int COLOR_flow__APropdef__before_flow_context_61d = 75;
334 const int COLOR_flow__APropdef__after_flow_context = 76;
335 const int COLOR_flow__APropdef__after_flow_context_61d = 77;
336 const int COLOR_local_var_init__APropdef__do_local_var_init = 78;
337 const int COLOR_modelize_property__APropdef__mpropdef = 79;
338 const int COLOR_modelize_property__APropdef__mpropdef_61d = 80;
339 const int COLOR_modelize_property__APropdef__build_property = 81;
340 const int COLOR_modelize_property__APropdef__build_signature = 82;
341 const int COLOR_modelize_property__APropdef__check_signature = 83;
342 const int COLOR_modelize_property__APropdef__new_property_visibility = 84;
343 const int COLOR_modelize_property__APropdef__check_redef_property_visibility = 85;
344 const int COLOR_modelize_property__APropdef__check_redef_keyword = 86;
345 const int COLOR_typing__APropdef__do_typing = 87;
346 const int COLOR_typing__APropdef__selfvariable = 88;
347 const int COLOR_typing__APropdef__selfvariable_61d = 89;
348 const int COLOR_abstract_compiler__APropdef__compile_to_c = 90;
349 const int COLOR_abstract_compiler__APropdef__can_inline = 91;
350 const int COLOR_flow__APropdef__accept_flow_visitor = 92;
351 const int COLOR_parser_nodes__AMethPropdef__n_kwredef = 93;
352 const int COLOR_parser_nodes__AMethPropdef__n_kwredef_61d = 94;
353 const int COLOR_parser_nodes__AMethPropdef__n_visibility = 95;
354 const int COLOR_parser_nodes__AMethPropdef__n_visibility_61d = 96;
355 const int COLOR_parser_nodes__AMethPropdef__n_methid = 97;
356 const int COLOR_parser_nodes__AMethPropdef__n_methid_61d = 98;
357 const int COLOR_parser_nodes__AMethPropdef__n_signature = 99;
358 const int COLOR_parser_nodes__AMethPropdef__n_signature_61d = 100;
359 const int COLOR_parser_nodes__AMethPropdef__init = 101;
360 const int COLOR_parser_prod__AMethPropdef__empty_init = 102;
361 const int COLOR_parser_prod__AMethPropdef__init_amethpropdef = 103;
362 const int COLOR_parser_nodes__AExternPropdef__n_extern = 104;
363 const int COLOR_parser_nodes__AExternPropdef__n_extern_61d = 105;
364 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls = 106;
365 const int COLOR_parser_nodes__AExternPropdef__n_extern_calls_61d = 107;
366 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block = 108;
367 const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block_61d = 109;
368 const int COLOR_parser_nodes__AExternPropdef__init = 110;
369 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth = 104;
370 const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth_61d = 105;
371 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block = 106;
372 const int COLOR_parser_nodes__AConcreteMethPropdef__n_block_61d = 107;
373 const int COLOR_parser_nodes__AConcreteMethPropdef__init = 108;
374 const int COLOR_parser_prod__AConcreteMethPropdef__empty_init = 109;
375 const int COLOR_parser_prod__AConcreteMethPropdef__init_aconcretemethpropdef = 110;
376 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits = 111;
377 const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d = 112;
378 const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init = 113;
379 const int COLOR_parser_nodes__AInitPropdef__init = 114;
380 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit = 115;
381 const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit_61d = 116;
382 const int COLOR_parser_nodes__AConcreteInitPropdef__init = 117;
383 const int COLOR_parser_prod__AConcreteInitPropdef__empty_init = 118;
384 const int COLOR_parser_prod__AConcreteInitPropdef__init_aconcreteinitpropdef = 119;
385 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew = 115;
386 const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew_61d = 116;
387 const int COLOR_parser_nodes__AExternInitPropdef__init = 117;
388 const int COLOR_parser_prod__AExternInitPropdef__empty_init = 118;
389 const int COLOR_parser_prod__AExternInitPropdef__init_aexterninitpropdef = 119;
390 const int COLOR_parser_nodes__AExpr__init = 69;
391 const int COLOR_simple_misc_analysis__AExpr__warn_parentheses = 70;
392 const int COLOR_flow__AExpr__after_flow_context = 71;
393 const int COLOR_flow__AExpr__after_flow_context_61d = 72;
394 const int COLOR_typing__AExpr__mtype = 73;
395 const int COLOR_typing__AExpr__mtype_61d = 74;
396 const int COLOR_typing__AExpr__is_typed = 75;
397 const int COLOR_typing__AExpr__is_typed_61d = 76;
398 const int COLOR_typing__AExpr__implicit_cast_to = 77;
399 const int COLOR_typing__AExpr__implicit_cast_to_61d = 78;
400 const int COLOR_typing__AExpr__its_variable = 79;
401 const int COLOR_typing__AExpr__accept_typing = 80;
402 const int COLOR_astbuilder__AExpr__make_var_read = 81;
403 const int COLOR_astbuilder__AExpr__variable_cache = 82;
404 const int COLOR_astbuilder__AExpr__variable_cache_61d = 83;
405 const int COLOR_astbuilder__AExpr__detach_with_placeholder = 84;
406 const int COLOR_astbuilder__AExpr__add = 85;
407 const int COLOR_abstract_compiler__AExpr__expr = 86;
408 const int COLOR_abstract_compiler__AExpr__stmt = 87;
409 const int COLOR_astvalidation__AExpr__accept_ast_validation = 88;
410 const int COLOR_parser_nodes__ALabelable__n_label = 89;
411 const int COLOR_parser_nodes__ALabelable__n_label_61d = 90;
412 const int COLOR_parser_nodes__ALabelable__init = 91;
413 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak = 92;
414 const int COLOR_parser_nodes__ABreakExpr__n_kwbreak_61d = 93;
415 const int COLOR_parser_nodes__ABreakExpr__n_expr = 94;
416 const int COLOR_parser_nodes__ABreakExpr__n_expr_61d = 95;
417 const int COLOR_parser_nodes__ABreakExpr__init = 96;
418 const int COLOR_parser_prod__ABreakExpr__empty_init = 97;
419 const int COLOR_parser_prod__ABreakExpr__init_abreakexpr = 98;
420 const int COLOR_scope__ABreakExpr__escapemark = 99;
421 const int COLOR_scope__ABreakExpr__escapemark_61d = 100;
422 const int COLOR_flow__ABreakExpr__before_flow_context = 101;
423 const int COLOR_astbuilder__ABreakExpr__make = 102;
424 const int COLOR_scope__ABreakExpr__accept_scope_visitor = 103;
425 const int COLOR_flow__ABreakExpr__accept_flow_visitor = 104;
426 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue = 92;
427 const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue_61d = 93;
428 const int COLOR_parser_nodes__AContinueExpr__n_expr = 94;
429 const int COLOR_parser_nodes__AContinueExpr__n_expr_61d = 95;
430 const int COLOR_parser_nodes__AContinueExpr__init = 96;
431 const int COLOR_parser_prod__AContinueExpr__empty_init = 97;
432 const int COLOR_parser_prod__AContinueExpr__init_acontinueexpr = 98;
433 const int COLOR_scope__AContinueExpr__escapemark = 99;
434 const int COLOR_scope__AContinueExpr__escapemark_61d = 100;
435 const int COLOR_flow__AContinueExpr__before_flow_context = 101;
436 const int COLOR_scope__AContinueExpr__accept_scope_visitor = 102;
437 const int COLOR_flow__AContinueExpr__accept_flow_visitor = 103;
438 const int COLOR_parser_nodes__ADoExpr__n_kwdo = 92;
439 const int COLOR_parser_nodes__ADoExpr__n_kwdo_61d = 93;
440 const int COLOR_parser_nodes__ADoExpr__n_block = 94;
441 const int COLOR_parser_nodes__ADoExpr__n_block_61d = 95;
442 const int COLOR_parser_nodes__ADoExpr__init = 96;
443 const int COLOR_parser_prod__ADoExpr__empty_init = 97;
444 const int COLOR_parser_prod__ADoExpr__init_adoexpr = 98;
445 const int COLOR_scope__ADoExpr__escapemark = 99;
446 const int COLOR_scope__ADoExpr__escapemark_61d = 100;
447 const int COLOR_astbuilder__ADoExpr__make = 101;
448 const int COLOR_astbuilder__ADoExpr__make_break = 102;
449 const int COLOR_flow__ADoExpr__accept_flow_visitor = 103;
450 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile = 92;
451 const int COLOR_parser_nodes__AWhileExpr__n_kwwhile_61d = 93;
452 const int COLOR_parser_nodes__AWhileExpr__n_expr = 94;
453 const int COLOR_parser_nodes__AWhileExpr__n_expr_61d = 95;
454 const int COLOR_parser_nodes__AWhileExpr__n_kwdo = 96;
455 const int COLOR_parser_nodes__AWhileExpr__n_kwdo_61d = 97;
456 const int COLOR_parser_nodes__AWhileExpr__n_block = 98;
457 const int COLOR_parser_nodes__AWhileExpr__n_block_61d = 99;
458 const int COLOR_parser_nodes__AWhileExpr__init = 100;
459 const int COLOR_parser_prod__AWhileExpr__empty_init = 101;
460 const int COLOR_parser_prod__AWhileExpr__init_awhileexpr = 102;
461 const int COLOR_scope__AWhileExpr__escapemark = 103;
462 const int COLOR_scope__AWhileExpr__escapemark_61d = 104;
463 const int COLOR_parser_nodes__ALoopExpr__n_kwloop = 92;
464 const int COLOR_parser_nodes__ALoopExpr__n_kwloop_61d = 93;
465 const int COLOR_parser_nodes__ALoopExpr__n_block = 94;
466 const int COLOR_parser_nodes__ALoopExpr__n_block_61d = 95;
467 const int COLOR_parser_nodes__ALoopExpr__init = 96;
468 const int COLOR_parser_prod__ALoopExpr__empty_init = 97;
469 const int COLOR_parser_prod__ALoopExpr__init_aloopexpr = 98;
470 const int COLOR_scope__ALoopExpr__escapemark = 99;
471 const int COLOR_scope__ALoopExpr__escapemark_61d = 100;
472 const int COLOR_parser_nodes__AForExpr__n_kwfor = 92;
473 const int COLOR_parser_nodes__AForExpr__n_kwfor_61d = 93;
474 const int COLOR_parser_nodes__AForExpr__n_ids = 94;
475 const int COLOR_parser_nodes__AForExpr__n_expr = 95;
476 const int COLOR_parser_nodes__AForExpr__n_expr_61d = 96;
477 const int COLOR_parser_nodes__AForExpr__n_kwdo = 97;
478 const int COLOR_parser_nodes__AForExpr__n_kwdo_61d = 98;
479 const int COLOR_parser_nodes__AForExpr__n_block = 99;
480 const int COLOR_parser_nodes__AForExpr__n_block_61d = 100;
481 const int COLOR_parser_nodes__AForExpr__init = 101;
482 const int COLOR_parser_prod__AForExpr__empty_init = 102;
483 const int COLOR_parser_prod__AForExpr__init_aforexpr = 103;
484 const int COLOR_scope__AForExpr__variables = 104;
485 const int COLOR_scope__AForExpr__variables_61d = 105;
486 const int COLOR_scope__AForExpr__escapemark = 106;
487 const int COLOR_scope__AForExpr__escapemark_61d = 107;
488 const int COLOR_typing__AForExpr__coltype = 108;
489 const int COLOR_typing__AForExpr__coltype_61d = 109;
490 const int COLOR_typing__AForExpr__method_iterator = 110;
491 const int COLOR_typing__AForExpr__method_iterator_61d = 111;
492 const int COLOR_typing__AForExpr__method_is_ok = 112;
493 const int COLOR_typing__AForExpr__method_is_ok_61d = 113;
494 const int COLOR_typing__AForExpr__method_item = 114;
495 const int COLOR_typing__AForExpr__method_item_61d = 115;
496 const int COLOR_typing__AForExpr__method_next = 116;
497 const int COLOR_typing__AForExpr__method_next_61d = 117;
498 const int COLOR_typing__AForExpr__method_key = 118;
499 const int COLOR_typing__AForExpr__method_key_61d = 119;
500 const int COLOR_typing__AForExpr__do_type_iterator = 120;
501 const int COLOR_parser_nodes__AAssignFormExpr__n_assign = 89;
502 const int COLOR_parser_nodes__AAssignFormExpr__n_assign_61d = 90;
503 const int COLOR_parser_nodes__AAssignFormExpr__n_value = 91;
504 const int COLOR_parser_nodes__AAssignFormExpr__n_value_61d = 92;
505 const int COLOR_parser_nodes__AAssignFormExpr__init = 93;
506 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op = 89;
507 const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op_61d = 90;
508 const int COLOR_parser_nodes__AReassignFormExpr__n_value = 91;
509 const int COLOR_parser_nodes__AReassignFormExpr__n_value_61d = 92;
510 const int COLOR_parser_nodes__AReassignFormExpr__init = 93;
511 const int COLOR_typing__AReassignFormExpr__reassign_property = 94;
512 const int COLOR_typing__AReassignFormExpr__reassign_callsite = 95;
513 const int COLOR_typing__AReassignFormExpr__reassign_callsite_61d = 96;
514 const int COLOR_typing__AReassignFormExpr__read_type = 97;
515 const int COLOR_typing__AReassignFormExpr__read_type_61d = 98;
516 const int COLOR_typing__AReassignFormExpr__resolve_reassignment = 99;
517 const int COLOR_flow__AReassignFormExpr__accept_flow_visitor = 100;
518 const int COLOR_parser_nodes__ASendExpr__n_expr = 101;
519 const int COLOR_parser_nodes__ASendExpr__n_expr_61d = 102;
520 const int COLOR_parser_nodes__ASendExpr__n_closure_defs = 103;
521 const int COLOR_parser_nodes__ASendExpr__init = 104;
522 const int COLOR_parser_prod__ASendExpr__empty_init = 105;
523 const int COLOR_parser_prod__ASendExpr__init_asendexpr = 106;
524 const int COLOR_scope__ASendExpr__escapemark = 107;
525 const int COLOR_scope__ASendExpr__escapemark_61d = 108;
526 const int COLOR_typing__ASendExpr__mproperty = 109;
527 const int COLOR_typing__ASendExpr__callsite = 110;
528 const int COLOR_typing__ASendExpr__callsite_61d = 111;
529 const int COLOR_typing__ASendExpr__property_name = 112;
530 const int COLOR_typing__ASendExpr__raw_arguments = 113;
531 const int COLOR_typing__ASendExpr__raw_arguments_61d = 114;
532 const int COLOR_typing__ASendExpr__compute_raw_arguments = 115;
533 const int COLOR_scope__ASendExpr__accept_scope_visitor = 116;
534 const int COLOR_parser_nodes__AAttrFormExpr__n_expr = 101;
535 const int COLOR_parser_nodes__AAttrFormExpr__n_expr_61d = 102;
536 const int COLOR_parser_nodes__AAttrFormExpr__n_id = 103;
537 const int COLOR_parser_nodes__AAttrFormExpr__n_id_61d = 104;
538 const int COLOR_parser_nodes__AAttrFormExpr__init = 105;
539 const int COLOR_typing__AAttrFormExpr__mproperty = 106;
540 const int COLOR_typing__AAttrFormExpr__mproperty_61d = 107;
541 const int COLOR_typing__AAttrFormExpr__attr_type = 108;
542 const int COLOR_typing__AAttrFormExpr__attr_type_61d = 109;
543 const int COLOR_typing__AAttrFormExpr__resolve_property = 110;
544 const int COLOR_parser_nodes__AAttrAssignExpr__init = 111;
545 const int COLOR_parser_prod__AAttrAssignExpr__empty_init = 112;
546 const int COLOR_parser_prod__AAttrAssignExpr__init_aattrassignexpr = 113;
547 const int COLOR_astbuilder__AAttrAssignExpr__make = 114;
548 const int COLOR_parser_nodes__ACallFormExpr__n_id = 117;
549 const int COLOR_parser_nodes__ACallFormExpr__n_id_61d = 118;
550 const int COLOR_parser_nodes__ACallFormExpr__n_args = 119;
551 const int COLOR_parser_nodes__ACallFormExpr__n_args_61d = 120;
552 const int COLOR_parser_nodes__ACallFormExpr__init = 121;
553 const int COLOR_scope__ACallFormExpr__variable_create = 122;
554 const int COLOR_scope__ACallFormExpr__accept_scope_visitor = 123;
555 const int COLOR_parser_nodes__ASendReassignFormExpr__init = 124;
556 const int COLOR_typing__ASendReassignFormExpr__write_mproperty = 125;
557 const int COLOR_typing__ASendReassignFormExpr__write_callsite = 126;
558 const int COLOR_typing__ASendReassignFormExpr__write_callsite_61d = 127;
559 const int COLOR_parser_nodes__AAttrReassignExpr__init = 111;
560 const int COLOR_parser_prod__AAttrReassignExpr__empty_init = 112;
561 const int COLOR_parser_prod__AAttrReassignExpr__init_aattrreassignexpr = 113;
562 const int COLOR_parser_nodes__ACallAssignExpr__init = 124;
563 const int COLOR_parser_prod__ACallAssignExpr__empty_init = 125;
564 const int COLOR_parser_prod__ACallAssignExpr__init_acallassignexpr = 126;
565 const int COLOR_parser_nodes__ACallReassignExpr__init = 128;
566 const int COLOR_parser_prod__ACallReassignExpr__empty_init = 129;
567 const int COLOR_parser_prod__ACallReassignExpr__init_acallreassignexpr = 130;
568 const int COLOR_parser_nodes__ABraFormExpr__n_args = 128;
569 const int COLOR_parser_nodes__ABraFormExpr__n_args_61d = 129;
570 const int COLOR_parser_nodes__ABraFormExpr__init = 130;
571 const int COLOR_parser_nodes__ABraAssignExpr__init = 131;
572 const int COLOR_parser_prod__ABraAssignExpr__empty_init = 132;
573 const int COLOR_parser_prod__ABraAssignExpr__init_abraassignexpr = 133;
574 const int COLOR_parser_nodes__AVarFormExpr__n_id = 101;
575 const int COLOR_parser_nodes__AVarFormExpr__n_id_61d = 102;
576 const int COLOR_parser_nodes__AVarFormExpr__init = 103;
577 const int COLOR_scope__AVarFormExpr__variable = 104;
578 const int COLOR_scope__AVarFormExpr__variable_61d = 105;
579 const int COLOR_parser_nodes__ABraReassignExpr__init = 131;
580 const int COLOR_parser_prod__ABraReassignExpr__empty_init = 132;
581 const int COLOR_parser_prod__ABraReassignExpr__init_abrareassignexpr = 133;
582 const int COLOR_parser_nodes__AVarAssignExpr__init = 106;
583 const int COLOR_parser_prod__AVarAssignExpr__empty_init = 107;
584 const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr = 108;
585 const int COLOR_astbuilder__AVarAssignExpr__make = 109;
586 const int COLOR_flow__AVarAssignExpr__accept_flow_visitor = 110;
587 const int COLOR_local_var_init__AVarAssignExpr__accept_local_var_visitor = 111;
588 const int COLOR_parser_nodes__AVarReassignExpr__init = 106;
589 const int COLOR_parser_prod__AVarReassignExpr__empty_init = 107;
590 const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr = 108;
591 const int COLOR_local_var_init__AVarReassignExpr__accept_local_var_visitor = 109;
592 const int COLOR_layout_builders__TypingLayoutBuilder__build_layout = 41;
593 const int COLOR_layout_builders__TypingLayoutBuilder__poset = 42;
594 const int COLOR_layout_builders__PropertyLayoutBuilder__build_layout = 41;
595 const int COLOR_layout_builders__ResolutionLayoutBuilder__build_layout = 41;
596 const int COLOR_layout_builders__PerfectHasher__operator = 43;
597 const int COLOR_layout_builders__PerfectHasher__operator_61d = 44;
598 const int COLOR_layout_builders__PerfectHasher__init = 45;
599 const int COLOR_layout_builders__PerfectHasher__compute_masks = 46;
600 const int COLOR_layout_builders__PerfectHasher__compute_mask = 47;
601 const int COLOR_layout_builders__PerfectHasher__compute_hashes = 48;
602 const int COLOR_layout_builders__TypingHasher__mmodule = 49;
603 const int COLOR_layout_builders__TypingHasher__mmodule_61d = 50;
604 const int COLOR_layout_builders__TypingHasher__poset_builder = 51;
605 const int COLOR_layout_builders__TypingHasher__poset_builder_61d = 52;
606 const int COLOR_layout_builders__TypingHasher__poset_cache = 53;
607 const int COLOR_layout_builders__TypingHasher__poset_cache_61d = 54;
608 const int COLOR_layout_builders__TypingHasher__init = 55;
609 const int COLOR_layout_builders__TypingHasher__compute_ids = 56;
610 const int COLOR_layout_builders__TypingHasher__build_conflicts = 57;
611 const int COLOR_layout_builders__MPropertyHasher__mmodule = 49;
612 const int COLOR_layout_builders__MPropertyHasher__mmodule_61d = 50;
613 const int COLOR_layout_builders__MPropertyHasher__init = 51;
614 const int COLOR_layout_builders__MPropertyHasher__build_poset = 52;
615 const int COLOR_layout_builders__ResolutionHasher__init = 49;
616 const int COLOR_kernel__Sys__main = 41;
617 const int COLOR_kernel__Sys__init = 42;
618 const int COLOR_gc__Sys__force_garbage_collection = 43;
619 const int COLOR_string__Sys__program_name = 44;
620 const int COLOR_string__Sys__init_args = 45;
621 const int COLOR_string__Sys__native_argc = 46;
622 const int COLOR_string__Sys__native_argv = 47;
623 const int COLOR_posix__Sys__uid_61d = 48;
624 const int COLOR_posix__Sys__uid = 49;
625 const int COLOR_posix__Sys__gid_61d = 50;
626 const int COLOR_posix__Sys__gid = 51;
627 const int COLOR_posix__Sys__euid_61d = 52;
628 const int COLOR_posix__Sys__euid = 53;
629 const int COLOR_posix__Sys__egid_61d = 54;
630 const int COLOR_posix__Sys__egid = 55;
631 const int COLOR_time__Sys__nanosleep = 56;
632 const int COLOR_exec__Sys__system = 57;
633 const int COLOR_kernel__Float___60d_61d = 41;
634 const int COLOR_kernel__Float___60d = 42;
635 const int COLOR_kernel__Float___62d_61d = 43;
636 const int COLOR_kernel__Float___62d = 44;
637 const int COLOR_kernel__Float___43d = 45;
638 const int COLOR_kernel__Float__unary_32d_45d = 46;
639 const int COLOR_kernel__Float___45d = 47;
640 const int COLOR_kernel__Float___42d = 48;
641 const int COLOR_kernel__Float___47d = 49;
642 const int COLOR_kernel__Float__to_i = 50;
643 const int COLOR_string__Float__to_precision = 51;
644 const int COLOR_string__Float__to_precision_native = 52;
645 const int COLOR_math__Float__sqrt = 53;
646 const int COLOR_math__Float__cos = 54;
647 const int COLOR_math__Float__sin = 55;
648 const int COLOR_math__Float__tan = 56;
649 const int COLOR_math__Float__acos = 57;
650 const int COLOR_math__Float__asin = 58;
651 const int COLOR_math__Float__atan = 59;
652 const int COLOR_math__Float__pow = 60;
653 const int COLOR_math__Float__log = 61;
654 const int COLOR_math__Float__exp = 62;
655 const int COLOR_math__Float__rand = 63;
656 const int COLOR_math__Float__hypot_with = 64;
657 const int COLOR_kernel__Int__unary_32d_45d = 55;
658 const int COLOR_kernel__Int___42d = 56;
659 const int COLOR_kernel__Int___47d = 57;
660 const int COLOR_kernel__Int___37d = 58;
661 const int COLOR_kernel__Int__lshift = 59;
662 const int COLOR_kernel__Int__rshift = 60;
663 const int COLOR_kernel__Int__to_f = 61;
664 const int COLOR_kernel__Int__ascii = 62;
665 const int COLOR_kernel__Int__digit_count = 63;
666 const int COLOR_kernel__Int__digit_count_base_95d10 = 64;
667 const int COLOR_kernel__Int__to_c = 65;
668 const int COLOR_kernel__Int__enumerate_to = 66;
669 const int COLOR_kernel__Int__enumerate_before = 67;
670 const int COLOR_kernel__Int__abs = 68;
671 const int COLOR_string__Int__fill_buffer = 69;
672 const int COLOR_string__Int__native_int_to_s = 70;
673 const int COLOR_string__Int__to_hex = 71;
674 const int COLOR_string__Int__to_base = 72;
675 const int COLOR_math__Int__rand = 73;
676 const int COLOR_math__Int__bin_and = 74;
677 const int COLOR_math__Int__bin_or = 75;
678 const int COLOR_math__Int__bin_xor = 76;
679 const int COLOR_math__Int__sqrt = 77;
680 const int COLOR_math__Int__sin = 78;
681 const int COLOR_math__Int__cos = 79;
682 const int COLOR_kernel__Pointer__address_is_null = 41;
683 const int COLOR_abstract_collection__Iterator__item = 41;
684 const int COLOR_abstract_collection__Iterator__next = 42;
685 const int COLOR_abstract_collection__Iterator__is_ok = 43;
686 const int COLOR_array__Iterator__to_a = 44;
687 const int COLOR_abstract_collection__Container__init = 71;
688 const int COLOR_abstract_collection__Container__item = 72;
689 const int COLOR_abstract_collection__Container__item_61d = 73;
690 const int COLOR_abstract_collection__ContainerIterator__init = 45;
691 const int COLOR_abstract_collection__MapIterator__item = 41;
692 const int COLOR_abstract_collection__MapIterator__key = 42;
693 const int COLOR_abstract_collection__MapIterator__next = 43;
694 const int COLOR_abstract_collection__MapIterator__is_ok = 44;
695 const int COLOR_abstract_collection__MapKeysIterator__iterator = 45;
696 const int COLOR_abstract_collection__MapKeysIterator__iterator_61d = 46;
697 const int COLOR_abstract_collection__MapKeysIterator__init = 47;
698 const int COLOR_abstract_collection__MapValuesIterator__iterator = 45;
699 const int COLOR_abstract_collection__MapValuesIterator__iterator_61d = 46;
700 const int COLOR_abstract_collection__MapValuesIterator__init = 47;
701 const int COLOR_abstract_collection__IndexedIterator__index = 45;
702 const int COLOR_abstract_collection__CoupleMap__couple_at = 54;
703 const int COLOR_abstract_collection__CoupleMapIterator__init = 45;
704 const int COLOR_abstract_collection__Couple__first = 41;
705 const int COLOR_abstract_collection__Couple__first_61d = 42;
706 const int COLOR_abstract_collection__Couple__second = 43;
707 const int COLOR_abstract_collection__Couple__second_61d = 44;
708 const int COLOR_abstract_collection__Couple__init = 45;
709 const int COLOR_range__Range__last = 71;
710 const int COLOR_range__Range__after = 72;
711 const int COLOR_range__Range__init = 73;
712 const int COLOR_range__Range__without_last = 74;
713 const int COLOR_range__IteratorRange__init = 45;
714 const int COLOR_list__List__slice = 89;
715 const int COLOR_list__List__link = 90;
716 const int COLOR_list__List__init = 91;
717 const int COLOR_list__List__from = 92;
718 const int COLOR_list__List__get_node = 93;
719 const int COLOR_list__List__search_node_after = 94;
720 const int COLOR_list__List__remove_node = 95;
721 const int COLOR_list__List__insert_before = 96;
722 const int COLOR_list__ListIterator__item_61d = 46;
723 const int COLOR_list__ListIterator__init = 47;
724 const int COLOR_list__ListIterator__delete = 48;
725 const int COLOR_list__ListIterator__insert_before = 49;
726 const int COLOR_list__ListNode__init = 74;
727 const int COLOR_list__ListNode__next = 75;
728 const int COLOR_list__ListNode__next_61d = 76;
729 const int COLOR_list__ListNode__prev = 77;
730 const int COLOR_list__ListNode__prev_61d = 78;
731 const int COLOR_array__ArrayIterator__init = 46;
732 const int COLOR_array__ArraySet__enlarge = 76;
733 const int COLOR_array__ArraySet__remove_at = 77;
734 const int COLOR_array__ArraySet__init = 78;
735 const int COLOR_array__ArraySet__with_capacity = 79;
736 const int COLOR_array__ArraySetIterator__init = 45;
737 const int COLOR_array__ArrayMap__keys_61d = 55;
738 const int COLOR_array__ArrayMap__values_61d = 56;
739 const int COLOR_array__ArrayMap__enlarge = 57;
740 const int COLOR_array__ArrayMap__remove_at_index = 58;
741 const int COLOR_array__ArrayMap__index = 59;
742 const int COLOR_array__ArrayMap__init = 60;
743 const int COLOR_array__ArrayMapKeys__map = 74;
744 const int COLOR_array__ArrayMapKeys__map_61d = 75;
745 const int COLOR_array__ArrayMapKeys__init = 76;
746 const int COLOR_array__ArrayMapValues__map = 74;
747 const int COLOR_array__ArrayMapValues__map_61d = 75;
748 const int COLOR_array__ArrayMapValues__init = 76;
749 const int COLOR_array__NativeArray___91d_93d = 41;
750 const int COLOR_array__NativeArray___91d_93d_61d = 42;
751 const int COLOR_array__NativeArray__copy_to = 43;
752 const int COLOR_sorter__ComparableSorter__init = 76;
753 const int COLOR_hash_collection__HashNode__next_item = 41;
754 const int COLOR_hash_collection__HashNode__next_item_61d = 42;
755 const int COLOR_hash_collection__HashNode__prev_item = 43;
756 const int COLOR_hash_collection__HashNode__prev_item_61d = 44;
757 const int COLOR_hash_collection__HashNode__init = 45;
758 const int COLOR_hash_collection__HashMapKeys__map = 74;
759 const int COLOR_hash_collection__HashMapKeys__map_61d = 75;
760 const int COLOR_hash_collection__HashMapKeys__init = 76;
761 const int COLOR_hash_collection__HashMapValues__map = 74;
762 const int COLOR_hash_collection__HashMapValues__map_61d = 75;
763 const int COLOR_hash_collection__HashMapValues__init = 76;
764 const int COLOR_hash_collection__HashMapNode__init = 46;
765 const int COLOR_hash_collection__HashMapIterator__init = 45;
766 const int COLOR_hash_collection__HashSetNode__init = 46;
767 const int COLOR_hash_collection__HashSetIterator__init = 45;
768 const int COLOR_string__NativeString___91d_93d = 120;
769 const int COLOR_string__NativeString___91d_93d_61d = 121;
770 const int COLOR_string__NativeString__copy_to = 122;
771 const int COLOR_string__NativeString__cstring_length = 123;
772 const int COLOR_string__NativeString__atoi = 124;
773 const int COLOR_string__NativeString__atof = 125;
774 const int COLOR_string__NativeString__to_s_with_length = 126;
775 const int COLOR_string__NativeString__to_s_with_copy = 127;
776 const int COLOR_string__NativeString__init = 128;
777 const int COLOR_environ__NativeString__get_environ = 129;
778 const int COLOR_environ__NativeString__setenv = 130;
779 const int COLOR_exec__NativeString__system = 131;
780 const int COLOR_file__NativeString__file_exists = 132;
781 const int COLOR_file__NativeString__file_stat = 133;
782 const int COLOR_file__NativeString__file_lstat = 134;
783 const int COLOR_file__NativeString__file_mkdir = 135;
784 const int COLOR_file__NativeString__file_delete = 136;
785 const int COLOR_file__NativeString__file_chdir = 137;
786 const int COLOR_posix__Passwd__from_uid = 42;
787 const int COLOR_posix__Passwd__from_name = 43;
788 const int COLOR_posix__Passwd__name = 44;
789 const int COLOR_posix__Passwd__passwd = 45;
790 const int COLOR_posix__Passwd__uid = 46;
791 const int COLOR_posix__Passwd__gid = 47;
792 const int COLOR_posix__Passwd__gecos = 48;
793 const int COLOR_posix__Passwd__dir = 49;
794 const int COLOR_posix__Passwd__shell = 50;
795 const int COLOR_posix__Group__from_gid = 42;
796 const int COLOR_posix__Group__from_name = 43;
797 const int COLOR_posix__Group__name = 44;
798 const int COLOR_posix__Group__passwd = 45;
799 const int COLOR_posix__Group__gid = 46;
800 const int COLOR_posix__Group__mem = 47;
801 const int COLOR_string_search__BM_Pattern__init = 59;
802 const int COLOR_string_search__BM_Pattern__bc = 60;
803 const int COLOR_string_search__BM_Pattern__compute_bc = 61;
804 const int COLOR_string_search__BM_Pattern__suffixes = 62;
805 const int COLOR_string_search__BM_Pattern__compute_gs = 63;
806 const int COLOR_string_search__Match__string = 41;
807 const int COLOR_string_search__Match__from = 42;
808 const int COLOR_string_search__Match__length = 43;
809 const int COLOR_string_search__Match__after = 44;
810 const int COLOR_string_search__Match__init = 45;
811 const int COLOR_time__TimeT__init = 42;
812 const int COLOR_time__TimeT__from_i = 43;
813 const int COLOR_time__TimeT__update = 44;
814 const int COLOR_time__TimeT__ctime = 45;
815 const int COLOR_time__TimeT__difftime = 46;
816 const int COLOR_time__TimeT__to_i = 47;
817 const int COLOR_time__Tm__gmtime = 42;
818 const int COLOR_time__Tm__gmtime_from_timet = 43;
819 const int COLOR_time__Tm__localtime = 44;
820 const int COLOR_time__Tm__localtime_from_timet = 45;
821 const int COLOR_time__Tm__to_timet = 46;
822 const int COLOR_time__Tm__sec = 47;
823 const int COLOR_time__Tm__min = 48;
824 const int COLOR_time__Tm__hour = 49;
825 const int COLOR_time__Tm__mday = 50;
826 const int COLOR_time__Tm__mon = 51;
827 const int COLOR_time__Tm__year = 52;
828 const int COLOR_time__Tm__wday = 53;
829 const int COLOR_time__Tm__yday = 54;
830 const int COLOR_time__Tm__is_dst = 55;
831 const int COLOR_time__Tm__asctime = 56;
832 const int COLOR_time__Tm__strftime = 57;
833 const int COLOR_exec__NativeProcess__id = 42;
834 const int COLOR_exec__NativeProcess__is_finished = 43;
835 const int COLOR_exec__NativeProcess__status = 44;
836 const int COLOR_exec__NativeProcess__wait = 45;
837 const int COLOR_exec__NativeProcess__in_fd = 46;
838 const int COLOR_exec__NativeProcess__out_fd = 47;
839 const int COLOR_exec__NativeProcess__err_fd = 48;
840 const int COLOR_file__Stdin__init = 59;
841 const int COLOR_file__Stdin__poll_in = 60;
842 const int COLOR_file__Stdout__init = 59;
843 const int COLOR_file__Stderr__init = 59;
844 const int COLOR_file__FileStat__mode = 42;
845 const int COLOR_file__FileStat__atime = 43;
846 const int COLOR_file__FileStat__ctime = 44;
847 const int COLOR_file__FileStat__mtime = 45;
848 const int COLOR_file__FileStat__size = 46;
849 const int COLOR_file__FileStat__is_reg = 47;
850 const int COLOR_file__FileStat__is_dir = 48;
851 const int COLOR_file__FileStat__is_chr = 49;
852 const int COLOR_file__FileStat__is_blk = 50;
853 const int COLOR_file__FileStat__is_fifo = 51;
854 const int COLOR_file__FileStat__is_lnk = 52;
855 const int COLOR_file__FileStat__is_sock = 53;
856 const int COLOR_file__NativeFile__io_read = 42;
857 const int COLOR_file__NativeFile__io_write = 43;
858 const int COLOR_file__NativeFile__io_close = 44;
859 const int COLOR_file__NativeFile__file_stat = 45;
860 const int COLOR_file__NativeFile__io_open_read = 46;
861 const int COLOR_file__NativeFile__io_open_write = 47;
862 const int COLOR_file__NativeFile__native_stdin = 48;
863 const int COLOR_file__NativeFile__native_stdout = 49;
864 const int COLOR_file__NativeFile__native_stderr = 50;
865 const int COLOR_ropes__TupleLeafNodePos__curr_node = 41;
866 const int COLOR_ropes__TupleLeafNodePos__curr_node_61d = 42;
867 const int COLOR_ropes__TupleLeafNodePos__corrected_pos = 43;
868 const int COLOR_ropes__TupleLeafNodePos__corrected_pos_61d = 44;
869 const int COLOR_ropes__TupleLeafNodePos__visit_stack = 45;
870 const int COLOR_ropes__TupleLeafNodePos__visit_stack_61d = 46;
871 const int COLOR_ropes__TupleLeafNodePos__init = 47;
872 const int COLOR_ropes__BufferRope__is_dirty = 137;
873 const int COLOR_ropes__BufferRope__is_dirty_61d = 138;
874 const int COLOR_ropes__BufferRope__init = 139;
875 const int COLOR_ropes__BufferRope__with_string = 140;
876 const int COLOR_ropes__BufferRope__rotate_right = 141;
877 const int COLOR_ropes__BufferRope__rotate_left = 142;
878 const int COLOR_ropes__BufferRope__balance_from_node = 143;
879 const int COLOR_ropes__BufferRope__balance_node = 144;
880 const int COLOR_ropes__BufferRope__append = 145;
881 const int COLOR_ropes__BufferRope__append_multi = 146;
882 const int COLOR_ropes__BufferRope__prepend = 147;
883 const int COLOR_ropes__BufferRope__prepend_multi = 148;
884 const int COLOR_ropes__BufferRope__concat = 149;
885 const int COLOR_ropes__BufferRope__freeze = 150;
886 const int COLOR_ropes__BufferRope__to_immutable = 151;
887 const int COLOR_ropes__ImmutableRope__init = 137;
888 const int COLOR_ropes__ImmutableRope__with_string = 138;
889 const int COLOR_ropes__CharRopeView__target = 79;
890 const int COLOR_ropes__CharRopeView__target_61d = 80;
891 const int COLOR_ropes__CharRopeView__init = 81;
892 const int COLOR_ropes__TupleVisitNode__init = 41;
893 const int COLOR_ropes__TupleVisitNode__node = 42;
894 const int COLOR_ropes__TupleVisitNode__node_61d = 43;
895 const int COLOR_ropes__TupleVisitNode__left_visited = 44;
896 const int COLOR_ropes__TupleVisitNode__left_visited_61d = 45;
897 const int COLOR_ropes__TupleVisitNode__right_visited = 46;
898 const int COLOR_ropes__TupleVisitNode__right_visited_61d = 47;
899 const int COLOR_ropes__RopeIterator__target = 46;
900 const int COLOR_ropes__RopeIterator__pos = 47;
901 const int COLOR_ropes__RopeIterator__pos_61d = 48;
902 const int COLOR_ropes__RopeIterator__init = 49;
903 const int COLOR_ropes__RopeIterator__with_index = 50;
904 const int COLOR_ropes__RopeCharIterator__sub_str_iter = 46;
905 const int COLOR_ropes__RopeCharIterator__sub_str_iter_61d = 47;
906 const int COLOR_ropes__RopeCharIterator__abs_pos = 48;
907 const int COLOR_ropes__RopeCharIterator__abs_pos_61d = 49;
908 const int COLOR_ropes__RopeCharIterator__sub_pos = 50;
909 const int COLOR_ropes__RopeCharIterator__sub_pos_61d = 51;
910 const int COLOR_ropes__RopeCharIterator__curr_substring = 52;
911 const int COLOR_ropes__RopeCharIterator__curr_substring_61d = 53;
912 const int COLOR_ropes__RopeCharIterator__init = 54;
913 const int COLOR_ropes__DFSRopeLeafIterator__visit_stack = 51;
914 const int COLOR_ropes__DFSRopeLeafIterator__visit_stack_61d = 52;
915 const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf = 53;
916 const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf_61d = 54;
917 const int COLOR_ropes__DFSRopeLeafIterator__init = 55;
918 const int COLOR_ropes__DFSRopeLeafIterator__with_index = 56;
919 const int COLOR_ropes__DFSRopeLeafIterator__next_body = 57;
920 const int COLOR_ropes__RopeNode__parent = 41;
921 const int COLOR_ropes__RopeNode__parent_61d = 42;
922 const int COLOR_ropes__RopeNode__height = 43;
923 const int COLOR_ropes__RopeNode__height_61d = 44;
924 const int COLOR_ropes__RopeNode__balance_factor = 45;
925 const int COLOR_ropes__RopeNode__length = 46;
926 const int COLOR_ropes__RopeNode__length_61d = 47;
927 const int COLOR_ropes__RopeNode__init = 48;
928 const int COLOR_ropes__ConcatNode__left_child = 49;
929 const int COLOR_ropes__ConcatNode__right_child = 50;
930 const int COLOR_ropes__ConcatNode__left_child_61d = 51;
931 const int COLOR_ropes__ConcatNode__right_child_61d = 52;
932 const int COLOR_ropes__ConcatNode__update_data = 53;
933 const int COLOR_ropes__ConcatNode__init = 54;
934 const int COLOR_ropes__LeafNode__init = 49;
935 const int COLOR_ropes__LeafNode__value = 50;
936 const int COLOR_ropes__LeafNode__value_61d = 51;
937 const int COLOR_location__SourceFile__filename = 41;
938 const int COLOR_location__SourceFile__filename_61d = 42;
939 const int COLOR_location__SourceFile__string = 43;
940 const int COLOR_location__SourceFile__string_61d = 44;
941 const int COLOR_location__SourceFile__init = 45;
942 const int COLOR_location__SourceFile__from_string = 46;
943 const int COLOR_location__SourceFile__line_starts = 47;
944 const int COLOR_location__SourceFile__line_starts_61d = 48;
945 const int COLOR_location__Location__file = 49;
946 const int COLOR_location__Location__file_61d = 50;
947 const int COLOR_location__Location__line_start = 51;
948 const int COLOR_location__Location__line_start_61d = 52;
949 const int COLOR_location__Location__line_end = 53;
950 const int COLOR_location__Location__line_end_61d = 54;
951 const int COLOR_location__Location__column_start = 55;
952 const int COLOR_location__Location__column_start_61d = 56;
953 const int COLOR_location__Location__column_end = 57;
954 const int COLOR_location__Location__column_end_61d = 58;
955 const int COLOR_location__Location__init = 59;
956 const int COLOR_location__Location__pstart = 60;
957 const int COLOR_location__Location__pend = 61;
958 const int COLOR_location__Location__text = 62;
959 const int COLOR_location__Location__text_cache = 63;
960 const int COLOR_location__Location__text_cache_61d = 64;
961 const int COLOR_location__Location__with_file = 65;
962 const int COLOR_location__Location__located_in = 66;
963 const int COLOR_location__Location__relative_to = 67;
964 const int COLOR_location__Location__colored_line = 68;
965 const int COLOR_tables__TablesCapable__lexer_goto = 41;
966 const int COLOR_tables__TablesCapable__lexer_accept = 42;
967 const int COLOR_tables__TablesCapable__parser_goto = 43;
968 const int COLOR_tables__TablesCapable__parser_action = 44;
969 const int COLOR_poset__POSetElement__poset = 41;
970 const int COLOR_poset__POSetElement__poset_61d = 42;
971 const int COLOR_poset__POSetElement__element = 43;
972 const int COLOR_poset__POSetElement__element_61d = 44;
973 const int COLOR_poset__POSetElement__tos = 45;
974 const int COLOR_poset__POSetElement__tos_61d = 46;
975 const int COLOR_poset__POSetElement__froms = 47;
976 const int COLOR_poset__POSetElement__froms_61d = 48;
977 const int COLOR_poset__POSetElement__dtos = 49;
978 const int COLOR_poset__POSetElement__dtos_61d = 50;
979 const int COLOR_poset__POSetElement__dfroms = 51;
980 const int COLOR_poset__POSetElement__dfroms_61d = 52;
981 const int COLOR_poset__POSetElement__count = 53;
982 const int COLOR_poset__POSetElement__count_61d = 54;
983 const int COLOR_poset__POSetElement__greaters = 55;
984 const int COLOR_poset__POSetElement__direct_greaters = 56;
985 const int COLOR_poset__POSetElement__smallers = 57;
986 const int COLOR_poset__POSetElement__direct_smallers = 58;
987 const int COLOR_poset__POSetElement___60d_61d = 59;
988 const int COLOR_poset__POSetElement___60d = 60;
989 const int COLOR_poset__POSetElement__init = 61;
990 const int COLOR_more_collections__MultiHashMap__add_one = 112;
991 const int COLOR_more_collections__MultiHashMap__init = 113;
992 const int COLOR_more_collections__HashMap2__level1 = 41;
993 const int COLOR_more_collections__HashMap2__level1_61d = 42;
994 const int COLOR_more_collections__HashMap2___91d_93d = 43;
995 const int COLOR_more_collections__HashMap2___91d_93d_61d = 44;
996 const int COLOR_more_collections__HashMap2__init = 45;
997 const int COLOR_more_collections__HashMap3__level1 = 41;
998 const int COLOR_more_collections__HashMap3__level1_61d = 42;
999 const int COLOR_more_collections__HashMap3___91d_93d = 43;
1000 const int COLOR_more_collections__HashMap3___91d_93d_61d = 44;
1001 const int COLOR_more_collections__HashMap3__init = 45;
1002 const int COLOR_opts__Option__names = 41;
1003 const int COLOR_opts__Option__helptext = 42;
1004 const int COLOR_opts__Option__errors = 43;
1005 const int COLOR_opts__Option__mandatory = 44;
1006 const int COLOR_opts__Option__mandatory_61d = 45;
1007 const int COLOR_opts__Option__read = 46;
1008 const int COLOR_opts__Option__value_61d = 47;
1009 const int COLOR_opts__Option__value = 48;
1010 const int COLOR_opts__Option__default_value = 49;
1011 const int COLOR_opts__Option__default_value_61d = 50;
1012 const int COLOR_opts__Option__init_opt = 51;
1013 const int COLOR_opts__Option__add_aliases = 52;
1014 const int COLOR_opts__Option__pretty = 53;
1015 const int COLOR_opts__Option__pretty_default = 54;
1016 const int COLOR_opts__Option__read_param = 55;
1017 const int COLOR_opts__OptionText__init = 56;
1018 const int COLOR_opts__OptionBool__init = 56;
1019 const int COLOR_opts__OptionBool__read_param = 57;
1020 const int COLOR_opts__OptionCount__init = 56;
1021 const int COLOR_opts__OptionCount__read_param = 57;
1022 const int COLOR_opts__OptionParameter__convert = 56;
1023 const int COLOR_opts__OptionParameter__parameter_mandatory = 57;
1024 const int COLOR_opts__OptionParameter__parameter_mandatory_61d = 58;
1025 const int COLOR_opts__OptionParameter__init_opt = 59;
1026 const int COLOR_opts__OptionParameter__read_param = 60;
1027 const int COLOR_opts__OptionString__init = 61;
1028 const int COLOR_opts__OptionEnum__init = 61;
1029 const int COLOR_opts__OptionEnum__value_name = 62;
1030 const int COLOR_opts__OptionInt__init = 61;
1031 const int COLOR_opts__OptionArray__init = 61;
1032 const int COLOR_opts__OptionContext__options = 41;
1033 const int COLOR_opts__OptionContext__rest = 42;
1034 const int COLOR_opts__OptionContext__errors = 43;
1035 const int COLOR_opts__OptionContext__usage = 44;
1036 const int COLOR_opts__OptionContext__parse = 45;
1037 const int COLOR_opts__OptionContext__parse_intern = 46;
1038 const int COLOR_opts__OptionContext__add_option = 47;
1039 const int COLOR_opts__OptionContext__init = 48;
1040 const int COLOR_opts__OptionContext__build = 49;
1041 const int COLOR_opts__OptionContext__get_errors = 50;
1042 const int COLOR_parser_nodes__ANodes__parent = 89;
1043 const int COLOR_parser_nodes__ANodes__parent_61d = 90;
1044 const int COLOR_parser_nodes__ANodes__items = 91;
1045 const int COLOR_parser_nodes__ANodes__items_61d = 92;
1046 const int COLOR_parser_nodes__ANodes__hook_add = 93;
1047 const int COLOR_parser_nodes__ANodes__hook_remove = 94;
1048 const int COLOR_parser_nodes__ANodes__init = 95;
1049 const int COLOR_parser_nodes__Token__text = 63;
1050 const int COLOR_parser_nodes__Token__text_61d = 64;
1051 const int COLOR_parser_nodes__Token__prev_token = 65;
1052 const int COLOR_parser_nodes__Token__prev_token_61d = 66;
1053 const int COLOR_parser_nodes__Token__next_token = 67;
1054 const int COLOR_parser_nodes__Token__next_token_61d = 68;
1055 const int COLOR_parser_nodes__Token__init = 69;
1056 const int COLOR_lexer__Token__parser_index = 70;
1057 const int COLOR_parser_nodes__Visitor__visit = 41;
1058 const int COLOR_parser_nodes__Visitor__enter_visit = 42;
1059 const int COLOR_parser_nodes__Visitor__current_node = 43;
1060 const int COLOR_parser_nodes__Visitor__current_node_61d = 44;
1061 const int COLOR_parser_nodes__Visitor__init = 45;
1062 const int COLOR_parser_nodes__TEol__init = 71;
1063 const int COLOR_lexer__TEol__init_tk = 72;
1064 const int COLOR_parser_nodes__TComment__init = 71;
1065 const int COLOR_lexer__TComment__init_tk = 72;
1066 const int COLOR_parser_nodes__TokenKeyword__init = 71;
1067 const int COLOR_parser_nodes__TKwpackage__init = 72;
1068 const int COLOR_lexer__TKwpackage__init_tk = 73;
1069 const int COLOR_parser_nodes__TKwmodule__init = 72;
1070 const int COLOR_lexer__TKwmodule__init_tk = 73;
1071 const int COLOR_parser_nodes__TKwimport__init = 72;
1072 const int COLOR_lexer__TKwimport__init_tk = 73;
1073 const int COLOR_parser_nodes__TKwclass__init = 72;
1074 const int COLOR_lexer__TKwclass__init_tk = 73;
1075 const int COLOR_parser_nodes__TKwabstract__init = 72;
1076 const int COLOR_lexer__TKwabstract__init_tk = 73;
1077 const int COLOR_parser_nodes__TKwinterface__init = 72;
1078 const int COLOR_lexer__TKwinterface__init_tk = 73;
1079 const int COLOR_parser_nodes__TKwenum__init = 72;
1080 const int COLOR_lexer__TKwenum__init_tk = 73;
1081 const int COLOR_parser_nodes__TKwend__init = 72;
1082 const int COLOR_lexer__TKwend__init_tk = 73;
1083 const int COLOR_parser_nodes__TKwmeth__init = 72;
1084 const int COLOR_lexer__TKwmeth__init_tk = 73;
1085 const int COLOR_parser_nodes__TKwtype__init = 72;
1086 const int COLOR_lexer__TKwtype__init_tk = 73;
1087 const int COLOR_parser_nodes__TKwinit__init = 72;
1088 const int COLOR_lexer__TKwinit__init_tk = 73;
1089 const int COLOR_parser_nodes__TKwredef__init = 72;
1090 const int COLOR_lexer__TKwredef__init_tk = 73;
1091 const int COLOR_parser_nodes__TKwis__init = 72;
1092 const int COLOR_lexer__TKwis__init_tk = 73;
1093 const int COLOR_parser_nodes__TKwdo__init = 72;
1094 const int COLOR_lexer__TKwdo__init_tk = 73;
1095 const int COLOR_parser_nodes__TKwreadable__init = 72;
1096 const int COLOR_lexer__TKwreadable__init_tk = 73;
1097 const int COLOR_parser_nodes__TKwwritable__init = 72;
1098 const int COLOR_lexer__TKwwritable__init_tk = 73;
1099 const int COLOR_parser_nodes__TKwvar__init = 72;
1100 const int COLOR_lexer__TKwvar__init_tk = 73;
1101 const int COLOR_parser_nodes__TKwintern__init = 72;
1102 const int COLOR_lexer__TKwintern__init_tk = 73;
1103 const int COLOR_parser_nodes__TKwextern__init = 72;
1104 const int COLOR_lexer__TKwextern__init_tk = 73;
1105 const int COLOR_parser_nodes__TKwprotected__init = 72;
1106 const int COLOR_lexer__TKwprotected__init_tk = 73;
1107 const int COLOR_parser_nodes__TKwprivate__init = 72;
1108 const int COLOR_lexer__TKwprivate__init_tk = 73;
1109 const int COLOR_parser_nodes__TKwintrude__init = 72;
1110 const int COLOR_lexer__TKwintrude__init_tk = 73;
1111 const int COLOR_parser_nodes__TKwif__init = 72;
1112 const int COLOR_lexer__TKwif__init_tk = 73;
1113 const int COLOR_parser_nodes__TKwthen__init = 72;
1114 const int COLOR_lexer__TKwthen__init_tk = 73;
1115 const int COLOR_parser_nodes__TKwelse__init = 72;
1116 const int COLOR_lexer__TKwelse__init_tk = 73;
1117 const int COLOR_parser_nodes__TKwwhile__init = 72;
1118 const int COLOR_lexer__TKwwhile__init_tk = 73;
1119 const int COLOR_parser_nodes__TKwloop__init = 72;
1120 const int COLOR_lexer__TKwloop__init_tk = 73;
1121 const int COLOR_parser_nodes__TKwfor__init = 72;
1122 const int COLOR_lexer__TKwfor__init_tk = 73;
1123 const int COLOR_parser_nodes__TKwin__init = 72;
1124 const int COLOR_lexer__TKwin__init_tk = 73;
1125 const int COLOR_parser_nodes__TKwand__init = 72;
1126 const int COLOR_lexer__TKwand__init_tk = 73;
1127 const int COLOR_parser_nodes__TKwor__init = 72;
1128 const int COLOR_lexer__TKwor__init_tk = 73;
1129 const int COLOR_parser_nodes__TKwimplies__init = 72;
1130 const int COLOR_lexer__TKwimplies__init_tk = 73;
1131 const int COLOR_parser_nodes__TKwnot__init = 72;
1132 const int COLOR_lexer__TKwnot__init_tk = 73;
1133 const int COLOR_parser_nodes__TKwreturn__init = 72;
1134 const int COLOR_lexer__TKwreturn__init_tk = 73;
1135 const int COLOR_parser_nodes__TKwcontinue__init = 72;
1136 const int COLOR_lexer__TKwcontinue__init_tk = 73;
1137 const int COLOR_parser_nodes__TKwbreak__init = 72;
1138 const int COLOR_lexer__TKwbreak__init_tk = 73;
1139 const int COLOR_parser_nodes__TKwabort__init = 72;
1140 const int COLOR_lexer__TKwabort__init_tk = 73;
1141 const int COLOR_parser_nodes__TKwassert__init = 72;
1142 const int COLOR_lexer__TKwassert__init_tk = 73;
1143 const int COLOR_parser_nodes__TKwnew__init = 72;
1144 const int COLOR_lexer__TKwnew__init_tk = 73;
1145 const int COLOR_parser_nodes__TKwisa__init = 72;
1146 const int COLOR_lexer__TKwisa__init_tk = 73;
1147 const int COLOR_parser_nodes__TKwonce__init = 72;
1148 const int COLOR_lexer__TKwonce__init_tk = 73;
1149 const int COLOR_parser_nodes__TKwsuper__init = 72;
1150 const int COLOR_lexer__TKwsuper__init_tk = 73;
1151 const int COLOR_parser_nodes__TKwself__init = 72;
1152 const int COLOR_lexer__TKwself__init_tk = 73;
1153 const int COLOR_parser_nodes__TKwtrue__init = 72;
1154 const int COLOR_lexer__TKwtrue__init_tk = 73;
1155 const int COLOR_parser_nodes__TKwfalse__init = 72;
1156 const int COLOR_lexer__TKwfalse__init_tk = 73;
1157 const int COLOR_parser_nodes__TKwnull__init = 72;
1158 const int COLOR_lexer__TKwnull__init_tk = 73;
1159 const int COLOR_parser_nodes__TKwas__init = 72;
1160 const int COLOR_lexer__TKwas__init_tk = 73;
1161 const int COLOR_parser_nodes__TKwnullable__init = 72;
1162 const int COLOR_lexer__TKwnullable__init_tk = 73;
1163 const int COLOR_parser_nodes__TKwisset__init = 72;
1164 const int COLOR_lexer__TKwisset__init_tk = 73;
1165 const int COLOR_parser_nodes__TKwlabel__init = 72;
1166 const int COLOR_lexer__TKwlabel__init_tk = 73;
1167 const int COLOR_parser_nodes__TKwdebug__init = 71;
1168 const int COLOR_lexer__TKwdebug__init_tk = 72;
1169 const int COLOR_parser_nodes__TOpar__init = 71;
1170 const int COLOR_lexer__TOpar__init_tk = 72;
1171 const int COLOR_parser_nodes__TCpar__init = 71;
1172 const int COLOR_lexer__TCpar__init_tk = 72;
1173 const int COLOR_parser_nodes__TObra__init = 71;
1174 const int COLOR_lexer__TObra__init_tk = 72;
1175 const int COLOR_parser_nodes__TCbra__init = 71;
1176 const int COLOR_lexer__TCbra__init_tk = 72;
1177 const int COLOR_parser_nodes__TComma__init = 71;
1178 const int COLOR_lexer__TComma__init_tk = 72;
1179 const int COLOR_parser_nodes__TColumn__init = 71;
1180 const int COLOR_lexer__TColumn__init_tk = 72;
1181 const int COLOR_parser_nodes__TQuad__init = 71;
1182 const int COLOR_lexer__TQuad__init_tk = 72;
1183 const int COLOR_parser_nodes__TAssign__init = 71;
1184 const int COLOR_lexer__TAssign__init_tk = 72;
1185 const int COLOR_parser_nodes__TokenOperator__init = 71;
1186 const int COLOR_parser_nodes__TPluseq__init = 72;
1187 const int COLOR_lexer__TPluseq__init_tk = 73;
1188 const int COLOR_parser_nodes__TMinuseq__init = 72;
1189 const int COLOR_lexer__TMinuseq__init_tk = 73;
1190 const int COLOR_parser_nodes__TDotdotdot__init = 72;
1191 const int COLOR_lexer__TDotdotdot__init_tk = 73;
1192 const int COLOR_parser_nodes__TDotdot__init = 72;
1193 const int COLOR_lexer__TDotdot__init_tk = 73;
1194 const int COLOR_parser_nodes__TDot__init = 72;
1195 const int COLOR_lexer__TDot__init_tk = 73;
1196 const int COLOR_parser_nodes__TPlus__init = 72;
1197 const int COLOR_lexer__TPlus__init_tk = 73;
1198 const int COLOR_parser_nodes__TMinus__init = 72;
1199 const int COLOR_lexer__TMinus__init_tk = 73;
1200 const int COLOR_parser_nodes__TStar__init = 72;
1201 const int COLOR_lexer__TStar__init_tk = 73;
1202 const int COLOR_parser_nodes__TSlash__init = 72;
1203 const int COLOR_lexer__TSlash__init_tk = 73;
1204 const int COLOR_parser_nodes__TPercent__init = 72;
1205 const int COLOR_lexer__TPercent__init_tk = 73;
1206 const int COLOR_parser_nodes__TEq__init = 72;
1207 const int COLOR_lexer__TEq__init_tk = 73;
1208 const int COLOR_parser_nodes__TNe__init = 72;
1209 const int COLOR_lexer__TNe__init_tk = 73;
1210 const int COLOR_parser_nodes__TLt__init = 72;
1211 const int COLOR_lexer__TLt__init_tk = 73;
1212 const int COLOR_parser_nodes__TLe__init = 72;
1213 const int COLOR_lexer__TLe__init_tk = 73;
1214 const int COLOR_parser_nodes__TLl__init = 72;
1215 const int COLOR_lexer__TLl__init_tk = 73;
1216 const int COLOR_parser_nodes__TGt__init = 72;
1217 const int COLOR_lexer__TGt__init_tk = 73;
1218 const int COLOR_parser_nodes__TGe__init = 72;
1219 const int COLOR_lexer__TGe__init_tk = 73;
1220 const int COLOR_parser_nodes__TGg__init = 72;
1221 const int COLOR_lexer__TGg__init_tk = 73;
1222 const int COLOR_parser_nodes__TStarship__init = 72;
1223 const int COLOR_lexer__TStarship__init_tk = 73;
1224 const int COLOR_parser_nodes__TBang__init = 72;
1225 const int COLOR_lexer__TBang__init_tk = 73;
1226 const int COLOR_parser_nodes__TAt__init = 71;
1227 const int COLOR_lexer__TAt__init_tk = 72;
1228 const int COLOR_parser_nodes__TClassid__init = 71;
1229 const int COLOR_lexer__TClassid__init_tk = 72;
1230 const int COLOR_parser_nodes__TId__init = 71;
1231 const int COLOR_lexer__TId__init_tk = 72;
1232 const int COLOR_parser_nodes__TAttrid__init = 71;
1233 const int COLOR_lexer__TAttrid__init_tk = 72;
1234 const int COLOR_parser_nodes__TokenLiteral__init = 71;
1235 const int COLOR_parser_nodes__TNumber__init = 72;
1236 const int COLOR_lexer__TNumber__init_tk = 73;
1237 const int COLOR_parser_nodes__TFloat__init = 72;
1238 const int COLOR_lexer__TFloat__init_tk = 73;
1239 const int COLOR_parser_nodes__TChar__init = 72;
1240 const int COLOR_lexer__TChar__init_tk = 73;
1241 const int COLOR_parser_nodes__TString__init = 72;
1242 const int COLOR_lexer__TString__init_tk = 73;
1243 const int COLOR_parser_nodes__TStartString__init = 72;
1244 const int COLOR_lexer__TStartString__init_tk = 73;
1245 const int COLOR_parser_nodes__TMidString__init = 72;
1246 const int COLOR_lexer__TMidString__init_tk = 73;
1247 const int COLOR_parser_nodes__TEndString__init = 72;
1248 const int COLOR_lexer__TEndString__init_tk = 73;
1249 const int COLOR_parser_nodes__TBadString__init = 71;
1250 const int COLOR_lexer__TBadString__init_tk = 72;
1251 const int COLOR_parser_nodes__TBadChar__init = 71;
1252 const int COLOR_lexer__TBadChar__init_tk = 72;
1253 const int COLOR_parser_nodes__TExternCodeSegment__init = 71;
1254 const int COLOR_lexer__TExternCodeSegment__init_tk = 72;
1255 const int COLOR_parser_nodes__EOF__init = 71;
1256 const int COLOR_lexer__EOF__init_tk = 72;
1257 const int COLOR_parser_nodes__AError__init = 73;
1258 const int COLOR_lexer__AError__message = 74;
1259 const int COLOR_lexer__AError__init_error = 75;
1260 const int COLOR_parser_nodes__ALexerError__init = 76;
1261 const int COLOR_lexer__ALexerError__string = 77;
1262 const int COLOR_lexer__ALexerError__init_lexer_error = 78;
1263 const int COLOR_parser_nodes__AParserError__init = 76;
1264 const int COLOR_lexer__AParserError__token = 77;
1265 const int COLOR_lexer__AParserError__init_parser_error = 78;
1266 const int COLOR_parser_nodes__AModule__n_moduledecl = 69;
1267 const int COLOR_parser_nodes__AModule__n_moduledecl_61d = 70;
1268 const int COLOR_parser_nodes__AModule__n_imports = 71;
1269 const int COLOR_parser_nodes__AModule__n_extern_code_blocks = 72;
1270 const int COLOR_parser_nodes__AModule__n_classdefs = 73;
1271 const int COLOR_parser_nodes__AModule__init = 74;
1272 const int COLOR_parser_prod__AModule__empty_init = 75;
1273 const int COLOR_parser_prod__AModule__init_amodule = 76;
1274 const int COLOR_simple_misc_analysis__AModule__do_simple_misc_analysis = 77;
1275 const int COLOR_literal__AModule__do_literal = 78;
1276 const int COLOR_modelbuilder__AModule__mmodule = 79;
1277 const int COLOR_modelbuilder__AModule__mmodule_61d = 80;
1278 const int COLOR_modelbuilder__AModule__is_importation_done = 81;
1279 const int COLOR_modelbuilder__AModule__is_importation_done_61d = 82;
1280 const int COLOR_modelize_class__AModule__build_classes_is_done = 83;
1281 const int COLOR_modelize_class__AModule__build_classes_is_done_61d = 84;
1282 const int COLOR_modelize_class__AModule__mclass2nclassdef = 85;
1283 const int COLOR_modelize_class__AModule__mclass2nclassdef_61d = 86;
1284 const int COLOR_parser_nodes__AModuledecl__n_doc = 69;
1285 const int COLOR_parser_nodes__AModuledecl__n_doc_61d = 70;
1286 const int COLOR_parser_nodes__AModuledecl__n_kwmodule = 71;
1287 const int COLOR_parser_nodes__AModuledecl__n_kwmodule_61d = 72;
1288 const int COLOR_parser_nodes__AModuledecl__n_name = 73;
1289 const int COLOR_parser_nodes__AModuledecl__n_name_61d = 74;
1290 const int COLOR_parser_nodes__AModuledecl__init = 75;
1291 const int COLOR_parser_prod__AModuledecl__empty_init = 76;
1292 const int COLOR_parser_prod__AModuledecl__init_amoduledecl = 77;
1293 const int COLOR_parser_nodes__AImport__init = 69;
1294 const int COLOR_parser_nodes__AStdImport__n_visibility = 70;
1295 const int COLOR_parser_nodes__AStdImport__n_visibility_61d = 71;
1296 const int COLOR_parser_nodes__AStdImport__n_kwimport = 72;
1297 const int COLOR_parser_nodes__AStdImport__n_kwimport_61d = 73;
1298 const int COLOR_parser_nodes__AStdImport__n_name = 74;
1299 const int COLOR_parser_nodes__AStdImport__n_name_61d = 75;
1300 const int COLOR_parser_nodes__AStdImport__init = 76;
1301 const int COLOR_parser_prod__AStdImport__empty_init = 77;
1302 const int COLOR_parser_prod__AStdImport__init_astdimport = 78;
1303 const int COLOR_modelbuilder__AStdImport__mmodule = 79;
1304 const int COLOR_modelbuilder__AStdImport__mmodule_61d = 80;
1305 const int COLOR_parser_nodes__ANoImport__n_visibility = 70;
1306 const int COLOR_parser_nodes__ANoImport__n_visibility_61d = 71;
1307 const int COLOR_parser_nodes__ANoImport__n_kwimport = 72;
1308 const int COLOR_parser_nodes__ANoImport__n_kwimport_61d = 73;
1309 const int COLOR_parser_nodes__ANoImport__n_kwend = 74;
1310 const int COLOR_parser_nodes__ANoImport__n_kwend_61d = 75;
1311 const int COLOR_parser_nodes__ANoImport__init = 76;
1312 const int COLOR_parser_prod__ANoImport__empty_init = 77;
1313 const int COLOR_parser_prod__ANoImport__init_anoimport = 78;
1314 const int COLOR_parser_nodes__AVisibility__init = 69;
1315 const int COLOR_modelbuilder__AVisibility__mvisibility = 70;
1316 const int COLOR_parser_nodes__APublicVisibility__init = 71;
1317 const int COLOR_parser_prod__APublicVisibility__empty_init = 72;
1318 const int COLOR_parser_prod__APublicVisibility__init_apublicvisibility = 73;
1319 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate = 71;
1320 const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate_61d = 72;
1321 const int COLOR_parser_nodes__APrivateVisibility__init = 73;
1322 const int COLOR_parser_prod__APrivateVisibility__empty_init = 74;
1323 const int COLOR_parser_prod__APrivateVisibility__init_aprivatevisibility = 75;
1324 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected = 71;
1325 const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected_61d = 72;
1326 const int COLOR_parser_nodes__AProtectedVisibility__init = 73;
1327 const int COLOR_parser_prod__AProtectedVisibility__empty_init = 74;
1328 const int COLOR_parser_prod__AProtectedVisibility__init_aprotectedvisibility = 75;
1329 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude = 71;
1330 const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude_61d = 72;
1331 const int COLOR_parser_nodes__AIntrudeVisibility__init = 73;
1332 const int COLOR_parser_prod__AIntrudeVisibility__empty_init = 74;
1333 const int COLOR_parser_prod__AIntrudeVisibility__init_aintrudevisibility = 75;
1334 const int COLOR_parser_nodes__AClassdef__n_propdefs = 69;
1335 const int COLOR_parser_nodes__AClassdef__init = 70;
1336 const int COLOR_modelize_class__AClassdef__mclass = 71;
1337 const int COLOR_modelize_class__AClassdef__mclass_61d = 72;
1338 const int COLOR_modelize_class__AClassdef__mclassdef = 73;
1339 const int COLOR_modelize_class__AClassdef__mclassdef_61d = 74;
1340 const int COLOR_modelize_property__AClassdef__build_properties_is_done = 75;
1341 const int COLOR_modelize_property__AClassdef__build_properties_is_done_61d = 76;
1342 const int COLOR_modelize_property__AClassdef__super_inits = 77;
1343 const int COLOR_modelize_property__AClassdef__super_inits_61d = 78;
1344 const int COLOR_modelize_property__AClassdef__mfree_init = 79;
1345 const int COLOR_modelize_property__AClassdef__mfree_init_61d = 80;
1346 const int COLOR_modelize_property__AClassdef__mprop2npropdef = 81;
1347 const int COLOR_modelize_property__AClassdef__mprop2npropdef_61d = 82;
1348 const int COLOR_abstract_compiler__AClassdef__compile_to_c = 83;
1349 const int COLOR_parser_nodes__AStdClassdef__n_doc = 84;
1350 const int COLOR_parser_nodes__AStdClassdef__n_doc_61d = 85;
1351 const int COLOR_parser_nodes__AStdClassdef__n_kwredef = 86;
1352 const int COLOR_parser_nodes__AStdClassdef__n_kwredef_61d = 87;
1353 const int COLOR_parser_nodes__AStdClassdef__n_visibility = 88;
1354 const int COLOR_parser_nodes__AStdClassdef__n_visibility_61d = 89;
1355 const int COLOR_parser_nodes__AStdClassdef__n_classkind = 90;
1356 const int COLOR_parser_nodes__AStdClassdef__n_classkind_61d = 91;
1357 const int COLOR_parser_nodes__AStdClassdef__n_id = 92;
1358 const int COLOR_parser_nodes__AStdClassdef__n_id_61d = 93;
1359 const int COLOR_parser_nodes__AStdClassdef__n_formaldefs = 94;
1360 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block = 95;
1361 const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block_61d = 96;
1362 const int COLOR_parser_nodes__AStdClassdef__n_superclasses = 97;
1363 const int COLOR_parser_nodes__AStdClassdef__n_kwend = 98;
1364 const int COLOR_parser_nodes__AStdClassdef__n_kwend_61d = 99;
1365 const int COLOR_parser_nodes__AStdClassdef__init = 100;
1366 const int COLOR_parser_prod__AStdClassdef__empty_init = 101;
1367 const int COLOR_parser_prod__AStdClassdef__init_astdclassdef = 102;
1368 const int COLOR_parser_nodes__ATopClassdef__init = 84;
1369 const int COLOR_parser_prod__ATopClassdef__empty_init = 85;
1370 const int COLOR_parser_prod__ATopClassdef__init_atopclassdef = 86;
1371 const int COLOR_parser_nodes__AMainClassdef__init = 84;
1372 const int COLOR_parser_prod__AMainClassdef__empty_init = 85;
1373 const int COLOR_parser_prod__AMainClassdef__init_amainclassdef = 86;
1374 const int COLOR_parser_nodes__AClasskind__init = 69;
1375 const int COLOR_modelize_class__AClasskind__mkind = 70;
1376 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass = 71;
1377 const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass_61d = 72;
1378 const int COLOR_parser_nodes__AConcreteClasskind__init = 73;
1379 const int COLOR_parser_prod__AConcreteClasskind__empty_init = 74;
1380 const int COLOR_parser_prod__AConcreteClasskind__init_aconcreteclasskind = 75;
1381 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract = 71;
1382 const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract_61d = 72;
1383 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass = 73;
1384 const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass_61d = 74;
1385 const int COLOR_parser_nodes__AAbstractClasskind__init = 75;
1386 const int COLOR_parser_prod__AAbstractClasskind__empty_init = 76;
1387 const int COLOR_parser_prod__AAbstractClasskind__init_aabstractclasskind = 77;
1388 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface = 71;
1389 const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface_61d = 72;
1390 const int COLOR_parser_nodes__AInterfaceClasskind__init = 73;
1391 const int COLOR_parser_prod__AInterfaceClasskind__empty_init = 74;
1392 const int COLOR_parser_prod__AInterfaceClasskind__init_ainterfaceclasskind = 75;
1393 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum = 71;
1394 const int COLOR_parser_nodes__AEnumClasskind__n_kwenum_61d = 72;
1395 const int COLOR_parser_nodes__AEnumClasskind__init = 73;
1396 const int COLOR_parser_prod__AEnumClasskind__empty_init = 74;
1397 const int COLOR_parser_prod__AEnumClasskind__init_aenumclasskind = 75;
1398 const int COLOR_parser_nodes__AExternClasskind__n_kwextern = 71;
1399 const int COLOR_parser_nodes__AExternClasskind__n_kwextern_61d = 72;
1400 const int COLOR_parser_nodes__AExternClasskind__n_kwclass = 73;
1401 const int COLOR_parser_nodes__AExternClasskind__n_kwclass_61d = 74;
1402 const int COLOR_parser_nodes__AExternClasskind__init = 75;
1403 const int COLOR_parser_prod__AExternClasskind__empty_init = 76;
1404 const int COLOR_parser_prod__AExternClasskind__init_aexternclasskind = 77;
1405 const int COLOR_parser_nodes__AFormaldef__n_id = 69;
1406 const int COLOR_parser_nodes__AFormaldef__n_id_61d = 70;
1407 const int COLOR_parser_nodes__AFormaldef__n_type = 71;
1408 const int COLOR_parser_nodes__AFormaldef__n_type_61d = 72;
1409 const int COLOR_parser_nodes__AFormaldef__init = 73;
1410 const int COLOR_parser_prod__AFormaldef__empty_init = 74;
1411 const int COLOR_parser_prod__AFormaldef__init_aformaldef = 75;
1412 const int COLOR_modelize_class__AFormaldef__mtype = 76;
1413 const int COLOR_modelize_class__AFormaldef__mtype_61d = 77;
1414 const int COLOR_modelize_class__AFormaldef__bound = 78;
1415 const int COLOR_modelize_class__AFormaldef__bound_61d = 79;
1416 const int COLOR_parser_nodes__ASuperclass__n_kwsuper = 69;
1417 const int COLOR_parser_nodes__ASuperclass__n_kwsuper_61d = 70;
1418 const int COLOR_parser_nodes__ASuperclass__n_type = 71;
1419 const int COLOR_parser_nodes__ASuperclass__n_type_61d = 72;
1420 const int COLOR_parser_nodes__ASuperclass__init = 73;
1421 const int COLOR_parser_prod__ASuperclass__empty_init = 74;
1422 const int COLOR_parser_prod__ASuperclass__init_asuperclass = 75;
1423 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef = 93;
1424 const int COLOR_parser_nodes__AAttrPropdef__n_kwredef_61d = 94;
1425 const int COLOR_parser_nodes__AAttrPropdef__n_visibility = 95;
1426 const int COLOR_parser_nodes__AAttrPropdef__n_visibility_61d = 96;
1427 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar = 97;
1428 const int COLOR_parser_nodes__AAttrPropdef__n_kwvar_61d = 98;
1429 const int COLOR_parser_nodes__AAttrPropdef__n_id = 99;
1430 const int COLOR_parser_nodes__AAttrPropdef__n_id_61d = 100;
1431 const int COLOR_parser_nodes__AAttrPropdef__n_id2 = 101;
1432 const int COLOR_parser_nodes__AAttrPropdef__n_id2_61d = 102;
1433 const int COLOR_parser_nodes__AAttrPropdef__n_type = 103;
1434 const int COLOR_parser_nodes__AAttrPropdef__n_type_61d = 104;
1435 const int COLOR_parser_nodes__AAttrPropdef__n_readable = 105;
1436 const int COLOR_parser_nodes__AAttrPropdef__n_readable_61d = 106;
1437 const int COLOR_parser_nodes__AAttrPropdef__n_writable = 107;
1438 const int COLOR_parser_nodes__AAttrPropdef__n_writable_61d = 108;
1439 const int COLOR_parser_nodes__AAttrPropdef__n_expr = 109;
1440 const int COLOR_parser_nodes__AAttrPropdef__n_expr_61d = 110;
1441 const int COLOR_parser_nodes__AAttrPropdef__init = 111;
1442 const int COLOR_parser_prod__AAttrPropdef__empty_init = 112;
1443 const int COLOR_parser_prod__AAttrPropdef__init_aattrpropdef = 113;
1444 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef = 114;
1445 const int COLOR_modelize_property__AAttrPropdef__mreadpropdef_61d = 115;
1446 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef = 116;
1447 const int COLOR_modelize_property__AAttrPropdef__mwritepropdef_61d = 117;
1448 const int COLOR_modelize_property__AAttrPropdef__check_method_signature = 118;
1449 const int COLOR_abstract_compiler__AAttrPropdef__init_expr = 119;
1450 const int COLOR_abstract_compiler__AAttrPropdef__check_expr = 120;
1451 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth = 104;
1452 const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth_61d = 105;
1453 const int COLOR_parser_nodes__ADeferredMethPropdef__init = 106;
1454 const int COLOR_parser_prod__ADeferredMethPropdef__empty_init = 107;
1455 const int COLOR_parser_prod__ADeferredMethPropdef__init_adeferredmethpropdef = 108;
1456 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth = 104;
1457 const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth_61d = 105;
1458 const int COLOR_parser_nodes__AInternMethPropdef__init = 106;
1459 const int COLOR_parser_prod__AInternMethPropdef__empty_init = 107;
1460 const int COLOR_parser_prod__AInternMethPropdef__init_ainternmethpropdef = 108;
1461 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth = 111;
1462 const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth_61d = 112;
1463 const int COLOR_parser_nodes__AExternMethPropdef__init = 113;
1464 const int COLOR_parser_prod__AExternMethPropdef__empty_init = 114;
1465 const int COLOR_parser_prod__AExternMethPropdef__init_aexternmethpropdef = 115;
1466 const int COLOR_parser_nodes__AMainMethPropdef__init = 114;
1467 const int COLOR_parser_prod__AMainMethPropdef__empty_init = 115;
1468 const int COLOR_parser_prod__AMainMethPropdef__init_amainmethpropdef = 116;
1469 const int COLOR_parser_nodes__AExternCalls__n_kwimport = 69;
1470 const int COLOR_parser_nodes__AExternCalls__n_kwimport_61d = 70;
1471 const int COLOR_parser_nodes__AExternCalls__n_extern_calls = 71;
1472 const int COLOR_parser_nodes__AExternCalls__init = 72;
1473 const int COLOR_parser_prod__AExternCalls__empty_init = 73;
1474 const int COLOR_parser_prod__AExternCalls__init_aexterncalls = 74;
1475 const int COLOR_parser_nodes__AExternCall__init = 69;
1476 const int COLOR_parser_prod__AExternCall__empty_init = 70;
1477 const int COLOR_parser_prod__AExternCall__init_aexterncall = 71;
1478 const int COLOR_parser_nodes__APropExternCall__init = 72;
1479 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid = 73;
1480 const int COLOR_parser_nodes__ALocalPropExternCall__n_methid_61d = 74;
1481 const int COLOR_parser_nodes__ALocalPropExternCall__init = 75;
1482 const int COLOR_parser_prod__ALocalPropExternCall__empty_init = 76;
1483 const int COLOR_parser_prod__ALocalPropExternCall__init_alocalpropexterncall = 77;
1484 const int COLOR_parser_nodes__AFullPropExternCall__n_classid = 73;
1485 const int COLOR_parser_nodes__AFullPropExternCall__n_classid_61d = 74;
1486 const int COLOR_parser_nodes__AFullPropExternCall__n_quad = 75;
1487 const int COLOR_parser_nodes__AFullPropExternCall__n_quad_61d = 76;
1488 const int COLOR_parser_nodes__AFullPropExternCall__n_methid = 77;
1489 const int COLOR_parser_nodes__AFullPropExternCall__n_methid_61d = 78;
1490 const int COLOR_parser_nodes__AFullPropExternCall__init = 79;
1491 const int COLOR_parser_prod__AFullPropExternCall__empty_init = 80;
1492 const int COLOR_parser_prod__AFullPropExternCall__init_afullpropexterncall = 81;
1493 const int COLOR_parser_nodes__AInitPropExternCall__n_classid = 73;
1494 const int COLOR_parser_nodes__AInitPropExternCall__n_classid_61d = 74;
1495 const int COLOR_parser_nodes__AInitPropExternCall__init = 75;
1496 const int COLOR_parser_prod__AInitPropExternCall__empty_init = 76;
1497 const int COLOR_parser_prod__AInitPropExternCall__init_ainitpropexterncall = 77;
1498 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper = 72;
1499 const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper_61d = 73;
1500 const int COLOR_parser_nodes__ASuperExternCall__init = 74;
1501 const int COLOR_parser_prod__ASuperExternCall__empty_init = 75;
1502 const int COLOR_parser_prod__ASuperExternCall__init_asuperexterncall = 76;
1503 const int COLOR_parser_nodes__ACastExternCall__init = 72;
1504 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type = 73;
1505 const int COLOR_parser_nodes__ACastAsExternCall__n_from_type_61d = 74;
1506 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas = 75;
1507 const int COLOR_parser_nodes__ACastAsExternCall__n_kwas_61d = 76;
1508 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type = 77;
1509 const int COLOR_parser_nodes__ACastAsExternCall__n_to_type_61d = 78;
1510 const int COLOR_parser_nodes__ACastAsExternCall__init = 79;
1511 const int COLOR_parser_prod__ACastAsExternCall__empty_init = 80;
1512 const int COLOR_parser_prod__ACastAsExternCall__init_acastasexterncall = 81;
1513 const int COLOR_parser_nodes__AAsNullableExternCall__n_type = 73;
1514 const int COLOR_parser_nodes__AAsNullableExternCall__n_type_61d = 74;
1515 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas = 75;
1516 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas_61d = 76;
1517 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable = 77;
1518 const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable_61d = 78;
1519 const int COLOR_parser_nodes__AAsNullableExternCall__init = 79;
1520 const int COLOR_parser_prod__AAsNullableExternCall__empty_init = 80;
1521 const int COLOR_parser_prod__AAsNullableExternCall__init_aasnullableexterncall = 81;
1522 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type = 73;
1523 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type_61d = 74;
1524 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas = 75;
1525 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas_61d = 76;
1526 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot = 77;
1527 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot_61d = 78;
1528 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable = 79;
1529 const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable_61d = 80;
1530 const int COLOR_parser_nodes__AAsNotNullableExternCall__init = 81;
1531 const int COLOR_parser_prod__AAsNotNullableExternCall__empty_init = 82;
1532 const int COLOR_parser_prod__AAsNotNullableExternCall__init_aasnotnullableexterncall = 83;
1533 const int COLOR_parser_nodes__ATypePropdef__n_kwredef = 93;
1534 const int COLOR_parser_nodes__ATypePropdef__n_kwredef_61d = 94;
1535 const int COLOR_parser_nodes__ATypePropdef__n_visibility = 95;
1536 const int COLOR_parser_nodes__ATypePropdef__n_visibility_61d = 96;
1537 const int COLOR_parser_nodes__ATypePropdef__n_kwtype = 97;
1538 const int COLOR_parser_nodes__ATypePropdef__n_kwtype_61d = 98;
1539 const int COLOR_parser_nodes__ATypePropdef__n_id = 99;
1540 const int COLOR_parser_nodes__ATypePropdef__n_id_61d = 100;
1541 const int COLOR_parser_nodes__ATypePropdef__n_type = 101;
1542 const int COLOR_parser_nodes__ATypePropdef__n_type_61d = 102;
1543 const int COLOR_parser_nodes__ATypePropdef__init = 103;
1544 const int COLOR_parser_prod__ATypePropdef__empty_init = 104;
1545 const int COLOR_parser_prod__ATypePropdef__init_atypepropdef = 105;
1546 const int COLOR_parser_nodes__AAble__n_visibility = 69;
1547 const int COLOR_parser_nodes__AAble__n_visibility_61d = 70;
1548 const int COLOR_parser_nodes__AAble__n_kwredef = 71;
1549 const int COLOR_parser_nodes__AAble__n_kwredef_61d = 72;
1550 const int COLOR_parser_nodes__AAble__init = 73;
1551 const int COLOR_parser_nodes__AReadAble__n_kwreadable = 74;
1552 const int COLOR_parser_nodes__AReadAble__n_kwreadable_61d = 75;
1553 const int COLOR_parser_nodes__AReadAble__init = 76;
1554 const int COLOR_parser_prod__AReadAble__empty_init = 77;
1555 const int COLOR_parser_prod__AReadAble__init_areadable = 78;
1556 const int COLOR_parser_nodes__AWriteAble__n_kwwritable = 74;
1557 const int COLOR_parser_nodes__AWriteAble__n_kwwritable_61d = 75;
1558 const int COLOR_parser_nodes__AWriteAble__init = 76;
1559 const int COLOR_parser_prod__AWriteAble__empty_init = 77;
1560 const int COLOR_parser_prod__AWriteAble__init_awriteable = 78;
1561 const int COLOR_parser_nodes__AMethid__init = 69;
1562 const int COLOR_parser_nodes__AIdMethid__n_id = 70;
1563 const int COLOR_parser_nodes__AIdMethid__n_id_61d = 71;
1564 const int COLOR_parser_nodes__AIdMethid__init = 72;
1565 const int COLOR_parser_prod__AIdMethid__empty_init = 73;
1566 const int COLOR_parser_prod__AIdMethid__init_aidmethid = 74;
1567 const int COLOR_parser_nodes__APlusMethid__n_plus = 70;
1568 const int COLOR_parser_nodes__APlusMethid__n_plus_61d = 71;
1569 const int COLOR_parser_nodes__APlusMethid__init = 72;
1570 const int COLOR_parser_prod__APlusMethid__empty_init = 73;
1571 const int COLOR_parser_prod__APlusMethid__init_aplusmethid = 74;
1572 const int COLOR_parser_nodes__AMinusMethid__n_minus = 70;
1573 const int COLOR_parser_nodes__AMinusMethid__n_minus_61d = 71;
1574 const int COLOR_parser_nodes__AMinusMethid__init = 72;
1575 const int COLOR_parser_prod__AMinusMethid__empty_init = 73;
1576 const int COLOR_parser_prod__AMinusMethid__init_aminusmethid = 74;
1577 const int COLOR_parser_nodes__AStarMethid__n_star = 70;
1578 const int COLOR_parser_nodes__AStarMethid__n_star_61d = 71;
1579 const int COLOR_parser_nodes__AStarMethid__init = 72;
1580 const int COLOR_parser_prod__AStarMethid__empty_init = 73;
1581 const int COLOR_parser_prod__AStarMethid__init_astarmethid = 74;
1582 const int COLOR_parser_nodes__ASlashMethid__n_slash = 70;
1583 const int COLOR_parser_nodes__ASlashMethid__n_slash_61d = 71;
1584 const int COLOR_parser_nodes__ASlashMethid__init = 72;
1585 const int COLOR_parser_prod__ASlashMethid__empty_init = 73;
1586 const int COLOR_parser_prod__ASlashMethid__init_aslashmethid = 74;
1587 const int COLOR_parser_nodes__APercentMethid__n_percent = 70;
1588 const int COLOR_parser_nodes__APercentMethid__n_percent_61d = 71;
1589 const int COLOR_parser_nodes__APercentMethid__init = 72;
1590 const int COLOR_parser_prod__APercentMethid__empty_init = 73;
1591 const int COLOR_parser_prod__APercentMethid__init_apercentmethid = 74;
1592 const int COLOR_parser_nodes__AEqMethid__n_eq = 70;
1593 const int COLOR_parser_nodes__AEqMethid__n_eq_61d = 71;
1594 const int COLOR_parser_nodes__AEqMethid__init = 72;
1595 const int COLOR_parser_prod__AEqMethid__empty_init = 73;
1596 const int COLOR_parser_prod__AEqMethid__init_aeqmethid = 74;
1597 const int COLOR_parser_nodes__ANeMethid__n_ne = 70;
1598 const int COLOR_parser_nodes__ANeMethid__n_ne_61d = 71;
1599 const int COLOR_parser_nodes__ANeMethid__init = 72;
1600 const int COLOR_parser_prod__ANeMethid__empty_init = 73;
1601 const int COLOR_parser_prod__ANeMethid__init_anemethid = 74;
1602 const int COLOR_parser_nodes__ALeMethid__n_le = 70;
1603 const int COLOR_parser_nodes__ALeMethid__n_le_61d = 71;
1604 const int COLOR_parser_nodes__ALeMethid__init = 72;
1605 const int COLOR_parser_prod__ALeMethid__empty_init = 73;
1606 const int COLOR_parser_prod__ALeMethid__init_alemethid = 74;
1607 const int COLOR_parser_nodes__AGeMethid__n_ge = 70;
1608 const int COLOR_parser_nodes__AGeMethid__n_ge_61d = 71;
1609 const int COLOR_parser_nodes__AGeMethid__init = 72;
1610 const int COLOR_parser_prod__AGeMethid__empty_init = 73;
1611 const int COLOR_parser_prod__AGeMethid__init_agemethid = 74;
1612 const int COLOR_parser_nodes__ALtMethid__n_lt = 70;
1613 const int COLOR_parser_nodes__ALtMethid__n_lt_61d = 71;
1614 const int COLOR_parser_nodes__ALtMethid__init = 72;
1615 const int COLOR_parser_prod__ALtMethid__empty_init = 73;
1616 const int COLOR_parser_prod__ALtMethid__init_altmethid = 74;
1617 const int COLOR_parser_nodes__AGtMethid__n_gt = 70;
1618 const int COLOR_parser_nodes__AGtMethid__n_gt_61d = 71;
1619 const int COLOR_parser_nodes__AGtMethid__init = 72;
1620 const int COLOR_parser_prod__AGtMethid__empty_init = 73;
1621 const int COLOR_parser_prod__AGtMethid__init_agtmethid = 74;
1622 const int COLOR_parser_nodes__ALlMethid__n_ll = 70;
1623 const int COLOR_parser_nodes__ALlMethid__n_ll_61d = 71;
1624 const int COLOR_parser_nodes__ALlMethid__init = 72;
1625 const int COLOR_parser_prod__ALlMethid__empty_init = 73;
1626 const int COLOR_parser_prod__ALlMethid__init_allmethid = 74;
1627 const int COLOR_parser_nodes__AGgMethid__n_gg = 70;
1628 const int COLOR_parser_nodes__AGgMethid__n_gg_61d = 71;
1629 const int COLOR_parser_nodes__AGgMethid__init = 72;
1630 const int COLOR_parser_prod__AGgMethid__empty_init = 73;
1631 const int COLOR_parser_prod__AGgMethid__init_aggmethid = 74;
1632 const int COLOR_parser_nodes__ABraMethid__n_obra = 70;
1633 const int COLOR_parser_nodes__ABraMethid__n_obra_61d = 71;
1634 const int COLOR_parser_nodes__ABraMethid__n_cbra = 72;
1635 const int COLOR_parser_nodes__ABraMethid__n_cbra_61d = 73;
1636 const int COLOR_parser_nodes__ABraMethid__init = 74;
1637 const int COLOR_parser_prod__ABraMethid__empty_init = 75;
1638 const int COLOR_parser_prod__ABraMethid__init_abramethid = 76;
1639 const int COLOR_parser_nodes__AStarshipMethid__n_starship = 70;
1640 const int COLOR_parser_nodes__AStarshipMethid__n_starship_61d = 71;
1641 const int COLOR_parser_nodes__AStarshipMethid__init = 72;
1642 const int COLOR_parser_prod__AStarshipMethid__empty_init = 73;
1643 const int COLOR_parser_prod__AStarshipMethid__init_astarshipmethid = 74;
1644 const int COLOR_parser_nodes__AAssignMethid__n_id = 70;
1645 const int COLOR_parser_nodes__AAssignMethid__n_id_61d = 71;
1646 const int COLOR_parser_nodes__AAssignMethid__n_assign = 72;
1647 const int COLOR_parser_nodes__AAssignMethid__n_assign_61d = 73;
1648 const int COLOR_parser_nodes__AAssignMethid__init = 74;
1649 const int COLOR_parser_prod__AAssignMethid__empty_init = 75;
1650 const int COLOR_parser_prod__AAssignMethid__init_aassignmethid = 76;
1651 const int COLOR_parser_nodes__ABraassignMethid__n_obra = 70;
1652 const int COLOR_parser_nodes__ABraassignMethid__n_obra_61d = 71;
1653 const int COLOR_parser_nodes__ABraassignMethid__n_cbra = 72;
1654 const int COLOR_parser_nodes__ABraassignMethid__n_cbra_61d = 73;
1655 const int COLOR_parser_nodes__ABraassignMethid__n_assign = 74;
1656 const int COLOR_parser_nodes__ABraassignMethid__n_assign_61d = 75;
1657 const int COLOR_parser_nodes__ABraassignMethid__init = 76;
1658 const int COLOR_parser_prod__ABraassignMethid__empty_init = 77;
1659 const int COLOR_parser_prod__ABraassignMethid__init_abraassignmethid = 78;
1660 const int COLOR_parser_nodes__ASignature__n_opar = 69;
1661 const int COLOR_parser_nodes__ASignature__n_opar_61d = 70;
1662 const int COLOR_parser_nodes__ASignature__n_params = 71;
1663 const int COLOR_parser_nodes__ASignature__n_cpar = 72;
1664 const int COLOR_parser_nodes__ASignature__n_cpar_61d = 73;
1665 const int COLOR_parser_nodes__ASignature__n_type = 74;
1666 const int COLOR_parser_nodes__ASignature__n_type_61d = 75;
1667 const int COLOR_parser_nodes__ASignature__n_closure_decls = 76;
1668 const int COLOR_parser_nodes__ASignature__init = 77;
1669 const int COLOR_parser_prod__ASignature__empty_init = 78;
1670 const int COLOR_parser_prod__ASignature__init_asignature = 79;
1671 const int COLOR_modelize_property__ASignature__is_visited = 80;
1672 const int COLOR_modelize_property__ASignature__is_visited_61d = 81;
1673 const int COLOR_modelize_property__ASignature__param_names = 82;
1674 const int COLOR_modelize_property__ASignature__param_names_61d = 83;
1675 const int COLOR_modelize_property__ASignature__param_types = 84;
1676 const int COLOR_modelize_property__ASignature__param_types_61d = 85;
1677 const int COLOR_modelize_property__ASignature__vararg_rank = 86;
1678 const int COLOR_modelize_property__ASignature__vararg_rank_61d = 87;
1679 const int COLOR_modelize_property__ASignature__ret_type = 88;
1680 const int COLOR_modelize_property__ASignature__ret_type_61d = 89;
1681 const int COLOR_modelize_property__ASignature__visit_signature = 90;
1682 const int COLOR_modelize_property__ASignature__build_signature = 91;
1683 const int COLOR_parser_nodes__AParam__n_id = 69;
1684 const int COLOR_parser_nodes__AParam__n_id_61d = 70;
1685 const int COLOR_parser_nodes__AParam__n_type = 71;
1686 const int COLOR_parser_nodes__AParam__n_type_61d = 72;
1687 const int COLOR_parser_nodes__AParam__n_dotdotdot = 73;
1688 const int COLOR_parser_nodes__AParam__n_dotdotdot_61d = 74;
1689 const int COLOR_parser_nodes__AParam__init = 75;
1690 const int COLOR_parser_prod__AParam__empty_init = 76;
1691 const int COLOR_parser_prod__AParam__init_aparam = 77;
1692 const int COLOR_scope__AParam__variable = 78;
1693 const int COLOR_scope__AParam__variable_61d = 79;
1694 const int COLOR_modelize_property__AParam__mparameter = 80;
1695 const int COLOR_modelize_property__AParam__mparameter_61d = 81;
1696 const int COLOR_scope__AParam__accept_scope_visitor = 82;
1697 const int COLOR_parser_nodes__AClosureDecl__n_kwbreak = 69;
1698 const int COLOR_parser_nodes__AClosureDecl__n_kwbreak_61d = 70;
1699 const int COLOR_parser_nodes__AClosureDecl__n_bang = 71;
1700 const int COLOR_parser_nodes__AClosureDecl__n_bang_61d = 72;
1701 const int COLOR_parser_nodes__AClosureDecl__n_id = 73;
1702 const int COLOR_parser_nodes__AClosureDecl__n_id_61d = 74;
1703 const int COLOR_parser_nodes__AClosureDecl__n_signature = 75;
1704 const int COLOR_parser_nodes__AClosureDecl__n_signature_61d = 76;
1705 const int COLOR_parser_nodes__AClosureDecl__n_expr = 77;
1706 const int COLOR_parser_nodes__AClosureDecl__n_expr_61d = 78;
1707 const int COLOR_parser_nodes__AClosureDecl__init = 79;
1708 const int COLOR_parser_prod__AClosureDecl__empty_init = 80;
1709 const int COLOR_parser_prod__AClosureDecl__init_aclosuredecl = 81;
1710 const int COLOR_scope__AClosureDecl__variable = 82;
1711 const int COLOR_scope__AClosureDecl__variable_61d = 83;
1712 const int COLOR_parser_nodes__AType__n_kwnullable = 69;
1713 const int COLOR_parser_nodes__AType__n_kwnullable_61d = 70;
1714 const int COLOR_parser_nodes__AType__n_id = 71;
1715 const int COLOR_parser_nodes__AType__n_id_61d = 72;
1716 const int COLOR_parser_nodes__AType__n_types = 73;
1717 const int COLOR_parser_nodes__AType__init = 74;
1718 const int COLOR_parser_prod__AType__empty_init = 75;
1719 const int COLOR_parser_prod__AType__init_atype = 76;
1720 const int COLOR_modelize_class__AType__mtype = 77;
1721 const int COLOR_modelize_class__AType__mtype_61d = 78;
1722 const int COLOR_modelize_class__AType__checked_mtype = 79;
1723 const int COLOR_modelize_class__AType__checked_mtype_61d = 80;
1724 const int COLOR_astbuilder__AType__make = 81;
1725 const int COLOR_parser_nodes__ALabel__n_kwlabel = 69;
1726 const int COLOR_parser_nodes__ALabel__n_kwlabel_61d = 70;
1727 const int COLOR_parser_nodes__ALabel__n_id = 71;
1728 const int COLOR_parser_nodes__ALabel__n_id_61d = 72;
1729 const int COLOR_parser_nodes__ALabel__init = 73;
1730 const int COLOR_parser_prod__ALabel__empty_init = 74;
1731 const int COLOR_parser_prod__ALabel__init_alabel = 75;
1732 const int COLOR_parser_nodes__ABlockExpr__n_expr = 89;
1733 const int COLOR_parser_nodes__ABlockExpr__n_kwend = 90;
1734 const int COLOR_parser_nodes__ABlockExpr__n_kwend_61d = 91;
1735 const int COLOR_parser_nodes__ABlockExpr__init = 92;
1736 const int COLOR_parser_prod__ABlockExpr__empty_init = 93;
1737 const int COLOR_parser_prod__ABlockExpr__init_ablockexpr = 94;
1738 const int COLOR_astbuilder__ABlockExpr__make = 95;
1739 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar = 89;
1740 const int COLOR_parser_nodes__AVardeclExpr__n_kwvar_61d = 90;
1741 const int COLOR_parser_nodes__AVardeclExpr__n_id = 91;
1742 const int COLOR_parser_nodes__AVardeclExpr__n_id_61d = 92;
1743 const int COLOR_parser_nodes__AVardeclExpr__n_type = 93;
1744 const int COLOR_parser_nodes__AVardeclExpr__n_type_61d = 94;
1745 const int COLOR_parser_nodes__AVardeclExpr__n_assign = 95;
1746 const int COLOR_parser_nodes__AVardeclExpr__n_assign_61d = 96;
1747 const int COLOR_parser_nodes__AVardeclExpr__n_expr = 97;
1748 const int COLOR_parser_nodes__AVardeclExpr__n_expr_61d = 98;
1749 const int COLOR_parser_nodes__AVardeclExpr__init = 99;
1750 const int COLOR_parser_prod__AVardeclExpr__empty_init = 100;
1751 const int COLOR_parser_prod__AVardeclExpr__init_avardeclexpr = 101;
1752 const int COLOR_scope__AVardeclExpr__variable = 102;
1753 const int COLOR_scope__AVardeclExpr__variable_61d = 103;
1754 const int COLOR_scope__AVardeclExpr__accept_scope_visitor = 104;
1755 const int COLOR_local_var_init__AVardeclExpr__accept_local_var_visitor = 105;
1756 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn = 89;
1757 const int COLOR_parser_nodes__AReturnExpr__n_kwreturn_61d = 90;
1758 const int COLOR_parser_nodes__AReturnExpr__n_expr = 91;
1759 const int COLOR_parser_nodes__AReturnExpr__n_expr_61d = 92;
1760 const int COLOR_parser_nodes__AReturnExpr__init = 93;
1761 const int COLOR_parser_prod__AReturnExpr__empty_init = 94;
1762 const int COLOR_parser_prod__AReturnExpr__init_areturnexpr = 95;
1763 const int COLOR_flow__AReturnExpr__accept_flow_visitor = 96;
1764 const int COLOR_parser_nodes__AAbortExpr__n_kwabort = 89;
1765 const int COLOR_parser_nodes__AAbortExpr__n_kwabort_61d = 90;
1766 const int COLOR_parser_nodes__AAbortExpr__init = 91;
1767 const int COLOR_parser_prod__AAbortExpr__empty_init = 92;
1768 const int COLOR_parser_prod__AAbortExpr__init_aabortexpr = 93;
1769 const int COLOR_flow__AAbortExpr__accept_flow_visitor = 94;
1770 const int COLOR_parser_nodes__AIfExpr__n_kwif = 89;
1771 const int COLOR_parser_nodes__AIfExpr__n_kwif_61d = 90;
1772 const int COLOR_parser_nodes__AIfExpr__n_expr = 91;
1773 const int COLOR_parser_nodes__AIfExpr__n_expr_61d = 92;
1774 const int COLOR_parser_nodes__AIfExpr__n_then = 93;
1775 const int COLOR_parser_nodes__AIfExpr__n_then_61d = 94;
1776 const int COLOR_parser_nodes__AIfExpr__n_else = 95;
1777 const int COLOR_parser_nodes__AIfExpr__n_else_61d = 96;
1778 const int COLOR_parser_nodes__AIfExpr__init = 97;
1779 const int COLOR_parser_prod__AIfExpr__empty_init = 98;
1780 const int COLOR_parser_prod__AIfExpr__init_aifexpr = 99;
1781 const int COLOR_astbuilder__AIfExpr__make = 100;
1782 const int COLOR_parser_nodes__AIfexprExpr__n_kwif = 89;
1783 const int COLOR_parser_nodes__AIfexprExpr__n_kwif_61d = 90;
1784 const int COLOR_parser_nodes__AIfexprExpr__n_expr = 91;
1785 const int COLOR_parser_nodes__AIfexprExpr__n_expr_61d = 92;
1786 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen = 93;
1787 const int COLOR_parser_nodes__AIfexprExpr__n_kwthen_61d = 94;
1788 const int COLOR_parser_nodes__AIfexprExpr__n_then = 95;
1789 const int COLOR_parser_nodes__AIfexprExpr__n_then_61d = 96;
1790 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse = 97;
1791 const int COLOR_parser_nodes__AIfexprExpr__n_kwelse_61d = 98;
1792 const int COLOR_parser_nodes__AIfexprExpr__n_else = 99;
1793 const int COLOR_parser_nodes__AIfexprExpr__n_else_61d = 100;
1794 const int COLOR_parser_nodes__AIfexprExpr__init = 101;
1795 const int COLOR_parser_prod__AIfexprExpr__empty_init = 102;
1796 const int COLOR_parser_prod__AIfexprExpr__init_aifexprexpr = 103;
1797 const int COLOR_parser_nodes__AAssertExpr__n_kwassert = 89;
1798 const int COLOR_parser_nodes__AAssertExpr__n_kwassert_61d = 90;
1799 const int COLOR_parser_nodes__AAssertExpr__n_id = 91;
1800 const int COLOR_parser_nodes__AAssertExpr__n_id_61d = 92;
1801 const int COLOR_parser_nodes__AAssertExpr__n_expr = 93;
1802 const int COLOR_parser_nodes__AAssertExpr__n_expr_61d = 94;
1803 const int COLOR_parser_nodes__AAssertExpr__n_else = 95;
1804 const int COLOR_parser_nodes__AAssertExpr__n_else_61d = 96;
1805 const int COLOR_parser_nodes__AAssertExpr__init = 97;
1806 const int COLOR_parser_prod__AAssertExpr__empty_init = 98;
1807 const int COLOR_parser_prod__AAssertExpr__init_aassertexpr = 99;
1808 const int COLOR_parser_nodes__AProxyExpr__n_expr = 89;
1809 const int COLOR_parser_nodes__AProxyExpr__n_expr_61d = 90;
1810 const int COLOR_parser_nodes__AProxyExpr__init = 91;
1811 const int COLOR_parser_nodes__AOnceExpr__n_kwonce = 92;
1812 const int COLOR_parser_nodes__AOnceExpr__n_kwonce_61d = 93;
1813 const int COLOR_parser_nodes__AOnceExpr__init = 94;
1814 const int COLOR_parser_prod__AOnceExpr__empty_init = 95;
1815 const int COLOR_parser_prod__AOnceExpr__init_aonceexpr = 96;
1816 const int COLOR_simple_misc_analysis__AOnceExpr__accept_simple_misc = 97;
1817 const int COLOR_parser_nodes__ABinopExpr__n_expr2 = 117;
1818 const int COLOR_parser_nodes__ABinopExpr__n_expr2_61d = 118;
1819 const int COLOR_parser_nodes__ABinopExpr__init = 119;
1820 const int COLOR_parser_prod__ABinopExpr__empty_init = 120;
1821 const int COLOR_parser_prod__ABinopExpr__init_abinopexpr = 121;
1822 const int COLOR_parser_nodes__ABoolExpr__init = 89;
1823 const int COLOR_parser_nodes__AOrExpr__n_expr = 90;
1824 const int COLOR_parser_nodes__AOrExpr__n_expr_61d = 91;
1825 const int COLOR_parser_nodes__AOrExpr__n_expr2 = 92;
1826 const int COLOR_parser_nodes__AOrExpr__n_expr2_61d = 93;
1827 const int COLOR_parser_nodes__AOrExpr__init = 94;
1828 const int COLOR_parser_prod__AOrExpr__empty_init = 95;
1829 const int COLOR_parser_prod__AOrExpr__init_aorexpr = 96;
1830 const int COLOR_parser_nodes__AAndExpr__n_expr = 90;
1831 const int COLOR_parser_nodes__AAndExpr__n_expr_61d = 91;
1832 const int COLOR_parser_nodes__AAndExpr__n_expr2 = 92;
1833 const int COLOR_parser_nodes__AAndExpr__n_expr2_61d = 93;
1834 const int COLOR_parser_nodes__AAndExpr__init = 94;
1835 const int COLOR_parser_prod__AAndExpr__empty_init = 95;
1836 const int COLOR_parser_prod__AAndExpr__init_aandexpr = 96;
1837 const int COLOR_parser_nodes__AOrElseExpr__n_expr = 90;
1838 const int COLOR_parser_nodes__AOrElseExpr__n_expr_61d = 91;
1839 const int COLOR_parser_nodes__AOrElseExpr__n_expr2 = 92;
1840 const int COLOR_parser_nodes__AOrElseExpr__n_expr2_61d = 93;
1841 const int COLOR_parser_nodes__AOrElseExpr__init = 94;
1842 const int COLOR_parser_prod__AOrElseExpr__empty_init = 95;
1843 const int COLOR_parser_prod__AOrElseExpr__init_aorelseexpr = 96;
1844 const int COLOR_flow__AOrElseExpr__accept_flow_visitor = 97;
1845 const int COLOR_parser_nodes__AImpliesExpr__n_expr = 90;
1846 const int COLOR_parser_nodes__AImpliesExpr__n_expr_61d = 91;
1847 const int COLOR_parser_nodes__AImpliesExpr__n_expr2 = 92;
1848 const int COLOR_parser_nodes__AImpliesExpr__n_expr2_61d = 93;
1849 const int COLOR_parser_nodes__AImpliesExpr__init = 94;
1850 const int COLOR_parser_prod__AImpliesExpr__empty_init = 95;
1851 const int COLOR_parser_prod__AImpliesExpr__init_aimpliesexpr = 96;
1852 const int COLOR_parser_nodes__ANotExpr__n_kwnot = 90;
1853 const int COLOR_parser_nodes__ANotExpr__n_kwnot_61d = 91;
1854 const int COLOR_parser_nodes__ANotExpr__n_expr = 92;
1855 const int COLOR_parser_nodes__ANotExpr__n_expr_61d = 93;
1856 const int COLOR_parser_nodes__ANotExpr__init = 94;
1857 const int COLOR_parser_prod__ANotExpr__empty_init = 95;
1858 const int COLOR_parser_prod__ANotExpr__init_anotexpr = 96;
1859 const int COLOR_parser_nodes__AEqExpr__init = 122;
1860 const int COLOR_parser_prod__AEqExpr__empty_init = 123;
1861 const int COLOR_parser_prod__AEqExpr__init_aeqexpr = 124;
1862 const int COLOR_flow__AEqExpr__accept_flow_visitor = 125;
1863 const int COLOR_typing__AEqExpr__accept_typing = 126;
1864 const int COLOR_parser_nodes__AEeExpr__n_expr = 90;
1865 const int COLOR_parser_nodes__AEeExpr__n_expr_61d = 91;
1866 const int COLOR_parser_nodes__AEeExpr__n_expr2 = 92;
1867 const int COLOR_parser_nodes__AEeExpr__n_expr2_61d = 93;
1868 const int COLOR_parser_nodes__AEeExpr__init = 94;
1869 const int COLOR_parser_prod__AEeExpr__empty_init = 95;
1870 const int COLOR_parser_prod__AEeExpr__init_aeeexpr = 96;
1871 const int COLOR_parser_nodes__ANeExpr__init = 122;
1872 const int COLOR_parser_prod__ANeExpr__empty_init = 123;
1873 const int COLOR_parser_prod__ANeExpr__init_aneexpr = 124;
1874 const int COLOR_flow__ANeExpr__accept_flow_visitor = 125;
1875 const int COLOR_typing__ANeExpr__accept_typing = 126;
1876 const int COLOR_parser_nodes__ALtExpr__init = 122;
1877 const int COLOR_parser_prod__ALtExpr__empty_init = 123;
1878 const int COLOR_parser_prod__ALtExpr__init_altexpr = 124;
1879 const int COLOR_parser_nodes__ALeExpr__init = 122;
1880 const int COLOR_parser_prod__ALeExpr__empty_init = 123;
1881 const int COLOR_parser_prod__ALeExpr__init_aleexpr = 124;
1882 const int COLOR_parser_nodes__ALlExpr__init = 122;
1883 const int COLOR_parser_prod__ALlExpr__empty_init = 123;
1884 const int COLOR_parser_prod__ALlExpr__init_allexpr = 124;
1885 const int COLOR_parser_nodes__AGtExpr__init = 122;
1886 const int COLOR_parser_prod__AGtExpr__empty_init = 123;
1887 const int COLOR_parser_prod__AGtExpr__init_agtexpr = 124;
1888 const int COLOR_parser_nodes__AGeExpr__init = 122;
1889 const int COLOR_parser_prod__AGeExpr__empty_init = 123;
1890 const int COLOR_parser_prod__AGeExpr__init_ageexpr = 124;
1891 const int COLOR_parser_nodes__AGgExpr__init = 122;
1892 const int COLOR_parser_prod__AGgExpr__empty_init = 123;
1893 const int COLOR_parser_prod__AGgExpr__init_aggexpr = 124;
1894 const int COLOR_parser_nodes__AIsaExpr__n_expr = 90;
1895 const int COLOR_parser_nodes__AIsaExpr__n_expr_61d = 91;
1896 const int COLOR_parser_nodes__AIsaExpr__n_type = 92;
1897 const int COLOR_parser_nodes__AIsaExpr__n_type_61d = 93;
1898 const int COLOR_parser_nodes__AIsaExpr__init = 94;
1899 const int COLOR_parser_prod__AIsaExpr__empty_init = 95;
1900 const int COLOR_parser_prod__AIsaExpr__init_aisaexpr = 96;
1901 const int COLOR_typing__AIsaExpr__cast_type = 97;
1902 const int COLOR_typing__AIsaExpr__cast_type_61d = 98;
1903 const int COLOR_flow__AIsaExpr__accept_flow_visitor = 99;
1904 const int COLOR_parser_nodes__APlusExpr__init = 122;
1905 const int COLOR_parser_prod__APlusExpr__empty_init = 123;
1906 const int COLOR_parser_prod__APlusExpr__init_aplusexpr = 124;
1907 const int COLOR_parser_nodes__AMinusExpr__init = 122;
1908 const int COLOR_parser_prod__AMinusExpr__empty_init = 123;
1909 const int COLOR_parser_prod__AMinusExpr__init_aminusexpr = 124;
1910 const int COLOR_parser_nodes__AStarshipExpr__init = 122;
1911 const int COLOR_parser_prod__AStarshipExpr__empty_init = 123;
1912 const int COLOR_parser_prod__AStarshipExpr__init_astarshipexpr = 124;
1913 const int COLOR_parser_nodes__AStarExpr__init = 122;
1914 const int COLOR_parser_prod__AStarExpr__empty_init = 123;
1915 const int COLOR_parser_prod__AStarExpr__init_astarexpr = 124;
1916 const int COLOR_parser_nodes__ASlashExpr__init = 122;
1917 const int COLOR_parser_prod__ASlashExpr__empty_init = 123;
1918 const int COLOR_parser_prod__ASlashExpr__init_aslashexpr = 124;
1919 const int COLOR_parser_nodes__APercentExpr__init = 122;
1920 const int COLOR_parser_prod__APercentExpr__empty_init = 123;
1921 const int COLOR_parser_prod__APercentExpr__init_apercentexpr = 124;
1922 const int COLOR_parser_nodes__AUminusExpr__n_minus = 117;
1923 const int COLOR_parser_nodes__AUminusExpr__n_minus_61d = 118;
1924 const int COLOR_parser_nodes__AUminusExpr__init = 119;
1925 const int COLOR_parser_prod__AUminusExpr__empty_init = 120;
1926 const int COLOR_parser_prod__AUminusExpr__init_auminusexpr = 121;
1927 const int COLOR_parser_nodes__ANewExpr__n_kwnew = 89;
1928 const int COLOR_parser_nodes__ANewExpr__n_kwnew_61d = 90;
1929 const int COLOR_parser_nodes__ANewExpr__n_type = 91;
1930 const int COLOR_parser_nodes__ANewExpr__n_type_61d = 92;
1931 const int COLOR_parser_nodes__ANewExpr__n_id = 93;
1932 const int COLOR_parser_nodes__ANewExpr__n_id_61d = 94;
1933 const int COLOR_parser_nodes__ANewExpr__n_args = 95;
1934 const int COLOR_parser_nodes__ANewExpr__n_args_61d = 96;
1935 const int COLOR_parser_nodes__ANewExpr__init = 97;
1936 const int COLOR_parser_prod__ANewExpr__empty_init = 98;
1937 const int COLOR_parser_prod__ANewExpr__init_anewexpr = 99;
1938 const int COLOR_typing__ANewExpr__mproperty = 100;
1939 const int COLOR_typing__ANewExpr__callsite = 101;
1940 const int COLOR_typing__ANewExpr__callsite_61d = 102;
1941 const int COLOR_astbuilder__ANewExpr__make = 103;
1942 const int COLOR_parser_nodes__AAttrExpr__init = 111;
1943 const int COLOR_parser_prod__AAttrExpr__empty_init = 112;
1944 const int COLOR_parser_prod__AAttrExpr__init_aattrexpr = 113;
1945 const int COLOR_astbuilder__AAttrExpr__make = 114;
1946 const int COLOR_parser_nodes__ACallExpr__init = 124;
1947 const int COLOR_parser_prod__ACallExpr__empty_init = 125;
1948 const int COLOR_parser_prod__ACallExpr__init_acallexpr = 126;
1949 const int COLOR_astbuilder__ACallExpr__make = 127;
1950 const int COLOR_parser_nodes__ASuperExpr__n_qualified = 89;
1951 const int COLOR_parser_nodes__ASuperExpr__n_qualified_61d = 90;
1952 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper = 91;
1953 const int COLOR_parser_nodes__ASuperExpr__n_kwsuper_61d = 92;
1954 const int COLOR_parser_nodes__ASuperExpr__n_args = 93;
1955 const int COLOR_parser_nodes__ASuperExpr__n_args_61d = 94;
1956 const int COLOR_parser_nodes__ASuperExpr__init = 95;
1957 const int COLOR_parser_prod__ASuperExpr__empty_init = 96;
1958 const int COLOR_parser_prod__ASuperExpr__init_asuperexpr = 97;
1959 const int COLOR_typing__ASuperExpr__mproperty = 98;
1960 const int COLOR_typing__ASuperExpr__mproperty_61d = 99;
1961 const int COLOR_typing__ASuperExpr__process_superinit = 100;
1962 const int COLOR_parser_nodes__AInitExpr__n_kwinit = 117;
1963 const int COLOR_parser_nodes__AInitExpr__n_kwinit_61d = 118;
1964 const int COLOR_parser_nodes__AInitExpr__n_args = 119;
1965 const int COLOR_parser_nodes__AInitExpr__n_args_61d = 120;
1966 const int COLOR_parser_nodes__AInitExpr__init = 121;
1967 const int COLOR_parser_prod__AInitExpr__empty_init = 122;
1968 const int COLOR_parser_prod__AInitExpr__init_ainitexpr = 123;
1969 const int COLOR_parser_nodes__ABraExpr__init = 131;
1970 const int COLOR_parser_prod__ABraExpr__empty_init = 132;
1971 const int COLOR_parser_prod__ABraExpr__init_abraexpr = 133;
1972 const int COLOR_parser_nodes__AClosureCallExpr__n_id = 89;
1973 const int COLOR_parser_nodes__AClosureCallExpr__n_id_61d = 90;
1974 const int COLOR_parser_nodes__AClosureCallExpr__n_args = 91;
1975 const int COLOR_parser_nodes__AClosureCallExpr__n_args_61d = 92;
1976 const int COLOR_parser_nodes__AClosureCallExpr__n_closure_defs = 93;
1977 const int COLOR_parser_nodes__AClosureCallExpr__init = 94;
1978 const int COLOR_parser_prod__AClosureCallExpr__empty_init = 95;
1979 const int COLOR_parser_prod__AClosureCallExpr__init_aclosurecallexpr = 96;
1980 const int COLOR_scope__AClosureCallExpr__variable = 97;
1981 const int COLOR_scope__AClosureCallExpr__variable_61d = 98;
1982 const int COLOR_flow__AClosureCallExpr__accept_flow_visitor = 99;
1983 const int COLOR_parser_nodes__AVarExpr__init = 106;
1984 const int COLOR_parser_prod__AVarExpr__empty_init = 107;
1985 const int COLOR_parser_prod__AVarExpr__init_avarexpr = 108;
1986 const int COLOR_astbuilder__AVarExpr__make = 109;
1987 const int COLOR_local_var_init__AVarExpr__accept_local_var_visitor = 110;
1988 const int COLOR_parser_nodes__ARangeExpr__n_expr = 89;
1989 const int COLOR_parser_nodes__ARangeExpr__n_expr_61d = 90;
1990 const int COLOR_parser_nodes__ARangeExpr__n_expr2 = 91;
1991 const int COLOR_parser_nodes__ARangeExpr__n_expr2_61d = 92;
1992 const int COLOR_parser_nodes__ARangeExpr__init = 93;
1993 const int COLOR_parser_prod__ARangeExpr__empty_init = 94;
1994 const int COLOR_parser_prod__ARangeExpr__init_arangeexpr = 95;
1995 const int COLOR_parser_nodes__ACrangeExpr__n_obra = 96;
1996 const int COLOR_parser_nodes__ACrangeExpr__n_obra_61d = 97;
1997 const int COLOR_parser_nodes__ACrangeExpr__n_cbra = 98;
1998 const int COLOR_parser_nodes__ACrangeExpr__n_cbra_61d = 99;
1999 const int COLOR_parser_nodes__ACrangeExpr__init = 100;
2000 const int COLOR_parser_prod__ACrangeExpr__empty_init = 101;
2001 const int COLOR_parser_prod__ACrangeExpr__init_acrangeexpr = 102;
2002 const int COLOR_parser_nodes__AOrangeExpr__n_obra = 96;
2003 const int COLOR_parser_nodes__AOrangeExpr__n_obra_61d = 97;
2004 const int COLOR_parser_nodes__AOrangeExpr__n_cbra = 98;
2005 const int COLOR_parser_nodes__AOrangeExpr__n_cbra_61d = 99;
2006 const int COLOR_parser_nodes__AOrangeExpr__init = 100;
2007 const int COLOR_parser_prod__AOrangeExpr__empty_init = 101;
2008 const int COLOR_parser_prod__AOrangeExpr__init_aorangeexpr = 102;
2009 const int COLOR_parser_nodes__AArrayExpr__n_exprs = 89;
2010 const int COLOR_parser_nodes__AArrayExpr__n_exprs_61d = 90;
2011 const int COLOR_parser_nodes__AArrayExpr__init = 91;
2012 const int COLOR_parser_prod__AArrayExpr__empty_init = 92;
2013 const int COLOR_parser_prod__AArrayExpr__init_aarrayexpr = 93;
2014 const int COLOR_parser_nodes__ASelfExpr__n_kwself = 89;
2015 const int COLOR_parser_nodes__ASelfExpr__n_kwself_61d = 90;
2016 const int COLOR_parser_nodes__ASelfExpr__init = 91;
2017 const int COLOR_parser_prod__ASelfExpr__empty_init = 92;
2018 const int COLOR_parser_prod__ASelfExpr__init_aselfexpr = 93;
2019 const int COLOR_scope__ASelfExpr__variable = 94;
2020 const int COLOR_scope__ASelfExpr__variable_61d = 95;
2021 const int COLOR_typing__ASelfExpr__its_variable_61d = 96;
2022 const int COLOR_scope__ASelfExpr__accept_scope_visitor = 97;
2023 const int COLOR_parser_nodes__AImplicitSelfExpr__init = 98;
2024 const int COLOR_parser_prod__AImplicitSelfExpr__empty_init = 99;
2025 const int COLOR_parser_prod__AImplicitSelfExpr__init_aimplicitselfexpr = 100;
2026 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue = 90;
2027 const int COLOR_parser_nodes__ATrueExpr__n_kwtrue_61d = 91;
2028 const int COLOR_parser_nodes__ATrueExpr__init = 92;
2029 const int COLOR_parser_prod__ATrueExpr__empty_init = 93;
2030 const int COLOR_parser_prod__ATrueExpr__init_atrueexpr = 94;
2031 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse = 90;
2032 const int COLOR_parser_nodes__AFalseExpr__n_kwfalse_61d = 91;
2033 const int COLOR_parser_nodes__AFalseExpr__init = 92;
2034 const int COLOR_parser_prod__AFalseExpr__empty_init = 93;
2035 const int COLOR_parser_prod__AFalseExpr__init_afalseexpr = 94;
2036 const int COLOR_parser_nodes__ANullExpr__n_kwnull = 89;
2037 const int COLOR_parser_nodes__ANullExpr__n_kwnull_61d = 90;
2038 const int COLOR_parser_nodes__ANullExpr__init = 91;
2039 const int COLOR_parser_prod__ANullExpr__empty_init = 92;
2040 const int COLOR_parser_prod__ANullExpr__init_anullexpr = 93;
2041 const int COLOR_parser_nodes__AIntExpr__n_number = 89;
2042 const int COLOR_parser_nodes__AIntExpr__n_number_61d = 90;
2043 const int COLOR_parser_nodes__AIntExpr__init = 91;
2044 const int COLOR_parser_prod__AIntExpr__empty_init = 92;
2045 const int COLOR_parser_prod__AIntExpr__init_aintexpr = 93;
2046 const int COLOR_literal__AIntExpr__value = 94;
2047 const int COLOR_literal__AIntExpr__value_61d = 95;
2048 const int COLOR_astbuilder__AIntExpr__make = 96;
2049 const int COLOR_parser_nodes__AFloatExpr__n_float = 89;
2050 const int COLOR_parser_nodes__AFloatExpr__n_float_61d = 90;
2051 const int COLOR_parser_nodes__AFloatExpr__init = 91;
2052 const int COLOR_parser_prod__AFloatExpr__empty_init = 92;
2053 const int COLOR_parser_prod__AFloatExpr__init_afloatexpr = 93;
2054 const int COLOR_literal__AFloatExpr__value = 94;
2055 const int COLOR_literal__AFloatExpr__value_61d = 95;
2056 const int COLOR_parser_nodes__ACharExpr__n_char = 89;
2057 const int COLOR_parser_nodes__ACharExpr__n_char_61d = 90;
2058 const int COLOR_parser_nodes__ACharExpr__init = 91;
2059 const int COLOR_parser_prod__ACharExpr__empty_init = 92;
2060 const int COLOR_parser_prod__ACharExpr__init_acharexpr = 93;
2061 const int COLOR_literal__ACharExpr__value = 94;
2062 const int COLOR_literal__ACharExpr__value_61d = 95;
2063 const int COLOR_parser_nodes__AStringFormExpr__n_string = 89;
2064 const int COLOR_parser_nodes__AStringFormExpr__n_string_61d = 90;
2065 const int COLOR_parser_nodes__AStringFormExpr__init = 91;
2066 const int COLOR_literal__AStringFormExpr__value = 92;
2067 const int COLOR_literal__AStringFormExpr__value_61d = 93;
2068 const int COLOR_parser_nodes__AStringExpr__init = 94;
2069 const int COLOR_parser_prod__AStringExpr__empty_init = 95;
2070 const int COLOR_parser_prod__AStringExpr__init_astringexpr = 96;
2071 const int COLOR_parser_nodes__AStartStringExpr__init = 94;
2072 const int COLOR_parser_prod__AStartStringExpr__empty_init = 95;
2073 const int COLOR_parser_prod__AStartStringExpr__init_astartstringexpr = 96;
2074 const int COLOR_parser_nodes__AMidStringExpr__init = 94;
2075 const int COLOR_parser_prod__AMidStringExpr__empty_init = 95;
2076 const int COLOR_parser_prod__AMidStringExpr__init_amidstringexpr = 96;
2077 const int COLOR_parser_nodes__AEndStringExpr__init = 94;
2078 const int COLOR_parser_prod__AEndStringExpr__empty_init = 95;
2079 const int COLOR_parser_prod__AEndStringExpr__init_aendstringexpr = 96;
2080 const int COLOR_parser_nodes__ASuperstringExpr__n_exprs = 89;
2081 const int COLOR_parser_nodes__ASuperstringExpr__init = 90;
2082 const int COLOR_parser_prod__ASuperstringExpr__empty_init = 91;
2083 const int COLOR_parser_prod__ASuperstringExpr__init_asuperstringexpr = 92;
2084 const int COLOR_parser_nodes__AParExpr__n_opar = 92;
2085 const int COLOR_parser_nodes__AParExpr__n_opar_61d = 93;
2086 const int COLOR_parser_nodes__AParExpr__n_cpar = 94;
2087 const int COLOR_parser_nodes__AParExpr__n_cpar_61d = 95;
2088 const int COLOR_parser_nodes__AParExpr__init = 96;
2089 const int COLOR_parser_prod__AParExpr__empty_init = 97;
2090 const int COLOR_parser_prod__AParExpr__init_aparexpr = 98;
2091 const int COLOR_parser_nodes__AAsCastExpr__n_expr = 89;
2092 const int COLOR_parser_nodes__AAsCastExpr__n_expr_61d = 90;
2093 const int COLOR_parser_nodes__AAsCastExpr__n_kwas = 91;
2094 const int COLOR_parser_nodes__AAsCastExpr__n_kwas_61d = 92;
2095 const int COLOR_parser_nodes__AAsCastExpr__n_opar = 93;
2096 const int COLOR_parser_nodes__AAsCastExpr__n_opar_61d = 94;
2097 const int COLOR_parser_nodes__AAsCastExpr__n_type = 95;
2098 const int COLOR_parser_nodes__AAsCastExpr__n_type_61d = 96;
2099 const int COLOR_parser_nodes__AAsCastExpr__n_cpar = 97;
2100 const int COLOR_parser_nodes__AAsCastExpr__n_cpar_61d = 98;
2101 const int COLOR_parser_nodes__AAsCastExpr__init = 99;
2102 const int COLOR_parser_prod__AAsCastExpr__empty_init = 100;
2103 const int COLOR_parser_prod__AAsCastExpr__init_aascastexpr = 101;
2104 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr = 89;
2105 const int COLOR_parser_nodes__AAsNotnullExpr__n_expr_61d = 90;
2106 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas = 91;
2107 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas_61d = 92;
2108 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar = 93;
2109 const int COLOR_parser_nodes__AAsNotnullExpr__n_opar_61d = 94;
2110 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot = 95;
2111 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot_61d = 96;
2112 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull = 97;
2113 const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull_61d = 98;
2114 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar = 99;
2115 const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar_61d = 100;
2116 const int COLOR_parser_nodes__AAsNotnullExpr__init = 101;
2117 const int COLOR_parser_prod__AAsNotnullExpr__empty_init = 102;
2118 const int COLOR_parser_prod__AAsNotnullExpr__init_aasnotnullexpr = 103;
2119 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset = 111;
2120 const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset_61d = 112;
2121 const int COLOR_parser_nodes__AIssetAttrExpr__init = 113;
2122 const int COLOR_parser_prod__AIssetAttrExpr__empty_init = 114;
2123 const int COLOR_parser_prod__AIssetAttrExpr__init_aissetattrexpr = 115;
2124 const int COLOR_parser_nodes__AExprs__n_exprs = 69;
2125 const int COLOR_parser_nodes__AExprs__init = 70;
2126 const int COLOR_typing__AExprs__to_a = 71;
2127 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug = 89;
2128 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug_61d = 90;
2129 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype = 91;
2130 const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype_61d = 92;
2131 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr = 93;
2132 const int COLOR_parser_nodes__ADebugTypeExpr__n_expr_61d = 94;
2133 const int COLOR_parser_nodes__ADebugTypeExpr__n_type = 95;
2134 const int COLOR_parser_nodes__ADebugTypeExpr__n_type_61d = 96;
2135 const int COLOR_parser_nodes__ADebugTypeExpr__init = 97;
2136 const int COLOR_parser_prod__ADebugTypeExpr__empty_init = 98;
2137 const int COLOR_parser_prod__ADebugTypeExpr__init_adebugtypeexpr = 99;
2138 const int COLOR_parser_nodes__AListExprs__init = 72;
2139 const int COLOR_parser_prod__AListExprs__empty_init = 73;
2140 const int COLOR_parser_prod__AListExprs__init_alistexprs = 74;
2141 const int COLOR_parser_nodes__AParExprs__n_opar = 72;
2142 const int COLOR_parser_nodes__AParExprs__n_opar_61d = 73;
2143 const int COLOR_parser_nodes__AParExprs__n_cpar = 74;
2144 const int COLOR_parser_nodes__AParExprs__n_cpar_61d = 75;
2145 const int COLOR_parser_nodes__AParExprs__init = 76;
2146 const int COLOR_parser_prod__AParExprs__empty_init = 77;
2147 const int COLOR_parser_prod__AParExprs__init_aparexprs = 78;
2148 const int COLOR_parser_nodes__ABraExprs__n_obra = 72;
2149 const int COLOR_parser_nodes__ABraExprs__n_obra_61d = 73;
2150 const int COLOR_parser_nodes__ABraExprs__n_cbra = 74;
2151 const int COLOR_parser_nodes__ABraExprs__n_cbra_61d = 75;
2152 const int COLOR_parser_nodes__ABraExprs__init = 76;
2153 const int COLOR_parser_prod__ABraExprs__empty_init = 77;
2154 const int COLOR_parser_prod__ABraExprs__init_abraexprs = 78;
2155 const int COLOR_parser_nodes__AAssignOp__init = 69;
2156 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq = 70;
2157 const int COLOR_parser_nodes__APlusAssignOp__n_pluseq_61d = 71;
2158 const int COLOR_parser_nodes__APlusAssignOp__init = 72;
2159 const int COLOR_parser_prod__APlusAssignOp__empty_init = 73;
2160 const int COLOR_parser_prod__APlusAssignOp__init_aplusassignop = 74;
2161 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq = 70;
2162 const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq_61d = 71;
2163 const int COLOR_parser_nodes__AMinusAssignOp__init = 72;
2164 const int COLOR_parser_prod__AMinusAssignOp__empty_init = 73;
2165 const int COLOR_parser_prod__AMinusAssignOp__init_aminusassignop = 74;
2166 const int COLOR_parser_nodes__AClosureDef__n_bang = 92;
2167 const int COLOR_parser_nodes__AClosureDef__n_bang_61d = 93;
2168 const int COLOR_parser_nodes__AClosureDef__n_id = 94;
2169 const int COLOR_parser_nodes__AClosureDef__n_id_61d = 95;
2170 const int COLOR_parser_nodes__AClosureDef__n_ids = 96;
2171 const int COLOR_parser_nodes__AClosureDef__n_kwdo = 97;
2172 const int COLOR_parser_nodes__AClosureDef__n_kwdo_61d = 98;
2173 const int COLOR_parser_nodes__AClosureDef__n_expr = 99;
2174 const int COLOR_parser_nodes__AClosureDef__n_expr_61d = 100;
2175 const int COLOR_parser_nodes__AClosureDef__init = 101;
2176 const int COLOR_parser_prod__AClosureDef__empty_init = 102;
2177 const int COLOR_parser_prod__AClosureDef__init_aclosuredef = 103;
2178 const int COLOR_scope__AClosureDef__variables = 104;
2179 const int COLOR_scope__AClosureDef__variables_61d = 105;
2180 const int COLOR_scope__AClosureDef__escapemark = 106;
2181 const int COLOR_scope__AClosureDef__escapemark_61d = 107;
2182 const int COLOR_typing__AClosureDef__mclosure = 108;
2183 const int COLOR_typing__AClosureDef__mclosure_61d = 109;
2184 const int COLOR_typing__AClosureDef__accept_typing = 110;
2185 const int COLOR_parser_nodes__AClosureId__init = 69;
2186 const int COLOR_parser_nodes__ASimpleClosureId__n_id = 70;
2187 const int COLOR_parser_nodes__ASimpleClosureId__n_id_61d = 71;
2188 const int COLOR_parser_nodes__ASimpleClosureId__init = 72;
2189 const int COLOR_parser_prod__ASimpleClosureId__empty_init = 73;
2190 const int COLOR_parser_prod__ASimpleClosureId__init_asimpleclosureid = 74;
2191 const int COLOR_parser_nodes__ABreakClosureId__n_kwbreak = 70;
2192 const int COLOR_parser_nodes__ABreakClosureId__n_kwbreak_61d = 71;
2193 const int COLOR_parser_nodes__ABreakClosureId__init = 72;
2194 const int COLOR_parser_prod__ABreakClosureId__empty_init = 73;
2195 const int COLOR_parser_prod__ABreakClosureId__init_abreakclosureid = 74;
2196 const int COLOR_parser_nodes__AModuleName__n_quad = 69;
2197 const int COLOR_parser_nodes__AModuleName__n_quad_61d = 70;
2198 const int COLOR_parser_nodes__AModuleName__n_path = 71;
2199 const int COLOR_parser_nodes__AModuleName__n_id = 72;
2200 const int COLOR_parser_nodes__AModuleName__n_id_61d = 73;
2201 const int COLOR_parser_nodes__AModuleName__init = 74;
2202 const int COLOR_parser_prod__AModuleName__empty_init = 75;
2203 const int COLOR_parser_prod__AModuleName__init_amodulename = 76;
2204 const int COLOR_parser_nodes__AInLanguage__n_kwin = 69;
2205 const int COLOR_parser_nodes__AInLanguage__n_kwin_61d = 70;
2206 const int COLOR_parser_nodes__AInLanguage__n_string = 71;
2207 const int COLOR_parser_nodes__AInLanguage__n_string_61d = 72;
2208 const int COLOR_parser_nodes__AInLanguage__init = 73;
2209 const int COLOR_parser_prod__AInLanguage__empty_init = 74;
2210 const int COLOR_parser_prod__AInLanguage__init_ainlanguage = 75;
2211 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language = 69;
2212 const int COLOR_parser_nodes__AExternCodeBlock__n_in_language_61d = 70;
2213 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment = 71;
2214 const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment_61d = 72;
2215 const int COLOR_parser_nodes__AExternCodeBlock__init = 73;
2216 const int COLOR_parser_prod__AExternCodeBlock__empty_init = 74;
2217 const int COLOR_parser_prod__AExternCodeBlock__init_aexterncodeblock = 75;
2218 const int COLOR_parser_nodes__AQualified__n_quad = 69;
2219 const int COLOR_parser_nodes__AQualified__n_quad_61d = 70;
2220 const int COLOR_parser_nodes__AQualified__n_id = 71;
2221 const int COLOR_parser_nodes__AQualified__n_classid = 72;
2222 const int COLOR_parser_nodes__AQualified__n_classid_61d = 73;
2223 const int COLOR_parser_nodes__AQualified__init = 74;
2224 const int COLOR_parser_prod__AQualified__empty_init = 75;
2225 const int COLOR_parser_prod__AQualified__init_aqualified = 76;
2226 const int COLOR_parser_nodes__ADoc__n_comment = 69;
2227 const int COLOR_parser_nodes__ADoc__init = 70;
2228 const int COLOR_parser_prod__ADoc__empty_init = 71;
2229 const int COLOR_parser_prod__ADoc__init_adoc = 72;
2230 const int COLOR_parser_nodes__AAnnotations__n_at = 69;
2231 const int COLOR_parser_nodes__AAnnotations__n_at_61d = 70;
2232 const int COLOR_parser_nodes__AAnnotations__n_opar = 71;
2233 const int COLOR_parser_nodes__AAnnotations__n_opar_61d = 72;
2234 const int COLOR_parser_nodes__AAnnotations__n_items = 73;
2235 const int COLOR_parser_nodes__AAnnotations__n_cpar = 74;
2236 const int COLOR_parser_nodes__AAnnotations__n_cpar_61d = 75;
2237 const int COLOR_parser_nodes__AAnnotations__init = 76;
2238 const int COLOR_parser_prod__AAnnotations__empty_init = 77;
2239 const int COLOR_parser_prod__AAnnotations__init_aannotations = 78;
2240 const int COLOR_parser_nodes__AAnnotation__n_atid = 69;
2241 const int COLOR_parser_nodes__AAnnotation__n_atid_61d = 70;
2242 const int COLOR_parser_nodes__AAnnotation__n_opar = 71;
2243 const int COLOR_parser_nodes__AAnnotation__n_opar_61d = 72;
2244 const int COLOR_parser_nodes__AAnnotation__n_args = 73;
2245 const int COLOR_parser_nodes__AAnnotation__n_cpar = 74;
2246 const int COLOR_parser_nodes__AAnnotation__n_cpar_61d = 75;
2247 const int COLOR_parser_nodes__AAnnotation__init = 76;
2248 const int COLOR_parser_prod__AAnnotation__empty_init = 77;
2249 const int COLOR_parser_prod__AAnnotation__init_aannotation = 78;
2250 const int COLOR_parser_nodes__AAtArg__init = 69;
2251 const int COLOR_parser_nodes__ATypeAtArg__n_type = 70;
2252 const int COLOR_parser_nodes__ATypeAtArg__n_type_61d = 71;
2253 const int COLOR_parser_nodes__ATypeAtArg__init = 72;
2254 const int COLOR_parser_prod__ATypeAtArg__empty_init = 73;
2255 const int COLOR_parser_prod__ATypeAtArg__init_atypeatarg = 74;
2256 const int COLOR_parser_nodes__AExprAtArg__n_expr = 70;
2257 const int COLOR_parser_nodes__AExprAtArg__n_expr_61d = 71;
2258 const int COLOR_parser_nodes__AExprAtArg__init = 72;
2259 const int COLOR_parser_prod__AExprAtArg__empty_init = 73;
2260 const int COLOR_parser_prod__AExprAtArg__init_aexpratarg = 74;
2261 const int COLOR_parser_nodes__AAtAtArg__init = 70;
2262 const int COLOR_parser_prod__AAtAtArg__empty_init = 71;
2263 const int COLOR_parser_prod__AAtAtArg__init_aatatarg = 72;
2264 const int COLOR_parser_nodes__AAtid__n_id = 69;
2265 const int COLOR_parser_nodes__AAtid__n_id_61d = 70;
2266 const int COLOR_parser_nodes__AAtid__init = 71;
2267 const int COLOR_parser_nodes__AIdAtid__init = 72;
2268 const int COLOR_parser_prod__AIdAtid__empty_init = 73;
2269 const int COLOR_parser_prod__AIdAtid__init_aidatid = 74;
2270 const int COLOR_parser_nodes__AKwexternAtid__init = 72;
2271 const int COLOR_parser_prod__AKwexternAtid__empty_init = 73;
2272 const int COLOR_parser_prod__AKwexternAtid__init_akwexternatid = 74;
2273 const int COLOR_parser_nodes__AKwinternAtid__init = 72;
2274 const int COLOR_parser_prod__AKwinternAtid__empty_init = 73;
2275 const int COLOR_parser_prod__AKwinternAtid__init_akwinternatid = 74;
2276 const int COLOR_parser_nodes__AKwreadableAtid__init = 72;
2277 const int COLOR_parser_prod__AKwreadableAtid__empty_init = 73;
2278 const int COLOR_parser_prod__AKwreadableAtid__init_akwreadableatid = 74;
2279 const int COLOR_parser_nodes__AKwwritableAtid__init = 72;
2280 const int COLOR_parser_prod__AKwwritableAtid__empty_init = 73;
2281 const int COLOR_parser_prod__AKwwritableAtid__init_akwwritableatid = 74;
2282 const int COLOR_parser_nodes__AKwimportAtid__init = 72;
2283 const int COLOR_parser_prod__AKwimportAtid__empty_init = 73;
2284 const int COLOR_parser_prod__AKwimportAtid__init_akwimportatid = 74;
2285 const int COLOR_parser_nodes__Start__n_base = 69;
2286 const int COLOR_parser_nodes__Start__n_base_61d = 70;
2287 const int COLOR_parser_nodes__Start__n_eof = 71;
2288 const int COLOR_parser_nodes__Start__n_eof_61d = 72;
2289 const int COLOR_parser_nodes__Start__init = 73;
2290 const int COLOR_toolcontext__Message__location = 49;
2291 const int COLOR_toolcontext__Message__location_61d = 50;
2292 const int COLOR_toolcontext__Message__text = 51;
2293 const int COLOR_toolcontext__Message__text_61d = 52;
2294 const int COLOR_toolcontext__Message__to_color_string = 53;
2295 const int COLOR_toolcontext__Message__init = 54;
2296 const int COLOR_toolcontext__ToolContext__error_count = 41;
2297 const int COLOR_toolcontext__ToolContext__error_count_61d = 42;
2298 const int COLOR_toolcontext__ToolContext__warning_count = 43;
2299 const int COLOR_toolcontext__ToolContext__warning_count_61d = 44;
2300 const int COLOR_toolcontext__ToolContext__log_directory = 45;
2301 const int COLOR_toolcontext__ToolContext__log_directory_61d = 46;
2302 const int COLOR_toolcontext__ToolContext__messages = 47;
2303 const int COLOR_toolcontext__ToolContext__messages_61d = 48;
2304 const int COLOR_toolcontext__ToolContext__message_sorter = 49;
2305 const int COLOR_toolcontext__ToolContext__message_sorter_61d = 50;
2306 const int COLOR_toolcontext__ToolContext__check_errors = 51;
2307 const int COLOR_toolcontext__ToolContext__error = 52;
2308 const int COLOR_toolcontext__ToolContext__fatal_error = 53;
2309 const int COLOR_toolcontext__ToolContext__warning = 54;
2310 const int COLOR_toolcontext__ToolContext__info = 55;
2311 const int COLOR_toolcontext__ToolContext__option_context = 56;
2312 const int COLOR_toolcontext__ToolContext__option_context_61d = 57;
2313 const int COLOR_toolcontext__ToolContext__opt_warn = 58;
2314 const int COLOR_toolcontext__ToolContext__opt_warn_61d = 59;
2315 const int COLOR_toolcontext__ToolContext__opt_quiet = 60;
2316 const int COLOR_toolcontext__ToolContext__opt_quiet_61d = 61;
2317 const int COLOR_toolcontext__ToolContext__opt_log = 62;
2318 const int COLOR_toolcontext__ToolContext__opt_log_61d = 63;
2319 const int COLOR_toolcontext__ToolContext__opt_log_dir = 64;
2320 const int COLOR_toolcontext__ToolContext__opt_log_dir_61d = 65;
2321 const int COLOR_toolcontext__ToolContext__opt_help = 66;
2322 const int COLOR_toolcontext__ToolContext__opt_help_61d = 67;
2323 const int COLOR_toolcontext__ToolContext__opt_version = 68;
2324 const int COLOR_toolcontext__ToolContext__opt_version_61d = 69;
2325 const int COLOR_toolcontext__ToolContext__opt_verbose = 70;
2326 const int COLOR_toolcontext__ToolContext__opt_verbose_61d = 71;
2327 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error = 72;
2328 const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error_61d = 73;
2329 const int COLOR_toolcontext__ToolContext__opt_no_color = 74;
2330 const int COLOR_toolcontext__ToolContext__opt_no_color_61d = 75;
2331 const int COLOR_toolcontext__ToolContext__verbose_level = 76;
2332 const int COLOR_toolcontext__ToolContext__verbose_level_61d = 77;
2333 const int COLOR_toolcontext__ToolContext__init = 78;
2334 const int COLOR_toolcontext__ToolContext__process_options = 79;
2335 const int COLOR_parser_util__ToolContext__parse_module = 80;
2336 const int COLOR_parser_util__ToolContext__parse_classdef = 81;
2337 const int COLOR_parser_util__ToolContext__parse_propdef = 82;
2338 const int COLOR_parser_util__ToolContext__parse_stmts = 83;
2339 const int COLOR_parser_util__ToolContext__parse_expr = 84;
2340 const int COLOR_parser_util__ToolContext__parse_something = 85;
2341 const int COLOR_phase__ToolContext__phases = 86;
2342 const int COLOR_phase__ToolContext__phases_61d = 87;
2343 const int COLOR_phase__ToolContext__phases_list = 88;
2344 const int COLOR_phase__ToolContext__run_phases = 89;
2345 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase = 90;
2346 const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase_61d = 91;
2347 const int COLOR_literal__ToolContext__literal_phase = 92;
2348 const int COLOR_literal__ToolContext__literal_phase_61d = 93;
2349 const int COLOR_scope__ToolContext__scope_phase = 94;
2350 const int COLOR_scope__ToolContext__scope_phase_61d = 95;
2351 const int COLOR_flow__ToolContext__flow_phase = 96;
2352 const int COLOR_flow__ToolContext__flow_phase_61d = 97;
2353 const int COLOR_local_var_init__ToolContext__local_var_init_phase = 98;
2354 const int COLOR_local_var_init__ToolContext__local_var_init_phase_61d = 99;
2355 const int COLOR_modelbuilder__ToolContext__opt_path = 100;
2356 const int COLOR_modelbuilder__ToolContext__opt_path_61d = 101;
2357 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel = 102;
2358 const int COLOR_modelbuilder__ToolContext__opt_only_metamodel_61d = 103;
2359 const int COLOR_modelbuilder__ToolContext__opt_only_parse = 104;
2360 const int COLOR_modelbuilder__ToolContext__opt_only_parse_61d = 105;
2361 const int COLOR_modelbuilder__ToolContext__modelbuilder = 106;
2362 const int COLOR_modelbuilder__ToolContext__modelbuilder_real = 107;
2363 const int COLOR_modelbuilder__ToolContext__modelbuilder_real_61d = 108;
2364 const int COLOR_modelize_class__ToolContext__modelize_class_phase = 109;
2365 const int COLOR_modelize_class__ToolContext__modelize_class_phase_61d = 110;
2366 const int COLOR_modelize_property__ToolContext__modelize_property_phase = 111;
2367 const int COLOR_modelize_property__ToolContext__modelize_property_phase_61d = 112;
2368 const int COLOR_cached__ToolContext__cached_phase = 113;
2369 const int COLOR_cached__ToolContext__cached_phase_61d = 114;
2370 const int COLOR_typing__ToolContext__typing_phase = 115;
2371 const int COLOR_typing__ToolContext__typing_phase_61d = 116;
2372 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase = 117;
2373 const int COLOR_auto_super_init__ToolContext__auto_super_init_phase_61d = 118;
2374 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase = 119;
2375 const int COLOR_div_by_zero__ToolContext__div_by_zero_phase_61d = 120;
2376 const int COLOR_transform__ToolContext__transform_phase = 121;
2377 const int COLOR_transform__ToolContext__transform_phase_61d = 122;
2378 const int COLOR_frontend__ToolContext__dummy = 123;
2379 const int COLOR_frontend__ToolContext__dummy_61d = 124;
2380 const int COLOR_frontend__ToolContext__do_dummy = 125;
2381 const int COLOR_frontend__ToolContext__run_global_phases = 126;
2382 const int COLOR_abstract_compiler__ToolContext__opt_output = 127;
2383 const int COLOR_abstract_compiler__ToolContext__opt_output_61d = 128;
2384 const int COLOR_abstract_compiler__ToolContext__opt_no_cc = 129;
2385 const int COLOR_abstract_compiler__ToolContext__opt_no_cc_61d = 130;
2386 const int COLOR_abstract_compiler__ToolContext__opt_cc_path = 131;
2387 const int COLOR_abstract_compiler__ToolContext__opt_cc_path_61d = 132;
2388 const int COLOR_abstract_compiler__ToolContext__opt_make_flags = 133;
2389 const int COLOR_abstract_compiler__ToolContext__opt_make_flags_61d = 134;
2390 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir = 135;
2391 const int COLOR_abstract_compiler__ToolContext__opt_compile_dir_61d = 136;
2392 const int COLOR_abstract_compiler__ToolContext__opt_hardening = 137;
2393 const int COLOR_abstract_compiler__ToolContext__opt_hardening_61d = 138;
2394 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range = 139;
2395 const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range_61d = 140;
2396 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance = 141;
2397 const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance_61d = 142;
2398 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization = 143;
2399 const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization_61d = 144;
2400 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert = 145;
2401 const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert_61d = 146;
2402 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast = 147;
2403 const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast_61d = 148;
2404 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other = 149;
2405 const int COLOR_abstract_compiler__ToolContext__opt_no_check_other_61d = 150;
2406 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics = 151;
2407 const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics_61d = 152;
2408 const int COLOR_separate_compiler__ToolContext__opt_separate = 153;
2409 const int COLOR_separate_compiler__ToolContext__opt_separate_61d = 154;
2410 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern = 155;
2411 const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern_61d = 156;
2412 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute = 157;
2413 const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute_61d = 158;
2414 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate = 159;
2415 const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate_61d = 160;
2416 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers = 161;
2417 const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers_61d = 162;
2418 const int COLOR_separate_compiler__ToolContext__opt_bm_typing = 163;
2419 const int COLOR_separate_compiler__ToolContext__opt_bm_typing_61d = 164;
2420 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing = 165;
2421 const int COLOR_separate_compiler__ToolContext__opt_phmod_typing_61d = 166;
2422 const int COLOR_separate_compiler__ToolContext__opt_phand_typing = 167;
2423 const int COLOR_separate_compiler__ToolContext__opt_phand_typing_61d = 168;
2424 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics = 169;
2425 const int COLOR_separate_compiler__ToolContext__opt_tables_metrics_61d = 170;
2426 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure = 171;
2427 const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure_61d = 172;
2428 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast = 173;
2429 const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast_61d = 174;
2430 const int COLOR_separate_erasure_compiler__ToolContext__init = 175;
2431 const int COLOR_separate_compiler__ToolContext__init = 176;
2432 const int COLOR_abstract_compiler__ToolContext__init = 177;
2433 const int COLOR_modelbuilder__ToolContext__init = 178;
2434 const int COLOR_lexer__Lexer__file = 45;
2435 const int COLOR_lexer__Lexer__state_initial = 46;
2436 const int COLOR_lexer__Lexer__init = 47;
2437 const int COLOR_lexer__Lexer__last_token = 48;
2438 const int COLOR_lexer__Lexer__last_token_61d = 49;
2439 const int COLOR_lexer__Lexer__peek = 50;
2440 const int COLOR_lexer__Lexer__next = 51;
2441 const int COLOR_lexer__Lexer__get_token = 52;
2442 const int COLOR_model_base__Model__mmodules = 41;
2443 const int COLOR_model_base__Model__mmodules_61d = 42;
2444 const int COLOR_model_base__Model__mmodule_nesting_hierarchy = 43;
2445 const int COLOR_model_base__Model__mmodule_nesting_hierarchy_61d = 44;
2446 const int COLOR_model_base__Model__mmodule_importation_hierarchy = 45;
2447 const int COLOR_model_base__Model__mmodule_importation_hierarchy_61d = 46;
2448 const int COLOR_model_base__Model__mmodules_by_name = 47;
2449 const int COLOR_model_base__Model__mmodules_by_name_61d = 48;
2450 const int COLOR_model_base__Model__get_mmodules_by_name = 49;
2451 const int COLOR_model_base__Model__init = 50;
2452 const int COLOR_model__Model__mclasses = 51;
2453 const int COLOR_model__Model__mclasses_61d = 52;
2454 const int COLOR_model__Model__mproperties = 53;
2455 const int COLOR_model__Model__mproperties_61d = 54;
2456 const int COLOR_model__Model__mclassdef_hierarchy = 55;
2457 const int COLOR_model__Model__mclassdef_hierarchy_61d = 56;
2458 const int COLOR_model__Model__intro_mtype_specialization_hierarchy = 57;
2459 const int COLOR_model__Model__intro_mtype_specialization_hierarchy_61d = 58;
2460 const int COLOR_model__Model__full_mtype_specialization_hierarchy = 59;
2461 const int COLOR_model__Model__full_mtype_specialization_hierarchy_61d = 60;
2462 const int COLOR_model__Model__mclasses_by_name = 61;
2463 const int COLOR_model__Model__mclasses_by_name_61d = 62;
2464 const int COLOR_model__Model__get_mclasses_by_name = 63;
2465 const int COLOR_model__Model__mproperties_by_name = 64;
2466 const int COLOR_model__Model__mproperties_by_name_61d = 65;
2467 const int COLOR_model__Model__get_mproperties_by_name = 66;
2468 const int COLOR_model__Model__null_type = 67;
2469 const int COLOR_model__Model__null_type_61d = 68;
2470 const int COLOR_model_base__MModule__model = 41;
2471 const int COLOR_model_base__MModule__model_61d = 42;
2472 const int COLOR_model_base__MModule__direct_owner = 43;
2473 const int COLOR_model_base__MModule__direct_owner_61d = 44;
2474 const int COLOR_model_base__MModule__name = 45;
2475 const int COLOR_model_base__MModule__name_61d = 46;
2476 const int COLOR_model_base__MModule__location = 47;
2477 const int COLOR_model_base__MModule__location_61d = 48;
2478 const int COLOR_model_base__MModule__in_nesting = 49;
2479 const int COLOR_model_base__MModule__in_nesting_61d = 50;
2480 const int COLOR_model_base__MModule__in_importation = 51;
2481 const int COLOR_model_base__MModule__in_importation_61d = 52;
2482 const int COLOR_model_base__MModule__full_name = 53;
2483 const int COLOR_model_base__MModule__init = 54;
2484 const int COLOR_model_base__MModule__set_imported_mmodules = 55;
2485 const int COLOR_model_base__MModule__intrude_mmodules = 56;
2486 const int COLOR_model_base__MModule__intrude_mmodules_61d = 57;
2487 const int COLOR_model_base__MModule__public_mmodules = 58;
2488 const int COLOR_model_base__MModule__public_mmodules_61d = 59;
2489 const int COLOR_model_base__MModule__private_mmodules = 60;
2490 const int COLOR_model_base__MModule__private_mmodules_61d = 61;
2491 const int COLOR_model_base__MModule__visibility_for = 62;
2492 const int COLOR_model_base__MModule__set_visibility_for = 63;
2493 const int COLOR_model_base__MModule__public_owner = 64;
2494 const int COLOR_model_base__MModule__is_visible = 65;
2495 const int COLOR_model__MModule__intro_mclasses = 66;
2496 const int COLOR_model__MModule__intro_mclasses_61d = 67;
2497 const int COLOR_model__MModule__mclassdefs = 68;
2498 const int COLOR_model__MModule__mclassdefs_61d = 69;
2499 const int COLOR_model__MModule__has_mclass = 70;
2500 const int COLOR_model__MModule__flatten_mclass_hierarchy = 71;
2501 const int COLOR_model__MModule__linearize_mclasses = 72;
2502 const int COLOR_model__MModule__linearize_mclassdefs = 73;
2503 const int COLOR_model__MModule__linearize_mpropdefs = 74;
2504 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache = 75;
2505 const int COLOR_model__MModule__flatten_mclass_hierarchy_cache_61d = 76;
2506 const int COLOR_model__MModule__object_type = 77;
2507 const int COLOR_model__MModule__object_type_cache = 78;
2508 const int COLOR_model__MModule__object_type_cache_61d = 79;
2509 const int COLOR_model__MModule__bool_type = 80;
2510 const int COLOR_model__MModule__bool_type_cache = 81;
2511 const int COLOR_model__MModule__bool_type_cache_61d = 82;
2512 const int COLOR_model__MModule__sys_type = 83;
2513 const int COLOR_model__MModule__get_primitive_class = 84;
2514 const int COLOR_model__MModule__try_get_primitive_method = 85;
2515 const int COLOR_abstract_compiler__MModule__properties = 86;
2516 const int COLOR_abstract_compiler__MModule__properties_cache = 87;
2517 const int COLOR_abstract_compiler__MModule__properties_cache_61d = 88;
2518 const int COLOR_model_base__MVisibility__to_s_61d = 49;
2519 const int COLOR_model_base__MVisibility__level = 50;
2520 const int COLOR_model_base__MVisibility__level_61d = 51;
2521 const int COLOR_model_base__MVisibility__init = 52;
2522 const int COLOR_model__MClassDefSorter__mmodule = 76;
2523 const int COLOR_model__MClassDefSorter__mmodule_61d = 77;
2524 const int COLOR_model__MClassDefSorter__init = 78;
2525 const int COLOR_model__MPropDefSorter__mmodule = 76;
2526 const int COLOR_model__MPropDefSorter__mmodule_61d = 77;
2527 const int COLOR_model__MPropDefSorter__init = 78;
2528 const int COLOR_model__MClass__intro_mmodule = 41;
2529 const int COLOR_model__MClass__intro_mmodule_61d = 42;
2530 const int COLOR_model__MClass__name = 43;
2531 const int COLOR_model__MClass__name_61d = 44;
2532 const int COLOR_model__MClass__full_name = 45;
2533 const int COLOR_model__MClass__arity = 46;
2534 const int COLOR_model__MClass__arity_61d = 47;
2535 const int COLOR_model__MClass__kind = 48;
2536 const int COLOR_model__MClass__kind_61d = 49;
2537 const int COLOR_model__MClass__visibility = 50;
2538 const int COLOR_model__MClass__visibility_61d = 51;
2539 const int COLOR_model__MClass__init = 52;
2540 const int COLOR_model__MClass__mclassdefs = 53;
2541 const int COLOR_model__MClass__mclassdefs_61d = 54;
2542 const int COLOR_model__MClass__intro = 55;
2543 const int COLOR_model__MClass__in_hierarchy = 56;
2544 const int COLOR_model__MClass__mclass_type = 57;
2545 const int COLOR_model__MClass__mclass_type_61d = 58;
2546 const int COLOR_model__MClass__get_mtype = 59;
2547 const int COLOR_model__MClass__get_mtype_cache = 60;
2548 const int COLOR_model__MClass__get_mtype_cache_61d = 61;
2549 const int COLOR_modelize_property__MClass__inherit_init_from = 62;
2550 const int COLOR_modelize_property__MClass__inherit_init_from_61d = 63;
2551 const int COLOR_abstract_compiler__MClass__c_name = 64;
2552 const int COLOR_abstract_compiler__MClass__c_name_cache = 65;
2553 const int COLOR_abstract_compiler__MClass__c_name_cache_61d = 66;
2554 const int COLOR_model__MClassDef__mmodule = 41;
2555 const int COLOR_model__MClassDef__mmodule_61d = 42;
2556 const int COLOR_model__MClassDef__mclass = 43;
2557 const int COLOR_model__MClassDef__mclass_61d = 44;
2558 const int COLOR_model__MClassDef__bound_mtype = 45;
2559 const int COLOR_model__MClassDef__bound_mtype_61d = 46;
2560 const int COLOR_model__MClassDef__parameter_names = 47;
2561 const int COLOR_model__MClassDef__parameter_names_61d = 48;
2562 const int COLOR_model__MClassDef__location = 49;
2563 const int COLOR_model__MClassDef__location_61d = 50;
2564 const int COLOR_model__MClassDef__to_s_61d = 51;
2565 const int COLOR_model__MClassDef__init = 52;
2566 const int COLOR_model__MClassDef__supertypes = 53;
2567 const int COLOR_model__MClassDef__supertypes_61d = 54;
2568 const int COLOR_model__MClassDef__set_supertypes = 55;
2569 const int COLOR_model__MClassDef__add_in_hierarchy = 56;
2570 const int COLOR_model__MClassDef__in_hierarchy = 57;
2571 const int COLOR_model__MClassDef__in_hierarchy_61d = 58;
2572 const int COLOR_model__MClassDef__is_intro = 59;
2573 const int COLOR_model__MClassDef__intro_mproperties = 60;
2574 const int COLOR_model__MClassDef__intro_mproperties_61d = 61;
2575 const int COLOR_model__MClassDef__mpropdefs = 62;
2576 const int COLOR_model__MClassDef__mpropdefs_61d = 63;
2577 const int COLOR_model__MType__model = 41;
2578 const int COLOR_model__MType__is_subtype = 42;
2579 const int COLOR_model__MType__anchor_to = 43;
2580 const int COLOR_model__MType__need_anchor = 44;
2581 const int COLOR_model__MType__supertype_to = 45;
2582 const int COLOR_model__MType__resolve_for = 46;
2583 const int COLOR_model__MType__can_resolve_for = 47;
2584 const int COLOR_model__MType__as_nullable = 48;
2585 const int COLOR_model__MType__as_nullable_cache = 49;
2586 const int COLOR_model__MType__as_nullable_cache_61d = 50;
2587 const int COLOR_model__MType__depth = 51;
2588 const int COLOR_model__MType__length = 52;
2589 const int COLOR_model__MType__collect_mclassdefs = 53;
2590 const int COLOR_model__MType__collect_mclasses = 54;
2591 const int COLOR_model__MType__collect_mtypes = 55;
2592 const int COLOR_model__MType__has_mproperty = 56;
2593 const int COLOR_model__MType__init = 57;
2594 const int COLOR_abstract_compiler__MType__ctype = 58;
2595 const int COLOR_abstract_compiler__MType__ctypename = 59;
2596 const int COLOR_abstract_compiler__MType__c_name = 60;
2597 const int COLOR_abstract_compiler__MType__c_name_cache = 61;
2598 const int COLOR_abstract_compiler__MType__c_name_cache_61d = 62;
2599 const int COLOR_separate_compiler__MType__const_color = 63;
2600 const int COLOR_model__MClassType__mclass = 64;
2601 const int COLOR_model__MClassType__mclass_61d = 65;
2602 const int COLOR_model__MClassType__init = 66;
2603 const int COLOR_model__MClassType__arguments = 67;
2604 const int COLOR_model__MClassType__arguments_61d = 68;
2605 const int COLOR_model__MClassType__collect_things = 69;
2606 const int COLOR_model__MClassType__collect_mclassdefs_cache = 70;
2607 const int COLOR_model__MClassType__collect_mclassdefs_cache_61d = 71;
2608 const int COLOR_model__MClassType__collect_mclasses_cache = 72;
2609 const int COLOR_model__MClassType__collect_mclasses_cache_61d = 73;
2610 const int COLOR_model__MClassType__collect_mtypes_cache = 74;
2611 const int COLOR_model__MClassType__collect_mtypes_cache_61d = 75;
2612 const int COLOR_model__MClassType__anchor_to = 76;
2613 const int COLOR_model__MGenericType__init = 77;
2614 const int COLOR_model__MGenericType__to_s_61d = 78;
2615 const int COLOR_model__MGenericType__need_anchor_61d = 79;
2616 const int COLOR_abstract_compiler__MGenericType__c_name = 80;
2617 const int COLOR_model__MVirtualType__mproperty = 64;
2618 const int COLOR_model__MVirtualType__mproperty_61d = 65;
2619 const int COLOR_model__MVirtualType__lookup_bound = 66;
2620 const int COLOR_model__MVirtualType__init = 67;
2621 const int COLOR_model__MParameterType__mclass = 64;
2622 const int COLOR_model__MParameterType__mclass_61d = 65;
2623 const int COLOR_model__MParameterType__rank = 66;
2624 const int COLOR_model__MParameterType__rank_61d = 67;
2625 const int COLOR_model__MParameterType__lookup_bound = 68;
2626 const int COLOR_model__MParameterType__init = 69;
2627 const int COLOR_model__MNullableType__mtype = 64;
2628 const int COLOR_model__MNullableType__mtype_61d = 65;
2629 const int COLOR_model__MNullableType__init = 66;
2630 const int COLOR_model__MNullableType__to_s_61d = 67;
2631 const int COLOR_model__MNullType__model_61d = 64;
2632 const int COLOR_model__MNullType__init = 65;
2633 const int COLOR_model__MSignature__mparameters = 64;
2634 const int COLOR_model__MSignature__mparameters_61d = 65;
2635 const int COLOR_model__MSignature__mclosures = 66;
2636 const int COLOR_model__MSignature__mclosures_61d = 67;
2637 const int COLOR_model__MSignature__return_mtype = 68;
2638 const int COLOR_model__MSignature__return_mtype_61d = 69;
2639 const int COLOR_model__MSignature__init = 70;
2640 const int COLOR_model__MSignature__vararg_rank = 71;
2641 const int COLOR_model__MSignature__vararg_rank_61d = 72;
2642 const int COLOR_model__MSignature__arity = 73;
2643 const int COLOR_model__MParameter__name = 41;
2644 const int COLOR_model__MParameter__name_61d = 42;
2645 const int COLOR_model__MParameter__mtype = 43;
2646 const int COLOR_model__MParameter__mtype_61d = 44;
2647 const int COLOR_model__MParameter__is_vararg = 45;
2648 const int COLOR_model__MParameter__is_vararg_61d = 46;
2649 const int COLOR_model__MParameter__resolve_for = 47;
2650 const int COLOR_model__MParameter__init = 48;
2651 const int COLOR_model__MProperty__intro_mclassdef = 41;
2652 const int COLOR_model__MProperty__intro_mclassdef_61d = 42;
2653 const int COLOR_model__MProperty__name = 43;
2654 const int COLOR_model__MProperty__name_61d = 44;
2655 const int COLOR_model__MProperty__full_name = 45;
2656 const int COLOR_model__MProperty__visibility = 46;
2657 const int COLOR_model__MProperty__visibility_61d = 47;
2658 const int COLOR_model__MProperty__init = 48;
2659 const int COLOR_model__MProperty__mpropdefs = 49;
2660 const int COLOR_model__MProperty__mpropdefs_61d = 50;
2661 const int COLOR_model__MProperty__intro = 51;
2662 const int COLOR_model__MProperty__lookup_definitions = 52;
2663 const int COLOR_model__MProperty__lookup_definitions_cache = 53;
2664 const int COLOR_model__MProperty__lookup_definitions_cache_61d = 54;
2665 const int COLOR_model__MProperty__lookup_super_definitions = 55;
2666 const int COLOR_model__MProperty__lookup_first_definition = 56;
2667 const int COLOR_model__MProperty__lookup_all_definitions = 57;
2668 const int COLOR_model__MProperty__lookup_all_definitions_cache = 58;
2669 const int COLOR_model__MProperty__lookup_all_definitions_cache_61d = 59;
2670 const int COLOR_abstract_compiler__MProperty__c_name = 60;
2671 const int COLOR_abstract_compiler__MProperty__c_name_cache = 61;
2672 const int COLOR_abstract_compiler__MProperty__c_name_cache_61d = 62;
2673 const int COLOR_separate_compiler__MProperty__const_color = 63;
2674 const int COLOR_model__MMethod__init = 64;
2675 const int COLOR_model__MMethod__is_init = 65;
2676 const int COLOR_model__MMethod__is_init_61d = 66;
2677 const int COLOR_model__MMethod__is_new = 67;
2678 const int COLOR_model__MMethod__is_new_61d = 68;
2679 const int COLOR_model__MMethod__is_init_for = 69;
2680 const int COLOR_model__MAttribute__init = 64;
2681 const int COLOR_model__MVirtualTypeProp__init = 64;
2682 const int COLOR_model__MVirtualTypeProp__mvirtualtype = 65;
2683 const int COLOR_model__MVirtualTypeProp__mvirtualtype_61d = 66;
2684 const int COLOR_model__MPropDef__location = 41;
2685 const int COLOR_model__MPropDef__location_61d = 42;
2686 const int COLOR_model__MPropDef__mclassdef = 43;
2687 const int COLOR_model__MPropDef__mclassdef_61d = 44;
2688 const int COLOR_model__MPropDef__mproperty = 45;
2689 const int COLOR_model__MPropDef__mproperty_61d = 46;
2690 const int COLOR_model__MPropDef__init = 47;
2691 const int COLOR_model__MPropDef__to_s_61d = 48;
2692 const int COLOR_model__MPropDef__is_intro = 49;
2693 const int COLOR_model__MPropDef__lookup_next_definition = 50;
2694 const int COLOR_typing__MPropDef__has_supercall = 51;
2695 const int COLOR_typing__MPropDef__has_supercall_61d = 52;
2696 const int COLOR_abstract_compiler__MPropDef__c_name_cache = 53;
2697 const int COLOR_abstract_compiler__MPropDef__c_name_cache_61d = 54;
2698 const int COLOR_abstract_compiler__MPropDef__c_name = 55;
2699 const int COLOR_separate_compiler__MPropDef__const_color = 56;
2700 const int COLOR_model__MMethodDef__init = 57;
2701 const int COLOR_model__MMethodDef__msignature = 58;
2702 const int COLOR_model__MMethodDef__msignature_61d = 59;
2703 const int COLOR_model__MMethodDef__is_abstract = 60;
2704 const int COLOR_model__MMethodDef__is_abstract_61d = 61;
2705 const int COLOR_abstract_compiler__MMethodDef__can_inline = 62;
2706 const int COLOR_abstract_compiler__MMethodDef__compile_inside_to_c = 63;
2707 const int COLOR_abstract_compiler__MMethodDef__compile_parameter_check = 64;
2708 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function = 65;
2709 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache = 66;
2710 const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache_61d = 67;
2711 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function = 68;
2712 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache = 69;
2713 const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache_61d = 70;
2714 const int COLOR_model__MAttributeDef__init = 57;
2715 const int COLOR_model__MAttributeDef__static_mtype = 58;
2716 const int COLOR_model__MAttributeDef__static_mtype_61d = 59;
2717 const int COLOR_model__MVirtualTypeDef__init = 57;
2718 const int COLOR_model__MVirtualTypeDef__bound = 58;
2719 const int COLOR_model__MVirtualTypeDef__bound_61d = 59;
2720 const int COLOR_model__MClassKind__to_s_61d = 41;
2721 const int COLOR_model__MClassKind__need_init = 42;
2722 const int COLOR_model__MClassKind__need_init_61d = 43;
2723 const int COLOR_model__MClassKind__init = 44;
2724 const int COLOR_parser__State__state = 41;
2725 const int COLOR_parser__State__state_61d = 42;
2726 const int COLOR_parser__State__nodes = 43;
2727 const int COLOR_parser__State__nodes_61d = 44;
2728 const int COLOR_parser__State__init = 45;
2729 const int COLOR_parser__Parser__init = 45;
2730 const int COLOR_parser__Parser__go_to = 46;
2731 const int COLOR_parser__Parser__push = 47;
2732 const int COLOR_parser__Parser__state = 48;
2733 const int COLOR_parser__Parser__pop = 49;
2734 const int COLOR_parser__Parser__parse = 50;
2735 const int COLOR_parser__Parser__build_reduce_table = 51;
2736 const int COLOR_parser__ComputeProdLocationVisitor__init = 46;
2737 const int COLOR_parser__ReduceAction__action = 41;
2738 const int COLOR_parser__ReduceAction__concat = 42;
2739 const int COLOR_parser__ReduceAction__init = 43;
2740 const int COLOR_parser_util__InjectedLexer__injected_before = 53;
2741 const int COLOR_parser_util__InjectedLexer__injected_before_61d = 54;
2742 const int COLOR_parser_util__InjectedLexer__injected_after = 55;
2743 const int COLOR_parser_util__InjectedLexer__injected_after_61d = 56;
2744 const int COLOR_parser_util__InjectedLexer__is_finished = 57;
2745 const int COLOR_parser_util__InjectedLexer__is_finished_61d = 58;
2746 const int COLOR_parser_util__CollectTokensByTextVisitor__text = 46;
2747 const int COLOR_parser_util__CollectTokensByTextVisitor__text_61d = 47;
2748 const int COLOR_parser_util__CollectTokensByTextVisitor__init = 48;
2749 const int COLOR_parser_util__CollectTokensByTextVisitor__result = 49;
2750 const int COLOR_parser_util__CollectTokensByTextVisitor__result_61d = 50;
2751 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name = 46;
2752 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name_61d = 47;
2753 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__init = 48;
2754 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result = 49;
2755 const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result_61d = 50;
2756 const int COLOR_phase__AnnotationPhaseVisitor__phase = 46;
2757 const int COLOR_phase__AnnotationPhaseVisitor__phase_61d = 47;
2758 const int COLOR_phase__AnnotationPhaseVisitor__init = 48;
2759 const int COLOR_phase__Phase__toolcontext = 41;
2760 const int COLOR_phase__Phase__toolcontext_61d = 42;
2761 const int COLOR_phase__Phase__in_hierarchy = 43;
2762 const int COLOR_phase__Phase__in_hierarchy_61d = 44;
2763 const int COLOR_phase__Phase__init = 45;
2764 const int COLOR_phase__Phase__process_nmodule = 46;
2765 const int COLOR_phase__Phase__process_nclassdef = 47;
2766 const int COLOR_phase__Phase__process_npropdef = 48;
2767 const int COLOR_phase__Phase__process_annotated_node = 49;
2768 const int COLOR_frontend__Phase__process_mainmodule = 50;
2769 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count = 46;
2770 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count_61d = 47;
2771 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext = 48;
2772 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext_61d = 49;
2773 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__warning = 50;
2774 const int COLOR_simple_misc_analysis__SimpleMiscVisitor__init = 51;
2775 const int COLOR_literal__LiteralVisitor__toolcontext = 46;
2776 const int COLOR_literal__LiteralVisitor__toolcontext_61d = 47;
2777 const int COLOR_literal__LiteralVisitor__init = 48;
2778 const int COLOR_scope__Variable__name = 41;
2779 const int COLOR_scope__Variable__name_61d = 42;
2780 const int COLOR_scope__Variable__init = 43;
2781 const int COLOR_typing__Variable__declared_type = 44;
2782 const int COLOR_typing__Variable__declared_type_61d = 45;
2783 const int COLOR_scope__EscapeMark__name = 41;
2784 const int COLOR_scope__EscapeMark__name_61d = 42;
2785 const int COLOR_scope__EscapeMark__for_loop = 43;
2786 const int COLOR_scope__EscapeMark__for_loop_61d = 44;
2787 const int COLOR_scope__EscapeMark__continues = 45;
2788 const int COLOR_scope__EscapeMark__continues_61d = 46;
2789 const int COLOR_scope__EscapeMark__breaks = 47;
2790 const int COLOR_scope__EscapeMark__breaks_61d = 48;
2791 const int COLOR_scope__EscapeMark__init = 49;
2792 const int COLOR_scope__ScopeVisitor__toolcontext = 46;
2793 const int COLOR_scope__ScopeVisitor__toolcontext_61d = 47;
2794 const int COLOR_scope__ScopeVisitor__selfvariable = 48;
2795 const int COLOR_scope__ScopeVisitor__selfvariable_61d = 49;
2796 const int COLOR_scope__ScopeVisitor__init = 50;
2797 const int COLOR_scope__ScopeVisitor__scopes = 51;
2798 const int COLOR_scope__ScopeVisitor__scopes_61d = 52;
2799 const int COLOR_scope__ScopeVisitor__register_variable = 53;
2800 const int COLOR_scope__ScopeVisitor__search_variable = 54;
2801 const int COLOR_scope__ScopeVisitor__enter_visit_block = 55;
2802 const int COLOR_scope__ScopeVisitor__search_label = 56;
2803 const int COLOR_scope__ScopeVisitor__make_escape_mark = 57;
2804 const int COLOR_scope__ScopeVisitor__get_escapemark = 58;
2805 const int COLOR_scope__ScopeVisitor__error = 59;
2806 const int COLOR_scope__Scope__variables = 41;
2807 const int COLOR_scope__Scope__variables_61d = 42;
2808 const int COLOR_scope__Scope__escapemark = 43;
2809 const int COLOR_scope__Scope__escapemark_61d = 44;
2810 const int COLOR_scope__Scope__get_variable = 45;
2811 const int COLOR_scope__Scope__init = 46;
2812 const int COLOR_flow__FlowVisitor__current_flow_context = 46;
2813 const int COLOR_flow__FlowVisitor__current_flow_context_61d = 47;
2814 const int COLOR_flow__FlowVisitor__toolcontext = 48;
2815 const int COLOR_flow__FlowVisitor__toolcontext_61d = 49;
2816 const int COLOR_flow__FlowVisitor__init = 50;
2817 const int COLOR_flow__FlowVisitor__first = 51;
2818 const int COLOR_flow__FlowVisitor__first_61d = 52;
2819 const int COLOR_flow__FlowVisitor__visit_expr = 53;
2820 const int COLOR_flow__FlowVisitor__flows = 54;
2821 const int COLOR_flow__FlowVisitor__flows_61d = 55;
2822 const int COLOR_flow__FlowVisitor__printflow = 56;
2823 const int COLOR_flow__FlowVisitor__make_sub_flow = 57;
2824 const int COLOR_flow__FlowVisitor__make_merge_flow = 58;
2825 const int COLOR_flow__FlowVisitor__make_true_false_flow = 59;
2826 const int COLOR_flow__FlowVisitor__make_sub_true_false_flow = 60;
2827 const int COLOR_flow__FlowVisitor__make_unreachable_flow = 61;
2828 const int COLOR_flow__FlowVisitor__merge_continues_to = 62;
2829 const int COLOR_flow__FlowVisitor__merge_breaks = 63;
2830 const int COLOR_flow__FlowContext__previous = 41;
2831 const int COLOR_flow__FlowContext__previous_61d = 42;
2832 const int COLOR_flow__FlowContext__loops = 43;
2833 const int COLOR_flow__FlowContext__loops_61d = 44;
2834 const int COLOR_flow__FlowContext__is_marked_unreachable = 45;
2835 const int COLOR_flow__FlowContext__is_marked_unreachable_61d = 46;
2836 const int COLOR_flow__FlowContext__is_unreachable = 47;
2837 const int COLOR_flow__FlowContext__is_already_unreachable = 48;
2838 const int COLOR_flow__FlowContext__is_already_unreachable_61d = 49;
2839 const int COLOR_flow__FlowContext__is_start = 50;
2840 const int COLOR_flow__FlowContext__is_start_61d = 51;
2841 const int COLOR_flow__FlowContext__node = 52;
2842 const int COLOR_flow__FlowContext__node_61d = 53;
2843 const int COLOR_flow__FlowContext__name = 54;
2844 const int COLOR_flow__FlowContext__name_61d = 55;
2845 const int COLOR_flow__FlowContext__when_true = 56;
2846 const int COLOR_flow__FlowContext__when_true_61d = 57;
2847 const int COLOR_flow__FlowContext__when_false = 58;
2848 const int COLOR_flow__FlowContext__when_false_61d = 59;
2849 const int COLOR_flow__FlowContext__add_previous = 60;
2850 const int COLOR_flow__FlowContext__add_loop = 61;
2851 const int COLOR_flow__FlowContext__init = 62;
2852 const int COLOR_local_var_init__FlowContext__set_vars = 63;
2853 const int COLOR_local_var_init__FlowContext__set_vars_61d = 64;
2854 const int COLOR_local_var_init__FlowContext__is_variable_set = 65;
2855 const int COLOR_typing__FlowContext__vars = 66;
2856 const int COLOR_typing__FlowContext__vars_61d = 67;
2857 const int COLOR_typing__FlowContext__cache = 68;
2858 const int COLOR_typing__FlowContext__cache_61d = 69;
2859 const int COLOR_typing__FlowContext__set_var = 70;
2860 const int COLOR_typing__FlowContext__collect_types = 71;
2861 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext = 46;
2862 const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext_61d = 47;
2863 const int COLOR_local_var_init__LocalVarInitVisitor__init = 48;
2864 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars = 49;
2865 const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars_61d = 50;
2866 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_unset = 51;
2867 const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_set = 52;
2868 const int COLOR_local_var_init__LocalVarInitVisitor__check_is_set = 53;
2869 const int COLOR_modelbuilder__ModelBuilder__model = 41;
2870 const int COLOR_modelbuilder__ModelBuilder__model_61d = 42;
2871 const int COLOR_modelbuilder__ModelBuilder__toolcontext = 43;
2872 const int COLOR_modelbuilder__ModelBuilder__toolcontext_61d = 44;
2873 const int COLOR_modelbuilder__ModelBuilder__run_phases = 45;
2874 const int COLOR_modelbuilder__ModelBuilder__init = 46;
2875 const int COLOR_modelbuilder__ModelBuilder__parse = 47;
2876 const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name = 48;
2877 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2 = 49;
2878 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache = 50;
2879 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d = 51;
2880 const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name = 52;
2881 const int COLOR_modelbuilder__ModelBuilder__paths = 53;
2882 const int COLOR_modelbuilder__ModelBuilder__paths_61d = 54;
2883 const int COLOR_modelbuilder__ModelBuilder__get_mmodule_by_name = 55;
2884 const int COLOR_modelbuilder__ModelBuilder__module_absolute_path = 56;
2885 const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules = 57;
2886 const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules_61d = 58;
2887 const int COLOR_modelbuilder__ModelBuilder__load_module = 59;
2888 const int COLOR_modelbuilder__ModelBuilder__build_module_importation = 60;
2889 const int COLOR_modelbuilder__ModelBuilder__nmodules = 61;
2890 const int COLOR_modelbuilder__ModelBuilder__nmodules_61d = 62;
2891 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule = 63;
2892 const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule_61d = 64;
2893 const int COLOR_modelbuilder__ModelBuilder__error = 65;
2894 const int COLOR_modelbuilder__ModelBuilder__warning = 66;
2895 const int COLOR_modelbuilder__ModelBuilder__force_get_primitive_method = 67;
2896 const int COLOR_modelize_class__ModelBuilder__build_a_mclass = 68;
2897 const int COLOR_modelize_class__ModelBuilder__build_a_mclassdef = 69;
2898 const int COLOR_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance = 70;
2899 const int COLOR_modelize_class__ModelBuilder__check_supertypes = 71;
2900 const int COLOR_modelize_class__ModelBuilder__build_classes = 72;
2901 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef = 73;
2902 const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef_61d = 74;
2903 const int COLOR_modelize_class__ModelBuilder__resolve_mtype_unchecked = 75;
2904 const int COLOR_modelize_class__ModelBuilder__resolve_mtype = 76;
2905 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef = 77;
2906 const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef_61d = 78;
2907 const int COLOR_modelize_property__ModelBuilder__build_properties = 79;
2908 const int COLOR_modelize_property__ModelBuilder__process_default_constructors = 80;
2909 const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis = 81;
2910 const int COLOR_abstract_compiler__ModelBuilder__cc_paths = 82;
2911 const int COLOR_abstract_compiler__ModelBuilder__cc_paths_61d = 83;
2912 const int COLOR_abstract_compiler__ModelBuilder__write_and_make = 84;
2913 const int COLOR_global_compiler__ModelBuilder__run_global_compiler = 85;
2914 const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler = 86;
2915 const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler = 87;
2916 const int COLOR_abstract_compiler__ModelBuilder__init = 88;
2917 const int COLOR_modelize_property__TextCollectorVisitor__text = 46;
2918 const int COLOR_modelize_property__TextCollectorVisitor__text_61d = 47;
2919 const int COLOR_modelize_property__TextCollectorVisitor__init = 48;
2920 const int COLOR_cached__CachedPhase__init = 51;
2921 const int COLOR_cached__CachedPhase__associate_propdef = 52;
2922 const int COLOR_typing__TypeVisitor__modelbuilder = 41;
2923 const int COLOR_typing__TypeVisitor__modelbuilder_61d = 42;
2924 const int COLOR_typing__TypeVisitor__nclassdef = 43;
2925 const int COLOR_typing__TypeVisitor__nclassdef_61d = 44;
2926 const int COLOR_typing__TypeVisitor__mpropdef = 45;
2927 const int COLOR_typing__TypeVisitor__mpropdef_61d = 46;
2928 const int COLOR_typing__TypeVisitor__selfvariable = 47;
2929 const int COLOR_typing__TypeVisitor__selfvariable_61d = 48;
2930 const int COLOR_typing__TypeVisitor__init = 49;
2931 const int COLOR_typing__TypeVisitor__mmodule = 50;
2932 const int COLOR_typing__TypeVisitor__anchor = 51;
2933 const int COLOR_typing__TypeVisitor__anchor_to = 52;
2934 const int COLOR_typing__TypeVisitor__is_subtype = 53;
2935 const int COLOR_typing__TypeVisitor__resolve_for = 54;
2936 const int COLOR_typing__TypeVisitor__resolve_signature_for = 55;
2937 const int COLOR_typing__TypeVisitor__check_subtype = 56;
2938 const int COLOR_typing__TypeVisitor__visit_stmt = 57;
2939 const int COLOR_typing__TypeVisitor__visit_expr = 58;
2940 const int COLOR_typing__TypeVisitor__visit_expr_subtype = 59;
2941 const int COLOR_typing__TypeVisitor__visit_expr_bool = 60;
2942 const int COLOR_typing__TypeVisitor__visit_expr_cast = 61;
2943 const int COLOR_typing__TypeVisitor__try_get_mproperty_by_name2 = 62;
2944 const int COLOR_typing__TypeVisitor__resolve_mtype = 63;
2945 const int COLOR_typing__TypeVisitor__try_get_mclass = 64;
2946 const int COLOR_typing__TypeVisitor__get_mclass = 65;
2947 const int COLOR_typing__TypeVisitor__type_bool = 66;
2948 const int COLOR_typing__TypeVisitor__get_method = 67;
2949 const int COLOR_typing__TypeVisitor__check_signature = 68;
2950 const int COLOR_typing__TypeVisitor__error = 69;
2951 const int COLOR_typing__TypeVisitor__get_variable = 70;
2952 const int COLOR_typing__TypeVisitor__set_variable = 71;
2953 const int COLOR_typing__TypeVisitor__merge_types = 72;
2954 const int COLOR_typing__CallSite__node = 41;
2955 const int COLOR_typing__CallSite__node_61d = 42;
2956 const int COLOR_typing__CallSite__recv = 43;
2957 const int COLOR_typing__CallSite__recv_61d = 44;
2958 const int COLOR_typing__CallSite__recv_is_self = 45;
2959 const int COLOR_typing__CallSite__recv_is_self_61d = 46;
2960 const int COLOR_typing__CallSite__mproperty = 47;
2961 const int COLOR_typing__CallSite__mproperty_61d = 48;
2962 const int COLOR_typing__CallSite__mpropdef = 49;
2963 const int COLOR_typing__CallSite__mpropdef_61d = 50;
2964 const int COLOR_typing__CallSite__msignature = 51;
2965 const int COLOR_typing__CallSite__msignature_61d = 52;
2966 const int COLOR_typing__CallSite__erasure_cast = 53;
2967 const int COLOR_typing__CallSite__erasure_cast_61d = 54;
2968 const int COLOR_typing__CallSite__check_signature = 55;
2969 const int COLOR_typing__CallSite__init = 56;
2970 const int COLOR_auto_super_init__AutoSuperInitVisitor__init = 46;
2971 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init = 47;
2972 const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d = 48;
2973 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext = 46;
2974 const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext_61d = 47;
2975 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule = 48;
2976 const int COLOR_div_by_zero__DivByZeroVisitor__mmodule_61d = 49;
2977 const int COLOR_div_by_zero__DivByZeroVisitor__init = 50;
2978 const int COLOR_astbuilder__ASTBuilder__mmodule = 41;
2979 const int COLOR_astbuilder__ASTBuilder__mmodule_61d = 42;
2980 const int COLOR_astbuilder__ASTBuilder__anchor = 43;
2981 const int COLOR_astbuilder__ASTBuilder__anchor_61d = 44;
2982 const int COLOR_astbuilder__ASTBuilder__make_int = 45;
2983 const int COLOR_astbuilder__ASTBuilder__make_new = 46;
2984 const int COLOR_astbuilder__ASTBuilder__make_call = 47;
2985 const int COLOR_astbuilder__ASTBuilder__make_block = 48;
2986 const int COLOR_astbuilder__ASTBuilder__make_var_read = 49;
2987 const int COLOR_astbuilder__ASTBuilder__make_var_assign = 50;
2988 const int COLOR_astbuilder__ASTBuilder__make_attr_read = 51;
2989 const int COLOR_astbuilder__ASTBuilder__make_attr_assign = 52;
2990 const int COLOR_astbuilder__ASTBuilder__make_do = 53;
2991 const int COLOR_astbuilder__ASTBuilder__make_if = 54;
2992 const int COLOR_astbuilder__ASTBuilder__init = 55;
2993 const int COLOR_astbuilder__APlaceholderExpr__make = 89;
2994 const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation = 90;
2995 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder = 41;
2996 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder_61d = 42;
2997 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule = 43;
2998 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule_61d = 44;
2999 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types = 45;
3000 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_61d = 46;
3001 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types = 47;
3002 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types_61d = 48;
3003 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes = 49;
3004 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes_61d = 50;
3005 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types = 51;
3006 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types_61d = 52;
3007 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types = 53;
3008 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types_61d = 54;
3009 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs = 55;
3010 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs_61d = 56;
3011 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods = 57;
3012 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_61d = 58;
3013 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends = 59;
3014 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends_61d = 60;
3015 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods = 61;
3016 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods_61d = 62;
3017 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo = 63;
3018 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo_61d = 64;
3019 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__run_analysis = 65;
3020 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__check_depth = 66;
3021 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_new = 67;
3022 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_cast = 68;
3023 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_send = 69;
3024 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_call = 70;
3025 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_send = 71;
3026 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_super_send = 72;
3027 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_super_send = 73;
3028 const int COLOR_rapid_type_analysis__RapidTypeAnalysis__init = 74;
3029 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis = 46;
3030 const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis_61d = 47;
3031 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver = 48;
3032 const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver_61d = 49;
3033 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef = 50;
3034 const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef_61d = 51;
3035 const int COLOR_rapid_type_analysis__RapidTypeVisitor__init = 52;
3036 const int COLOR_rapid_type_analysis__RapidTypeVisitor__cleanup_type = 53;
3037 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_class = 54;
3038 const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_method = 55;
3039 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_type = 56;
3040 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_monomorphic_send = 57;
3041 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_send = 58;
3042 const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_cast_type = 59;
3043 const int COLOR_astvalidation__ASTValidationVisitor__path = 46;
3044 const int COLOR_astvalidation__ASTValidationVisitor__path_61d = 47;
3045 const int COLOR_astvalidation__ASTValidationVisitor__seen = 48;
3046 const int COLOR_astvalidation__ASTValidationVisitor__seen_61d = 49;
3047 const int COLOR_astvalidation__ASTValidationVisitor__init = 50;
3048 const int COLOR_transform__TransformVisitor__phase = 46;
3049 const int COLOR_transform__TransformVisitor__phase_61d = 47;
3050 const int COLOR_transform__TransformVisitor__mmodule = 48;
3051 const int COLOR_transform__TransformVisitor__mmodule_61d = 49;
3052 const int COLOR_transform__TransformVisitor__mclassdef = 50;
3053 const int COLOR_transform__TransformVisitor__mclassdef_61d = 51;
3054 const int COLOR_transform__TransformVisitor__mpropdef = 52;
3055 const int COLOR_transform__TransformVisitor__mpropdef_61d = 53;
3056 const int COLOR_transform__TransformVisitor__builder = 54;
3057 const int COLOR_transform__TransformVisitor__builder_61d = 55;
3058 const int COLOR_transform__TransformVisitor__init = 56;
3059 const int COLOR_transform__TransformVisitor__get_class = 57;
3060 const int COLOR_transform__TransformVisitor__get_method = 58;
3061 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule = 41;
3062 const int COLOR_abstract_compiler__AbstractCompiler__mainmodule_61d = 42;
3063 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule = 43;
3064 const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule_61d = 44;
3065 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder = 45;
3066 const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder_61d = 46;
3067 const int COLOR_abstract_compiler__AbstractCompiler__hardening = 47;
3068 const int COLOR_abstract_compiler__AbstractCompiler__init = 48;
3069 const int COLOR_abstract_compiler__AbstractCompiler__new_file = 49;
3070 const int COLOR_abstract_compiler__AbstractCompiler__files = 50;
3071 const int COLOR_abstract_compiler__AbstractCompiler__files_61d = 51;
3072 const int COLOR_abstract_compiler__AbstractCompiler__new_visitor = 52;
3073 const int COLOR_abstract_compiler__AbstractCompiler__header = 53;
3074 const int COLOR_abstract_compiler__AbstractCompiler__header_61d = 54;
3075 const int COLOR_abstract_compiler__AbstractCompiler__provide_declaration = 55;
3076 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations = 56;
3077 const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations_61d = 57;
3078 const int COLOR_abstract_compiler__AbstractCompiler__compile_header = 58;
3079 const int COLOR_abstract_compiler__AbstractCompiler__compile_header_structs = 59;
3080 const int COLOR_abstract_compiler__AbstractCompiler__compile_main_function = 60;
3081 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies = 61;
3082 const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies_61d = 62;
3083 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern = 63;
3084 const int COLOR_abstract_compiler__AbstractCompiler__seen_extern_61d = 64;
3085 const int COLOR_abstract_compiler__AbstractCompiler__generate_check_init_instance = 65;
3086 const int COLOR_abstract_compiler__AbstractCompiler__generate_init_attr = 66;
3087 const int COLOR_abstract_compiler__AbstractCompiler__generate_check_attr = 67;
3088 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags = 68;
3089 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags_61d = 69;
3090 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved = 70;
3091 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved_61d = 71;
3092 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved = 72;
3093 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved_61d = 73;
3094 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped = 74;
3095 const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped_61d = 75;
3096 const int COLOR_abstract_compiler__AbstractCompiler__init_count_type_test_tags = 76;
3097 const int COLOR_abstract_compiler__AbstractCompiler__display_stats = 77;
3098 const int COLOR_abstract_compiler__AbstractCompiler__div = 78;
3099 const int COLOR_abstract_compiler__CodeFile__name = 41;
3100 const int COLOR_abstract_compiler__CodeFile__name_61d = 42;
3101 const int COLOR_abstract_compiler__CodeFile__writers = 43;
3102 const int COLOR_abstract_compiler__CodeFile__writers_61d = 44;
3103 const int COLOR_abstract_compiler__CodeFile__required_declarations = 45;
3104 const int COLOR_abstract_compiler__CodeFile__required_declarations_61d = 46;
3105 const int COLOR_abstract_compiler__CodeFile__init = 47;
3106 const int COLOR_abstract_compiler__CodeWriter__file = 41;
3107 const int COLOR_abstract_compiler__CodeWriter__file_61d = 42;
3108 const int COLOR_abstract_compiler__CodeWriter__lines = 43;
3109 const int COLOR_abstract_compiler__CodeWriter__lines_61d = 44;
3110 const int COLOR_abstract_compiler__CodeWriter__decl_lines = 45;
3111 const int COLOR_abstract_compiler__CodeWriter__decl_lines_61d = 46;
3112 const int COLOR_abstract_compiler__CodeWriter__add = 47;
3113 const int COLOR_abstract_compiler__CodeWriter__add_decl = 48;
3114 const int COLOR_abstract_compiler__CodeWriter__init = 49;
3115 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler = 41;
3116 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler_61d = 42;
3117 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node = 43;
3118 const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node_61d = 44;
3119 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame = 45;
3120 const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame_61d = 46;
3121 const int COLOR_abstract_compiler__AbstractCompilerVisitor__object_type = 47;
3122 const int COLOR_abstract_compiler__AbstractCompilerVisitor__bool_type = 48;
3123 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer = 49;
3124 const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer_61d = 50;
3125 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init = 51;
3126 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_class = 52;
3127 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_property = 53;
3128 const int COLOR_abstract_compiler__AbstractCompilerVisitor__compile_callsite = 54;
3129 const int COLOR_abstract_compiler__AbstractCompilerVisitor__calloc_array = 55;
3130 const int COLOR_abstract_compiler__AbstractCompilerVisitor__native_array_def = 56;
3131 const int COLOR_abstract_compiler__AbstractCompilerVisitor__varargize = 57;
3132 const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor = 58;
3133 const int COLOR_abstract_compiler__AbstractCompilerVisitor__resolve_for = 59;
3134 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autoadapt = 60;
3135 const int COLOR_abstract_compiler__AbstractCompilerVisitor__supercall = 61;
3136 const int COLOR_abstract_compiler__AbstractCompilerVisitor__adapt_signature = 62;
3137 const int COLOR_abstract_compiler__AbstractCompilerVisitor__autobox = 63;
3138 const int COLOR_abstract_compiler__AbstractCompilerVisitor__type_test = 64;
3139 const int COLOR_abstract_compiler__AbstractCompilerVisitor__is_same_type_test = 65;
3140 const int COLOR_abstract_compiler__AbstractCompilerVisitor__equal_test = 66;
3141 const int COLOR_abstract_compiler__AbstractCompilerVisitor__call = 67;
3142 const int COLOR_abstract_compiler__AbstractCompilerVisitor__send = 68;
3143 const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_send = 69;
3144 const int COLOR_abstract_compiler__AbstractCompilerVisitor__isset_attribute = 70;
3145 const int COLOR_abstract_compiler__AbstractCompilerVisitor__read_attribute = 71;
3146 const int COLOR_abstract_compiler__AbstractCompilerVisitor__write_attribute = 72;
3147 const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_recv_notnull = 73;
3148 const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_init_instance = 74;
3149 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names = 75;
3150 const int COLOR_abstract_compiler__AbstractCompilerVisitor__names_61d = 76;
3151 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last = 77;
3152 const int COLOR_abstract_compiler__AbstractCompilerVisitor__last_61d = 78;
3153 const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_name = 79;
3154 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_name = 80;
3155 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names = 81;
3156 const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names_61d = 82;
3157 const int COLOR_abstract_compiler__AbstractCompilerVisitor__class_name_string = 83;
3158 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables = 84;
3159 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables_61d = 85;
3160 const int COLOR_abstract_compiler__AbstractCompilerVisitor__variable = 86;
3161 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_var = 87;
3162 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_named_var = 88;
3163 const int COLOR_abstract_compiler__AbstractCompilerVisitor__assign = 89;
3164 const int COLOR_abstract_compiler__AbstractCompilerVisitor__init_instance = 90;
3165 const int COLOR_abstract_compiler__AbstractCompilerVisitor__int_instance = 91;
3166 const int COLOR_abstract_compiler__AbstractCompilerVisitor__string_instance = 92;
3167 const int COLOR_abstract_compiler__AbstractCompilerVisitor__array_instance = 93;
3168 const int COLOR_abstract_compiler__AbstractCompilerVisitor__vararg_instance = 94;
3169 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add = 95;
3170 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_decl = 96;
3171 const int COLOR_abstract_compiler__AbstractCompilerVisitor__require_declaration = 97;
3172 const int COLOR_abstract_compiler__AbstractCompilerVisitor__declare_once = 98;
3173 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_extern = 99;
3174 const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr = 100;
3175 const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_abort = 101;
3176 const int COLOR_abstract_compiler__AbstractCompilerVisitor__ret = 102;
3177 const int COLOR_abstract_compiler__AbstractCompilerVisitor__stmt = 103;
3178 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr = 104;
3179 const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr_bool = 105;
3180 const int COLOR_abstract_compiler__AbstractCompilerVisitor__debug = 106;
3181 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef = 41;
3182 const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef_61d = 42;
3183 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name = 43;
3184 const int COLOR_abstract_compiler__AbstractRuntimeFunction__build_c_name = 44;
3185 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache = 45;
3186 const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache_61d = 46;
3187 const int COLOR_abstract_compiler__AbstractRuntimeFunction__call = 47;
3188 const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c = 48;
3189 const int COLOR_abstract_compiler__AbstractRuntimeFunction__init = 49;
3190 const int COLOR_abstract_compiler__RuntimeVariable__name = 41;
3191 const int COLOR_abstract_compiler__RuntimeVariable__name_61d = 42;
3192 const int COLOR_abstract_compiler__RuntimeVariable__mtype = 43;
3193 const int COLOR_abstract_compiler__RuntimeVariable__mtype_61d = 44;
3194 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype = 45;
3195 const int COLOR_abstract_compiler__RuntimeVariable__mcasttype_61d = 46;
3196 const int COLOR_abstract_compiler__RuntimeVariable__is_exact = 47;
3197 const int COLOR_abstract_compiler__RuntimeVariable__is_exact_61d = 48;
3198 const int COLOR_abstract_compiler__RuntimeVariable__init = 49;
3199 const int COLOR_abstract_compiler__Frame__visitor = 41;
3200 const int COLOR_abstract_compiler__Frame__visitor_61d = 42;
3201 const int COLOR_abstract_compiler__Frame__mpropdef = 43;
3202 const int COLOR_abstract_compiler__Frame__mpropdef_61d = 44;
3203 const int COLOR_abstract_compiler__Frame__receiver = 45;
3204 const int COLOR_abstract_compiler__Frame__receiver_61d = 46;
3205 const int COLOR_abstract_compiler__Frame__arguments = 47;
3206 const int COLOR_abstract_compiler__Frame__arguments_61d = 48;
3207 const int COLOR_abstract_compiler__Frame__returnvar = 49;
3208 const int COLOR_abstract_compiler__Frame__returnvar_61d = 50;
3209 const int COLOR_abstract_compiler__Frame__returnlabel = 51;
3210 const int COLOR_abstract_compiler__Frame__returnlabel_61d = 52;
3211 const int COLOR_abstract_compiler__Frame__init = 53;
3212 const int COLOR_abstract_compiler__ExternCFile__filename = 41;
3213 const int COLOR_abstract_compiler__ExternCFile__filename_61d = 42;
3214 const int COLOR_abstract_compiler__ExternCFile__cflags = 43;
3215 const int COLOR_abstract_compiler__ExternCFile__cflags_61d = 44;
3216 const int COLOR_abstract_compiler__ExternCFile__init = 45;
3217 const int COLOR_layout_builders__Layout__ids = 41;
3218 const int COLOR_layout_builders__Layout__ids_61d = 42;
3219 const int COLOR_layout_builders__Layout__pos = 43;
3220 const int COLOR_layout_builders__Layout__pos_61d = 44;
3221 const int COLOR_layout_builders__Layout__init = 45;
3222 const int COLOR_layout_builders__PHLayout__masks = 46;
3223 const int COLOR_layout_builders__PHLayout__masks_61d = 47;
3224 const int COLOR_layout_builders__PHLayout__hashes = 48;
3225 const int COLOR_layout_builders__PHLayout__hashes_61d = 49;
3226 const int COLOR_layout_builders__PHLayout__init = 50;
3227 const int COLOR_layout_builders__POSetBuilder__mmodule = 41;
3228 const int COLOR_layout_builders__POSetBuilder__mmodule_61d = 42;
3229 const int COLOR_layout_builders__POSetBuilder__init = 43;
3230 const int COLOR_layout_builders__POSetBuilder__build_poset = 44;
3231 const int COLOR_layout_builders__TypingBMizer__mmodule = 43;
3232 const int COLOR_layout_builders__TypingBMizer__mmodule_61d = 44;
3233 const int COLOR_layout_builders__TypingBMizer__poset_builder = 45;
3234 const int COLOR_layout_builders__TypingBMizer__poset_builder_61d = 46;
3235 const int COLOR_layout_builders__TypingBMizer__poset_cache = 47;
3236 const int COLOR_layout_builders__TypingBMizer__poset_cache_61d = 48;
3237 const int COLOR_layout_builders__TypingBMizer__init = 49;
3238 const int COLOR_layout_builders__MTypeBMizer__init = 50;
3239 const int COLOR_layout_builders__MClassBMizer__init = 50;
3240 const int COLOR_layout_builders__ResolutionBMizer__init = 42;
3241 const int COLOR_layout_builders__MPropertyBMizer__mmodule = 42;
3242 const int COLOR_layout_builders__MPropertyBMizer__mmodule_61d = 43;
3243 const int COLOR_layout_builders__MPropertyBMizer__init = 44;
3244 const int COLOR_layout_builders__TypingColorer__core = 43;
3245 const int COLOR_layout_builders__TypingColorer__core_61d = 44;
3246 const int COLOR_layout_builders__TypingColorer__crown = 45;
3247 const int COLOR_layout_builders__TypingColorer__crown_61d = 46;
3248 const int COLOR_layout_builders__TypingColorer__border = 47;
3249 const int COLOR_layout_builders__TypingColorer__border_61d = 48;
3250 const int COLOR_layout_builders__TypingColorer__coloration_result = 49;
3251 const int COLOR_layout_builders__TypingColorer__coloration_result_61d = 50;
3252 const int COLOR_layout_builders__TypingColorer__mmodule = 51;
3253 const int COLOR_layout_builders__TypingColorer__mmodule_61d = 52;
3254 const int COLOR_layout_builders__TypingColorer__poset_builder = 53;
3255 const int COLOR_layout_builders__TypingColorer__poset_builder_61d = 54;
3256 const int COLOR_layout_builders__TypingColorer__poset_cache = 55;
3257 const int COLOR_layout_builders__TypingColorer__poset_cache_61d = 56;
3258 const int COLOR_layout_builders__TypingColorer__init = 57;
3259 const int COLOR_layout_builders__TypingColorer__compute_ids = 58;
3260 const int COLOR_layout_builders__TypingColorer__colorize = 59;
3261 const int COLOR_layout_builders__TypingColorer__colorize_elements = 60;
3262 const int COLOR_layout_builders__TypingColorer__is_color_free = 61;
3263 const int COLOR_layout_builders__TypingColorer__tag_elements = 62;
3264 const int COLOR_layout_builders__TypingColorer__build_conflicts_graph = 63;
3265 const int COLOR_layout_builders__TypingColorer__conflicts_graph = 64;
3266 const int COLOR_layout_builders__TypingColorer__conflicts_graph_61d = 65;
3267 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache = 66;
3268 const int COLOR_layout_builders__TypingColorer__linear_extensions_cache_61d = 67;
3269 const int COLOR_layout_builders__TypingColorer__linear_extension = 68;
3270 const int COLOR_layout_builders__TypingColorer__reverse_linearize = 69;
3271 const int COLOR_layout_builders__TypingColorer__linearize = 70;
3272 const int COLOR_layout_builders__MTypeColorer__init = 71;
3273 const int COLOR_layout_builders__MClassColorer__init = 71;
3274 const int COLOR_layout_builders__MPropertyColorer__mmodule = 42;
3275 const int COLOR_layout_builders__MPropertyColorer__mmodule_61d = 43;
3276 const int COLOR_layout_builders__MPropertyColorer__class_colorer = 44;
3277 const int COLOR_layout_builders__MPropertyColorer__class_colorer_61d = 45;
3278 const int COLOR_layout_builders__MPropertyColorer__coloration_result = 46;
3279 const int COLOR_layout_builders__MPropertyColorer__coloration_result_61d = 47;
3280 const int COLOR_layout_builders__MPropertyColorer__init = 48;
3281 const int COLOR_layout_builders__MPropertyColorer__colorize = 49;
3282 const int COLOR_layout_builders__MPropertyColorer__colorize_core = 50;
3283 const int COLOR_layout_builders__MPropertyColorer__colorize_crown = 51;
3284 const int COLOR_layout_builders__MPropertyColorer__colorize_elements = 52;
3285 const int COLOR_layout_builders__MPropertyColorer__max_color = 53;
3286 const int COLOR_layout_builders__ResolutionColorer__coloration_result = 42;
3287 const int COLOR_layout_builders__ResolutionColorer__coloration_result_61d = 43;
3288 const int COLOR_layout_builders__ResolutionColorer__init = 44;
3289 const int COLOR_layout_builders__ResolutionColorer__compute_ids = 45;
3290 const int COLOR_layout_builders__ResolutionColorer__colorize_elements = 46;
3291 const int COLOR_layout_builders__ResolutionColorer__is_color_free = 47;
3292 const int COLOR_layout_builders__ResolutionColorer__build_conflicts_graph = 48;
3293 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph = 49;
3294 const int COLOR_layout_builders__ResolutionColorer__conflicts_graph_61d = 50;
3295 const int COLOR_layout_builders__ResolutionColorer__add_conflict = 51;
3296 const int COLOR_layout_builders__PHOperator__op = 41;
3297 const int COLOR_layout_builders__PHOperator__init = 42;
3298 const int COLOR_layout_builders__PHModOperator__init = 43;
3299 const int COLOR_layout_builders__PHAndOperator__init = 43;
3300 const int COLOR_layout_builders__MTypeHasher__init = 58;
3301 const int COLOR_layout_builders__MClassHasher__init = 58;
3302 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis = 79;
3303 const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis_61d = 80;
3304 const int COLOR_global_compiler__GlobalCompiler__init = 81;
3305 const int COLOR_global_compiler__GlobalCompiler__compile_class_names = 82;
3306 const int COLOR_global_compiler__GlobalCompiler__classid = 83;
3307 const int COLOR_global_compiler__GlobalCompiler__classids = 84;
3308 const int COLOR_global_compiler__GlobalCompiler__classids_61d = 85;
3309 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types = 86;
3310 const int COLOR_global_compiler__GlobalCompiler__live_primitive_types_61d = 87;
3311 const int COLOR_global_compiler__GlobalCompiler__todo = 88;
3312 const int COLOR_global_compiler__GlobalCompiler__todos = 89;
3313 const int COLOR_global_compiler__GlobalCompiler__todos_61d = 90;
3314 const int COLOR_global_compiler__GlobalCompiler__seen = 91;
3315 const int COLOR_global_compiler__GlobalCompiler__seen_61d = 92;
3316 const int COLOR_global_compiler__GlobalCompiler__declare_runtimeclass = 93;
3317 const int COLOR_global_compiler__GlobalCompiler__generate_init_instance = 94;
3318 const int COLOR_global_compiler__GlobalCompiler__generate_box_instance = 95;
3319 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache = 96;
3320 const int COLOR_global_compiler__GlobalCompiler__collect_types_cache_61d = 97;
3321 const int COLOR_global_compiler__GlobalCompilerVisitor__collect_types = 107;
3322 const int COLOR_global_compiler__GlobalCompilerVisitor__check_valid_reciever = 108;
3323 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recvtype = 109;
3324 const int COLOR_global_compiler__GlobalCompilerVisitor__get_recv = 110;
3325 const int COLOR_global_compiler__GlobalCompilerVisitor__finalize_call = 111;
3326 const int COLOR_global_compiler__GlobalCompilerVisitor__call_without_varargize = 112;
3327 const int COLOR_global_compiler__GlobalCompilerVisitor__bugtype = 113;
3328 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv = 50;
3329 const int COLOR_global_compiler__CustomizedRuntimeFunction__recv_61d = 51;
3330 const int COLOR_global_compiler__CustomizedRuntimeFunction__init = 52;
3331 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis = 79;
3332 const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis_61d = 80;
3333 const int COLOR_separate_compiler__SeparateCompiler__undead_types = 81;
3334 const int COLOR_separate_compiler__SeparateCompiler__undead_types_61d = 82;
3335 const int COLOR_separate_compiler__SeparateCompiler__partial_types = 83;
3336 const int COLOR_separate_compiler__SeparateCompiler__partial_types_61d = 84;
3337 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types = 85;
3338 const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types_61d = 86;
3339 const int COLOR_separate_compiler__SeparateCompiler__type_layout = 87;
3340 const int COLOR_separate_compiler__SeparateCompiler__type_layout_61d = 88;
3341 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout = 89;
3342 const int COLOR_separate_compiler__SeparateCompiler__resolution_layout_61d = 90;
3343 const int COLOR_separate_compiler__SeparateCompiler__method_layout = 91;
3344 const int COLOR_separate_compiler__SeparateCompiler__method_layout_61d = 92;
3345 const int COLOR_separate_compiler__SeparateCompiler__attr_layout = 93;
3346 const int COLOR_separate_compiler__SeparateCompiler__attr_layout_61d = 94;
3347 const int COLOR_separate_compiler__SeparateCompiler__init = 95;
3348 const int COLOR_separate_compiler__SeparateCompiler__compile_header_attribute_structs = 96;
3349 const int COLOR_separate_compiler__SeparateCompiler__compile_box_kinds = 97;
3350 const int COLOR_separate_compiler__SeparateCompiler__box_kinds = 98;
3351 const int COLOR_separate_compiler__SeparateCompiler__box_kinds_61d = 99;
3352 const int COLOR_separate_compiler__SeparateCompiler__box_kind_of = 100;
3353 const int COLOR_separate_compiler__SeparateCompiler__compile_color_consts = 101;
3354 const int COLOR_separate_compiler__SeparateCompiler__compile_color_const = 102;
3355 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done = 103;
3356 const int COLOR_separate_compiler__SeparateCompiler__color_consts_done_61d = 104;
3357 const int COLOR_separate_compiler__SeparateCompiler__do_property_coloring = 105;
3358 const int COLOR_separate_compiler__SeparateCompiler__build_method_tables = 106;
3359 const int COLOR_separate_compiler__SeparateCompiler__build_attr_tables = 107;
3360 const int COLOR_separate_compiler__SeparateCompiler__do_type_coloring = 108;
3361 const int COLOR_separate_compiler__SeparateCompiler__build_type_tables = 109;
3362 const int COLOR_separate_compiler__SeparateCompiler__compile_resolution_tables = 110;
3363 const int COLOR_separate_compiler__SeparateCompiler__build_resolution_tables = 111;
3364 const int COLOR_separate_compiler__SeparateCompiler__retrieve_partial_types = 112;
3365 const int COLOR_separate_compiler__SeparateCompiler__compile_module_to_c = 113;
3366 const int COLOR_separate_compiler__SeparateCompiler__compile_type_to_c = 114;
3367 const int COLOR_separate_compiler__SeparateCompiler__compile_type_resolution_table = 115;
3368 const int COLOR_separate_compiler__SeparateCompiler__compile_class_to_c = 116;
3369 const int COLOR_separate_compiler__SeparateCompiler__hardening_live_type = 117;
3370 const int COLOR_separate_compiler__SeparateCompiler__type_tables = 118;
3371 const int COLOR_separate_compiler__SeparateCompiler__type_tables_61d = 119;
3372 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables = 120;
3373 const int COLOR_separate_compiler__SeparateCompiler__resolution_tables_61d = 121;
3374 const int COLOR_separate_compiler__SeparateCompiler__method_tables = 122;
3375 const int COLOR_separate_compiler__SeparateCompiler__method_tables_61d = 123;
3376 const int COLOR_separate_compiler__SeparateCompiler__attr_tables = 124;
3377 const int COLOR_separate_compiler__SeparateCompiler__attr_tables_61d = 125;
3378 const int COLOR_separate_compiler__SeparateCompiler__display_sizes = 126;
3379 const int COLOR_separate_compiler__SeparateCompiler__display_stats = 127;
3380 const int COLOR_separate_compiler__SeparateCompilerVisitor__type_info = 107;
3381 const int COLOR_separate_compiler__SeparateCompilerVisitor__table_send = 108;
3382 const int COLOR_separate_compiler__SeparateCompilerVisitor__can_be_primitive = 109;
3383 const int COLOR_separate_compiler__SeparateCompilerVisitor__maybe_null = 110;
3384 const int COLOR_separate_compiler__SeparateCompilerVisitor__native_array_instance = 111;
3385 const int COLOR_separate_compiler__SeparateCompilerVisitor__link_unresolved_type = 112;
3386 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout = 128;
3387 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout_61d = 129;
3388 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout = 130;
3389 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout_61d = 131;
3390 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__init = 132;
3391 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_vt_tables = 133;
3392 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_typing_tables = 134;
3393 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_vts_table = 135;
3394 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__retrieve_vt_bound = 136;
3395 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables = 137;
3396 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables_61d = 138;
3397 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables = 139;
3398 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables_61d = 140;
3399 const int COLOR_separate_erasure_compiler__SeparateErasureCompilerVisitor__compile_callsite = 113;
3400 const int COLOR_ropes__BufferRope__subrope = -1;
3401 const int COLOR_ropes__BufferRope___42d = -1;
3402 const int COLOR_ropes__BufferRope___43d = -1;
3403 const int COLOR_ropes__BufferRope__multi_concat = -1;
3404 const int COLOR_ropes__ImmutableRope__subrope = -1;
3405 const int COLOR_ropes__ImmutableRope___42d = -1;
3406 const int COLOR_ropes__ImmutableRope___43d = -1;
3407 const int COLOR_ropes__ImmutableRope__multi_concat = -1;
3408 const int COLOR_parser_util__InjectedLexer__get_token = -1;
3409 const int COLOR_array__AbstractArrayRead___length = 0;
3410 const int COLOR_array__Array___items = 1;
3411 const int COLOR_array__Array___capacity = 2;
3412 const int COLOR_hash_collection__HashCollection___array = 0;
3413 const int COLOR_hash_collection__HashCollection___capacity = 1;
3414 const int COLOR_hash_collection__HashCollection___length = 2;
3415 const int COLOR_hash_collection__HashCollection___first_item = 3;
3416 const int COLOR_hash_collection__HashCollection___last_item = 4;
3417 const int COLOR_hash_collection__HashCollection___last_accessed_key = 5;
3418 const int COLOR_hash_collection__HashCollection___last_accessed_node = 6;
3419 const int COLOR_hash_collection__HashMap___64dkeys = 7;
3420 const int COLOR_hash_collection__HashMap___64dvalues = 8;
3421 const int COLOR_string__AbstractString___items = 1;
3422 const int COLOR_string__String___index_from = 2;
3423 const int COLOR_string__String___index_to = 3;
3424 const int COLOR_string__Buffer___capacity = 2;
3425 const int COLOR_stream__BufferedIStream___buffer = 0;
3426 const int COLOR_stream__BufferedIStream___buffer_pos = 1;
3427 const int COLOR_stream__FDStream___64dfd = 0;
3428 const int COLOR_stream__FDIStream___64deof = 1;
3429 const int COLOR_stream__FDOStream___64dis_writable = 2;
3430 const int COLOR_exec__Process___64ddata = 0;
3431 const int COLOR_exec__IProcess___64dstream_in = 1;
3432 const int COLOR_exec__OProcess___64dstream_out = 2;
3433 const int COLOR_file__FStream___path = 2;
3434 const int COLOR_file__FStream___file = 3;
3435 const int COLOR_file__IFStream___end_reached = 4;
3436 const int COLOR_file__OFStream___writable = 4;
3437 const int COLOR_ropes__Rope___64dstr_representation = 0;
3438 const int COLOR_ropes__Rope___64dparent_node = 1;
3439 const int COLOR_poset__POSet___64delements = 0;
3440 const int COLOR_parser_nodes__ANode___location = 0;
3441 const int COLOR_parser_nodes__ANode___64dparent = 1;
3442 const int COLOR_parser_nodes__Prod___n_annotations = 2;
3443 const int COLOR_parser__Prod___first_location = 3;
3444 const int COLOR_parser_nodes__APropdef___n_doc = 4;
3445 const int COLOR_flow__APropdef___64dbefore_flow_context = 5;
3446 const int COLOR_flow__APropdef___64dafter_flow_context = 6;
3447 const int COLOR_modelize_property__APropdef___64dmpropdef = 7;
3448 const int COLOR_typing__APropdef___64dselfvariable = 8;
3449 const int COLOR_parser_nodes__AMethPropdef___n_kwredef = 9;
3450 const int COLOR_parser_nodes__AMethPropdef___n_visibility = 10;
3451 const int COLOR_parser_nodes__AMethPropdef___n_methid = 11;
3452 const int COLOR_parser_nodes__AMethPropdef___n_signature = 12;
3453 const int COLOR_parser_nodes__AExternPropdef___n_extern = 13;
3454 const int COLOR_parser_nodes__AExternPropdef___n_extern_calls = 14;
3455 const int COLOR_parser_nodes__AExternPropdef___n_extern_code_block = 15;
3456 const int COLOR_parser_nodes__AConcreteMethPropdef___n_kwmeth = 13;
3457 const int COLOR_parser_nodes__AConcreteMethPropdef___n_block = 14;
3458 const int COLOR_auto_super_init__AConcreteMethPropdef___64dauto_super_inits = 15;
3459 const int COLOR_parser_nodes__AConcreteInitPropdef___n_kwinit = 16;
3460 const int COLOR_parser_nodes__AExternInitPropdef___n_kwnew = 16;
3461 const int COLOR_flow__AExpr___64dafter_flow_context = 4;
3462 const int COLOR_typing__AExpr___64dmtype = 5;
3463 const int COLOR_typing__AExpr___64dis_typed = 6;
3464 const int COLOR_typing__AExpr___64dimplicit_cast_to = 7;
3465 const int COLOR_astbuilder__AExpr___64dvariable_cache = 8;
3466 const int COLOR_parser_nodes__ALabelable___n_label = 9;
3467 const int COLOR_parser_nodes__ABreakExpr___n_kwbreak = 10;
3468 const int COLOR_parser_nodes__ABreakExpr___n_expr = 11;
3469 const int COLOR_scope__ABreakExpr___64descapemark = 12;
3470 const int COLOR_parser_nodes__AContinueExpr___n_kwcontinue = 10;
3471 const int COLOR_parser_nodes__AContinueExpr___n_expr = 11;
3472 const int COLOR_scope__AContinueExpr___64descapemark = 12;
3473 const int COLOR_parser_nodes__ADoExpr___n_kwdo = 10;
3474 const int COLOR_parser_nodes__ADoExpr___n_block = 11;
3475 const int COLOR_scope__ADoExpr___64descapemark = 12;
3476 const int COLOR_parser_nodes__AWhileExpr___n_kwwhile = 10;
3477 const int COLOR_parser_nodes__AWhileExpr___n_expr = 11;
3478 const int COLOR_parser_nodes__AWhileExpr___n_kwdo = 12;
3479 const int COLOR_parser_nodes__AWhileExpr___n_block = 13;
3480 const int COLOR_scope__AWhileExpr___64descapemark = 14;
3481 const int COLOR_parser_nodes__ALoopExpr___n_kwloop = 10;
3482 const int COLOR_parser_nodes__ALoopExpr___n_block = 11;
3483 const int COLOR_scope__ALoopExpr___64descapemark = 12;
3484 const int COLOR_parser_nodes__AForExpr___n_kwfor = 10;
3485 const int COLOR_parser_nodes__AForExpr___n_ids = 11;
3486 const int COLOR_parser_nodes__AForExpr___n_expr = 12;
3487 const int COLOR_parser_nodes__AForExpr___n_kwdo = 13;
3488 const int COLOR_parser_nodes__AForExpr___n_block = 14;
3489 const int COLOR_scope__AForExpr___64dvariables = 15;
3490 const int COLOR_scope__AForExpr___64descapemark = 16;
3491 const int COLOR_typing__AForExpr___64dcoltype = 17;
3492 const int COLOR_typing__AForExpr___64dmethod_iterator = 18;
3493 const int COLOR_typing__AForExpr___64dmethod_is_ok = 19;
3494 const int COLOR_typing__AForExpr___64dmethod_item = 20;
3495 const int COLOR_typing__AForExpr___64dmethod_next = 21;
3496 const int COLOR_typing__AForExpr___64dmethod_key = 22;
3497 const int COLOR_parser_nodes__AAssignFormExpr___n_assign = 9;
3498 const int COLOR_parser_nodes__AAssignFormExpr___n_value = 10;
3499 const int COLOR_parser_nodes__AReassignFormExpr___n_assign_op = 9;
3500 const int COLOR_parser_nodes__AReassignFormExpr___n_value = 10;
3501 const int COLOR_typing__AReassignFormExpr___64dreassign_callsite = 11;
3502 const int COLOR_typing__AReassignFormExpr___64dread_type = 12;
3503 const int COLOR_parser_nodes__ASendExpr___n_expr = 13;
3504 const int COLOR_parser_nodes__ASendExpr___n_closure_defs = 14;
3505 const int COLOR_scope__ASendExpr___64descapemark = 15;
3506 const int COLOR_typing__ASendExpr___64dcallsite = 16;
3507 const int COLOR_typing__ASendExpr___64draw_arguments = 17;
3508 const int COLOR_parser_nodes__AAttrFormExpr___n_expr = 13;
3509 const int COLOR_parser_nodes__AAttrFormExpr___n_id = 14;
3510 const int COLOR_typing__AAttrFormExpr___64dmproperty = 15;
3511 const int COLOR_typing__AAttrFormExpr___64dattr_type = 16;
3512 const int COLOR_parser_nodes__ACallFormExpr___n_id = 18;
3513 const int COLOR_parser_nodes__ACallFormExpr___n_args = 19;
3514 const int COLOR_typing__ASendReassignFormExpr___64dwrite_callsite = 20;
3515 const int COLOR_parser_nodes__ABraFormExpr___n_args = 21;
3516 const int COLOR_parser_nodes__AVarFormExpr___n_id = 13;
3517 const int COLOR_scope__AVarFormExpr___64dvariable = 14;
3518 const int COLOR_layout_builders__PerfectHasher___64doperator = 0;
3519 const int COLOR_layout_builders__TypingHasher___64dmmodule = 1;
3520 const int COLOR_layout_builders__TypingHasher___64dposet_builder = 2;
3521 const int COLOR_layout_builders__TypingHasher___64dposet_cache = 3;
3522 const int COLOR_layout_builders__MPropertyHasher___64dmmodule = 1;
3523 const int COLOR_string__Sys___args_cache = 0;
3524 const int COLOR_abstract_collection__Container___item = 0;
3525 const int COLOR_abstract_collection__ContainerIterator___is_ok = 0;
3526 const int COLOR_abstract_collection__ContainerIterator___container = 1;
3527 const int COLOR_abstract_collection__MapKeysIterator___64diterator = 0;
3528 const int COLOR_abstract_collection__MapValuesIterator___64diterator = 0;
3529 const int COLOR_abstract_collection__CoupleMapIterator___iter = 0;
3530 const int COLOR_abstract_collection__Couple___first = 0;
3531 const int COLOR_abstract_collection__Couple___second = 1;
3532 const int COLOR_range__Range___first = 0;
3533 const int COLOR_range__Range___last = 1;
3534 const int COLOR_range__Range___after = 2;
3535 const int COLOR_range__IteratorRange___range = 0;
3536 const int COLOR_range__IteratorRange___item = 1;
3537 const int COLOR_list__List___head = 0;
3538 const int COLOR_list__List___tail = 1;
3539 const int COLOR_list__ListIterator___list = 0;
3540 const int COLOR_list__ListIterator___node = 1;
3541 const int COLOR_list__ListIterator___index = 2;
3542 const int COLOR_list__ListNode___next = 1;
3543 const int COLOR_list__ListNode___prev = 2;
3544 const int COLOR_array__ArrayIterator___index = 0;
3545 const int COLOR_array__ArrayIterator___array = 1;
3546 const int COLOR_array__ArraySet___array = 0;
3547 const int COLOR_array__ArraySetIterator___iter = 0;
3548 const int COLOR_array__ArrayMap___64dkeys = 0;
3549 const int COLOR_array__ArrayMap___64dvalues = 1;
3550 const int COLOR_array__ArrayMap___items = 2;
3551 const int COLOR_array__ArrayMap___last_index = 3;
3552 const int COLOR_array__ArrayMapKeys___64dmap = 0;
3553 const int COLOR_array__ArrayMapValues___64dmap = 0;
3554 const int COLOR_hash_collection__HashNode___key = 0;
3555 const int COLOR_hash_collection__HashNode___next_item = 1;
3556 const int COLOR_hash_collection__HashNode___prev_item = 2;
3557 const int COLOR_hash_collection__HashNode___prev_in_bucklet = 3;
3558 const int COLOR_hash_collection__HashNode___next_in_bucklet = 4;
3559 const int COLOR_hash_collection__HashMapKeys___64dmap = 0;
3560 const int COLOR_hash_collection__HashMapValues___64dmap = 0;
3561 const int COLOR_hash_collection__HashMapNode___value = 5;
3562 const int COLOR_hash_collection__HashMapIterator___map = 0;
3563 const int COLOR_hash_collection__HashMapIterator___node = 1;
3564 const int COLOR_hash_collection__HashSetIterator___set = 0;
3565 const int COLOR_hash_collection__HashSetIterator___node = 1;
3566 const int COLOR_string_search__BM_Pattern___motif = 0;
3567 const int COLOR_string_search__BM_Pattern___length = 1;
3568 const int COLOR_string_search__BM_Pattern___gs = 2;
3569 const int COLOR_string_search__BM_Pattern___bc_table = 3;
3570 const int COLOR_string_search__Match___string = 0;
3571 const int COLOR_string_search__Match___from = 1;
3572 const int COLOR_string_search__Match___length = 2;
3573 const int COLOR_ropes__TupleLeafNodePos___64dcurr_node = 0;
3574 const int COLOR_ropes__TupleLeafNodePos___64dcorrected_pos = 1;
3575 const int COLOR_ropes__TupleLeafNodePos___64dvisit_stack = 2;
3576 const int COLOR_ropes__BufferRope___64dis_dirty = 2;
3577 const int COLOR_ropes__CharRopeView___64dtarget = 0;
3578 const int COLOR_ropes__TupleVisitNode___64dnode = 0;
3579 const int COLOR_ropes__TupleVisitNode___64dleft_visited = 1;
3580 const int COLOR_ropes__TupleVisitNode___64dright_visited = 2;
3581 const int COLOR_ropes__RopeIterator___target = 0;
3582 const int COLOR_ropes__RopeIterator___64dpos = 1;
3583 const int COLOR_ropes__RopeCharIterator___64dsub_str_iter = 0;
3584 const int COLOR_ropes__RopeCharIterator___64dabs_pos = 1;
3585 const int COLOR_ropes__RopeCharIterator___64dsub_pos = 2;
3586 const int COLOR_ropes__RopeCharIterator___64dcurr_substring = 3;
3587 const int COLOR_ropes__DFSRopeLeafIterator___64dvisit_stack = 2;
3588 const int COLOR_ropes__DFSRopeLeafIterator___64dcurr_leaf = 3;
3589 const int COLOR_ropes__RopeNode___length = 0;
3590 const int COLOR_ropes__RopeNode___64dparent = 1;
3591 const int COLOR_ropes__RopeNode___64dheight = 2;
3592 const int COLOR_ropes__ConcatNode___left_child = 3;
3593 const int COLOR_ropes__ConcatNode___right_child = 4;
3594 const int COLOR_ropes__LeafNode___value = 3;
3595 const int COLOR_location__SourceFile___64dfilename = 0;
3596 const int COLOR_location__SourceFile___64dstring = 1;
3597 const int COLOR_location__SourceFile___64dline_starts = 2;
3598 const int COLOR_location__Location___64dfile = 0;
3599 const int COLOR_location__Location___64dline_start = 1;
3600 const int COLOR_location__Location___64dline_end = 2;
3601 const int COLOR_location__Location___64dcolumn_start = 3;
3602 const int COLOR_location__Location___64dcolumn_end = 4;
3603 const int COLOR_location__Location___64dtext_cache = 5;
3604 const int COLOR_poset__POSetElement___64dposet = 0;
3605 const int COLOR_poset__POSetElement___64delement = 1;
3606 const int COLOR_poset__POSetElement___64dtos = 2;
3607 const int COLOR_poset__POSetElement___64dfroms = 3;
3608 const int COLOR_poset__POSetElement___64ddtos = 4;
3609 const int COLOR_poset__POSetElement___64ddfroms = 5;
3610 const int COLOR_poset__POSetElement___64dcount = 6;
3611 const int COLOR_more_collections__HashMap2___64dlevel1 = 0;
3612 const int COLOR_more_collections__HashMap3___64dlevel1 = 0;
3613 const int COLOR_opts__Option___names = 0;
3614 const int COLOR_opts__Option___helptext = 1;
3615 const int COLOR_opts__Option___errors = 2;
3616 const int COLOR_opts__Option___mandatory = 3;
3617 const int COLOR_opts__Option___read = 4;
3618 const int COLOR_opts__Option___value = 5;
3619 const int COLOR_opts__Option___default_value = 6;
3620 const int COLOR_opts__OptionParameter___parameter_mandatory = 7;
3621 const int COLOR_opts__OptionEnum___values = 8;
3622 const int COLOR_opts__OptionArray___values = 8;
3623 const int COLOR_opts__OptionContext___options = 0;
3624 const int COLOR_opts__OptionContext___rest = 1;
3625 const int COLOR_opts__OptionContext___errors = 2;
3626 const int COLOR_opts__OptionContext___optmap = 3;
3627 const int COLOR_parser_nodes__ANodes___64dparent = 0;
3628 const int COLOR_parser_nodes__ANodes___64ditems = 1;
3629 const int COLOR_parser_nodes__Token___64dprev_token = 2;
3630 const int COLOR_parser_nodes__Token___64dnext_token = 3;
3631 const int COLOR_lexer__Token___text = 4;
3632 const int COLOR_parser_nodes__Visitor___current_node = 0;
3633 const int COLOR_lexer__AError___message = 5;
3634 const int COLOR_lexer__ALexerError___string = 6;
3635 const int COLOR_lexer__AParserError___token = 6;
3636 const int COLOR_parser_nodes__AModule___n_moduledecl = 4;
3637 const int COLOR_parser_nodes__AModule___n_imports = 5;
3638 const int COLOR_parser_nodes__AModule___n_extern_code_blocks = 6;
3639 const int COLOR_parser_nodes__AModule___n_classdefs = 7;
3640 const int COLOR_modelbuilder__AModule___64dmmodule = 8;
3641 const int COLOR_modelbuilder__AModule___64dis_importation_done = 9;
3642 const int COLOR_modelize_class__AModule___64dbuild_classes_is_done = 10;
3643 const int COLOR_modelize_class__AModule___64dmclass2nclassdef = 11;
3644 const int COLOR_parser_nodes__AModuledecl___n_doc = 4;
3645 const int COLOR_parser_nodes__AModuledecl___n_kwmodule = 5;
3646 const int COLOR_parser_nodes__AModuledecl___n_name = 6;
3647 const int COLOR_parser_nodes__AStdImport___n_visibility = 4;
3648 const int COLOR_parser_nodes__AStdImport___n_kwimport = 5;
3649 const int COLOR_parser_nodes__AStdImport___n_name = 6;
3650 const int COLOR_modelbuilder__AStdImport___64dmmodule = 7;
3651 const int COLOR_parser_nodes__ANoImport___n_visibility = 4;
3652 const int COLOR_parser_nodes__ANoImport___n_kwimport = 5;
3653 const int COLOR_parser_nodes__ANoImport___n_kwend = 6;
3654 const int COLOR_parser_nodes__APrivateVisibility___n_kwprivate = 4;
3655 const int COLOR_parser_nodes__AProtectedVisibility___n_kwprotected = 4;
3656 const int COLOR_parser_nodes__AIntrudeVisibility___n_kwintrude = 4;
3657 const int COLOR_parser_nodes__AClassdef___n_propdefs = 4;
3658 const int COLOR_modelize_class__AClassdef___64dmclass = 5;
3659 const int COLOR_modelize_class__AClassdef___64dmclassdef = 6;
3660 const int COLOR_modelize_property__AClassdef___64dbuild_properties_is_done = 7;
3661 const int COLOR_modelize_property__AClassdef___64dsuper_inits = 8;
3662 const int COLOR_modelize_property__AClassdef___64dmfree_init = 9;
3663 const int COLOR_modelize_property__AClassdef___64dmprop2npropdef = 10;
3664 const int COLOR_parser_nodes__AStdClassdef___n_doc = 11;
3665 const int COLOR_parser_nodes__AStdClassdef___n_kwredef = 12;
3666 const int COLOR_parser_nodes__AStdClassdef___n_visibility = 13;
3667 const int COLOR_parser_nodes__AStdClassdef___n_classkind = 14;
3668 const int COLOR_parser_nodes__AStdClassdef___n_id = 15;
3669 const int COLOR_parser_nodes__AStdClassdef___n_formaldefs = 16;
3670 const int COLOR_parser_nodes__AStdClassdef___n_extern_code_block = 17;
3671 const int COLOR_parser_nodes__AStdClassdef___n_superclasses = 18;
3672 const int COLOR_parser_nodes__AStdClassdef___n_kwend = 19;
3673 const int COLOR_parser_nodes__AConcreteClasskind___n_kwclass = 4;
3674 const int COLOR_parser_nodes__AAbstractClasskind___n_kwabstract = 4;
3675 const int COLOR_parser_nodes__AAbstractClasskind___n_kwclass = 5;
3676 const int COLOR_parser_nodes__AInterfaceClasskind___n_kwinterface = 4;
3677 const int COLOR_parser_nodes__AEnumClasskind___n_kwenum = 4;
3678 const int COLOR_parser_nodes__AExternClasskind___n_kwextern = 4;
3679 const int COLOR_parser_nodes__AExternClasskind___n_kwclass = 5;
3680 const int COLOR_parser_nodes__AFormaldef___n_id = 4;
3681 const int COLOR_parser_nodes__AFormaldef___n_type = 5;
3682 const int COLOR_modelize_class__AFormaldef___64dmtype = 6;
3683 const int COLOR_modelize_class__AFormaldef___64dbound = 7;
3684 const int COLOR_parser_nodes__ASuperclass___n_kwsuper = 4;
3685 const int COLOR_parser_nodes__ASuperclass___n_type = 5;
3686 const int COLOR_parser_nodes__AAttrPropdef___n_kwredef = 9;
3687 const int COLOR_parser_nodes__AAttrPropdef___n_visibility = 10;
3688 const int COLOR_parser_nodes__AAttrPropdef___n_kwvar = 11;
3689 const int COLOR_parser_nodes__AAttrPropdef___n_id = 12;
3690 const int COLOR_parser_nodes__AAttrPropdef___n_id2 = 13;
3691 const int COLOR_parser_nodes__AAttrPropdef___n_type = 14;
3692 const int COLOR_parser_nodes__AAttrPropdef___n_readable = 15;
3693 const int COLOR_parser_nodes__AAttrPropdef___n_writable = 16;
3694 const int COLOR_parser_nodes__AAttrPropdef___n_expr = 17;
3695 const int COLOR_modelize_property__AAttrPropdef___64dmreadpropdef = 18;
3696 const int COLOR_modelize_property__AAttrPropdef___64dmwritepropdef = 19;
3697 const int COLOR_parser_nodes__ADeferredMethPropdef___n_kwmeth = 13;
3698 const int COLOR_parser_nodes__AInternMethPropdef___n_kwmeth = 13;
3699 const int COLOR_parser_nodes__AExternMethPropdef___n_kwmeth = 16;
3700 const int COLOR_parser_nodes__AExternCalls___n_kwimport = 4;
3701 const int COLOR_parser_nodes__AExternCalls___n_extern_calls = 5;
3702 const int COLOR_parser_nodes__ALocalPropExternCall___n_methid = 4;
3703 const int COLOR_parser_nodes__AFullPropExternCall___n_classid = 4;
3704 const int COLOR_parser_nodes__AFullPropExternCall___n_quad = 5;
3705 const int COLOR_parser_nodes__AFullPropExternCall___n_methid = 6;
3706 const int COLOR_parser_nodes__AInitPropExternCall___n_classid = 4;
3707 const int COLOR_parser_nodes__ASuperExternCall___n_kwsuper = 4;
3708 const int COLOR_parser_nodes__ACastAsExternCall___n_from_type = 4;
3709 const int COLOR_parser_nodes__ACastAsExternCall___n_kwas = 5;
3710 const int COLOR_parser_nodes__ACastAsExternCall___n_to_type = 6;
3711 const int COLOR_parser_nodes__AAsNullableExternCall___n_type = 4;
3712 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwas = 5;
3713 const int COLOR_parser_nodes__AAsNullableExternCall___n_kwnullable = 6;
3714 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_type = 4;
3715 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwas = 5;
3716 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnot = 6;
3717 const int COLOR_parser_nodes__AAsNotNullableExternCall___n_kwnullable = 7;
3718 const int COLOR_parser_nodes__ATypePropdef___n_kwredef = 9;
3719 const int COLOR_parser_nodes__ATypePropdef___n_visibility = 10;
3720 const int COLOR_parser_nodes__ATypePropdef___n_kwtype = 11;
3721 const int COLOR_parser_nodes__ATypePropdef___n_id = 12;
3722 const int COLOR_parser_nodes__ATypePropdef___n_type = 13;
3723 const int COLOR_parser_nodes__AAble___n_visibility = 4;
3724 const int COLOR_parser_nodes__AAble___n_kwredef = 5;
3725 const int COLOR_parser_nodes__AReadAble___n_kwreadable = 6;
3726 const int COLOR_parser_nodes__AWriteAble___n_kwwritable = 6;
3727 const int COLOR_parser_nodes__AIdMethid___n_id = 4;
3728 const int COLOR_parser_nodes__APlusMethid___n_plus = 4;
3729 const int COLOR_parser_nodes__AMinusMethid___n_minus = 4;
3730 const int COLOR_parser_nodes__AStarMethid___n_star = 4;
3731 const int COLOR_parser_nodes__ASlashMethid___n_slash = 4;
3732 const int COLOR_parser_nodes__APercentMethid___n_percent = 4;
3733 const int COLOR_parser_nodes__AEqMethid___n_eq = 4;
3734 const int COLOR_parser_nodes__ANeMethid___n_ne = 4;
3735 const int COLOR_parser_nodes__ALeMethid___n_le = 4;
3736 const int COLOR_parser_nodes__AGeMethid___n_ge = 4;
3737 const int COLOR_parser_nodes__ALtMethid___n_lt = 4;
3738 const int COLOR_parser_nodes__AGtMethid___n_gt = 4;
3739 const int COLOR_parser_nodes__ALlMethid___n_ll = 4;
3740 const int COLOR_parser_nodes__AGgMethid___n_gg = 4;
3741 const int COLOR_parser_nodes__ABraMethid___n_obra = 4;
3742 const int COLOR_parser_nodes__ABraMethid___n_cbra = 5;
3743 const int COLOR_parser_nodes__AStarshipMethid___n_starship = 4;
3744 const int COLOR_parser_nodes__AAssignMethid___n_id = 4;
3745 const int COLOR_parser_nodes__AAssignMethid___n_assign = 5;
3746 const int COLOR_parser_nodes__ABraassignMethid___n_obra = 4;
3747 const int COLOR_parser_nodes__ABraassignMethid___n_cbra = 5;
3748 const int COLOR_parser_nodes__ABraassignMethid___n_assign = 6;
3749 const int COLOR_parser_nodes__ASignature___n_opar = 4;
3750 const int COLOR_parser_nodes__ASignature___n_params = 5;
3751 const int COLOR_parser_nodes__ASignature___n_cpar = 6;
3752 const int COLOR_parser_nodes__ASignature___n_type = 7;
3753 const int COLOR_parser_nodes__ASignature___n_closure_decls = 8;
3754 const int COLOR_modelize_property__ASignature___64dis_visited = 9;
3755 const int COLOR_modelize_property__ASignature___64dparam_names = 10;
3756 const int COLOR_modelize_property__ASignature___64dparam_types = 11;
3757 const int COLOR_modelize_property__ASignature___64dvararg_rank = 12;
3758 const int COLOR_modelize_property__ASignature___64dret_type = 13;
3759 const int COLOR_parser_nodes__AParam___n_id = 4;
3760 const int COLOR_parser_nodes__AParam___n_type = 5;
3761 const int COLOR_parser_nodes__AParam___n_dotdotdot = 6;
3762 const int COLOR_scope__AParam___64dvariable = 7;
3763 const int COLOR_modelize_property__AParam___64dmparameter = 8;
3764 const int COLOR_parser_nodes__AClosureDecl___n_kwbreak = 4;
3765 const int COLOR_parser_nodes__AClosureDecl___n_bang = 5;
3766 const int COLOR_parser_nodes__AClosureDecl___n_id = 6;
3767 const int COLOR_parser_nodes__AClosureDecl___n_signature = 7;
3768 const int COLOR_parser_nodes__AClosureDecl___n_expr = 8;
3769 const int COLOR_scope__AClosureDecl___64dvariable = 9;
3770 const int COLOR_parser_nodes__AType___n_kwnullable = 4;
3771 const int COLOR_parser_nodes__AType___n_id = 5;
3772 const int COLOR_parser_nodes__AType___n_types = 6;
3773 const int COLOR_modelize_class__AType___64dmtype = 7;
3774 const int COLOR_modelize_class__AType___64dchecked_mtype = 8;
3775 const int COLOR_parser_nodes__ALabel___n_kwlabel = 4;
3776 const int COLOR_parser_nodes__ALabel___n_id = 5;
3777 const int COLOR_parser_nodes__ABlockExpr___n_expr = 9;
3778 const int COLOR_parser_nodes__ABlockExpr___n_kwend = 10;
3779 const int COLOR_parser_nodes__AVardeclExpr___n_kwvar = 9;
3780 const int COLOR_parser_nodes__AVardeclExpr___n_id = 10;
3781 const int COLOR_parser_nodes__AVardeclExpr___n_type = 11;
3782 const int COLOR_parser_nodes__AVardeclExpr___n_assign = 12;
3783 const int COLOR_parser_nodes__AVardeclExpr___n_expr = 13;
3784 const int COLOR_scope__AVardeclExpr___64dvariable = 14;
3785 const int COLOR_parser_nodes__AReturnExpr___n_kwreturn = 9;
3786 const int COLOR_parser_nodes__AReturnExpr___n_expr = 10;
3787 const int COLOR_parser_nodes__AAbortExpr___n_kwabort = 9;
3788 const int COLOR_parser_nodes__AIfExpr___n_kwif = 9;
3789 const int COLOR_parser_nodes__AIfExpr___n_expr = 10;
3790 const int COLOR_parser_nodes__AIfExpr___n_then = 11;
3791 const int COLOR_parser_nodes__AIfExpr___n_else = 12;
3792 const int COLOR_parser_nodes__AIfexprExpr___n_kwif = 9;
3793 const int COLOR_parser_nodes__AIfexprExpr___n_expr = 10;
3794 const int COLOR_parser_nodes__AIfexprExpr___n_kwthen = 11;
3795 const int COLOR_parser_nodes__AIfexprExpr___n_then = 12;
3796 const int COLOR_parser_nodes__AIfexprExpr___n_kwelse = 13;
3797 const int COLOR_parser_nodes__AIfexprExpr___n_else = 14;
3798 const int COLOR_parser_nodes__AAssertExpr___n_kwassert = 9;
3799 const int COLOR_parser_nodes__AAssertExpr___n_id = 10;
3800 const int COLOR_parser_nodes__AAssertExpr___n_expr = 11;
3801 const int COLOR_parser_nodes__AAssertExpr___n_else = 12;
3802 const int COLOR_parser_nodes__AProxyExpr___n_expr = 9;
3803 const int COLOR_parser_nodes__AOnceExpr___n_kwonce = 10;
3804 const int COLOR_parser_nodes__ABinopExpr___n_expr2 = 18;
3805 const int COLOR_parser_nodes__AOrExpr___n_expr = 9;
3806 const int COLOR_parser_nodes__AOrExpr___n_expr2 = 10;
3807 const int COLOR_parser_nodes__AAndExpr___n_expr = 9;
3808 const int COLOR_parser_nodes__AAndExpr___n_expr2 = 10;
3809 const int COLOR_parser_nodes__AOrElseExpr___n_expr = 9;
3810 const int COLOR_parser_nodes__AOrElseExpr___n_expr2 = 10;
3811 const int COLOR_parser_nodes__AImpliesExpr___n_expr = 9;
3812 const int COLOR_parser_nodes__AImpliesExpr___n_expr2 = 10;
3813 const int COLOR_parser_nodes__ANotExpr___n_kwnot = 9;
3814 const int COLOR_parser_nodes__ANotExpr___n_expr = 10;
3815 const int COLOR_parser_nodes__AEeExpr___n_expr = 9;
3816 const int COLOR_parser_nodes__AEeExpr___n_expr2 = 10;
3817 const int COLOR_parser_nodes__AIsaExpr___n_expr = 9;
3818 const int COLOR_parser_nodes__AIsaExpr___n_type = 10;
3819 const int COLOR_typing__AIsaExpr___64dcast_type = 11;
3820 const int COLOR_parser_nodes__AUminusExpr___n_minus = 18;
3821 const int COLOR_parser_nodes__ANewExpr___n_kwnew = 9;
3822 const int COLOR_parser_nodes__ANewExpr___n_type = 10;
3823 const int COLOR_parser_nodes__ANewExpr___n_id = 11;
3824 const int COLOR_parser_nodes__ANewExpr___n_args = 12;
3825 const int COLOR_typing__ANewExpr___64dcallsite = 13;
3826 const int COLOR_parser_nodes__ASuperExpr___n_qualified = 9;
3827 const int COLOR_parser_nodes__ASuperExpr___n_kwsuper = 10;
3828 const int COLOR_parser_nodes__ASuperExpr___n_args = 11;
3829 const int COLOR_typing__ASuperExpr___64dmproperty = 12;
3830 const int COLOR_parser_nodes__AInitExpr___n_kwinit = 18;
3831 const int COLOR_parser_nodes__AInitExpr___n_args = 19;
3832 const int COLOR_parser_nodes__AClosureCallExpr___n_id = 9;
3833 const int COLOR_parser_nodes__AClosureCallExpr___n_args = 10;
3834 const int COLOR_parser_nodes__AClosureCallExpr___n_closure_defs = 11;
3835 const int COLOR_scope__AClosureCallExpr___64dvariable = 12;
3836 const int COLOR_parser_nodes__ARangeExpr___n_expr = 9;
3837 const int COLOR_parser_nodes__ARangeExpr___n_expr2 = 10;
3838 const int COLOR_parser_nodes__ACrangeExpr___n_obra = 11;
3839 const int COLOR_parser_nodes__ACrangeExpr___n_cbra = 12;
3840 const int COLOR_parser_nodes__AOrangeExpr___n_obra = 11;
3841 const int COLOR_parser_nodes__AOrangeExpr___n_cbra = 12;
3842 const int COLOR_parser_nodes__AArrayExpr___n_exprs = 9;
3843 const int COLOR_parser_nodes__ASelfExpr___n_kwself = 9;
3844 const int COLOR_scope__ASelfExpr___64dvariable = 10;
3845 const int COLOR_typing__ASelfExpr___64dits_variable = 11;
3846 const int COLOR_parser_nodes__ATrueExpr___n_kwtrue = 9;
3847 const int COLOR_parser_nodes__AFalseExpr___n_kwfalse = 9;
3848 const int COLOR_parser_nodes__ANullExpr___n_kwnull = 9;
3849 const int COLOR_parser_nodes__AIntExpr___n_number = 9;
3850 const int COLOR_literal__AIntExpr___64dvalue = 10;
3851 const int COLOR_parser_nodes__AFloatExpr___n_float = 9;
3852 const int COLOR_literal__AFloatExpr___64dvalue = 10;
3853 const int COLOR_parser_nodes__ACharExpr___n_char = 9;
3854 const int COLOR_literal__ACharExpr___64dvalue = 10;
3855 const int COLOR_parser_nodes__AStringFormExpr___n_string = 9;
3856 const int COLOR_literal__AStringFormExpr___64dvalue = 10;
3857 const int COLOR_parser_nodes__ASuperstringExpr___n_exprs = 9;
3858 const int COLOR_parser_nodes__AParExpr___n_opar = 10;
3859 const int COLOR_parser_nodes__AParExpr___n_cpar = 11;
3860 const int COLOR_parser_nodes__AAsCastExpr___n_expr = 9;
3861 const int COLOR_parser_nodes__AAsCastExpr___n_kwas = 10;
3862 const int COLOR_parser_nodes__AAsCastExpr___n_opar = 11;
3863 const int COLOR_parser_nodes__AAsCastExpr___n_type = 12;
3864 const int COLOR_parser_nodes__AAsCastExpr___n_cpar = 13;
3865 const int COLOR_parser_nodes__AAsNotnullExpr___n_expr = 9;
3866 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwas = 10;
3867 const int COLOR_parser_nodes__AAsNotnullExpr___n_opar = 11;
3868 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnot = 12;
3869 const int COLOR_parser_nodes__AAsNotnullExpr___n_kwnull = 13;
3870 const int COLOR_parser_nodes__AAsNotnullExpr___n_cpar = 14;
3871 const int COLOR_parser_nodes__AIssetAttrExpr___n_kwisset = 17;
3872 const int COLOR_parser_nodes__AExprs___n_exprs = 4;
3873 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwdebug = 9;
3874 const int COLOR_parser_nodes__ADebugTypeExpr___n_kwtype = 10;
3875 const int COLOR_parser_nodes__ADebugTypeExpr___n_expr = 11;
3876 const int COLOR_parser_nodes__ADebugTypeExpr___n_type = 12;
3877 const int COLOR_parser_nodes__AParExprs___n_opar = 5;
3878 const int COLOR_parser_nodes__AParExprs___n_cpar = 6;
3879 const int COLOR_parser_nodes__ABraExprs___n_obra = 5;
3880 const int COLOR_parser_nodes__ABraExprs___n_cbra = 6;
3881 const int COLOR_parser_nodes__APlusAssignOp___n_pluseq = 4;
3882 const int COLOR_parser_nodes__AMinusAssignOp___n_minuseq = 4;
3883 const int COLOR_parser_nodes__AClosureDef___n_bang = 10;
3884 const int COLOR_parser_nodes__AClosureDef___n_id = 11;
3885 const int COLOR_parser_nodes__AClosureDef___n_ids = 12;
3886 const int COLOR_parser_nodes__AClosureDef___n_kwdo = 13;
3887 const int COLOR_parser_nodes__AClosureDef___n_expr = 14;
3888 const int COLOR_scope__AClosureDef___64dvariables = 15;
3889 const int COLOR_scope__AClosureDef___64descapemark = 16;
3890 const int COLOR_typing__AClosureDef___64dmclosure = 17;
3891 const int COLOR_parser_nodes__ASimpleClosureId___n_id = 4;
3892 const int COLOR_parser_nodes__ABreakClosureId___n_kwbreak = 4;
3893 const int COLOR_parser_nodes__AModuleName___n_quad = 4;
3894 const int COLOR_parser_nodes__AModuleName___n_path = 5;
3895 const int COLOR_parser_nodes__AModuleName___n_id = 6;
3896 const int COLOR_parser_nodes__AInLanguage___n_kwin = 4;
3897 const int COLOR_parser_nodes__AInLanguage___n_string = 5;
3898 const int COLOR_parser_nodes__AExternCodeBlock___n_in_language = 4;
3899 const int COLOR_parser_nodes__AExternCodeBlock___n_extern_code_segment = 5;
3900 const int COLOR_parser_nodes__AQualified___n_quad = 4;
3901 const int COLOR_parser_nodes__AQualified___n_id = 5;
3902 const int COLOR_parser_nodes__AQualified___n_classid = 6;
3903 const int COLOR_parser_nodes__ADoc___n_comment = 4;
3904 const int COLOR_parser_nodes__AAnnotations___n_at = 4;
3905 const int COLOR_parser_nodes__AAnnotations___n_opar = 5;
3906 const int COLOR_parser_nodes__AAnnotations___n_items = 6;
3907 const int COLOR_parser_nodes__AAnnotations___n_cpar = 7;
3908 const int COLOR_parser_nodes__AAnnotation___n_atid = 4;
3909 const int COLOR_parser_nodes__AAnnotation___n_opar = 5;
3910 const int COLOR_parser_nodes__AAnnotation___n_args = 6;
3911 const int COLOR_parser_nodes__AAnnotation___n_cpar = 7;
3912 const int COLOR_parser_nodes__ATypeAtArg___n_type = 4;
3913 const int COLOR_parser_nodes__AExprAtArg___n_expr = 4;
3914 const int COLOR_parser_nodes__AAtid___n_id = 4;
3915 const int COLOR_parser_nodes__Start___n_base = 4;
3916 const int COLOR_parser_nodes__Start___n_eof = 5;
3917 const int COLOR_toolcontext__Message___64dlocation = 0;
3918 const int COLOR_toolcontext__Message___64dtext = 1;
3919 const int COLOR_toolcontext__ToolContext___64derror_count = 0;
3920 const int COLOR_toolcontext__ToolContext___64dwarning_count = 1;
3921 const int COLOR_toolcontext__ToolContext___64dlog_directory = 2;
3922 const int COLOR_toolcontext__ToolContext___64dmessages = 3;
3923 const int COLOR_toolcontext__ToolContext___64dmessage_sorter = 4;
3924 const int COLOR_toolcontext__ToolContext___64doption_context = 5;
3925 const int COLOR_toolcontext__ToolContext___64dopt_warn = 6;
3926 const int COLOR_toolcontext__ToolContext___64dopt_quiet = 7;
3927 const int COLOR_toolcontext__ToolContext___64dopt_log = 8;
3928 const int COLOR_toolcontext__ToolContext___64dopt_log_dir = 9;
3929 const int COLOR_toolcontext__ToolContext___64dopt_help = 10;
3930 const int COLOR_toolcontext__ToolContext___64dopt_version = 11;
3931 const int COLOR_toolcontext__ToolContext___64dopt_verbose = 12;
3932 const int COLOR_toolcontext__ToolContext___64dopt_stop_on_first_error = 13;
3933 const int COLOR_toolcontext__ToolContext___64dopt_no_color = 14;
3934 const int COLOR_toolcontext__ToolContext___64dverbose_level = 15;
3935 const int COLOR_phase__ToolContext___64dphases = 16;
3936 const int COLOR_simple_misc_analysis__ToolContext___64dsimple_misc_analysis_phase = 17;
3937 const int COLOR_literal__ToolContext___64dliteral_phase = 18;
3938 const int COLOR_scope__ToolContext___64dscope_phase = 19;
3939 const int COLOR_flow__ToolContext___64dflow_phase = 20;
3940 const int COLOR_local_var_init__ToolContext___64dlocal_var_init_phase = 21;
3941 const int COLOR_modelbuilder__ToolContext___64dopt_path = 22;
3942 const int COLOR_modelbuilder__ToolContext___64dopt_only_metamodel = 23;
3943 const int COLOR_modelbuilder__ToolContext___64dopt_only_parse = 24;
3944 const int COLOR_modelbuilder__ToolContext___64dmodelbuilder_real = 25;
3945 const int COLOR_modelize_class__ToolContext___64dmodelize_class_phase = 26;
3946 const int COLOR_modelize_property__ToolContext___64dmodelize_property_phase = 27;
3947 const int COLOR_cached__ToolContext___64dcached_phase = 28;
3948 const int COLOR_typing__ToolContext___64dtyping_phase = 29;
3949 const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase = 30;
3950 const int COLOR_div_by_zero__ToolContext___64ddiv_by_zero_phase = 31;
3951 const int COLOR_transform__ToolContext___64dtransform_phase = 32;
3952 const int COLOR_frontend__ToolContext___64ddummy = 33;
3953 const int COLOR_abstract_compiler__ToolContext___64dopt_output = 34;
3954 const int COLOR_abstract_compiler__ToolContext___64dopt_no_cc = 35;
3955 const int COLOR_abstract_compiler__ToolContext___64dopt_cc_path = 36;
3956 const int COLOR_abstract_compiler__ToolContext___64dopt_make_flags = 37;
3957 const int COLOR_abstract_compiler__ToolContext___64dopt_compile_dir = 38;
3958 const int COLOR_abstract_compiler__ToolContext___64dopt_hardening = 39;
3959 const int COLOR_abstract_compiler__ToolContext___64dopt_no_shortcut_range = 40;
3960 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_covariance = 41;
3961 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_initialization = 42;
3962 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_assert = 43;
3963 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_autocast = 44;
3964 const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_other = 45;
3965 const int COLOR_abstract_compiler__ToolContext___64dopt_typing_test_metrics = 46;
3966 const int COLOR_separate_compiler__ToolContext___64dopt_separate = 47;
3967 const int COLOR_separate_compiler__ToolContext___64dopt_no_inline_intern = 48;
3968 const int COLOR_separate_compiler__ToolContext___64dopt_no_union_attribute = 49;
3969 const int COLOR_separate_compiler__ToolContext___64dopt_no_shortcut_equate = 50;
3970 const int COLOR_separate_compiler__ToolContext___64dopt_inline_coloring_numbers = 51;
3971 const int COLOR_separate_compiler__ToolContext___64dopt_bm_typing = 52;
3972 const int COLOR_separate_compiler__ToolContext___64dopt_phmod_typing = 53;
3973 const int COLOR_separate_compiler__ToolContext___64dopt_phand_typing = 54;
3974 const int COLOR_separate_compiler__ToolContext___64dopt_tables_metrics = 55;
3975 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_erasure = 56;
3976 const int COLOR_separate_erasure_compiler__ToolContext___64dopt_no_check_erasure_cast = 57;
3977 const int COLOR_lexer__Lexer___token = 0;
3978 const int COLOR_lexer__Lexer___state = 1;
3979 const int COLOR_lexer__Lexer___file = 2;
3980 const int COLOR_lexer__Lexer___stream_pos = 3;
3981 const int COLOR_lexer__Lexer___line = 4;
3982 const int COLOR_lexer__Lexer___pos = 5;
3983 const int COLOR_lexer__Lexer___cr = 6;
3984 const int COLOR_lexer__Lexer___64dlast_token = 7;
3985 const int COLOR_model_base__Model___64dmmodules = 0;
3986 const int COLOR_model_base__Model___64dmmodule_nesting_hierarchy = 1;
3987 const int COLOR_model_base__Model___64dmmodule_importation_hierarchy = 2;
3988 const int COLOR_model_base__Model___64dmmodules_by_name = 3;
3989 const int COLOR_model__Model___64dmclasses = 4;
3990 const int COLOR_model__Model___64dmproperties = 5;
3991 const int COLOR_model__Model___64dmclassdef_hierarchy = 6;
3992 const int COLOR_model__Model___64dintro_mtype_specialization_hierarchy = 7;
3993 const int COLOR_model__Model___64dfull_mtype_specialization_hierarchy = 8;
3994 const int COLOR_model__Model___64dmclasses_by_name = 9;
3995 const int COLOR_model__Model___64dmproperties_by_name = 10;
3996 const int COLOR_model__Model___64dnull_type = 11;
3997 const int COLOR_model_base__MModule___64dmodel = 0;
3998 const int COLOR_model_base__MModule___64ddirect_owner = 1;
3999 const int COLOR_model_base__MModule___64dname = 2;
4000 const int COLOR_model_base__MModule___64dlocation = 3;
4001 const int COLOR_model_base__MModule___64din_nesting = 4;
4002 const int COLOR_model_base__MModule___64din_importation = 5;
4003 const int COLOR_model_base__MModule___64dintrude_mmodules = 6;
4004 const int COLOR_model_base__MModule___64dpublic_mmodules = 7;
4005 const int COLOR_model_base__MModule___64dprivate_mmodules = 8;
4006 const int COLOR_model__MModule___64dintro_mclasses = 9;
4007 const int COLOR_model__MModule___64dmclassdefs = 10;
4008 const int COLOR_model__MModule___64dflatten_mclass_hierarchy_cache = 11;
4009 const int COLOR_model__MModule___64dobject_type_cache = 12;
4010 const int COLOR_model__MModule___64dbool_type_cache = 13;
4011 const int COLOR_abstract_compiler__MModule___64dproperties_cache = 14;
4012 const int COLOR_model_base__MVisibility___64dto_s = 0;
4013 const int COLOR_model_base__MVisibility___64dlevel = 1;
4014 const int COLOR_model__MClassDefSorter___64dmmodule = 0;
4015 const int COLOR_model__MPropDefSorter___64dmmodule = 0;
4016 const int COLOR_model__MClass___64dintro_mmodule = 0;
4017 const int COLOR_model__MClass___64dname = 1;
4018 const int COLOR_model__MClass___64darity = 2;
4019 const int COLOR_model__MClass___64dkind = 3;
4020 const int COLOR_model__MClass___64dvisibility = 4;
4021 const int COLOR_model__MClass___64dmclassdefs = 5;
4022 const int COLOR_model__MClass___64dmclass_type = 6;
4023 const int COLOR_model__MClass___64dget_mtype_cache = 7;
4024 const int COLOR_modelize_property__MClass___64dinherit_init_from = 8;
4025 const int COLOR_abstract_compiler__MClass___64dc_name_cache = 9;
4026 const int COLOR_model__MClassDef___64dmmodule = 0;
4027 const int COLOR_model__MClassDef___64dmclass = 1;
4028 const int COLOR_model__MClassDef___64dbound_mtype = 2;
4029 const int COLOR_model__MClassDef___64dparameter_names = 3;
4030 const int COLOR_model__MClassDef___64dlocation = 4;
4031 const int COLOR_model__MClassDef___64dto_s = 5;
4032 const int COLOR_model__MClassDef___64dsupertypes = 6;
4033 const int COLOR_model__MClassDef___64din_hierarchy = 7;
4034 const int COLOR_model__MClassDef___64dintro_mproperties = 8;
4035 const int COLOR_model__MClassDef___64dmpropdefs = 9;
4036 const int COLOR_model__MType___64das_nullable_cache = 0;
4037 const int COLOR_abstract_compiler__MType___64dc_name_cache = 1;
4038 const int COLOR_model__MClassType___64dmclass = 2;
4039 const int COLOR_model__MClassType___64darguments = 3;
4040 const int COLOR_model__MClassType___64dcollect_mclassdefs_cache = 4;
4041 const int COLOR_model__MClassType___64dcollect_mclasses_cache = 5;
4042 const int COLOR_model__MClassType___64dcollect_mtypes_cache = 6;
4043 const int COLOR_model__MGenericType___64dto_s = 7;
4044 const int COLOR_model__MGenericType___64dneed_anchor = 8;
4045 const int COLOR_model__MVirtualType___64dmproperty = 2;
4046 const int COLOR_model__MParameterType___64dmclass = 2;
4047 const int COLOR_model__MParameterType___64drank = 3;
4048 const int COLOR_model__MNullableType___64dmtype = 2;
4049 const int COLOR_model__MNullableType___64dto_s = 3;
4050 const int COLOR_model__MNullType___64dmodel = 2;
4051 const int COLOR_model__MSignature___64dmparameters = 2;
4052 const int COLOR_model__MSignature___64dmclosures = 3;
4053 const int COLOR_model__MSignature___64dreturn_mtype = 4;
4054 const int COLOR_model__MSignature___64dvararg_rank = 5;
4055 const int COLOR_model__MParameter___64dname = 0;
4056 const int COLOR_model__MParameter___64dmtype = 1;
4057 const int COLOR_model__MParameter___64dis_vararg = 2;
4058 const int COLOR_model__MProperty___64dintro_mclassdef = 0;
4059 const int COLOR_model__MProperty___64dname = 1;
4060 const int COLOR_model__MProperty___64dvisibility = 2;
4061 const int COLOR_model__MProperty___64dmpropdefs = 3;
4062 const int COLOR_model__MProperty___64dlookup_definitions_cache = 4;
4063 const int COLOR_model__MProperty___64dlookup_all_definitions_cache = 5;
4064 const int COLOR_abstract_compiler__MProperty___64dc_name_cache = 6;
4065 const int COLOR_model__MMethod___64dis_init = 7;
4066 const int COLOR_model__MMethod___64dis_new = 8;
4067 const int COLOR_model__MVirtualTypeProp___64dmvirtualtype = 7;
4068 const int COLOR_model__MPropDef___64dlocation = 0;
4069 const int COLOR_model__MPropDef___64dmclassdef = 1;
4070 const int COLOR_model__MPropDef___64dmproperty = 2;
4071 const int COLOR_model__MPropDef___64dto_s = 3;
4072 const int COLOR_typing__MPropDef___64dhas_supercall = 4;
4073 const int COLOR_abstract_compiler__MPropDef___64dc_name_cache = 5;
4074 const int COLOR_model__MMethodDef___64dmsignature = 6;
4075 const int COLOR_model__MMethodDef___64dis_abstract = 7;
4076 const int COLOR_separate_compiler__MMethodDef___64dseparate_runtime_function_cache = 8;
4077 const int COLOR_separate_compiler__MMethodDef___64dvirtual_runtime_function_cache = 9;
4078 const int COLOR_model__MAttributeDef___64dstatic_mtype = 6;
4079 const int COLOR_model__MVirtualTypeDef___64dbound = 6;
4080 const int COLOR_model__MClassKind___64dto_s = 0;
4081 const int COLOR_model__MClassKind___64dneed_init = 1;
4082 const int COLOR_parser__State___state = 0;
4083 const int COLOR_parser__State___nodes = 1;
4084 const int COLOR_parser__Parser___lexer = 0;
4085 const int COLOR_parser__Parser___stack = 1;
4086 const int COLOR_parser__Parser___stack_pos = 2;
4087 const int COLOR_parser__Parser___reduce_table = 3;
4088 const int COLOR_parser__ComputeProdLocationVisitor___need_first_prods = 1;
4089 const int COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons = 2;
4090 const int COLOR_parser__ComputeProdLocationVisitor___last_location = 3;
4091 const int COLOR_parser__ReduceAction___goto = 0;
4092 const int COLOR_parser_util__InjectedLexer___64dinjected_before = 8;
4093 const int COLOR_parser_util__InjectedLexer___64dinjected_after = 9;
4094 const int COLOR_parser_util__InjectedLexer___64dis_finished = 10;
4095 const int COLOR_parser_util__CollectTokensByTextVisitor___64dtext = 1;
4096 const int COLOR_parser_util__CollectTokensByTextVisitor___64dresult = 2;
4097 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dname = 1;
4098 const int COLOR_parser_util__CollectAnnotationsByNameVisitor___64dresult = 2;
4099 const int COLOR_phase__AnnotationPhaseVisitor___64dphase = 1;
4100 const int COLOR_phase__Phase___64dtoolcontext = 0;
4101 const int COLOR_phase__Phase___64din_hierarchy = 1;
4102 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64donce_count = 1;
4103 const int COLOR_simple_misc_analysis__SimpleMiscVisitor___64dtoolcontext = 2;
4104 const int COLOR_literal__LiteralVisitor___64dtoolcontext = 1;
4105 const int COLOR_scope__Variable___64dname = 0;
4106 const int COLOR_typing__Variable___64ddeclared_type = 1;
4107 const int COLOR_scope__EscapeMark___64dname = 0;
4108 const int COLOR_scope__EscapeMark___64dfor_loop = 1;
4109 const int COLOR_scope__EscapeMark___64dcontinues = 2;
4110 const int COLOR_scope__EscapeMark___64dbreaks = 3;
4111 const int COLOR_scope__ScopeVisitor___64dtoolcontext = 1;
4112 const int COLOR_scope__ScopeVisitor___64dselfvariable = 2;
4113 const int COLOR_scope__ScopeVisitor___64dscopes = 3;
4114 const int COLOR_scope__Scope___64dvariables = 0;
4115 const int COLOR_scope__Scope___64descapemark = 1;
4116 const int COLOR_flow__FlowVisitor___64dcurrent_flow_context = 1;
4117 const int COLOR_flow__FlowVisitor___64dtoolcontext = 2;
4118 const int COLOR_flow__FlowVisitor___64dfirst = 3;
4119 const int COLOR_flow__FlowVisitor___64dflows = 4;
4120 const int COLOR_flow__FlowContext___64dprevious = 0;
4121 const int COLOR_flow__FlowContext___64dloops = 1;
4122 const int COLOR_flow__FlowContext___64dis_marked_unreachable = 2;
4123 const int COLOR_flow__FlowContext___64dis_already_unreachable = 3;
4124 const int COLOR_flow__FlowContext___64dis_start = 4;
4125 const int COLOR_flow__FlowContext___64dnode = 5;
4126 const int COLOR_flow__FlowContext___64dname = 6;
4127 const int COLOR_flow__FlowContext___64dwhen_true = 7;
4128 const int COLOR_flow__FlowContext___64dwhen_false = 8;
4129 const int COLOR_local_var_init__FlowContext___64dset_vars = 9;
4130 const int COLOR_typing__FlowContext___64dvars = 10;
4131 const int COLOR_typing__FlowContext___64dcache = 11;
4132 const int COLOR_local_var_init__LocalVarInitVisitor___64dtoolcontext = 1;
4133 const int COLOR_local_var_init__LocalVarInitVisitor___64dmaybe_unset_vars = 2;
4134 const int COLOR_modelbuilder__ModelBuilder___64dmodel = 0;
4135 const int COLOR_modelbuilder__ModelBuilder___64dtoolcontext = 1;
4136 const int COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache = 2;
4137 const int COLOR_modelbuilder__ModelBuilder___64dpaths = 3;
4138 const int COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules = 4;
4139 const int COLOR_modelbuilder__ModelBuilder___64dnmodules = 5;
4140 const int COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule = 6;
4141 const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef = 7;
4142 const int COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef = 8;
4143 const int COLOR_abstract_compiler__ModelBuilder___64dcc_paths = 9;
4144 const int COLOR_modelize_property__TextCollectorVisitor___64dtext = 1;
4145 const int COLOR_typing__TypeVisitor___64dmodelbuilder = 0;
4146 const int COLOR_typing__TypeVisitor___64dnclassdef = 1;
4147 const int COLOR_typing__TypeVisitor___64dmpropdef = 2;
4148 const int COLOR_typing__TypeVisitor___64dselfvariable = 3;
4149 const int COLOR_typing__CallSite___64dnode = 0;
4150 const int COLOR_typing__CallSite___64drecv = 1;
4151 const int COLOR_typing__CallSite___64drecv_is_self = 2;
4152 const int COLOR_typing__CallSite___64dmproperty = 3;
4153 const int COLOR_typing__CallSite___64dmpropdef = 4;
4154 const int COLOR_typing__CallSite___64dmsignature = 5;
4155 const int COLOR_typing__CallSite___64derasure_cast = 6;
4156 const int COLOR_auto_super_init__AutoSuperInitVisitor___64dhas_explicit_super_init = 1;
4157 const int COLOR_div_by_zero__DivByZeroVisitor___64dtoolcontext = 1;
4158 const int COLOR_div_by_zero__DivByZeroVisitor___64dmmodule = 2;
4159 const int COLOR_astbuilder__ASTBuilder___64dmmodule = 0;
4160 const int COLOR_astbuilder__ASTBuilder___64danchor = 1;
4161 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmodelbuilder = 0;
4162 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmainmodule = 1;
4163 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_types = 2;
4164 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_types = 3;
4165 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_classes = 4;
4166 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_cast_types = 5;
4167 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_open_cast_types = 6;
4168 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methoddefs = 7;
4169 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_methods = 8;
4170 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_super_sends = 9;
4171 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtotry_methods = 10;
4172 const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtodo = 11;
4173 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64danalysis = 1;
4174 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dreceiver = 2;
4175 const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dmpropdef = 3;
4176 const int COLOR_astvalidation__ASTValidationVisitor___64dpath = 1;
4177 const int COLOR_astvalidation__ASTValidationVisitor___64dseen = 2;
4178 const int COLOR_transform__TransformVisitor___64dphase = 1;
4179 const int COLOR_transform__TransformVisitor___64dmmodule = 2;
4180 const int COLOR_transform__TransformVisitor___64dmclassdef = 3;
4181 const int COLOR_transform__TransformVisitor___64dmpropdef = 4;
4182 const int COLOR_transform__TransformVisitor___64dbuilder = 5;
4183 const int COLOR_abstract_compiler__AbstractCompiler___64dmainmodule = 0;
4184 const int COLOR_abstract_compiler__AbstractCompiler___64drealmainmodule = 1;
4185 const int COLOR_abstract_compiler__AbstractCompiler___64dmodelbuilder = 2;
4186 const int COLOR_abstract_compiler__AbstractCompiler___64dfiles = 3;
4187 const int COLOR_abstract_compiler__AbstractCompiler___64dheader = 4;
4188 const int COLOR_abstract_compiler__AbstractCompiler___64dprovided_declarations = 5;
4189 const int COLOR_abstract_compiler__AbstractCompiler___64dextern_bodies = 6;
4190 const int COLOR_abstract_compiler__AbstractCompiler___64dseen_extern = 7;
4191 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_tags = 8;
4192 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_resolved = 9;
4193 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_unresolved = 10;
4194 const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_skipped = 11;
4195 const int COLOR_abstract_compiler__CodeFile___64dname = 0;
4196 const int COLOR_abstract_compiler__CodeFile___64dwriters = 1;
4197 const int COLOR_abstract_compiler__CodeFile___64drequired_declarations = 2;
4198 const int COLOR_abstract_compiler__CodeWriter___64dfile = 0;
4199 const int COLOR_abstract_compiler__CodeWriter___64dlines = 1;
4200 const int COLOR_abstract_compiler__CodeWriter___64ddecl_lines = 2;
4201 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcompiler = 0;
4202 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dcurrent_node = 1;
4203 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dframe = 2;
4204 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dwriter = 3;
4205 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dnames = 4;
4206 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dlast = 5;
4207 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64descapemark_names = 6;
4208 const int COLOR_abstract_compiler__AbstractCompilerVisitor___64dvariables = 7;
4209 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dmmethoddef = 0;
4210 const int COLOR_abstract_compiler__AbstractRuntimeFunction___64dc_name_cache = 1;
4211 const int COLOR_abstract_compiler__RuntimeVariable___64dname = 0;
4212 const int COLOR_abstract_compiler__RuntimeVariable___64dmtype = 1;
4213 const int COLOR_abstract_compiler__RuntimeVariable___64dmcasttype = 2;
4214 const int COLOR_abstract_compiler__RuntimeVariable___64dis_exact = 3;
4215 const int COLOR_abstract_compiler__Frame___64dvisitor = 0;
4216 const int COLOR_abstract_compiler__Frame___64dmpropdef = 1;
4217 const int COLOR_abstract_compiler__Frame___64dreceiver = 2;
4218 const int COLOR_abstract_compiler__Frame___64darguments = 3;
4219 const int COLOR_abstract_compiler__Frame___64dreturnvar = 4;
4220 const int COLOR_abstract_compiler__Frame___64dreturnlabel = 5;
4221 const int COLOR_abstract_compiler__ExternCFile___64dfilename = 0;
4222 const int COLOR_abstract_compiler__ExternCFile___64dcflags = 1;
4223 const int COLOR_layout_builders__Layout___64dids = 0;
4224 const int COLOR_layout_builders__Layout___64dpos = 1;
4225 const int COLOR_layout_builders__PHLayout___64dmasks = 2;
4226 const int COLOR_layout_builders__PHLayout___64dhashes = 3;
4227 const int COLOR_layout_builders__POSetBuilder___64dmmodule = 0;
4228 const int COLOR_layout_builders__TypingBMizer___64dmmodule = 0;
4229 const int COLOR_layout_builders__TypingBMizer___64dposet_builder = 1;
4230 const int COLOR_layout_builders__TypingBMizer___64dposet_cache = 2;
4231 const int COLOR_layout_builders__MPropertyBMizer___64dmmodule = 0;
4232 const int COLOR_layout_builders__TypingColorer___64dcore = 0;
4233 const int COLOR_layout_builders__TypingColorer___64dcrown = 1;
4234 const int COLOR_layout_builders__TypingColorer___64dborder = 2;
4235 const int COLOR_layout_builders__TypingColorer___64dcoloration_result = 3;
4236 const int COLOR_layout_builders__TypingColorer___64dmmodule = 4;
4237 const int COLOR_layout_builders__TypingColorer___64dposet_builder = 5;
4238 const int COLOR_layout_builders__TypingColorer___64dposet_cache = 6;
4239 const int COLOR_layout_builders__TypingColorer___64dconflicts_graph = 7;
4240 const int COLOR_layout_builders__TypingColorer___64dlinear_extensions_cache = 8;
4241 const int COLOR_layout_builders__MPropertyColorer___64dmmodule = 0;
4242 const int COLOR_layout_builders__MPropertyColorer___64dclass_colorer = 1;
4243 const int COLOR_layout_builders__MPropertyColorer___64dcoloration_result = 2;
4244 const int COLOR_layout_builders__ResolutionColorer___64dcoloration_result = 0;
4245 const int COLOR_layout_builders__ResolutionColorer___64dconflicts_graph = 1;
4246 const int COLOR_global_compiler__GlobalCompiler___64druntime_type_analysis = 12;
4247 const int COLOR_global_compiler__GlobalCompiler___64dclassids = 13;
4248 const int COLOR_global_compiler__GlobalCompiler___64dlive_primitive_types = 14;
4249 const int COLOR_global_compiler__GlobalCompiler___64dtodos = 15;
4250 const int COLOR_global_compiler__GlobalCompiler___64dseen = 16;
4251 const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache = 17;
4252 const int COLOR_global_compiler__CustomizedRuntimeFunction___64drecv = 2;
4253 const int COLOR_separate_compiler__SeparateCompiler___64druntime_type_analysis = 12;
4254 const int COLOR_separate_compiler__SeparateCompiler___64dundead_types = 13;
4255 const int COLOR_separate_compiler__SeparateCompiler___64dpartial_types = 14;
4256 const int COLOR_separate_compiler__SeparateCompiler___64dlive_unresolved_types = 15;
4257 const int COLOR_separate_compiler__SeparateCompiler___64dtype_layout = 16;
4258 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_layout = 17;
4259 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_layout = 18;
4260 const int COLOR_separate_compiler__SeparateCompiler___64dattr_layout = 19;
4261 const int COLOR_separate_compiler__SeparateCompiler___64dbox_kinds = 20;
4262 const int COLOR_separate_compiler__SeparateCompiler___64dcolor_consts_done = 21;
4263 const int COLOR_separate_compiler__SeparateCompiler___64dtype_tables = 22;
4264 const int COLOR_separate_compiler__SeparateCompiler___64dresolution_tables = 23;
4265 const int COLOR_separate_compiler__SeparateCompiler___64dmethod_tables = 24;
4266 const int COLOR_separate_compiler__SeparateCompiler___64dattr_tables = 25;
4267 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_layout = 26;
4268 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_layout = 27;
4269 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_tables = 28;
4270 const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_tables = 29;
4271 /* runtime class modelbuilder__ModelBuilder */
4272 const struct class class_modelbuilder__ModelBuilder = {
4273 0, /* box_kind */
4274 {
4275 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to modelbuilder:ModelBuilder:kernel#Object#object_id */
4276 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to modelbuilder:ModelBuilder:kernel#Object#is_same_type */
4277 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#== */
4278 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to modelbuilder:ModelBuilder:kernel#Object#!= */
4279 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output */
4280 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to modelbuilder:ModelBuilder:kernel#Object#output_class_name */
4281 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModelBuilder:kernel#Object#exit */
4282 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModelBuilder:kernel#Object#sys */
4283 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModelBuilder:kernel#Object#hash */
4284 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to modelbuilder:ModelBuilder:string#Object#to_s */
4285 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#native_class_name */
4286 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#class_name */
4287 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect */
4288 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect_head */
4289 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModelBuilder:string#Object#args */
4290 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModelBuilder:math#Object#atan2 */
4291 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModelBuilder:math#Object#pi */
4292 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModelBuilder:math#Object#srand_from */
4293 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModelBuilder:math#Object#srand */
4294 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#poll */
4295 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#intern_poll */
4296 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModelBuilder:time#Object#get_time */
4297 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to modelbuilder:ModelBuilder:file#Object#printn */
4298 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to modelbuilder:ModelBuilder:file#Object#print */
4299 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to modelbuilder:ModelBuilder:file#Object#getc */
4300 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to modelbuilder:ModelBuilder:file#Object#gets */
4301 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#getcwd */
4302 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to modelbuilder:ModelBuilder:file#Object#file_getcwd */
4303 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to modelbuilder:ModelBuilder:file#Object#stdin */
4304 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to modelbuilder:ModelBuilder:file#Object#stdout */
4305 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to modelbuilder:ModelBuilder:file#Object#stderr */
4306 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#intrude_visibility */
4307 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#public_visibility */
4308 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#protected_visibility */
4309 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#private_visibility */
4310 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to modelbuilder:ModelBuilder:model_base#Object#none_visibility */
4311 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#abstract_kind */
4312 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#concrete_kind */
4313 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#interface_kind */
4314 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#enum_kind */
4315 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#extern_kind */
4316 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model */
4317 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model= */
4318 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext */
4319 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext= */
4320 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__run_phases, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#run_phases */
4321 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#init */
4322 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__parse, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#parse */
4323 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mclass_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mclass_by_name */
4324 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2 */
4325 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache */
4326 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name2_cache= */
4327 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__try_get_mproperty_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#try_get_mproperty_by_name */
4328 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths */
4329 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths= */
4330 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mmodule_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mmodule_by_name */
4331 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__module_absolute_path, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#module_absolute_path */
4332 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules */
4333 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules= */
4334 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module */
4335 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_module_importation, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_module_importation */
4336 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules */
4337 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules= */
4338 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule */
4339 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mmodule2nmodule_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mmodule2nmodule= */
4340 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__error, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#error */
4341 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__warning, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#warning */
4342 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__force_get_primitive_method, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#force_get_primitive_method */
4343 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclass, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclass */
4344 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_a_mclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_a_mclassdef */
4345 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#collect_a_mclassdef_inheritance */
4346 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__check_supertypes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#check_supertypes */
4347 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__build_classes, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#build_classes */
4348 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef */
4349 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__mclassdef2nclassdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#mclassdef2nclassdef= */
4350 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype_unchecked, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype_unchecked */
4351 (nitmethod_t)VIRTUAL_modelize_class__ModelBuilder__resolve_mtype, /* pointer to modelbuilder:ModelBuilder:modelize_class#ModelBuilder#resolve_mtype */
4352 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef */
4353 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__mpropdef2npropdef_61d, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#mpropdef2npropdef= */
4354 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__build_properties, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#build_properties */
4355 (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__process_default_constructors, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#process_default_constructors */
4356 (nitmethod_t)VIRTUAL_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis, /* pointer to modelbuilder:ModelBuilder:rapid_type_analysis#ModelBuilder#do_rapid_type_analysis */
4357 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths */
4358 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths_61d, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths= */
4359 (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__write_and_make, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#write_and_make */
4360 (nitmethod_t)VIRTUAL_global_compiler__ModelBuilder__run_global_compiler, /* pointer to modelbuilder:ModelBuilder:global_compiler#ModelBuilder#run_global_compiler */
4361 (nitmethod_t)VIRTUAL_separate_compiler__ModelBuilder__run_separate_compiler, /* pointer to modelbuilder:ModelBuilder:separate_compiler#ModelBuilder#run_separate_compiler */
4362 (nitmethod_t)VIRTUAL_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler, /* pointer to modelbuilder:ModelBuilder:separate_erasure_compiler#ModelBuilder#run_separate_erasure_compiler */
4363 (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__init, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#init */
4364 }
4365 };
4366 /* allocate ModelBuilder */
4367 val* NEW_modelbuilder__ModelBuilder(const struct type* type) {
4368 val* self /* : ModelBuilder */;
4369 val* var /* : HashMap3[MModule, MType, String, nullable MProperty] */;
4370 val* var1 /* : Array[String] */;
4371 val* var2 /* : HashMap[String, AModule] */;
4372 val* var3 /* : Array[AModule] */;
4373 val* var4 /* : HashMap[MModule, AModule] */;
4374 val* var5 /* : HashMap[MClassDef, AClassdef] */;
4375 val* var6 /* : HashMap[MPropDef, APropdef] */;
4376 val* var7 /* : Array[String] */;
4377 self = nit_alloc(sizeof(struct instance) + 10*sizeof(nitattribute_t));
4378 self->type = type;
4379 self->class = &class_modelbuilder__ModelBuilder;
4380 var = NEW_more_collections__HashMap3(&type_more_collections__HashMap3model_base__MModulemodel__MTypestring__Stringnullable_model__MProperty);
4381 ((void (*)(val*))(var->class->vft[COLOR_more_collections__HashMap3__init]))(var) /* init on <var:HashMap3[MModule, MType, String, nullable MProperty]>*/;
4382 CHECK_NEW_more_collections__HashMap3(var);
4383 self->attrs[COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache].val = var; /* @try_get_mproperty_by_name2_cache on <self:ModelBuilder exact> */
4384 var1 = NEW_array__Array(&type_array__Arraystring__String);
4385 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[String]>*/;
4386 CHECK_NEW_array__Array(var1);
4387 self->attrs[COLOR_modelbuilder__ModelBuilder___64dpaths].val = var1; /* @paths on <self:ModelBuilder exact> */
4388 var2 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringparser_nodes__AModule);
4389 ((void (*)(val*))(var2->class->vft[COLOR_hash_collection__HashMap__init]))(var2) /* init on <var2:HashMap[String, AModule]>*/;
4390 CHECK_NEW_hash_collection__HashMap(var2);
4391 self->attrs[COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules].val = var2; /* @loaded_nmodules on <self:ModelBuilder exact> */
4392 var3 = NEW_array__Array(&type_array__Arrayparser_nodes__AModule);
4393 ((void (*)(val*))(var3->class->vft[COLOR_array__Array__init]))(var3) /* init on <var3:Array[AModule]>*/;
4394 CHECK_NEW_array__Array(var3);
4395 self->attrs[COLOR_modelbuilder__ModelBuilder___64dnmodules].val = var3; /* @nmodules on <self:ModelBuilder exact> */
4396 var4 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel_base__MModuleparser_nodes__AModule);
4397 ((void (*)(val*))(var4->class->vft[COLOR_hash_collection__HashMap__init]))(var4) /* init on <var4:HashMap[MModule, AModule]>*/;
4398 CHECK_NEW_hash_collection__HashMap(var4);
4399 self->attrs[COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule].val = var4; /* @mmodule2nmodule on <self:ModelBuilder exact> */
4400 var5 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MClassDefparser_nodes__AClassdef);
4401 ((void (*)(val*))(var5->class->vft[COLOR_hash_collection__HashMap__init]))(var5) /* init on <var5:HashMap[MClassDef, AClassdef]>*/;
4402 CHECK_NEW_hash_collection__HashMap(var5);
4403 self->attrs[COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef].val = var5; /* @mclassdef2nclassdef on <self:ModelBuilder exact> */
4404 var6 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MPropDefparser_nodes__APropdef);
4405 ((void (*)(val*))(var6->class->vft[COLOR_hash_collection__HashMap__init]))(var6) /* init on <var6:HashMap[MPropDef, APropdef]>*/;
4406 CHECK_NEW_hash_collection__HashMap(var6);
4407 self->attrs[COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef].val = var6; /* @mpropdef2npropdef on <self:ModelBuilder exact> */
4408 var7 = NEW_array__Array(&type_array__Arraystring__String);
4409 ((void (*)(val*))(var7->class->vft[COLOR_array__Array__init]))(var7) /* init on <var7:Array[String]>*/;
4410 CHECK_NEW_array__Array(var7);
4411 self->attrs[COLOR_abstract_compiler__ModelBuilder___64dcc_paths].val = var7; /* @cc_paths on <self:ModelBuilder exact> */
4412 return self;
4413 }
4414 /* allocate ModelBuilder */
4415 void CHECK_NEW_modelbuilder__ModelBuilder(val* self) {
4416 val* var /* : Model */;
4417 val* var1 /* : ToolContext */;
4418 var = self->attrs[COLOR_modelbuilder__ModelBuilder___64dmodel].val; /* @model on <self:ModelBuilder> */
4419 if (var == NULL) {
4420 fprintf(stderr, "Runtime error: %s (%s:%d)\n", "Uninitialized attribute @model", "src/modelbuilder.nit", 59);
4421 exit(1);
4422 }
4423 var1 = self->attrs[COLOR_modelbuilder__ModelBuilder___64dtoolcontext].val; /* @toolcontext on <self:ModelBuilder> */
4424 if (var1 == NULL) {
4425 fprintf(stderr, "Runtime error: %s (%s:%d)\n", "Uninitialized attribute @toolcontext", "src/modelbuilder.nit", 62);
4426 exit(1);
4427 }
4428 }
4429 /* runtime class parser__State */
4430 const struct class class_parser__State = {
4431 0, /* box_kind */
4432 {
4433 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:State:kernel#Object#object_id */
4434 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:State:kernel#Object#is_same_type */
4435 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:State:kernel#Object#== */
4436 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:State:kernel#Object#!= */
4437 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:State:kernel#Object#output */
4438 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:State:kernel#Object#output_class_name */
4439 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:State:kernel#Object#exit */
4440 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:State:kernel#Object#sys */
4441 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:State:kernel#Object#hash */
4442 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:State:string#Object#to_s */
4443 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:State:string#Object#native_class_name */
4444 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:State:string#Object#class_name */
4445 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:State:string#Object#inspect */
4446 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:State:string#Object#inspect_head */
4447 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:State:string#Object#args */
4448 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:State:math#Object#atan2 */
4449 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:State:math#Object#pi */
4450 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:State:math#Object#srand_from */
4451 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:State:math#Object#srand */
4452 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:State:stream#Object#poll */
4453 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:State:stream#Object#intern_poll */
4454 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:State:time#Object#get_time */
4455 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:State:file#Object#printn */
4456 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:State:file#Object#print */
4457 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:State:file#Object#getc */
4458 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:State:file#Object#gets */
4459 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:State:file#Object#getcwd */
4460 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:State:file#Object#file_getcwd */
4461 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:State:file#Object#stdin */
4462 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:State:file#Object#stdout */
4463 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:State:file#Object#stderr */
4464 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:State:model_base#Object#intrude_visibility */
4465 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:State:model_base#Object#public_visibility */
4466 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:State:model_base#Object#protected_visibility */
4467 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:State:model_base#Object#private_visibility */
4468 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:State:model_base#Object#none_visibility */
4469 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:State:model#Object#abstract_kind */
4470 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:State:model#Object#concrete_kind */
4471 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:State:model#Object#interface_kind */
4472 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:State:model#Object#enum_kind */
4473 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:State:model#Object#extern_kind */
4474 (nitmethod_t)VIRTUAL_parser__State__state, /* pointer to parser:State:parser#State#state */
4475 (nitmethod_t)VIRTUAL_parser__State__state_61d, /* pointer to parser:State:parser#State#state= */
4476 (nitmethod_t)VIRTUAL_parser__State__nodes, /* pointer to parser:State:parser#State#nodes */
4477 (nitmethod_t)VIRTUAL_parser__State__nodes_61d, /* pointer to parser:State:parser#State#nodes= */
4478 (nitmethod_t)VIRTUAL_parser__State__init, /* pointer to parser:State:parser#State#init */
4479 }
4480 };
4481 /* allocate State */
4482 val* NEW_parser__State(const struct type* type) {
4483 val* self /* : State */;
4484 self = nit_alloc(sizeof(struct instance) + 2*sizeof(nitattribute_t));
4485 self->type = type;
4486 self->class = &class_parser__State;
4487 return self;
4488 }
4489 /* allocate State */
4490 void CHECK_NEW_parser__State(val* self) {
4491 long var /* : Int */;
4492 val* var1 /* : nullable Object */;
4493 var = self->attrs[COLOR_parser__State___state].l; /* _state on <self:State> */
4494 var1 = self->attrs[COLOR_parser__State___nodes].val; /* _nodes on <self:State> */
4495 }
4496 /* runtime class parser__Parser */
4497 const struct class class_parser__Parser = {
4498 0, /* box_kind */
4499 {
4500 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:Parser:kernel#Object#object_id */
4501 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:Parser:kernel#Object#is_same_type */
4502 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:Parser:kernel#Object#== */
4503 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:Parser:kernel#Object#!= */
4504 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:Parser:kernel#Object#output */
4505 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:Parser:kernel#Object#output_class_name */
4506 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:Parser:kernel#Object#exit */
4507 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:Parser:kernel#Object#sys */
4508 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:Parser:kernel#Object#hash */
4509 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:Parser:string#Object#to_s */
4510 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:Parser:string#Object#native_class_name */
4511 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:Parser:string#Object#class_name */
4512 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:Parser:string#Object#inspect */
4513 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:Parser:string#Object#inspect_head */
4514 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:Parser:string#Object#args */
4515 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:Parser:math#Object#atan2 */
4516 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:Parser:math#Object#pi */
4517 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:Parser:math#Object#srand_from */
4518 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:Parser:math#Object#srand */
4519 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:Parser:stream#Object#poll */
4520 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:Parser:stream#Object#intern_poll */
4521 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:Parser:time#Object#get_time */
4522 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:Parser:file#Object#printn */
4523 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:Parser:file#Object#print */
4524 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:Parser:file#Object#getc */
4525 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:Parser:file#Object#gets */
4526 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:Parser:file#Object#getcwd */
4527 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:Parser:file#Object#file_getcwd */
4528 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:Parser:file#Object#stdin */
4529 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:Parser:file#Object#stdout */
4530 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:Parser:file#Object#stderr */
4531 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:Parser:model_base#Object#intrude_visibility */
4532 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:Parser:model_base#Object#public_visibility */
4533 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:Parser:model_base#Object#protected_visibility */
4534 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:Parser:model_base#Object#private_visibility */
4535 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:Parser:model_base#Object#none_visibility */
4536 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:Parser:model#Object#abstract_kind */
4537 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:Parser:model#Object#concrete_kind */
4538 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:Parser:model#Object#interface_kind */
4539 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:Parser:model#Object#enum_kind */
4540 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:Parser:model#Object#extern_kind */
4541 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_goto, /* pointer to parser:Parser:tables#TablesCapable#lexer_goto */
4542 (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_accept, /* pointer to parser:Parser:tables#TablesCapable#lexer_accept */
4543 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_goto, /* pointer to parser:Parser:tables#TablesCapable#parser_goto */
4544 (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_action, /* pointer to parser:Parser:tables#TablesCapable#parser_action */
4545 (nitmethod_t)VIRTUAL_parser__Parser__init, /* pointer to parser:Parser:parser#Parser#init */
4546 (nitmethod_t)VIRTUAL_parser__Parser__go_to, /* pointer to parser:Parser:parser#Parser#go_to */
4547 (nitmethod_t)VIRTUAL_parser__Parser__push, /* pointer to parser:Parser:parser#Parser#push */
4548 (nitmethod_t)VIRTUAL_parser__Parser__state, /* pointer to parser:Parser:parser#Parser#state */
4549 (nitmethod_t)VIRTUAL_parser__Parser__pop, /* pointer to parser:Parser:parser#Parser#pop */
4550 (nitmethod_t)VIRTUAL_parser__Parser__parse, /* pointer to parser:Parser:parser#Parser#parse */
4551 (nitmethod_t)VIRTUAL_parser__Parser__build_reduce_table, /* pointer to parser:Parser:parser#Parser#build_reduce_table */
4552 }
4553 };
4554 /* allocate Parser */
4555 val* NEW_parser__Parser(const struct type* type) {
4556 val* self /* : Parser */;
4557 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4558 self->type = type;
4559 self->class = &class_parser__Parser;
4560 return self;
4561 }
4562 /* allocate Parser */
4563 void CHECK_NEW_parser__Parser(val* self) {
4564 val* var /* : Lexer */;
4565 val* var1 /* : Array[State] */;
4566 long var2 /* : Int */;
4567 val* var3 /* : Array[ReduceAction] */;
4568 var = self->attrs[COLOR_parser__Parser___lexer].val; /* _lexer on <self:Parser> */
4569 if (var == NULL) {
4570 fprintf(stderr, "Runtime error: %s (%s:%d)\n", "Uninitialized attribute _lexer", "src/parser/parser.nit", 25);
4571 exit(1);
4572 }
4573 var1 = self->attrs[COLOR_parser__Parser___stack].val; /* _stack on <self:Parser> */
4574 if (var1 == NULL) {
4575 fprintf(stderr, "Runtime error: %s (%s:%d)\n", "Uninitialized attribute _stack", "src/parser/parser.nit", 28);
4576 exit(1);
4577 }
4578 var2 = self->attrs[COLOR_parser__Parser___stack_pos].l; /* _stack_pos on <self:Parser> */
4579 var3 = self->attrs[COLOR_parser__Parser___reduce_table].val; /* _reduce_table on <self:Parser> */
4580 if (var3 == NULL) {
4581 fprintf(stderr, "Runtime error: %s (%s:%d)\n", "Uninitialized attribute _reduce_table", "src/parser/parser.nit", 151);
4582 exit(1);
4583 }
4584 }
4585 /* runtime class parser__ComputeProdLocationVisitor */
4586 const struct class class_parser__ComputeProdLocationVisitor = {
4587 0, /* box_kind */
4588 {
4589 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#object_id */
4590 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#is_same_type */
4591 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#== */
4592 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#!= */
4593 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output */
4594 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#output_class_name */
4595 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#exit */
4596 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#sys */
4597 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#hash */
4598 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ComputeProdLocationVisitor:string#Object#to_s */
4599 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#native_class_name */
4600 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#class_name */
4601 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect */
4602 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect_head */
4603 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ComputeProdLocationVisitor:string#Object#args */
4604 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ComputeProdLocationVisitor:math#Object#atan2 */
4605 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ComputeProdLocationVisitor:math#Object#pi */
4606 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand_from */
4607 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand */
4608 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#poll */
4609 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#intern_poll */
4610 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ComputeProdLocationVisitor:time#Object#get_time */
4611 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ComputeProdLocationVisitor:file#Object#printn */
4612 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ComputeProdLocationVisitor:file#Object#print */
4613 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getc */
4614 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ComputeProdLocationVisitor:file#Object#gets */
4615 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#getcwd */
4616 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ComputeProdLocationVisitor:file#Object#file_getcwd */
4617 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdin */
4618 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stdout */
4619 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ComputeProdLocationVisitor:file#Object#stderr */
4620 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#intrude_visibility */
4621 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#public_visibility */
4622 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#protected_visibility */
4623 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#private_visibility */
4624 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ComputeProdLocationVisitor:model_base#Object#none_visibility */
4625 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#abstract_kind */
4626 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#concrete_kind */
4627 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#interface_kind */
4628 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#enum_kind */
4629 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#extern_kind */
4630 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__visit, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#visit */
4631 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__enter_visit, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#enter_visit */
4632 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node */
4633 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node_61d, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node= */
4634 (nitmethod_t)VIRTUAL_parser_nodes__Visitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#init */
4635 (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__init, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#init */
4636 }
4637 };
4638 /* allocate ComputeProdLocationVisitor */
4639 val* NEW_parser__ComputeProdLocationVisitor(const struct type* type) {
4640 val* self /* : ComputeProdLocationVisitor */;
4641 val* var /* : null */;
4642 val* var1 /* : Array[Prod] */;
4643 val* var2 /* : Array[Prod] */;
4644 val* var3 /* : null */;
4645 self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t));
4646 self->type = type;
4647 self->class = &class_parser__ComputeProdLocationVisitor;
4648 var = NULL;
4649 self->attrs[COLOR_parser_nodes__Visitor___current_node].val = var; /* _current_node on <self:ComputeProdLocationVisitor exact> */
4650 var1 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
4651 ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on <var1:Array[Prod]>*/;
4652 CHECK_NEW_array__Array(var1);
4653 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_first_prods].val = var1; /* _need_first_prods on <self:ComputeProdLocationVisitor exact> */
4654 var2 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod);
4655 ((void (*)(val*))(var2->class->vft[COLOR_array__Array__init]))(var2) /* init on <var2:Array[Prod]>*/;
4656 CHECK_NEW_array__Array(var2);
4657 self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons].val = var2; /* _need_after_epsilons on <self:ComputeProdLocationVisitor exact> */
4658 var3 = NULL;
4659 self->attrs[COLOR_parser__ComputeProdLocationVisitor___last_location].val = var3; /* _last_location on <self:ComputeProdLocationVisitor exact> */
4660 return self;
4661 }
4662 /* allocate ComputeProdLocationVisitor */
4663 void CHECK_NEW_parser__ComputeProdLocationVisitor(val* self) {
4664 }
4665 /* runtime class parser__ReduceAction0 */
4666 const struct class class_parser__ReduceAction0 = {
4667 0, /* box_kind */
4668 {
4669 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction0:kernel#Object#object_id */
4670 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction0:kernel#Object#is_same_type */
4671 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction0:kernel#Object#== */
4672 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction0:kernel#Object#!= */
4673 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction0:kernel#Object#output */
4674 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction0:kernel#Object#output_class_name */
4675 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction0:kernel#Object#exit */
4676 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction0:kernel#Object#sys */
4677 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction0:kernel#Object#hash */
4678 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction0:string#Object#to_s */
4679 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction0:string#Object#native_class_name */
4680 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction0:string#Object#class_name */
4681 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction0:string#Object#inspect */
4682 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction0:string#Object#inspect_head */
4683 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction0:string#Object#args */
4684 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction0:math#Object#atan2 */
4685 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction0:math#Object#pi */
4686 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction0:math#Object#srand_from */
4687 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction0:math#Object#srand */
4688 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction0:stream#Object#poll */
4689 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction0:stream#Object#intern_poll */
4690 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction0:time#Object#get_time */
4691 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction0:file#Object#printn */
4692 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction0:file#Object#print */
4693 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction0:file#Object#getc */
4694 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction0:file#Object#gets */
4695 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction0:file#Object#getcwd */
4696 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction0:file#Object#file_getcwd */
4697 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction0:file#Object#stdin */
4698 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction0:file#Object#stdout */
4699 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction0:file#Object#stderr */
4700 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction0:model_base#Object#intrude_visibility */
4701 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction0:model_base#Object#public_visibility */
4702 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction0:model_base#Object#protected_visibility */
4703 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction0:model_base#Object#private_visibility */
4704 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction0:model_base#Object#none_visibility */
4705 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction0:model#Object#abstract_kind */
4706 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction0:model#Object#concrete_kind */
4707 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction0:model#Object#interface_kind */
4708 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction0:model#Object#enum_kind */
4709 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction0:model#Object#extern_kind */
4710 (nitmethod_t)VIRTUAL_parser__ReduceAction0__action, /* pointer to parser:ReduceAction0:parser#ReduceAction0#action */
4711 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction0:parser#ReduceAction#concat */
4712 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction0:parser#ReduceAction#init */
4713 }
4714 };
4715 /* allocate ReduceAction0 */
4716 val* NEW_parser__ReduceAction0(const struct type* type) {
4717 val* self /* : ReduceAction0 */;
4718 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4719 self->type = type;
4720 self->class = &class_parser__ReduceAction0;
4721 return self;
4722 }
4723 /* allocate ReduceAction0 */
4724 void CHECK_NEW_parser__ReduceAction0(val* self) {
4725 long var /* : Int */;
4726 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction0> */
4727 }
4728 /* runtime class parser__ReduceAction1 */
4729 const struct class class_parser__ReduceAction1 = {
4730 0, /* box_kind */
4731 {
4732 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction1:kernel#Object#object_id */
4733 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction1:kernel#Object#is_same_type */
4734 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction1:kernel#Object#== */
4735 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction1:kernel#Object#!= */
4736 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction1:kernel#Object#output */
4737 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction1:kernel#Object#output_class_name */
4738 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction1:kernel#Object#exit */
4739 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction1:kernel#Object#sys */
4740 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction1:kernel#Object#hash */
4741 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction1:string#Object#to_s */
4742 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction1:string#Object#native_class_name */
4743 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction1:string#Object#class_name */
4744 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction1:string#Object#inspect */
4745 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction1:string#Object#inspect_head */
4746 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction1:string#Object#args */
4747 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction1:math#Object#atan2 */
4748 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction1:math#Object#pi */
4749 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction1:math#Object#srand_from */
4750 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction1:math#Object#srand */
4751 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction1:stream#Object#poll */
4752 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction1:stream#Object#intern_poll */
4753 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction1:time#Object#get_time */
4754 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction1:file#Object#printn */
4755 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction1:file#Object#print */
4756 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction1:file#Object#getc */
4757 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction1:file#Object#gets */
4758 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction1:file#Object#getcwd */
4759 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction1:file#Object#file_getcwd */
4760 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction1:file#Object#stdin */
4761 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction1:file#Object#stdout */
4762 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction1:file#Object#stderr */
4763 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction1:model_base#Object#intrude_visibility */
4764 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction1:model_base#Object#public_visibility */
4765 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction1:model_base#Object#protected_visibility */
4766 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction1:model_base#Object#private_visibility */
4767 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction1:model_base#Object#none_visibility */
4768 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction1:model#Object#abstract_kind */
4769 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction1:model#Object#concrete_kind */
4770 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction1:model#Object#interface_kind */
4771 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction1:model#Object#enum_kind */
4772 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction1:model#Object#extern_kind */
4773 (nitmethod_t)VIRTUAL_parser__ReduceAction1__action, /* pointer to parser:ReduceAction1:parser#ReduceAction1#action */
4774 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction1:parser#ReduceAction#concat */
4775 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction1:parser#ReduceAction#init */
4776 }
4777 };
4778 /* allocate ReduceAction1 */
4779 val* NEW_parser__ReduceAction1(const struct type* type) {
4780 val* self /* : ReduceAction1 */;
4781 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4782 self->type = type;
4783 self->class = &class_parser__ReduceAction1;
4784 return self;
4785 }
4786 /* allocate ReduceAction1 */
4787 void CHECK_NEW_parser__ReduceAction1(val* self) {
4788 long var /* : Int */;
4789 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction1> */
4790 }
4791 /* runtime class parser__ReduceAction2 */
4792 const struct class class_parser__ReduceAction2 = {
4793 0, /* box_kind */
4794 {
4795 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction2:kernel#Object#object_id */
4796 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction2:kernel#Object#is_same_type */
4797 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction2:kernel#Object#== */
4798 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction2:kernel#Object#!= */
4799 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction2:kernel#Object#output */
4800 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction2:kernel#Object#output_class_name */
4801 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction2:kernel#Object#exit */
4802 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction2:kernel#Object#sys */
4803 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction2:kernel#Object#hash */
4804 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction2:string#Object#to_s */
4805 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction2:string#Object#native_class_name */
4806 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction2:string#Object#class_name */
4807 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction2:string#Object#inspect */
4808 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction2:string#Object#inspect_head */
4809 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction2:string#Object#args */
4810 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction2:math#Object#atan2 */
4811 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction2:math#Object#pi */
4812 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction2:math#Object#srand_from */
4813 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction2:math#Object#srand */
4814 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction2:stream#Object#poll */
4815 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction2:stream#Object#intern_poll */
4816 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction2:time#Object#get_time */
4817 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction2:file#Object#printn */
4818 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction2:file#Object#print */
4819 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction2:file#Object#getc */
4820 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction2:file#Object#gets */
4821 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction2:file#Object#getcwd */
4822 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction2:file#Object#file_getcwd */
4823 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction2:file#Object#stdin */
4824 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction2:file#Object#stdout */
4825 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction2:file#Object#stderr */
4826 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction2:model_base#Object#intrude_visibility */
4827 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction2:model_base#Object#public_visibility */
4828 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction2:model_base#Object#protected_visibility */
4829 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction2:model_base#Object#private_visibility */
4830 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction2:model_base#Object#none_visibility */
4831 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction2:model#Object#abstract_kind */
4832 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction2:model#Object#concrete_kind */
4833 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction2:model#Object#interface_kind */
4834 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction2:model#Object#enum_kind */
4835 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction2:model#Object#extern_kind */
4836 (nitmethod_t)VIRTUAL_parser__ReduceAction2__action, /* pointer to parser:ReduceAction2:parser#ReduceAction2#action */
4837 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction2:parser#ReduceAction#concat */
4838 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction2:parser#ReduceAction#init */
4839 }
4840 };
4841 /* allocate ReduceAction2 */
4842 val* NEW_parser__ReduceAction2(const struct type* type) {
4843 val* self /* : ReduceAction2 */;
4844 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4845 self->type = type;
4846 self->class = &class_parser__ReduceAction2;
4847 return self;
4848 }
4849 /* allocate ReduceAction2 */
4850 void CHECK_NEW_parser__ReduceAction2(val* self) {
4851 long var /* : Int */;
4852 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction2> */
4853 }
4854 /* runtime class parser__ReduceAction3 */
4855 const struct class class_parser__ReduceAction3 = {
4856 0, /* box_kind */
4857 {
4858 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction3:kernel#Object#object_id */
4859 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction3:kernel#Object#is_same_type */
4860 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction3:kernel#Object#== */
4861 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction3:kernel#Object#!= */
4862 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction3:kernel#Object#output */
4863 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction3:kernel#Object#output_class_name */
4864 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction3:kernel#Object#exit */
4865 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction3:kernel#Object#sys */
4866 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction3:kernel#Object#hash */
4867 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction3:string#Object#to_s */
4868 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction3:string#Object#native_class_name */
4869 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction3:string#Object#class_name */
4870 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction3:string#Object#inspect */
4871 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction3:string#Object#inspect_head */
4872 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction3:string#Object#args */
4873 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction3:math#Object#atan2 */
4874 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction3:math#Object#pi */
4875 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction3:math#Object#srand_from */
4876 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction3:math#Object#srand */
4877 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction3:stream#Object#poll */
4878 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction3:stream#Object#intern_poll */
4879 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction3:time#Object#get_time */
4880 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction3:file#Object#printn */
4881 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction3:file#Object#print */
4882 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction3:file#Object#getc */
4883 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction3:file#Object#gets */
4884 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction3:file#Object#getcwd */
4885 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction3:file#Object#file_getcwd */
4886 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction3:file#Object#stdin */
4887 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction3:file#Object#stdout */
4888 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction3:file#Object#stderr */
4889 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction3:model_base#Object#intrude_visibility */
4890 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction3:model_base#Object#public_visibility */
4891 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction3:model_base#Object#protected_visibility */
4892 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction3:model_base#Object#private_visibility */
4893 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction3:model_base#Object#none_visibility */
4894 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction3:model#Object#abstract_kind */
4895 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction3:model#Object#concrete_kind */
4896 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction3:model#Object#interface_kind */
4897 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction3:model#Object#enum_kind */
4898 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction3:model#Object#extern_kind */
4899 (nitmethod_t)VIRTUAL_parser__ReduceAction3__action, /* pointer to parser:ReduceAction3:parser#ReduceAction3#action */
4900 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction3:parser#ReduceAction#concat */
4901 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction3:parser#ReduceAction#init */
4902 }
4903 };
4904 /* allocate ReduceAction3 */
4905 val* NEW_parser__ReduceAction3(const struct type* type) {
4906 val* self /* : ReduceAction3 */;
4907 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4908 self->type = type;
4909 self->class = &class_parser__ReduceAction3;
4910 return self;
4911 }
4912 /* allocate ReduceAction3 */
4913 void CHECK_NEW_parser__ReduceAction3(val* self) {
4914 long var /* : Int */;
4915 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction3> */
4916 }
4917 /* runtime class parser__ReduceAction4 */
4918 const struct class class_parser__ReduceAction4 = {
4919 0, /* box_kind */
4920 {
4921 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction4:kernel#Object#object_id */
4922 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction4:kernel#Object#is_same_type */
4923 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction4:kernel#Object#== */
4924 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction4:kernel#Object#!= */
4925 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction4:kernel#Object#output */
4926 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction4:kernel#Object#output_class_name */
4927 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction4:kernel#Object#exit */
4928 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction4:kernel#Object#sys */
4929 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction4:kernel#Object#hash */
4930 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction4:string#Object#to_s */
4931 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction4:string#Object#native_class_name */
4932 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction4:string#Object#class_name */
4933 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction4:string#Object#inspect */
4934 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction4:string#Object#inspect_head */
4935 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction4:string#Object#args */
4936 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction4:math#Object#atan2 */
4937 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction4:math#Object#pi */
4938 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction4:math#Object#srand_from */
4939 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction4:math#Object#srand */
4940 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction4:stream#Object#poll */
4941 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction4:stream#Object#intern_poll */
4942 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction4:time#Object#get_time */
4943 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction4:file#Object#printn */
4944 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction4:file#Object#print */
4945 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction4:file#Object#getc */
4946 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction4:file#Object#gets */
4947 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction4:file#Object#getcwd */
4948 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction4:file#Object#file_getcwd */
4949 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction4:file#Object#stdin */
4950 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction4:file#Object#stdout */
4951 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction4:file#Object#stderr */
4952 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction4:model_base#Object#intrude_visibility */
4953 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction4:model_base#Object#public_visibility */
4954 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction4:model_base#Object#protected_visibility */
4955 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction4:model_base#Object#private_visibility */
4956 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction4:model_base#Object#none_visibility */
4957 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction4:model#Object#abstract_kind */
4958 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction4:model#Object#concrete_kind */
4959 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction4:model#Object#interface_kind */
4960 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction4:model#Object#enum_kind */
4961 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction4:model#Object#extern_kind */
4962 (nitmethod_t)VIRTUAL_parser__ReduceAction4__action, /* pointer to parser:ReduceAction4:parser#ReduceAction4#action */
4963 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction4:parser#ReduceAction#concat */
4964 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction4:parser#ReduceAction#init */
4965 }
4966 };
4967 /* allocate ReduceAction4 */
4968 val* NEW_parser__ReduceAction4(const struct type* type) {
4969 val* self /* : ReduceAction4 */;
4970 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4971 self->type = type;
4972 self->class = &class_parser__ReduceAction4;
4973 return self;
4974 }
4975 /* allocate ReduceAction4 */
4976 void CHECK_NEW_parser__ReduceAction4(val* self) {
4977 long var /* : Int */;
4978 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction4> */
4979 }
4980 /* runtime class parser__ReduceAction5 */
4981 const struct class class_parser__ReduceAction5 = {
4982 0, /* box_kind */
4983 {
4984 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction5:kernel#Object#object_id */
4985 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction5:kernel#Object#is_same_type */
4986 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction5:kernel#Object#== */
4987 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction5:kernel#Object#!= */
4988 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction5:kernel#Object#output */
4989 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction5:kernel#Object#output_class_name */
4990 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction5:kernel#Object#exit */
4991 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction5:kernel#Object#sys */
4992 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction5:kernel#Object#hash */
4993 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction5:string#Object#to_s */
4994 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction5:string#Object#native_class_name */
4995 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction5:string#Object#class_name */
4996 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction5:string#Object#inspect */
4997 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction5:string#Object#inspect_head */
4998 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction5:string#Object#args */
4999 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction5:math#Object#atan2 */
5000 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction5:math#Object#pi */
5001 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction5:math#Object#srand_from */
5002 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction5:math#Object#srand */
5003 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction5:stream#Object#poll */
5004 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction5:stream#Object#intern_poll */
5005 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction5:time#Object#get_time */
5006 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction5:file#Object#printn */
5007 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction5:file#Object#print */
5008 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction5:file#Object#getc */
5009 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction5:file#Object#gets */
5010 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction5:file#Object#getcwd */
5011 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction5:file#Object#file_getcwd */
5012 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction5:file#Object#stdin */
5013 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction5:file#Object#stdout */
5014 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction5:file#Object#stderr */
5015 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction5:model_base#Object#intrude_visibility */
5016 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction5:model_base#Object#public_visibility */
5017 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction5:model_base#Object#protected_visibility */
5018 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction5:model_base#Object#private_visibility */
5019 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction5:model_base#Object#none_visibility */
5020 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction5:model#Object#abstract_kind */
5021 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction5:model#Object#concrete_kind */
5022 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction5:model#Object#interface_kind */
5023 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction5:model#Object#enum_kind */
5024 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction5:model#Object#extern_kind */
5025 (nitmethod_t)VIRTUAL_parser__ReduceAction5__action, /* pointer to parser:ReduceAction5:parser#ReduceAction5#action */
5026 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction5:parser#ReduceAction#concat */
5027 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction5:parser#ReduceAction#init */
5028 }
5029 };
5030 /* allocate ReduceAction5 */
5031 val* NEW_parser__ReduceAction5(const struct type* type) {
5032 val* self /* : ReduceAction5 */;
5033 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5034 self->type = type;
5035 self->class = &class_parser__ReduceAction5;
5036 return self;
5037 }
5038 /* allocate ReduceAction5 */
5039 void CHECK_NEW_parser__ReduceAction5(val* self) {
5040 long var /* : Int */;
5041 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction5> */
5042 }
5043 /* runtime class parser__ReduceAction6 */
5044 const struct class class_parser__ReduceAction6 = {
5045 0, /* box_kind */
5046 {
5047 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction6:kernel#Object#object_id */
5048 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction6:kernel#Object#is_same_type */
5049 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction6:kernel#Object#== */
5050 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction6:kernel#Object#!= */
5051 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction6:kernel#Object#output */
5052 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction6:kernel#Object#output_class_name */
5053 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction6:kernel#Object#exit */
5054 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction6:kernel#Object#sys */
5055 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction6:kernel#Object#hash */
5056 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction6:string#Object#to_s */
5057 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction6:string#Object#native_class_name */
5058 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction6:string#Object#class_name */
5059 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction6:string#Object#inspect */
5060 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction6:string#Object#inspect_head */
5061 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction6:string#Object#args */
5062 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction6:math#Object#atan2 */
5063 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction6:math#Object#pi */
5064 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction6:math#Object#srand_from */
5065 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction6:math#Object#srand */
5066 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction6:stream#Object#poll */
5067 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction6:stream#Object#intern_poll */
5068 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction6:time#Object#get_time */
5069 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction6:file#Object#printn */
5070 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction6:file#Object#print */
5071 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction6:file#Object#getc */
5072 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction6:file#Object#gets */
5073 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction6:file#Object#getcwd */
5074 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction6:file#Object#file_getcwd */
5075 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction6:file#Object#stdin */
5076 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction6:file#Object#stdout */
5077 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction6:file#Object#stderr */
5078 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction6:model_base#Object#intrude_visibility */
5079 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction6:model_base#Object#public_visibility */
5080 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction6:model_base#Object#protected_visibility */
5081 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction6:model_base#Object#private_visibility */
5082 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction6:model_base#Object#none_visibility */
5083 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction6:model#Object#abstract_kind */
5084 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction6:model#Object#concrete_kind */
5085 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction6:model#Object#interface_kind */
5086 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction6:model#Object#enum_kind */
5087 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction6:model#Object#extern_kind */
5088 (nitmethod_t)VIRTUAL_parser__ReduceAction6__action, /* pointer to parser:ReduceAction6:parser#ReduceAction6#action */
5089 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction6:parser#ReduceAction#concat */
5090 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction6:parser#ReduceAction#init */
5091 }
5092 };
5093 /* allocate ReduceAction6 */
5094 val* NEW_parser__ReduceAction6(const struct type* type) {
5095 val* self /* : ReduceAction6 */;
5096 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5097 self->type = type;
5098 self->class = &class_parser__ReduceAction6;
5099 return self;
5100 }
5101 /* allocate ReduceAction6 */
5102 void CHECK_NEW_parser__ReduceAction6(val* self) {
5103 long var /* : Int */;
5104 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction6> */
5105 }
5106 /* runtime class parser__ReduceAction7 */
5107 const struct class class_parser__ReduceAction7 = {
5108 0, /* box_kind */
5109 {
5110 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction7:kernel#Object#object_id */
5111 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction7:kernel#Object#is_same_type */
5112 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction7:kernel#Object#== */
5113 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction7:kernel#Object#!= */
5114 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction7:kernel#Object#output */
5115 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction7:kernel#Object#output_class_name */
5116 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction7:kernel#Object#exit */
5117 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction7:kernel#Object#sys */
5118 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction7:kernel#Object#hash */
5119 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction7:string#Object#to_s */
5120 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction7:string#Object#native_class_name */
5121 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction7:string#Object#class_name */
5122 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction7:string#Object#inspect */
5123 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction7:string#Object#inspect_head */
5124 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction7:string#Object#args */
5125 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction7:math#Object#atan2 */
5126 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction7:math#Object#pi */
5127 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction7:math#Object#srand_from */
5128 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction7:math#Object#srand */
5129 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction7:stream#Object#poll */
5130 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction7:stream#Object#intern_poll */
5131 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction7:time#Object#get_time */
5132 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction7:file#Object#printn */
5133 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction7:file#Object#print */
5134 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction7:file#Object#getc */
5135 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction7:file#Object#gets */
5136 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction7:file#Object#getcwd */
5137 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction7:file#Object#file_getcwd */
5138 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction7:file#Object#stdin */
5139 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction7:file#Object#stdout */
5140 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction7:file#Object#stderr */
5141 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction7:model_base#Object#intrude_visibility */
5142 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction7:model_base#Object#public_visibility */
5143 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction7:model_base#Object#protected_visibility */
5144 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction7:model_base#Object#private_visibility */
5145 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction7:model_base#Object#none_visibility */
5146 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction7:model#Object#abstract_kind */
5147 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction7:model#Object#concrete_kind */
5148 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction7:model#Object#interface_kind */
5149 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction7:model#Object#enum_kind */
5150 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction7:model#Object#extern_kind */
5151 (nitmethod_t)VIRTUAL_parser__ReduceAction7__action, /* pointer to parser:ReduceAction7:parser#ReduceAction7#action */
5152 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction7:parser#ReduceAction#concat */
5153 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction7:parser#ReduceAction#init */
5154 }
5155 };
5156 /* allocate ReduceAction7 */
5157 val* NEW_parser__ReduceAction7(const struct type* type) {
5158 val* self /* : ReduceAction7 */;
5159 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5160 self->type = type;
5161 self->class = &class_parser__ReduceAction7;
5162 return self;
5163 }
5164 /* allocate ReduceAction7 */
5165 void CHECK_NEW_parser__ReduceAction7(val* self) {
5166 long var /* : Int */;
5167 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction7> */
5168 }
5169 /* runtime class parser__ReduceAction8 */
5170 const struct class class_parser__ReduceAction8 = {
5171 0, /* box_kind */
5172 {
5173 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction8:kernel#Object#object_id */
5174 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction8:kernel#Object#is_same_type */
5175 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction8:kernel#Object#== */
5176 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction8:kernel#Object#!= */
5177 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction8:kernel#Object#output */
5178 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction8:kernel#Object#output_class_name */
5179 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction8:kernel#Object#exit */
5180 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction8:kernel#Object#sys */
5181 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction8:kernel#Object#hash */
5182 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction8:string#Object#to_s */
5183 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction8:string#Object#native_class_name */
5184 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction8:string#Object#class_name */
5185 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction8:string#Object#inspect */
5186 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction8:string#Object#inspect_head */
5187 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction8:string#Object#args */
5188 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction8:math#Object#atan2 */
5189 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction8:math#Object#pi */
5190 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction8:math#Object#srand_from */
5191 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction8:math#Object#srand */
5192 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction8:stream#Object#poll */
5193 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction8:stream#Object#intern_poll */
5194 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction8:time#Object#get_time */
5195 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction8:file#Object#printn */
5196 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction8:file#Object#print */
5197 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction8:file#Object#getc */
5198 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction8:file#Object#gets */
5199 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction8:file#Object#getcwd */
5200 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction8:file#Object#file_getcwd */
5201 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction8:file#Object#stdin */
5202 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction8:file#Object#stdout */
5203 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction8:file#Object#stderr */
5204 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction8:model_base#Object#intrude_visibility */
5205 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction8:model_base#Object#public_visibility */
5206 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction8:model_base#Object#protected_visibility */
5207 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction8:model_base#Object#private_visibility */
5208 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction8:model_base#Object#none_visibility */
5209 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction8:model#Object#abstract_kind */
5210 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction8:model#Object#concrete_kind */
5211 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction8:model#Object#interface_kind */
5212 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction8:model#Object#enum_kind */
5213 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction8:model#Object#extern_kind */
5214 (nitmethod_t)VIRTUAL_parser__ReduceAction8__action, /* pointer to parser:ReduceAction8:parser#ReduceAction8#action */
5215 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction8:parser#ReduceAction#concat */
5216 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction8:parser#ReduceAction#init */
5217 }
5218 };
5219 /* allocate ReduceAction8 */
5220 val* NEW_parser__ReduceAction8(const struct type* type) {
5221 val* self /* : ReduceAction8 */;
5222 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5223 self->type = type;
5224 self->class = &class_parser__ReduceAction8;
5225 return self;
5226 }
5227 /* allocate ReduceAction8 */
5228 void CHECK_NEW_parser__ReduceAction8(val* self) {
5229 long var /* : Int */;
5230 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction8> */
5231 }
5232 /* runtime class parser__ReduceAction9 */
5233 const struct class class_parser__ReduceAction9 = {
5234 0, /* box_kind */
5235 {
5236 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction9:kernel#Object#object_id */
5237 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction9:kernel#Object#is_same_type */
5238 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction9:kernel#Object#== */
5239 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction9:kernel#Object#!= */
5240 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction9:kernel#Object#output */
5241 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction9:kernel#Object#output_class_name */
5242 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction9:kernel#Object#exit */
5243 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction9:kernel#Object#sys */
5244 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction9:kernel#Object#hash */
5245 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction9:string#Object#to_s */
5246 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction9:string#Object#native_class_name */
5247 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction9:string#Object#class_name */
5248 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction9:string#Object#inspect */
5249 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction9:string#Object#inspect_head */
5250 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction9:string#Object#args */
5251 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction9:math#Object#atan2 */
5252 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction9:math#Object#pi */
5253 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction9:math#Object#srand_from */
5254 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction9:math#Object#srand */
5255 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction9:stream#Object#poll */
5256 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction9:stream#Object#intern_poll */
5257 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction9:time#Object#get_time */
5258 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction9:file#Object#printn */
5259 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction9:file#Object#print */
5260 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction9:file#Object#getc */
5261 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction9:file#Object#gets */
5262 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction9:file#Object#getcwd */
5263 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction9:file#Object#file_getcwd */
5264 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction9:file#Object#stdin */
5265 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction9:file#Object#stdout */
5266 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction9:file#Object#stderr */
5267 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction9:model_base#Object#intrude_visibility */
5268 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction9:model_base#Object#public_visibility */
5269 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction9:model_base#Object#protected_visibility */
5270 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction9:model_base#Object#private_visibility */
5271 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction9:model_base#Object#none_visibility */
5272 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction9:model#Object#abstract_kind */
5273 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction9:model#Object#concrete_kind */
5274 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction9:model#Object#interface_kind */
5275 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction9:model#Object#enum_kind */
5276 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction9:model#Object#extern_kind */
5277 (nitmethod_t)VIRTUAL_parser__ReduceAction9__action, /* pointer to parser:ReduceAction9:parser#ReduceAction9#action */
5278 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction9:parser#ReduceAction#concat */
5279 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction9:parser#ReduceAction#init */
5280 }
5281 };
5282 /* allocate ReduceAction9 */
5283 val* NEW_parser__ReduceAction9(const struct type* type) {
5284 val* self /* : ReduceAction9 */;
5285 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5286 self->type = type;
5287 self->class = &class_parser__ReduceAction9;
5288 return self;
5289 }
5290 /* allocate ReduceAction9 */
5291 void CHECK_NEW_parser__ReduceAction9(val* self) {
5292 long var /* : Int */;
5293 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction9> */
5294 }
5295 /* runtime class parser__ReduceAction10 */
5296 const struct class class_parser__ReduceAction10 = {
5297 0, /* box_kind */
5298 {
5299 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction10:kernel#Object#object_id */
5300 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction10:kernel#Object#is_same_type */
5301 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction10:kernel#Object#== */
5302 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction10:kernel#Object#!= */
5303 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction10:kernel#Object#output */
5304 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction10:kernel#Object#output_class_name */
5305 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction10:kernel#Object#exit */
5306 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction10:kernel#Object#sys */
5307 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction10:kernel#Object#hash */
5308 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction10:string#Object#to_s */
5309 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction10:string#Object#native_class_name */
5310 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction10:string#Object#class_name */
5311 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction10:string#Object#inspect */
5312 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction10:string#Object#inspect_head */
5313 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction10:string#Object#args */
5314 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction10:math#Object#atan2 */
5315 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction10:math#Object#pi */
5316 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction10:math#Object#srand_from */
5317 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction10:math#Object#srand */
5318 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction10:stream#Object#poll */
5319 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction10:stream#Object#intern_poll */
5320 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction10:time#Object#get_time */
5321 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction10:file#Object#printn */
5322 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction10:file#Object#print */
5323 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction10:file#Object#getc */
5324 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction10:file#Object#gets */
5325 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction10:file#Object#getcwd */
5326 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction10:file#Object#file_getcwd */
5327 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction10:file#Object#stdin */
5328 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction10:file#Object#stdout */
5329 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction10:file#Object#stderr */
5330 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction10:model_base#Object#intrude_visibility */
5331 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction10:model_base#Object#public_visibility */
5332 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction10:model_base#Object#protected_visibility */
5333 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction10:model_base#Object#private_visibility */
5334 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction10:model_base#Object#none_visibility */
5335 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction10:model#Object#abstract_kind */
5336 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction10:model#Object#concrete_kind */
5337 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction10:model#Object#interface_kind */
5338 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction10:model#Object#enum_kind */
5339 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction10:model#Object#extern_kind */
5340 (nitmethod_t)VIRTUAL_parser__ReduceAction10__action, /* pointer to parser:ReduceAction10:parser#ReduceAction10#action */
5341 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction10:parser#ReduceAction#concat */
5342 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction10:parser#ReduceAction#init */
5343 }
5344 };
5345 /* allocate ReduceAction10 */
5346 val* NEW_parser__ReduceAction10(const struct type* type) {
5347 val* self /* : ReduceAction10 */;
5348 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5349 self->type = type;
5350 self->class = &class_parser__ReduceAction10;
5351 return self;
5352 }
5353 /* allocate ReduceAction10 */
5354 void CHECK_NEW_parser__ReduceAction10(val* self) {
5355 long var /* : Int */;
5356 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction10> */
5357 }
5358 /* runtime class parser__ReduceAction11 */
5359 const struct class class_parser__ReduceAction11 = {
5360 0, /* box_kind */
5361 {
5362 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction11:kernel#Object#object_id */
5363 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction11:kernel#Object#is_same_type */
5364 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction11:kernel#Object#== */
5365 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction11:kernel#Object#!= */
5366 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction11:kernel#Object#output */
5367 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction11:kernel#Object#output_class_name */
5368 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction11:kernel#Object#exit */
5369 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction11:kernel#Object#sys */
5370 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction11:kernel#Object#hash */
5371 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction11:string#Object#to_s */
5372 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction11:string#Object#native_class_name */
5373 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction11:string#Object#class_name */
5374 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction11:string#Object#inspect */
5375 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction11:string#Object#inspect_head */
5376 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction11:string#Object#args */
5377 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction11:math#Object#atan2 */
5378 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction11:math#Object#pi */
5379 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction11:math#Object#srand_from */
5380 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction11:math#Object#srand */
5381 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction11:stream#Object#poll */
5382 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction11:stream#Object#intern_poll */
5383 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction11:time#Object#get_time */
5384 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction11:file#Object#printn */
5385 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction11:file#Object#print */
5386 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction11:file#Object#getc */
5387 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction11:file#Object#gets */
5388 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction11:file#Object#getcwd */
5389 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction11:file#Object#file_getcwd */
5390 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction11:file#Object#stdin */
5391 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction11:file#Object#stdout */
5392 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction11:file#Object#stderr */
5393 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction11:model_base#Object#intrude_visibility */
5394 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction11:model_base#Object#public_visibility */
5395 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction11:model_base#Object#protected_visibility */
5396 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction11:model_base#Object#private_visibility */
5397 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction11:model_base#Object#none_visibility */
5398 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction11:model#Object#abstract_kind */
5399 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction11:model#Object#concrete_kind */
5400 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction11:model#Object#interface_kind */
5401 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction11:model#Object#enum_kind */
5402 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction11:model#Object#extern_kind */
5403 (nitmethod_t)VIRTUAL_parser__ReduceAction11__action, /* pointer to parser:ReduceAction11:parser#ReduceAction11#action */
5404 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction11:parser#ReduceAction#concat */
5405 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction11:parser#ReduceAction#init */
5406 }
5407 };
5408 /* allocate ReduceAction11 */
5409 val* NEW_parser__ReduceAction11(const struct type* type) {
5410 val* self /* : ReduceAction11 */;
5411 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5412 self->type = type;
5413 self->class = &class_parser__ReduceAction11;
5414 return self;
5415 }
5416 /* allocate ReduceAction11 */
5417 void CHECK_NEW_parser__ReduceAction11(val* self) {
5418 long var /* : Int */;
5419 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction11> */
5420 }
5421 /* runtime class parser__ReduceAction12 */
5422 const struct class class_parser__ReduceAction12 = {
5423 0, /* box_kind */
5424 {
5425 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction12:kernel#Object#object_id */
5426 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction12:kernel#Object#is_same_type */
5427 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction12:kernel#Object#== */
5428 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction12:kernel#Object#!= */
5429 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction12:kernel#Object#output */
5430 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction12:kernel#Object#output_class_name */
5431 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction12:kernel#Object#exit */
5432 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction12:kernel#Object#sys */
5433 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction12:kernel#Object#hash */
5434 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction12:string#Object#to_s */
5435 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction12:string#Object#native_class_name */
5436 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction12:string#Object#class_name */
5437 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction12:string#Object#inspect */
5438 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction12:string#Object#inspect_head */
5439 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction12:string#Object#args */
5440 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction12:math#Object#atan2 */
5441 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction12:math#Object#pi */
5442 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction12:math#Object#srand_from */
5443 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction12:math#Object#srand */
5444 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction12:stream#Object#poll */
5445 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction12:stream#Object#intern_poll */
5446 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction12:time#Object#get_time */
5447 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction12:file#Object#printn */
5448 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction12:file#Object#print */
5449 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction12:file#Object#getc */
5450 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction12:file#Object#gets */
5451 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction12:file#Object#getcwd */
5452 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction12:file#Object#file_getcwd */
5453 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction12:file#Object#stdin */
5454 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction12:file#Object#stdout */
5455 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction12:file#Object#stderr */
5456 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction12:model_base#Object#intrude_visibility */
5457 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction12:model_base#Object#public_visibility */
5458 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction12:model_base#Object#protected_visibility */
5459 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction12:model_base#Object#private_visibility */
5460 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction12:model_base#Object#none_visibility */
5461 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction12:model#Object#abstract_kind */
5462 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction12:model#Object#concrete_kind */
5463 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction12:model#Object#interface_kind */
5464 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction12:model#Object#enum_kind */
5465 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction12:model#Object#extern_kind */
5466 (nitmethod_t)VIRTUAL_parser__ReduceAction12__action, /* pointer to parser:ReduceAction12:parser#ReduceAction12#action */
5467 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction12:parser#ReduceAction#concat */
5468 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction12:parser#ReduceAction#init */
5469 }
5470 };
5471 /* allocate ReduceAction12 */
5472 val* NEW_parser__ReduceAction12(const struct type* type) {
5473 val* self /* : ReduceAction12 */;
5474 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5475 self->type = type;
5476 self->class = &class_parser__ReduceAction12;
5477 return self;
5478 }
5479 /* allocate ReduceAction12 */
5480 void CHECK_NEW_parser__ReduceAction12(val* self) {
5481 long var /* : Int */;
5482 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction12> */
5483 }
5484 /* runtime class parser__ReduceAction13 */
5485 const struct class class_parser__ReduceAction13 = {
5486 0, /* box_kind */
5487 {
5488 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction13:kernel#Object#object_id */
5489 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction13:kernel#Object#is_same_type */
5490 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction13:kernel#Object#== */
5491 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction13:kernel#Object#!= */
5492 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction13:kernel#Object#output */
5493 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction13:kernel#Object#output_class_name */
5494 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction13:kernel#Object#exit */
5495 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction13:kernel#Object#sys */
5496 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction13:kernel#Object#hash */
5497 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction13:string#Object#to_s */
5498 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction13:string#Object#native_class_name */
5499 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction13:string#Object#class_name */
5500 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction13:string#Object#inspect */
5501 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction13:string#Object#inspect_head */
5502 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction13:string#Object#args */
5503 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction13:math#Object#atan2 */
5504 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction13:math#Object#pi */
5505 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction13:math#Object#srand_from */
5506 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction13:math#Object#srand */
5507 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction13:stream#Object#poll */
5508 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction13:stream#Object#intern_poll */
5509 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction13:time#Object#get_time */
5510 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction13:file#Object#printn */
5511 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction13:file#Object#print */
5512 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction13:file#Object#getc */
5513 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction13:file#Object#gets */
5514 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction13:file#Object#getcwd */
5515 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction13:file#Object#file_getcwd */
5516 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction13:file#Object#stdin */
5517 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction13:file#Object#stdout */
5518 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction13:file#Object#stderr */
5519 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction13:model_base#Object#intrude_visibility */
5520 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction13:model_base#Object#public_visibility */
5521 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction13:model_base#Object#protected_visibility */
5522 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction13:model_base#Object#private_visibility */
5523 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction13:model_base#Object#none_visibility */
5524 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction13:model#Object#abstract_kind */
5525 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction13:model#Object#concrete_kind */
5526 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction13:model#Object#interface_kind */
5527 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction13:model#Object#enum_kind */
5528 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction13:model#Object#extern_kind */
5529 (nitmethod_t)VIRTUAL_parser__ReduceAction13__action, /* pointer to parser:ReduceAction13:parser#ReduceAction13#action */
5530 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction13:parser#ReduceAction#concat */
5531 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction13:parser#ReduceAction#init */
5532 }
5533 };
5534 /* allocate ReduceAction13 */
5535 val* NEW_parser__ReduceAction13(const struct type* type) {
5536 val* self /* : ReduceAction13 */;
5537 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5538 self->type = type;
5539 self->class = &class_parser__ReduceAction13;
5540 return self;
5541 }
5542 /* allocate ReduceAction13 */
5543 void CHECK_NEW_parser__ReduceAction13(val* self) {
5544 long var /* : Int */;
5545 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction13> */
5546 }
5547 /* runtime class parser__ReduceAction14 */
5548 const struct class class_parser__ReduceAction14 = {
5549 0, /* box_kind */
5550 {
5551 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction14:kernel#Object#object_id */
5552 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction14:kernel#Object#is_same_type */
5553 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction14:kernel#Object#== */
5554 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction14:kernel#Object#!= */
5555 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction14:kernel#Object#output */
5556 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction14:kernel#Object#output_class_name */
5557 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction14:kernel#Object#exit */
5558 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction14:kernel#Object#sys */
5559 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction14:kernel#Object#hash */
5560 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction14:string#Object#to_s */
5561 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction14:string#Object#native_class_name */
5562 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction14:string#Object#class_name */
5563 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction14:string#Object#inspect */
5564 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction14:string#Object#inspect_head */
5565 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction14:string#Object#args */
5566 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction14:math#Object#atan2 */
5567 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction14:math#Object#pi */
5568 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction14:math#Object#srand_from */
5569 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction14:math#Object#srand */
5570 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction14:stream#Object#poll */
5571 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction14:stream#Object#intern_poll */
5572 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction14:time#Object#get_time */
5573 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction14:file#Object#printn */
5574 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction14:file#Object#print */
5575 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction14:file#Object#getc */
5576 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction14:file#Object#gets */
5577 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction14:file#Object#getcwd */
5578 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction14:file#Object#file_getcwd */
5579 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction14:file#Object#stdin */
5580 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction14:file#Object#stdout */
5581 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction14:file#Object#stderr */
5582 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction14:model_base#Object#intrude_visibility */
5583 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction14:model_base#Object#public_visibility */
5584 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction14:model_base#Object#protected_visibility */
5585 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction14:model_base#Object#private_visibility */
5586 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction14:model_base#Object#none_visibility */
5587 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction14:model#Object#abstract_kind */
5588 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction14:model#Object#concrete_kind */
5589 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction14:model#Object#interface_kind */
5590 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction14:model#Object#enum_kind */
5591 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction14:model#Object#extern_kind */
5592 (nitmethod_t)VIRTUAL_parser__ReduceAction14__action, /* pointer to parser:ReduceAction14:parser#ReduceAction14#action */
5593 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction14:parser#ReduceAction#concat */
5594 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction14:parser#ReduceAction#init */
5595 }
5596 };
5597 /* allocate ReduceAction14 */
5598 val* NEW_parser__ReduceAction14(const struct type* type) {
5599 val* self /* : ReduceAction14 */;
5600 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5601 self->type = type;
5602 self->class = &class_parser__ReduceAction14;
5603 return self;
5604 }
5605 /* allocate ReduceAction14 */
5606 void CHECK_NEW_parser__ReduceAction14(val* self) {
5607 long var /* : Int */;
5608 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction14> */
5609 }
5610 /* runtime class parser__ReduceAction15 */
5611 const struct class class_parser__ReduceAction15 = {
5612 0, /* box_kind */
5613 {
5614 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction15:kernel#Object#object_id */
5615 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction15:kernel#Object#is_same_type */
5616 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction15:kernel#Object#== */
5617 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction15:kernel#Object#!= */
5618 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction15:kernel#Object#output */
5619 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction15:kernel#Object#output_class_name */
5620 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction15:kernel#Object#exit */
5621 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction15:kernel#Object#sys */
5622 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction15:kernel#Object#hash */
5623 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction15:string#Object#to_s */
5624 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction15:string#Object#native_class_name */
5625 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction15:string#Object#class_name */
5626 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction15:string#Object#inspect */
5627 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction15:string#Object#inspect_head */
5628 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction15:string#Object#args */
5629 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction15:math#Object#atan2 */
5630 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction15:math#Object#pi */
5631 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction15:math#Object#srand_from */
5632 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction15:math#Object#srand */
5633 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction15:stream#Object#poll */
5634 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction15:stream#Object#intern_poll */
5635 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction15:time#Object#get_time */
5636 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction15:file#Object#printn */
5637 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction15:file#Object#print */
5638 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction15:file#Object#getc */
5639 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction15:file#Object#gets */
5640 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction15:file#Object#getcwd */
5641 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction15:file#Object#file_getcwd */
5642 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction15:file#Object#stdin */
5643 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction15:file#Object#stdout */
5644 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction15:file#Object#stderr */
5645 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction15:model_base#Object#intrude_visibility */
5646 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction15:model_base#Object#public_visibility */
5647 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction15:model_base#Object#protected_visibility */
5648 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction15:model_base#Object#private_visibility */
5649 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction15:model_base#Object#none_visibility */
5650 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction15:model#Object#abstract_kind */
5651 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction15:model#Object#concrete_kind */
5652 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction15:model#Object#interface_kind */
5653 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction15:model#Object#enum_kind */
5654 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction15:model#Object#extern_kind */
5655 (nitmethod_t)VIRTUAL_parser__ReduceAction15__action, /* pointer to parser:ReduceAction15:parser#ReduceAction15#action */
5656 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction15:parser#ReduceAction#concat */
5657 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction15:parser#ReduceAction#init */
5658 }
5659 };
5660 /* allocate ReduceAction15 */
5661 val* NEW_parser__ReduceAction15(const struct type* type) {
5662 val* self /* : ReduceAction15 */;
5663 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5664 self->type = type;
5665 self->class = &class_parser__ReduceAction15;
5666 return self;
5667 }
5668 /* allocate ReduceAction15 */
5669 void CHECK_NEW_parser__ReduceAction15(val* self) {
5670 long var /* : Int */;
5671 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction15> */
5672 }
5673 /* runtime class parser__ReduceAction16 */
5674 const struct class class_parser__ReduceAction16 = {
5675 0, /* box_kind */
5676 {
5677 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction16:kernel#Object#object_id */
5678 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction16:kernel#Object#is_same_type */
5679 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction16:kernel#Object#== */
5680 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction16:kernel#Object#!= */
5681 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction16:kernel#Object#output */
5682 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction16:kernel#Object#output_class_name */
5683 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction16:kernel#Object#exit */
5684 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction16:kernel#Object#sys */
5685 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction16:kernel#Object#hash */
5686 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction16:string#Object#to_s */
5687 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction16:string#Object#native_class_name */
5688 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction16:string#Object#class_name */
5689 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction16:string#Object#inspect */
5690 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction16:string#Object#inspect_head */
5691 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction16:string#Object#args */
5692 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction16:math#Object#atan2 */
5693 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction16:math#Object#pi */
5694 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction16:math#Object#srand_from */
5695 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction16:math#Object#srand */
5696 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction16:stream#Object#poll */
5697 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction16:stream#Object#intern_poll */
5698 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction16:time#Object#get_time */
5699 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction16:file#Object#printn */
5700 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction16:file#Object#print */
5701 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction16:file#Object#getc */
5702 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction16:file#Object#gets */
5703 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction16:file#Object#getcwd */
5704 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction16:file#Object#file_getcwd */
5705 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction16:file#Object#stdin */
5706 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction16:file#Object#stdout */
5707 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction16:file#Object#stderr */
5708 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction16:model_base#Object#intrude_visibility */
5709 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction16:model_base#Object#public_visibility */
5710 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction16:model_base#Object#protected_visibility */
5711 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction16:model_base#Object#private_visibility */
5712 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction16:model_base#Object#none_visibility */
5713 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction16:model#Object#abstract_kind */
5714 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction16:model#Object#concrete_kind */
5715 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction16:model#Object#interface_kind */
5716 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction16:model#Object#enum_kind */
5717 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction16:model#Object#extern_kind */
5718 (nitmethod_t)VIRTUAL_parser__ReduceAction16__action, /* pointer to parser:ReduceAction16:parser#ReduceAction16#action */
5719 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction16:parser#ReduceAction#concat */
5720 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction16:parser#ReduceAction#init */
5721 }
5722 };
5723 /* allocate ReduceAction16 */
5724 val* NEW_parser__ReduceAction16(const struct type* type) {
5725 val* self /* : ReduceAction16 */;
5726 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5727 self->type = type;
5728 self->class = &class_parser__ReduceAction16;
5729 return self;
5730 }
5731 /* allocate ReduceAction16 */
5732 void CHECK_NEW_parser__ReduceAction16(val* self) {
5733 long var /* : Int */;
5734 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction16> */
5735 }
5736 /* runtime class parser__ReduceAction17 */
5737 const struct class class_parser__ReduceAction17 = {
5738 0, /* box_kind */
5739 {
5740 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction17:kernel#Object#object_id */
5741 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction17:kernel#Object#is_same_type */
5742 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction17:kernel#Object#== */
5743 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction17:kernel#Object#!= */
5744 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction17:kernel#Object#output */
5745 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction17:kernel#Object#output_class_name */
5746 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction17:kernel#Object#exit */
5747 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction17:kernel#Object#sys */
5748 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction17:kernel#Object#hash */
5749 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction17:string#Object#to_s */
5750 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction17:string#Object#native_class_name */
5751 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction17:string#Object#class_name */
5752 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction17:string#Object#inspect */
5753 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction17:string#Object#inspect_head */
5754 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction17:string#Object#args */
5755 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction17:math#Object#atan2 */
5756 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction17:math#Object#pi */
5757 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction17:math#Object#srand_from */
5758 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction17:math#Object#srand */
5759 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction17:stream#Object#poll */
5760 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction17:stream#Object#intern_poll */
5761 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction17:time#Object#get_time */
5762 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction17:file#Object#printn */
5763 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction17:file#Object#print */
5764 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction17:file#Object#getc */
5765 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction17:file#Object#gets */
5766 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction17:file#Object#getcwd */
5767 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction17:file#Object#file_getcwd */
5768 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction17:file#Object#stdin */
5769 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction17:file#Object#stdout */
5770 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction17:file#Object#stderr */
5771 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction17:model_base#Object#intrude_visibility */
5772 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction17:model_base#Object#public_visibility */
5773 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction17:model_base#Object#protected_visibility */
5774 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction17:model_base#Object#private_visibility */
5775 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction17:model_base#Object#none_visibility */
5776 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction17:model#Object#abstract_kind */
5777 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction17:model#Object#concrete_kind */
5778 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction17:model#Object#interface_kind */
5779 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction17:model#Object#enum_kind */
5780 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction17:model#Object#extern_kind */
5781 (nitmethod_t)VIRTUAL_parser__ReduceAction17__action, /* pointer to parser:ReduceAction17:parser#ReduceAction17#action */
5782 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction17:parser#ReduceAction#concat */
5783 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction17:parser#ReduceAction#init */
5784 }
5785 };
5786 /* allocate ReduceAction17 */
5787 val* NEW_parser__ReduceAction17(const struct type* type) {
5788 val* self /* : ReduceAction17 */;
5789 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5790 self->type = type;
5791 self->class = &class_parser__ReduceAction17;
5792 return self;
5793 }
5794 /* allocate ReduceAction17 */
5795 void CHECK_NEW_parser__ReduceAction17(val* self) {
5796 long var /* : Int */;
5797 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction17> */
5798 }
5799 /* runtime class parser__ReduceAction18 */
5800 const struct class class_parser__ReduceAction18 = {
5801 0, /* box_kind */
5802 {
5803 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction18:kernel#Object#object_id */
5804 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction18:kernel#Object#is_same_type */
5805 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction18:kernel#Object#== */
5806 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction18:kernel#Object#!= */
5807 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction18:kernel#Object#output */
5808 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction18:kernel#Object#output_class_name */
5809 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction18:kernel#Object#exit */
5810 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction18:kernel#Object#sys */
5811 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction18:kernel#Object#hash */
5812 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction18:string#Object#to_s */
5813 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction18:string#Object#native_class_name */
5814 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction18:string#Object#class_name */
5815 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction18:string#Object#inspect */
5816 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction18:string#Object#inspect_head */
5817 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction18:string#Object#args */
5818 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction18:math#Object#atan2 */
5819 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction18:math#Object#pi */
5820 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction18:math#Object#srand_from */
5821 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction18:math#Object#srand */
5822 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction18:stream#Object#poll */
5823 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction18:stream#Object#intern_poll */
5824 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction18:time#Object#get_time */
5825 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction18:file#Object#printn */
5826 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction18:file#Object#print */
5827 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction18:file#Object#getc */
5828 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction18:file#Object#gets */
5829 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction18:file#Object#getcwd */
5830 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction18:file#Object#file_getcwd */
5831 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction18:file#Object#stdin */
5832 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction18:file#Object#stdout */
5833 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction18:file#Object#stderr */
5834 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction18:model_base#Object#intrude_visibility */
5835 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction18:model_base#Object#public_visibility */
5836 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction18:model_base#Object#protected_visibility */
5837 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction18:model_base#Object#private_visibility */
5838 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction18:model_base#Object#none_visibility */
5839 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction18:model#Object#abstract_kind */
5840 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction18:model#Object#concrete_kind */
5841 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction18:model#Object#interface_kind */
5842 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction18:model#Object#enum_kind */
5843 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction18:model#Object#extern_kind */
5844 (nitmethod_t)VIRTUAL_parser__ReduceAction18__action, /* pointer to parser:ReduceAction18:parser#ReduceAction18#action */
5845 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction18:parser#ReduceAction#concat */
5846 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction18:parser#ReduceAction#init */
5847 }
5848 };
5849 /* allocate ReduceAction18 */
5850 val* NEW_parser__ReduceAction18(const struct type* type) {
5851 val* self /* : ReduceAction18 */;
5852 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5853 self->type = type;
5854 self->class = &class_parser__ReduceAction18;
5855 return self;
5856 }
5857 /* allocate ReduceAction18 */
5858 void CHECK_NEW_parser__ReduceAction18(val* self) {
5859 long var /* : Int */;
5860 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction18> */
5861 }
5862 /* runtime class parser__ReduceAction19 */
5863 const struct class class_parser__ReduceAction19 = {
5864 0, /* box_kind */
5865 {
5866 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction19:kernel#Object#object_id */
5867 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction19:kernel#Object#is_same_type */
5868 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction19:kernel#Object#== */
5869 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction19:kernel#Object#!= */
5870 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction19:kernel#Object#output */
5871 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction19:kernel#Object#output_class_name */
5872 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction19:kernel#Object#exit */
5873 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction19:kernel#Object#sys */
5874 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction19:kernel#Object#hash */
5875 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction19:string#Object#to_s */
5876 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction19:string#Object#native_class_name */
5877 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction19:string#Object#class_name */
5878 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction19:string#Object#inspect */
5879 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction19:string#Object#inspect_head */
5880 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction19:string#Object#args */
5881 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction19:math#Object#atan2 */
5882 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction19:math#Object#pi */
5883 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction19:math#Object#srand_from */
5884 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction19:math#Object#srand */
5885 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction19:stream#Object#poll */
5886 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction19:stream#Object#intern_poll */
5887 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction19:time#Object#get_time */
5888 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction19:file#Object#printn */
5889 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction19:file#Object#print */
5890 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction19:file#Object#getc */
5891 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction19:file#Object#gets */
5892 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction19:file#Object#getcwd */
5893 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction19:file#Object#file_getcwd */
5894 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction19:file#Object#stdin */
5895 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction19:file#Object#stdout */
5896 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction19:file#Object#stderr */
5897 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction19:model_base#Object#intrude_visibility */
5898 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction19:model_base#Object#public_visibility */
5899 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction19:model_base#Object#protected_visibility */
5900 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction19:model_base#Object#private_visibility */
5901 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction19:model_base#Object#none_visibility */
5902 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction19:model#Object#abstract_kind */
5903 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction19:model#Object#concrete_kind */
5904 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction19:model#Object#interface_kind */
5905 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction19:model#Object#enum_kind */
5906 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction19:model#Object#extern_kind */
5907 (nitmethod_t)VIRTUAL_parser__ReduceAction19__action, /* pointer to parser:ReduceAction19:parser#ReduceAction19#action */
5908 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction19:parser#ReduceAction#concat */
5909 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction19:parser#ReduceAction#init */
5910 }
5911 };
5912 /* allocate ReduceAction19 */
5913 val* NEW_parser__ReduceAction19(const struct type* type) {
5914 val* self /* : ReduceAction19 */;
5915 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5916 self->type = type;
5917 self->class = &class_parser__ReduceAction19;
5918 return self;
5919 }
5920 /* allocate ReduceAction19 */
5921 void CHECK_NEW_parser__ReduceAction19(val* self) {
5922 long var /* : Int */;
5923 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction19> */
5924 }
5925 /* runtime class parser__ReduceAction20 */
5926 const struct class class_parser__ReduceAction20 = {
5927 0, /* box_kind */
5928 {
5929 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction20:kernel#Object#object_id */
5930 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction20:kernel#Object#is_same_type */
5931 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction20:kernel#Object#== */
5932 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction20:kernel#Object#!= */
5933 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction20:kernel#Object#output */
5934 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction20:kernel#Object#output_class_name */
5935 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction20:kernel#Object#exit */
5936 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction20:kernel#Object#sys */
5937 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction20:kernel#Object#hash */
5938 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction20:string#Object#to_s */
5939 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction20:string#Object#native_class_name */
5940 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction20:string#Object#class_name */
5941 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction20:string#Object#inspect */
5942 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction20:string#Object#inspect_head */
5943 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction20:string#Object#args */
5944 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction20:math#Object#atan2 */
5945 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction20:math#Object#pi */
5946 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction20:math#Object#srand_from */
5947 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction20:math#Object#srand */
5948 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction20:stream#Object#poll */
5949 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction20:stream#Object#intern_poll */
5950 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction20:time#Object#get_time */
5951 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction20:file#Object#printn */
5952 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction20:file#Object#print */
5953 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction20:file#Object#getc */
5954 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction20:file#Object#gets */
5955 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction20:file#Object#getcwd */
5956 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction20:file#Object#file_getcwd */
5957 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction20:file#Object#stdin */
5958 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction20:file#Object#stdout */
5959 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction20:file#Object#stderr */
5960 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction20:model_base#Object#intrude_visibility */
5961 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction20:model_base#Object#public_visibility */
5962 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction20:model_base#Object#protected_visibility */
5963 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction20:model_base#Object#private_visibility */
5964 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction20:model_base#Object#none_visibility */
5965 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction20:model#Object#abstract_kind */
5966 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction20:model#Object#concrete_kind */
5967 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction20:model#Object#interface_kind */
5968 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction20:model#Object#enum_kind */
5969 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction20:model#Object#extern_kind */
5970 (nitmethod_t)VIRTUAL_parser__ReduceAction20__action, /* pointer to parser:ReduceAction20:parser#ReduceAction20#action */
5971 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction20:parser#ReduceAction#concat */
5972 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction20:parser#ReduceAction#init */
5973 }
5974 };
5975 /* allocate ReduceAction20 */
5976 val* NEW_parser__ReduceAction20(const struct type* type) {
5977 val* self /* : ReduceAction20 */;
5978 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5979 self->type = type;
5980 self->class = &class_parser__ReduceAction20;
5981 return self;
5982 }
5983 /* allocate ReduceAction20 */
5984 void CHECK_NEW_parser__ReduceAction20(val* self) {
5985 long var /* : Int */;
5986 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction20> */
5987 }
5988 /* runtime class parser__ReduceAction21 */
5989 const struct class class_parser__ReduceAction21 = {
5990 0, /* box_kind */
5991 {
5992 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction21:kernel#Object#object_id */
5993 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction21:kernel#Object#is_same_type */
5994 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction21:kernel#Object#== */
5995 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction21:kernel#Object#!= */
5996 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction21:kernel#Object#output */
5997 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction21:kernel#Object#output_class_name */
5998 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction21:kernel#Object#exit */
5999 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction21:kernel#Object#sys */
6000 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction21:kernel#Object#hash */
6001 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction21:string#Object#to_s */
6002 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction21:string#Object#native_class_name */
6003 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction21:string#Object#class_name */
6004 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction21:string#Object#inspect */
6005 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction21:string#Object#inspect_head */
6006 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction21:string#Object#args */
6007 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction21:math#Object#atan2 */
6008 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction21:math#Object#pi */
6009 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction21:math#Object#srand_from */
6010 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction21:math#Object#srand */
6011 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction21:stream#Object#poll */
6012 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction21:stream#Object#intern_poll */
6013 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction21:time#Object#get_time */
6014 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction21:file#Object#printn */
6015 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction21:file#Object#print */
6016 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction21:file#Object#getc */
6017 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction21:file#Object#gets */
6018 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction21:file#Object#getcwd */
6019 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction21:file#Object#file_getcwd */
6020 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction21:file#Object#stdin */
6021 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction21:file#Object#stdout */
6022 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction21:file#Object#stderr */
6023 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction21:model_base#Object#intrude_visibility */
6024 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction21:model_base#Object#public_visibility */
6025 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction21:model_base#Object#protected_visibility */
6026 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction21:model_base#Object#private_visibility */
6027 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction21:model_base#Object#none_visibility */
6028 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction21:model#Object#abstract_kind */
6029 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction21:model#Object#concrete_kind */
6030 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction21:model#Object#interface_kind */
6031 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction21:model#Object#enum_kind */
6032 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction21:model#Object#extern_kind */
6033 (nitmethod_t)VIRTUAL_parser__ReduceAction21__action, /* pointer to parser:ReduceAction21:parser#ReduceAction21#action */
6034 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction21:parser#ReduceAction#concat */
6035 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction21:parser#ReduceAction#init */
6036 }
6037 };
6038 /* allocate ReduceAction21 */
6039 val* NEW_parser__ReduceAction21(const struct type* type) {
6040 val* self /* : ReduceAction21 */;
6041 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6042 self->type = type;
6043 self->class = &class_parser__ReduceAction21;
6044 return self;
6045 }
6046 /* allocate ReduceAction21 */
6047 void CHECK_NEW_parser__ReduceAction21(val* self) {
6048 long var /* : Int */;
6049 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction21> */
6050 }
6051 /* runtime class parser__ReduceAction22 */
6052 const struct class class_parser__ReduceAction22 = {
6053 0, /* box_kind */
6054 {
6055 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction22:kernel#Object#object_id */
6056 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction22:kernel#Object#is_same_type */
6057 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction22:kernel#Object#== */
6058 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction22:kernel#Object#!= */
6059 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction22:kernel#Object#output */
6060 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction22:kernel#Object#output_class_name */
6061 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction22:kernel#Object#exit */
6062 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction22:kernel#Object#sys */
6063 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction22:kernel#Object#hash */
6064 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction22:string#Object#to_s */
6065 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction22:string#Object#native_class_name */
6066 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction22:string#Object#class_name */
6067 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction22:string#Object#inspect */
6068 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction22:string#Object#inspect_head */
6069 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction22:string#Object#args */
6070 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction22:math#Object#atan2 */
6071 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction22:math#Object#pi */
6072 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction22:math#Object#srand_from */
6073 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction22:math#Object#srand */
6074 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction22:stream#Object#poll */
6075 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction22:stream#Object#intern_poll */
6076 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction22:time#Object#get_time */
6077 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction22:file#Object#printn */
6078 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction22:file#Object#print */
6079 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction22:file#Object#getc */
6080 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction22:file#Object#gets */
6081 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction22:file#Object#getcwd */
6082 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction22:file#Object#file_getcwd */
6083 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction22:file#Object#stdin */
6084 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction22:file#Object#stdout */
6085 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction22:file#Object#stderr */
6086 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction22:model_base#Object#intrude_visibility */
6087 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction22:model_base#Object#public_visibility */
6088 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction22:model_base#Object#protected_visibility */
6089 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction22:model_base#Object#private_visibility */
6090 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction22:model_base#Object#none_visibility */
6091 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction22:model#Object#abstract_kind */
6092 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction22:model#Object#concrete_kind */
6093 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction22:model#Object#interface_kind */
6094 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction22:model#Object#enum_kind */
6095 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction22:model#Object#extern_kind */
6096 (nitmethod_t)VIRTUAL_parser__ReduceAction22__action, /* pointer to parser:ReduceAction22:parser#ReduceAction22#action */
6097 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction22:parser#ReduceAction#concat */
6098 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction22:parser#ReduceAction#init */
6099 }
6100 };
6101 /* allocate ReduceAction22 */
6102 val* NEW_parser__ReduceAction22(const struct type* type) {
6103 val* self /* : ReduceAction22 */;
6104 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6105 self->type = type;
6106 self->class = &class_parser__ReduceAction22;
6107 return self;
6108 }
6109 /* allocate ReduceAction22 */
6110 void CHECK_NEW_parser__ReduceAction22(val* self) {
6111 long var /* : Int */;
6112 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction22> */
6113 }
6114 /* runtime class parser__ReduceAction23 */
6115 const struct class class_parser__ReduceAction23 = {
6116 0, /* box_kind */
6117 {
6118 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction23:kernel#Object#object_id */
6119 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction23:kernel#Object#is_same_type */
6120 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction23:kernel#Object#== */
6121 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction23:kernel#Object#!= */
6122 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction23:kernel#Object#output */
6123 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction23:kernel#Object#output_class_name */
6124 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction23:kernel#Object#exit */
6125 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction23:kernel#Object#sys */
6126 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction23:kernel#Object#hash */
6127 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction23:string#Object#to_s */
6128 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction23:string#Object#native_class_name */
6129 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction23:string#Object#class_name */
6130 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction23:string#Object#inspect */
6131 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction23:string#Object#inspect_head */
6132 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction23:string#Object#args */
6133 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction23:math#Object#atan2 */
6134 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction23:math#Object#pi */
6135 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction23:math#Object#srand_from */
6136 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction23:math#Object#srand */
6137 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction23:stream#Object#poll */
6138 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction23:stream#Object#intern_poll */
6139 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction23:time#Object#get_time */
6140 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction23:file#Object#printn */
6141 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction23:file#Object#print */
6142 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction23:file#Object#getc */
6143 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction23:file#Object#gets */
6144 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction23:file#Object#getcwd */
6145 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction23:file#Object#file_getcwd */
6146 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction23:file#Object#stdin */
6147 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction23:file#Object#stdout */
6148 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction23:file#Object#stderr */
6149 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction23:model_base#Object#intrude_visibility */
6150 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction23:model_base#Object#public_visibility */
6151 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction23:model_base#Object#protected_visibility */
6152 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction23:model_base#Object#private_visibility */
6153 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction23:model_base#Object#none_visibility */
6154 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction23:model#Object#abstract_kind */
6155 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction23:model#Object#concrete_kind */
6156 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction23:model#Object#interface_kind */
6157 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction23:model#Object#enum_kind */
6158 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction23:model#Object#extern_kind */
6159 (nitmethod_t)VIRTUAL_parser__ReduceAction23__action, /* pointer to parser:ReduceAction23:parser#ReduceAction23#action */
6160 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction23:parser#ReduceAction#concat */
6161 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction23:parser#ReduceAction#init */
6162 }
6163 };
6164 /* allocate ReduceAction23 */
6165 val* NEW_parser__ReduceAction23(const struct type* type) {
6166 val* self /* : ReduceAction23 */;
6167 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6168 self->type = type;
6169 self->class = &class_parser__ReduceAction23;
6170 return self;
6171 }
6172 /* allocate ReduceAction23 */
6173 void CHECK_NEW_parser__ReduceAction23(val* self) {
6174 long var /* : Int */;
6175 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction23> */
6176 }
6177 /* runtime class parser__ReduceAction24 */
6178 const struct class class_parser__ReduceAction24 = {
6179 0, /* box_kind */
6180 {
6181 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction24:kernel#Object#object_id */
6182 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction24:kernel#Object#is_same_type */
6183 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction24:kernel#Object#== */
6184 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction24:kernel#Object#!= */
6185 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction24:kernel#Object#output */
6186 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction24:kernel#Object#output_class_name */
6187 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction24:kernel#Object#exit */
6188 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction24:kernel#Object#sys */
6189 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction24:kernel#Object#hash */
6190 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction24:string#Object#to_s */
6191 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction24:string#Object#native_class_name */
6192 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction24:string#Object#class_name */
6193 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction24:string#Object#inspect */
6194 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction24:string#Object#inspect_head */
6195 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction24:string#Object#args */
6196 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction24:math#Object#atan2 */
6197 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction24:math#Object#pi */
6198 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction24:math#Object#srand_from */
6199 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction24:math#Object#srand */
6200 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction24:stream#Object#poll */
6201 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction24:stream#Object#intern_poll */
6202 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction24:time#Object#get_time */
6203 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction24:file#Object#printn */
6204 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction24:file#Object#print */
6205 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction24:file#Object#getc */
6206 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction24:file#Object#gets */
6207 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction24:file#Object#getcwd */
6208 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction24:file#Object#file_getcwd */
6209 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction24:file#Object#stdin */
6210 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction24:file#Object#stdout */
6211 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction24:file#Object#stderr */
6212 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction24:model_base#Object#intrude_visibility */
6213 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction24:model_base#Object#public_visibility */
6214 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction24:model_base#Object#protected_visibility */
6215 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction24:model_base#Object#private_visibility */
6216 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction24:model_base#Object#none_visibility */
6217 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction24:model#Object#abstract_kind */
6218 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction24:model#Object#concrete_kind */
6219 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction24:model#Object#interface_kind */
6220 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction24:model#Object#enum_kind */
6221 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction24:model#Object#extern_kind */
6222 (nitmethod_t)VIRTUAL_parser__ReduceAction24__action, /* pointer to parser:ReduceAction24:parser#ReduceAction24#action */
6223 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction24:parser#ReduceAction#concat */
6224 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction24:parser#ReduceAction#init */
6225 }
6226 };
6227 /* allocate ReduceAction24 */
6228 val* NEW_parser__ReduceAction24(const struct type* type) {
6229 val* self /* : ReduceAction24 */;
6230 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6231 self->type = type;
6232 self->class = &class_parser__ReduceAction24;
6233 return self;
6234 }
6235 /* allocate ReduceAction24 */
6236 void CHECK_NEW_parser__ReduceAction24(val* self) {
6237 long var /* : Int */;
6238 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction24> */
6239 }
6240 /* runtime class parser__ReduceAction25 */
6241 const struct class class_parser__ReduceAction25 = {
6242 0, /* box_kind */
6243 {
6244 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction25:kernel#Object#object_id */
6245 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction25:kernel#Object#is_same_type */
6246 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction25:kernel#Object#== */
6247 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction25:kernel#Object#!= */
6248 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction25:kernel#Object#output */
6249 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction25:kernel#Object#output_class_name */
6250 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction25:kernel#Object#exit */
6251 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction25:kernel#Object#sys */
6252 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction25:kernel#Object#hash */
6253 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction25:string#Object#to_s */
6254 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction25:string#Object#native_class_name */
6255 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction25:string#Object#class_name */
6256 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction25:string#Object#inspect */
6257 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction25:string#Object#inspect_head */
6258 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction25:string#Object#args */
6259 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction25:math#Object#atan2 */
6260 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction25:math#Object#pi */
6261 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction25:math#Object#srand_from */
6262 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction25:math#Object#srand */
6263 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction25:stream#Object#poll */
6264 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction25:stream#Object#intern_poll */
6265 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction25:time#Object#get_time */
6266 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction25:file#Object#printn */
6267 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction25:file#Object#print */
6268 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction25:file#Object#getc */
6269 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction25:file#Object#gets */
6270 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction25:file#Object#getcwd */
6271 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction25:file#Object#file_getcwd */
6272 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction25:file#Object#stdin */
6273 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction25:file#Object#stdout */
6274 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction25:file#Object#stderr */
6275 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction25:model_base#Object#intrude_visibility */
6276 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction25:model_base#Object#public_visibility */
6277 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction25:model_base#Object#protected_visibility */
6278 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction25:model_base#Object#private_visibility */
6279 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction25:model_base#Object#none_visibility */
6280 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction25:model#Object#abstract_kind */
6281 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction25:model#Object#concrete_kind */
6282 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction25:model#Object#interface_kind */
6283 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction25:model#Object#enum_kind */
6284 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction25:model#Object#extern_kind */
6285 (nitmethod_t)VIRTUAL_parser__ReduceAction25__action, /* pointer to parser:ReduceAction25:parser#ReduceAction25#action */
6286 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction25:parser#ReduceAction#concat */
6287 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction25:parser#ReduceAction#init */
6288 }
6289 };
6290 /* allocate ReduceAction25 */
6291 val* NEW_parser__ReduceAction25(const struct type* type) {
6292 val* self /* : ReduceAction25 */;
6293 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6294 self->type = type;
6295 self->class = &class_parser__ReduceAction25;
6296 return self;
6297 }
6298 /* allocate ReduceAction25 */
6299 void CHECK_NEW_parser__ReduceAction25(val* self) {
6300 long var /* : Int */;
6301 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction25> */
6302 }
6303 /* runtime class parser__ReduceAction26 */
6304 const struct class class_parser__ReduceAction26 = {
6305 0, /* box_kind */
6306 {
6307 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction26:kernel#Object#object_id */
6308 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction26:kernel#Object#is_same_type */
6309 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction26:kernel#Object#== */
6310 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction26:kernel#Object#!= */
6311 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction26:kernel#Object#output */
6312 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction26:kernel#Object#output_class_name */
6313 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction26:kernel#Object#exit */
6314 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction26:kernel#Object#sys */
6315 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction26:kernel#Object#hash */
6316 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction26:string#Object#to_s */
6317 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction26:string#Object#native_class_name */
6318 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction26:string#Object#class_name */
6319 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction26:string#Object#inspect */
6320 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction26:string#Object#inspect_head */
6321 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction26:string#Object#args */
6322 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction26:math#Object#atan2 */
6323 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction26:math#Object#pi */
6324 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction26:math#Object#srand_from */
6325 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction26:math#Object#srand */
6326 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction26:stream#Object#poll */
6327 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction26:stream#Object#intern_poll */
6328 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction26:time#Object#get_time */
6329 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction26:file#Object#printn */
6330 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction26:file#Object#print */
6331 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction26:file#Object#getc */
6332 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction26:file#Object#gets */
6333 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction26:file#Object#getcwd */
6334 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction26:file#Object#file_getcwd */
6335 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction26:file#Object#stdin */
6336 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction26:file#Object#stdout */
6337 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction26:file#Object#stderr */
6338 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction26:model_base#Object#intrude_visibility */
6339 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction26:model_base#Object#public_visibility */
6340 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction26:model_base#Object#protected_visibility */
6341 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction26:model_base#Object#private_visibility */
6342 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction26:model_base#Object#none_visibility */
6343 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction26:model#Object#abstract_kind */
6344 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction26:model#Object#concrete_kind */
6345 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction26:model#Object#interface_kind */
6346 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction26:model#Object#enum_kind */
6347 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction26:model#Object#extern_kind */
6348 (nitmethod_t)VIRTUAL_parser__ReduceAction26__action, /* pointer to parser:ReduceAction26:parser#ReduceAction26#action */
6349 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction26:parser#ReduceAction#concat */
6350 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction26:parser#ReduceAction#init */
6351 }
6352 };
6353 /* allocate ReduceAction26 */
6354 val* NEW_parser__ReduceAction26(const struct type* type) {
6355 val* self /* : ReduceAction26 */;
6356 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6357 self->type = type;
6358 self->class = &class_parser__ReduceAction26;
6359 return self;
6360 }
6361 /* allocate ReduceAction26 */
6362 void CHECK_NEW_parser__ReduceAction26(val* self) {
6363 long var /* : Int */;
6364 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction26> */
6365 }
6366 /* runtime class parser__ReduceAction27 */
6367 const struct class class_parser__ReduceAction27 = {
6368 0, /* box_kind */
6369 {
6370 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction27:kernel#Object#object_id */
6371 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction27:kernel#Object#is_same_type */
6372 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction27:kernel#Object#== */
6373 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction27:kernel#Object#!= */
6374 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction27:kernel#Object#output */
6375 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction27:kernel#Object#output_class_name */
6376 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction27:kernel#Object#exit */
6377 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction27:kernel#Object#sys */
6378 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction27:kernel#Object#hash */
6379 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction27:string#Object#to_s */
6380 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction27:string#Object#native_class_name */
6381 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction27:string#Object#class_name */
6382 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction27:string#Object#inspect */
6383 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction27:string#Object#inspect_head */
6384 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction27:string#Object#args */
6385 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction27:math#Object#atan2 */
6386 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction27:math#Object#pi */
6387 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction27:math#Object#srand_from */
6388 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction27:math#Object#srand */
6389 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction27:stream#Object#poll */
6390 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction27:stream#Object#intern_poll */
6391 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction27:time#Object#get_time */
6392 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction27:file#Object#printn */
6393 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction27:file#Object#print */
6394 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction27:file#Object#getc */
6395 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction27:file#Object#gets */
6396 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction27:file#Object#getcwd */
6397 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction27:file#Object#file_getcwd */
6398 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction27:file#Object#stdin */
6399 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction27:file#Object#stdout */
6400 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction27:file#Object#stderr */
6401 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction27:model_base#Object#intrude_visibility */
6402 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction27:model_base#Object#public_visibility */
6403 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction27:model_base#Object#protected_visibility */
6404 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction27:model_base#Object#private_visibility */
6405 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction27:model_base#Object#none_visibility */
6406 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction27:model#Object#abstract_kind */
6407 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction27:model#Object#concrete_kind */
6408 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction27:model#Object#interface_kind */
6409 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction27:model#Object#enum_kind */
6410 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction27:model#Object#extern_kind */
6411 (nitmethod_t)VIRTUAL_parser__ReduceAction27__action, /* pointer to parser:ReduceAction27:parser#ReduceAction27#action */
6412 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction27:parser#ReduceAction#concat */
6413 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction27:parser#ReduceAction#init */
6414 }
6415 };
6416 /* allocate ReduceAction27 */
6417 val* NEW_parser__ReduceAction27(const struct type* type) {
6418 val* self /* : ReduceAction27 */;
6419 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6420 self->type = type;
6421 self->class = &class_parser__ReduceAction27;
6422 return self;
6423 }
6424 /* allocate ReduceAction27 */
6425 void CHECK_NEW_parser__ReduceAction27(val* self) {
6426 long var /* : Int */;
6427 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction27> */
6428 }
6429 /* runtime class parser__ReduceAction28 */
6430 const struct class class_parser__ReduceAction28 = {
6431 0, /* box_kind */
6432 {
6433 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction28:kernel#Object#object_id */
6434 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction28:kernel#Object#is_same_type */
6435 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction28:kernel#Object#== */
6436 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction28:kernel#Object#!= */
6437 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction28:kernel#Object#output */
6438 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction28:kernel#Object#output_class_name */
6439 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction28:kernel#Object#exit */
6440 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction28:kernel#Object#sys */
6441 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction28:kernel#Object#hash */
6442 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction28:string#Object#to_s */
6443 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction28:string#Object#native_class_name */
6444 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction28:string#Object#class_name */
6445 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction28:string#Object#inspect */
6446 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction28:string#Object#inspect_head */
6447 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction28:string#Object#args */
6448 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction28:math#Object#atan2 */
6449 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction28:math#Object#pi */
6450 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction28:math#Object#srand_from */
6451 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction28:math#Object#srand */
6452 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction28:stream#Object#poll */
6453 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction28:stream#Object#intern_poll */
6454 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction28:time#Object#get_time */
6455 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction28:file#Object#printn */
6456 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction28:file#Object#print */
6457 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction28:file#Object#getc */
6458 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction28:file#Object#gets */
6459 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction28:file#Object#getcwd */
6460 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction28:file#Object#file_getcwd */
6461 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction28:file#Object#stdin */
6462 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction28:file#Object#stdout */
6463 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction28:file#Object#stderr */
6464 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction28:model_base#Object#intrude_visibility */
6465 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction28:model_base#Object#public_visibility */
6466 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction28:model_base#Object#protected_visibility */
6467 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction28:model_base#Object#private_visibility */
6468 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction28:model_base#Object#none_visibility */
6469 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction28:model#Object#abstract_kind */
6470 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction28:model#Object#concrete_kind */
6471 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction28:model#Object#interface_kind */
6472 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction28:model#Object#enum_kind */
6473 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction28:model#Object#extern_kind */
6474 (nitmethod_t)VIRTUAL_parser__ReduceAction28__action, /* pointer to parser:ReduceAction28:parser#ReduceAction28#action */
6475 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction28:parser#ReduceAction#concat */
6476 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction28:parser#ReduceAction#init */
6477 }
6478 };
6479 /* allocate ReduceAction28 */
6480 val* NEW_parser__ReduceAction28(const struct type* type) {
6481 val* self /* : ReduceAction28 */;
6482 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6483 self->type = type;
6484 self->class = &class_parser__ReduceAction28;
6485 return self;
6486 }
6487 /* allocate ReduceAction28 */
6488 void CHECK_NEW_parser__ReduceAction28(val* self) {
6489 long var /* : Int */;
6490 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction28> */
6491 }
6492 /* runtime class parser__ReduceAction29 */
6493 const struct class class_parser__ReduceAction29 = {
6494 0, /* box_kind */
6495 {
6496 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction29:kernel#Object#object_id */
6497 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction29:kernel#Object#is_same_type */
6498 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction29:kernel#Object#== */
6499 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction29:kernel#Object#!= */
6500 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction29:kernel#Object#output */
6501 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction29:kernel#Object#output_class_name */
6502 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction29:kernel#Object#exit */
6503 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction29:kernel#Object#sys */
6504 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction29:kernel#Object#hash */
6505 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction29:string#Object#to_s */
6506 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction29:string#Object#native_class_name */
6507 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction29:string#Object#class_name */
6508 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction29:string#Object#inspect */
6509 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction29:string#Object#inspect_head */
6510 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction29:string#Object#args */
6511 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction29:math#Object#atan2 */
6512 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction29:math#Object#pi */
6513 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction29:math#Object#srand_from */
6514 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction29:math#Object#srand */
6515 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction29:stream#Object#poll */
6516 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction29:stream#Object#intern_poll */
6517 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction29:time#Object#get_time */
6518 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction29:file#Object#printn */
6519 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction29:file#Object#print */
6520 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction29:file#Object#getc */
6521 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction29:file#Object#gets */
6522 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction29:file#Object#getcwd */
6523 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction29:file#Object#file_getcwd */
6524 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction29:file#Object#stdin */
6525 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction29:file#Object#stdout */
6526 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction29:file#Object#stderr */
6527 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction29:model_base#Object#intrude_visibility */
6528 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction29:model_base#Object#public_visibility */
6529 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction29:model_base#Object#protected_visibility */
6530 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction29:model_base#Object#private_visibility */
6531 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction29:model_base#Object#none_visibility */
6532 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction29:model#Object#abstract_kind */
6533 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction29:model#Object#concrete_kind */
6534 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction29:model#Object#interface_kind */
6535 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction29:model#Object#enum_kind */
6536 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction29:model#Object#extern_kind */
6537 (nitmethod_t)VIRTUAL_parser__ReduceAction29__action, /* pointer to parser:ReduceAction29:parser#ReduceAction29#action */
6538 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction29:parser#ReduceAction#concat */
6539 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction29:parser#ReduceAction#init */
6540 }
6541 };
6542 /* allocate ReduceAction29 */
6543 val* NEW_parser__ReduceAction29(const struct type* type) {
6544 val* self /* : ReduceAction29 */;
6545 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6546 self->type = type;
6547 self->class = &class_parser__ReduceAction29;
6548 return self;
6549 }
6550 /* allocate ReduceAction29 */
6551 void CHECK_NEW_parser__ReduceAction29(val* self) {
6552 long var /* : Int */;
6553 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction29> */
6554 }
6555 /* runtime class parser__ReduceAction30 */
6556 const struct class class_parser__ReduceAction30 = {
6557 0, /* box_kind */
6558 {
6559 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction30:kernel#Object#object_id */
6560 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction30:kernel#Object#is_same_type */
6561 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction30:kernel#Object#== */
6562 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction30:kernel#Object#!= */
6563 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction30:kernel#Object#output */
6564 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction30:kernel#Object#output_class_name */
6565 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction30:kernel#Object#exit */
6566 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction30:kernel#Object#sys */
6567 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction30:kernel#Object#hash */
6568 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction30:string#Object#to_s */
6569 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction30:string#Object#native_class_name */
6570 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction30:string#Object#class_name */
6571 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction30:string#Object#inspect */
6572 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction30:string#Object#inspect_head */
6573 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction30:string#Object#args */
6574 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction30:math#Object#atan2 */
6575 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction30:math#Object#pi */
6576 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction30:math#Object#srand_from */
6577 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction30:math#Object#srand */
6578 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction30:stream#Object#poll */
6579 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction30:stream#Object#intern_poll */
6580 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction30:time#Object#get_time */
6581 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction30:file#Object#printn */
6582 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction30:file#Object#print */
6583 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction30:file#Object#getc */
6584 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction30:file#Object#gets */
6585 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction30:file#Object#getcwd */
6586 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction30:file#Object#file_getcwd */
6587 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction30:file#Object#stdin */
6588 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction30:file#Object#stdout */
6589 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction30:file#Object#stderr */
6590 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction30:model_base#Object#intrude_visibility */
6591 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction30:model_base#Object#public_visibility */
6592 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction30:model_base#Object#protected_visibility */
6593 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction30:model_base#Object#private_visibility */
6594 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction30:model_base#Object#none_visibility */
6595 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction30:model#Object#abstract_kind */
6596 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction30:model#Object#concrete_kind */
6597 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction30:model#Object#interface_kind */
6598 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction30:model#Object#enum_kind */
6599 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction30:model#Object#extern_kind */
6600 (nitmethod_t)VIRTUAL_parser__ReduceAction30__action, /* pointer to parser:ReduceAction30:parser#ReduceAction30#action */
6601 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction30:parser#ReduceAction#concat */
6602 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction30:parser#ReduceAction#init */
6603 }
6604 };
6605 /* allocate ReduceAction30 */
6606 val* NEW_parser__ReduceAction30(const struct type* type) {
6607 val* self /* : ReduceAction30 */;
6608 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6609 self->type = type;
6610 self->class = &class_parser__ReduceAction30;
6611 return self;
6612 }
6613 /* allocate ReduceAction30 */
6614 void CHECK_NEW_parser__ReduceAction30(val* self) {
6615 long var /* : Int */;
6616 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction30> */
6617 }
6618 /* runtime class parser__ReduceAction31 */
6619 const struct class class_parser__ReduceAction31 = {
6620 0, /* box_kind */
6621 {
6622 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction31:kernel#Object#object_id */
6623 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction31:kernel#Object#is_same_type */
6624 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction31:kernel#Object#== */
6625 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction31:kernel#Object#!= */
6626 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction31:kernel#Object#output */
6627 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction31:kernel#Object#output_class_name */
6628 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction31:kernel#Object#exit */
6629 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction31:kernel#Object#sys */
6630 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction31:kernel#Object#hash */
6631 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction31:string#Object#to_s */
6632 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction31:string#Object#native_class_name */
6633 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction31:string#Object#class_name */
6634 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction31:string#Object#inspect */
6635 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction31:string#Object#inspect_head */
6636 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction31:string#Object#args */
6637 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction31:math#Object#atan2 */
6638 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction31:math#Object#pi */
6639 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction31:math#Object#srand_from */
6640 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction31:math#Object#srand */
6641 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction31:stream#Object#poll */
6642 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction31:stream#Object#intern_poll */
6643 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction31:time#Object#get_time */
6644 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction31:file#Object#printn */
6645 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction31:file#Object#print */
6646 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction31:file#Object#getc */
6647 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction31:file#Object#gets */
6648 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction31:file#Object#getcwd */
6649 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction31:file#Object#file_getcwd */
6650 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction31:file#Object#stdin */
6651 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction31:file#Object#stdout */
6652 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction31:file#Object#stderr */
6653 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction31:model_base#Object#intrude_visibility */
6654 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction31:model_base#Object#public_visibility */
6655 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction31:model_base#Object#protected_visibility */
6656 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction31:model_base#Object#private_visibility */
6657 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction31:model_base#Object#none_visibility */
6658 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction31:model#Object#abstract_kind */
6659 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction31:model#Object#concrete_kind */
6660 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction31:model#Object#interface_kind */
6661 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction31:model#Object#enum_kind */
6662 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction31:model#Object#extern_kind */
6663 (nitmethod_t)VIRTUAL_parser__ReduceAction31__action, /* pointer to parser:ReduceAction31:parser#ReduceAction31#action */
6664 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction31:parser#ReduceAction#concat */
6665 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction31:parser#ReduceAction#init */
6666 }
6667 };
6668 /* allocate ReduceAction31 */
6669 val* NEW_parser__ReduceAction31(const struct type* type) {
6670 val* self /* : ReduceAction31 */;
6671 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6672 self->type = type;
6673 self->class = &class_parser__ReduceAction31;
6674 return self;
6675 }
6676 /* allocate ReduceAction31 */
6677 void CHECK_NEW_parser__ReduceAction31(val* self) {
6678 long var /* : Int */;
6679 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction31> */
6680 }
6681 /* runtime class parser__ReduceAction32 */
6682 const struct class class_parser__ReduceAction32 = {
6683 0, /* box_kind */
6684 {
6685 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction32:kernel#Object#object_id */
6686 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction32:kernel#Object#is_same_type */
6687 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction32:kernel#Object#== */
6688 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction32:kernel#Object#!= */
6689 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction32:kernel#Object#output */
6690 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction32:kernel#Object#output_class_name */
6691 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction32:kernel#Object#exit */
6692 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction32:kernel#Object#sys */
6693 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction32:kernel#Object#hash */
6694 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction32:string#Object#to_s */
6695 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction32:string#Object#native_class_name */
6696 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction32:string#Object#class_name */
6697 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction32:string#Object#inspect */
6698 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction32:string#Object#inspect_head */
6699 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction32:string#Object#args */
6700 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction32:math#Object#atan2 */
6701 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction32:math#Object#pi */
6702 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction32:math#Object#srand_from */
6703 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction32:math#Object#srand */
6704 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction32:stream#Object#poll */
6705 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction32:stream#Object#intern_poll */
6706 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction32:time#Object#get_time */
6707 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction32:file#Object#printn */
6708 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction32:file#Object#print */
6709 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction32:file#Object#getc */
6710 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction32:file#Object#gets */
6711 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction32:file#Object#getcwd */
6712 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction32:file#Object#file_getcwd */
6713 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction32:file#Object#stdin */
6714 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction32:file#Object#stdout */
6715 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction32:file#Object#stderr */
6716 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction32:model_base#Object#intrude_visibility */
6717 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction32:model_base#Object#public_visibility */
6718 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction32:model_base#Object#protected_visibility */
6719 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction32:model_base#Object#private_visibility */
6720 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction32:model_base#Object#none_visibility */
6721 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction32:model#Object#abstract_kind */
6722 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction32:model#Object#concrete_kind */
6723 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction32:model#Object#interface_kind */
6724 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction32:model#Object#enum_kind */
6725 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction32:model#Object#extern_kind */
6726 (nitmethod_t)VIRTUAL_parser__ReduceAction32__action, /* pointer to parser:ReduceAction32:parser#ReduceAction32#action */
6727 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction32:parser#ReduceAction#concat */
6728 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction32:parser#ReduceAction#init */
6729 }
6730 };
6731 /* allocate ReduceAction32 */
6732 val* NEW_parser__ReduceAction32(const struct type* type) {
6733 val* self /* : ReduceAction32 */;
6734 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6735 self->type = type;
6736 self->class = &class_parser__ReduceAction32;
6737 return self;
6738 }
6739 /* allocate ReduceAction32 */
6740 void CHECK_NEW_parser__ReduceAction32(val* self) {
6741 long var /* : Int */;
6742 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction32> */
6743 }
6744 /* runtime class parser__ReduceAction33 */
6745 const struct class class_parser__ReduceAction33 = {
6746 0, /* box_kind */
6747 {
6748 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction33:kernel#Object#object_id */
6749 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction33:kernel#Object#is_same_type */
6750 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction33:kernel#Object#== */
6751 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction33:kernel#Object#!= */
6752 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction33:kernel#Object#output */
6753 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction33:kernel#Object#output_class_name */
6754 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction33:kernel#Object#exit */
6755 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction33:kernel#Object#sys */
6756 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction33:kernel#Object#hash */
6757 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction33:string#Object#to_s */
6758 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction33:string#Object#native_class_name */
6759 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction33:string#Object#class_name */
6760 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction33:string#Object#inspect */
6761 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction33:string#Object#inspect_head */
6762 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction33:string#Object#args */
6763 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction33:math#Object#atan2 */
6764 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction33:math#Object#pi */
6765 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction33:math#Object#srand_from */
6766 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction33:math#Object#srand */
6767 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction33:stream#Object#poll */
6768 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction33:stream#Object#intern_poll */
6769 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction33:time#Object#get_time */
6770 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction33:file#Object#printn */
6771 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction33:file#Object#print */
6772 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction33:file#Object#getc */
6773 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction33:file#Object#gets */
6774 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction33:file#Object#getcwd */
6775 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction33:file#Object#file_getcwd */
6776 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction33:file#Object#stdin */
6777 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction33:file#Object#stdout */
6778 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction33:file#Object#stderr */
6779 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction33:model_base#Object#intrude_visibility */
6780 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction33:model_base#Object#public_visibility */
6781 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction33:model_base#Object#protected_visibility */
6782 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction33:model_base#Object#private_visibility */
6783 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction33:model_base#Object#none_visibility */
6784 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction33:model#Object#abstract_kind */
6785 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction33:model#Object#concrete_kind */
6786 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction33:model#Object#interface_kind */
6787 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction33:model#Object#enum_kind */
6788 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction33:model#Object#extern_kind */
6789 (nitmethod_t)VIRTUAL_parser__ReduceAction33__action, /* pointer to parser:ReduceAction33:parser#ReduceAction33#action */
6790 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction33:parser#ReduceAction#concat */
6791 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction33:parser#ReduceAction#init */
6792 }
6793 };
6794 /* allocate ReduceAction33 */
6795 val* NEW_parser__ReduceAction33(const struct type* type) {
6796 val* self /* : ReduceAction33 */;
6797 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6798 self->type = type;
6799 self->class = &class_parser__ReduceAction33;
6800 return self;
6801 }
6802 /* allocate ReduceAction33 */
6803 void CHECK_NEW_parser__ReduceAction33(val* self) {
6804 long var /* : Int */;
6805 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction33> */
6806 }
6807 /* runtime class parser__ReduceAction34 */
6808 const struct class class_parser__ReduceAction34 = {
6809 0, /* box_kind */
6810 {
6811 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction34:kernel#Object#object_id */
6812 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction34:kernel#Object#is_same_type */
6813 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction34:kernel#Object#== */
6814 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction34:kernel#Object#!= */
6815 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction34:kernel#Object#output */
6816 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction34:kernel#Object#output_class_name */
6817 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction34:kernel#Object#exit */
6818 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction34:kernel#Object#sys */
6819 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction34:kernel#Object#hash */
6820 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction34:string#Object#to_s */
6821 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction34:string#Object#native_class_name */
6822 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction34:string#Object#class_name */
6823 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction34:string#Object#inspect */
6824 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction34:string#Object#inspect_head */
6825 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction34:string#Object#args */
6826 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction34:math#Object#atan2 */
6827 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction34:math#Object#pi */
6828 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction34:math#Object#srand_from */
6829 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction34:math#Object#srand */
6830 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction34:stream#Object#poll */
6831 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction34:stream#Object#intern_poll */
6832 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction34:time#Object#get_time */
6833 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction34:file#Object#printn */
6834 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction34:file#Object#print */
6835 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction34:file#Object#getc */
6836 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction34:file#Object#gets */
6837 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction34:file#Object#getcwd */
6838 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction34:file#Object#file_getcwd */
6839 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction34:file#Object#stdin */
6840 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction34:file#Object#stdout */
6841 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction34:file#Object#stderr */
6842 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction34:model_base#Object#intrude_visibility */
6843 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction34:model_base#Object#public_visibility */
6844 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction34:model_base#Object#protected_visibility */
6845 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction34:model_base#Object#private_visibility */
6846 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction34:model_base#Object#none_visibility */
6847 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction34:model#Object#abstract_kind */
6848 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction34:model#Object#concrete_kind */
6849 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction34:model#Object#interface_kind */
6850 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction34:model#Object#enum_kind */
6851 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction34:model#Object#extern_kind */
6852 (nitmethod_t)VIRTUAL_parser__ReduceAction34__action, /* pointer to parser:ReduceAction34:parser#ReduceAction34#action */
6853 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction34:parser#ReduceAction#concat */
6854 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction34:parser#ReduceAction#init */
6855 }
6856 };
6857 /* allocate ReduceAction34 */
6858 val* NEW_parser__ReduceAction34(const struct type* type) {
6859 val* self /* : ReduceAction34 */;
6860 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6861 self->type = type;
6862 self->class = &class_parser__ReduceAction34;
6863 return self;
6864 }
6865 /* allocate ReduceAction34 */
6866 void CHECK_NEW_parser__ReduceAction34(val* self) {
6867 long var /* : Int */;
6868 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction34> */
6869 }
6870 /* runtime class parser__ReduceAction35 */
6871 const struct class class_parser__ReduceAction35 = {
6872 0, /* box_kind */
6873 {
6874 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction35:kernel#Object#object_id */
6875 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction35:kernel#Object#is_same_type */
6876 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction35:kernel#Object#== */
6877 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction35:kernel#Object#!= */
6878 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction35:kernel#Object#output */
6879 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction35:kernel#Object#output_class_name */
6880 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction35:kernel#Object#exit */
6881 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction35:kernel#Object#sys */
6882 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction35:kernel#Object#hash */
6883 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction35:string#Object#to_s */
6884 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction35:string#Object#native_class_name */
6885 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction35:string#Object#class_name */
6886 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction35:string#Object#inspect */
6887 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction35:string#Object#inspect_head */
6888 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction35:string#Object#args */
6889 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction35:math#Object#atan2 */
6890 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction35:math#Object#pi */
6891 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction35:math#Object#srand_from */
6892 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction35:math#Object#srand */
6893 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction35:stream#Object#poll */
6894 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction35:stream#Object#intern_poll */
6895 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction35:time#Object#get_time */
6896 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction35:file#Object#printn */
6897 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction35:file#Object#print */
6898 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction35:file#Object#getc */
6899 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction35:file#Object#gets */
6900 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction35:file#Object#getcwd */
6901 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction35:file#Object#file_getcwd */
6902 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction35:file#Object#stdin */
6903 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction35:file#Object#stdout */
6904 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction35:file#Object#stderr */
6905 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction35:model_base#Object#intrude_visibility */
6906 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction35:model_base#Object#public_visibility */
6907 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction35:model_base#Object#protected_visibility */
6908 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction35:model_base#Object#private_visibility */
6909 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction35:model_base#Object#none_visibility */
6910 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction35:model#Object#abstract_kind */
6911 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction35:model#Object#concrete_kind */
6912 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction35:model#Object#interface_kind */
6913 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction35:model#Object#enum_kind */
6914 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction35:model#Object#extern_kind */
6915 (nitmethod_t)VIRTUAL_parser__ReduceAction35__action, /* pointer to parser:ReduceAction35:parser#ReduceAction35#action */
6916 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction35:parser#ReduceAction#concat */
6917 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction35:parser#ReduceAction#init */
6918 }
6919 };
6920 /* allocate ReduceAction35 */
6921 val* NEW_parser__ReduceAction35(const struct type* type) {
6922 val* self /* : ReduceAction35 */;
6923 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6924 self->type = type;
6925 self->class = &class_parser__ReduceAction35;
6926 return self;
6927 }
6928 /* allocate ReduceAction35 */
6929 void CHECK_NEW_parser__ReduceAction35(val* self) {
6930 long var /* : Int */;
6931 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction35> */
6932 }
6933 /* runtime class parser__ReduceAction36 */
6934 const struct class class_parser__ReduceAction36 = {
6935 0, /* box_kind */
6936 {
6937 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction36:kernel#Object#object_id */
6938 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction36:kernel#Object#is_same_type */
6939 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction36:kernel#Object#== */
6940 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction36:kernel#Object#!= */
6941 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction36:kernel#Object#output */
6942 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction36:kernel#Object#output_class_name */
6943 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction36:kernel#Object#exit */
6944 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction36:kernel#Object#sys */
6945 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction36:kernel#Object#hash */
6946 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction36:string#Object#to_s */
6947 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction36:string#Object#native_class_name */
6948 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction36:string#Object#class_name */
6949 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction36:string#Object#inspect */
6950 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction36:string#Object#inspect_head */
6951 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction36:string#Object#args */
6952 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction36:math#Object#atan2 */
6953 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction36:math#Object#pi */
6954 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction36:math#Object#srand_from */
6955 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction36:math#Object#srand */
6956 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction36:stream#Object#poll */
6957 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction36:stream#Object#intern_poll */
6958 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction36:time#Object#get_time */
6959 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction36:file#Object#printn */
6960 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction36:file#Object#print */
6961 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction36:file#Object#getc */
6962 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction36:file#Object#gets */
6963 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction36:file#Object#getcwd */
6964 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction36:file#Object#file_getcwd */
6965 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction36:file#Object#stdin */
6966 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction36:file#Object#stdout */
6967 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction36:file#Object#stderr */
6968 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction36:model_base#Object#intrude_visibility */
6969 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction36:model_base#Object#public_visibility */
6970 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction36:model_base#Object#protected_visibility */
6971 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction36:model_base#Object#private_visibility */
6972 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction36:model_base#Object#none_visibility */
6973 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction36:model#Object#abstract_kind */
6974 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction36:model#Object#concrete_kind */
6975 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction36:model#Object#interface_kind */
6976 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction36:model#Object#enum_kind */
6977 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction36:model#Object#extern_kind */
6978 (nitmethod_t)VIRTUAL_parser__ReduceAction36__action, /* pointer to parser:ReduceAction36:parser#ReduceAction36#action */
6979 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction36:parser#ReduceAction#concat */
6980 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction36:parser#ReduceAction#init */
6981 }
6982 };
6983 /* allocate ReduceAction36 */
6984 val* NEW_parser__ReduceAction36(const struct type* type) {
6985 val* self /* : ReduceAction36 */;
6986 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6987 self->type = type;
6988 self->class = &class_parser__ReduceAction36;
6989 return self;
6990 }
6991 /* allocate ReduceAction36 */
6992 void CHECK_NEW_parser__ReduceAction36(val* self) {
6993 long var /* : Int */;
6994 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction36> */
6995 }
6996 /* runtime class parser__ReduceAction37 */
6997 const struct class class_parser__ReduceAction37 = {
6998 0, /* box_kind */
6999 {
7000 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction37:kernel#Object#object_id */
7001 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction37:kernel#Object#is_same_type */
7002 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction37:kernel#Object#== */
7003 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction37:kernel#Object#!= */
7004 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction37:kernel#Object#output */
7005 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction37:kernel#Object#output_class_name */
7006 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction37:kernel#Object#exit */
7007 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction37:kernel#Object#sys */
7008 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction37:kernel#Object#hash */
7009 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction37:string#Object#to_s */
7010 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction37:string#Object#native_class_name */
7011 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction37:string#Object#class_name */
7012 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction37:string#Object#inspect */
7013 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction37:string#Object#inspect_head */
7014 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction37:string#Object#args */
7015 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction37:math#Object#atan2 */
7016 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction37:math#Object#pi */
7017 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction37:math#Object#srand_from */
7018 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction37:math#Object#srand */
7019 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction37:stream#Object#poll */
7020 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction37:stream#Object#intern_poll */
7021 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction37:time#Object#get_time */
7022 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction37:file#Object#printn */
7023 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction37:file#Object#print */
7024 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction37:file#Object#getc */
7025 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction37:file#Object#gets */
7026 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction37:file#Object#getcwd */
7027 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction37:file#Object#file_getcwd */
7028 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction37:file#Object#stdin */
7029 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction37:file#Object#stdout */
7030 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction37:file#Object#stderr */
7031 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction37:model_base#Object#intrude_visibility */
7032 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction37:model_base#Object#public_visibility */
7033 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction37:model_base#Object#protected_visibility */
7034 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction37:model_base#Object#private_visibility */
7035 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction37:model_base#Object#none_visibility */
7036 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction37:model#Object#abstract_kind */
7037 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction37:model#Object#concrete_kind */
7038 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction37:model#Object#interface_kind */
7039 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction37:model#Object#enum_kind */
7040 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction37:model#Object#extern_kind */
7041 (nitmethod_t)VIRTUAL_parser__ReduceAction37__action, /* pointer to parser:ReduceAction37:parser#ReduceAction37#action */
7042 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction37:parser#ReduceAction#concat */
7043 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction37:parser#ReduceAction#init */
7044 }
7045 };
7046 /* allocate ReduceAction37 */
7047 val* NEW_parser__ReduceAction37(const struct type* type) {
7048 val* self /* : ReduceAction37 */;
7049 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7050 self->type = type;
7051 self->class = &class_parser__ReduceAction37;
7052 return self;
7053 }
7054 /* allocate ReduceAction37 */
7055 void CHECK_NEW_parser__ReduceAction37(val* self) {
7056 long var /* : Int */;
7057 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction37> */
7058 }
7059 /* runtime class parser__ReduceAction38 */
7060 const struct class class_parser__ReduceAction38 = {
7061 0, /* box_kind */
7062 {
7063 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction38:kernel#Object#object_id */
7064 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction38:kernel#Object#is_same_type */
7065 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction38:kernel#Object#== */
7066 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction38:kernel#Object#!= */
7067 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction38:kernel#Object#output */
7068 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction38:kernel#Object#output_class_name */
7069 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction38:kernel#Object#exit */
7070 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction38:kernel#Object#sys */
7071 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction38:kernel#Object#hash */
7072 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction38:string#Object#to_s */
7073 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction38:string#Object#native_class_name */
7074 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction38:string#Object#class_name */
7075 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction38:string#Object#inspect */
7076 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction38:string#Object#inspect_head */
7077 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction38:string#Object#args */
7078 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction38:math#Object#atan2 */
7079 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction38:math#Object#pi */
7080 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction38:math#Object#srand_from */
7081 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction38:math#Object#srand */
7082 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction38:stream#Object#poll */
7083 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction38:stream#Object#intern_poll */
7084 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction38:time#Object#get_time */
7085 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction38:file#Object#printn */
7086 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction38:file#Object#print */
7087 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction38:file#Object#getc */
7088 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction38:file#Object#gets */
7089 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction38:file#Object#getcwd */
7090 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction38:file#Object#file_getcwd */
7091 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction38:file#Object#stdin */
7092 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction38:file#Object#stdout */
7093 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction38:file#Object#stderr */
7094 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction38:model_base#Object#intrude_visibility */
7095 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction38:model_base#Object#public_visibility */
7096 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction38:model_base#Object#protected_visibility */
7097 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction38:model_base#Object#private_visibility */
7098 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction38:model_base#Object#none_visibility */
7099 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction38:model#Object#abstract_kind */
7100 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction38:model#Object#concrete_kind */
7101 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction38:model#Object#interface_kind */
7102 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction38:model#Object#enum_kind */
7103 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction38:model#Object#extern_kind */
7104 (nitmethod_t)VIRTUAL_parser__ReduceAction38__action, /* pointer to parser:ReduceAction38:parser#ReduceAction38#action */
7105 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction38:parser#ReduceAction#concat */
7106 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction38:parser#ReduceAction#init */
7107 }
7108 };
7109 /* allocate ReduceAction38 */
7110 val* NEW_parser__ReduceAction38(const struct type* type) {
7111 val* self /* : ReduceAction38 */;
7112 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7113 self->type = type;
7114 self->class = &class_parser__ReduceAction38;
7115 return self;
7116 }
7117 /* allocate ReduceAction38 */
7118 void CHECK_NEW_parser__ReduceAction38(val* self) {
7119 long var /* : Int */;
7120 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction38> */
7121 }
7122 /* runtime class parser__ReduceAction39 */
7123 const struct class class_parser__ReduceAction39 = {
7124 0, /* box_kind */
7125 {
7126 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction39:kernel#Object#object_id */
7127 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction39:kernel#Object#is_same_type */
7128 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction39:kernel#Object#== */
7129 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction39:kernel#Object#!= */
7130 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction39:kernel#Object#output */
7131 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction39:kernel#Object#output_class_name */
7132 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction39:kernel#Object#exit */
7133 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction39:kernel#Object#sys */
7134 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction39:kernel#Object#hash */
7135 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction39:string#Object#to_s */
7136 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction39:string#Object#native_class_name */
7137 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction39:string#Object#class_name */
7138 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction39:string#Object#inspect */
7139 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction39:string#Object#inspect_head */
7140 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction39:string#Object#args */
7141 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction39:math#Object#atan2 */
7142 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction39:math#Object#pi */
7143 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction39:math#Object#srand_from */
7144 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction39:math#Object#srand */
7145 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction39:stream#Object#poll */
7146 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction39:stream#Object#intern_poll */
7147 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction39:time#Object#get_time */
7148 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction39:file#Object#printn */
7149 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction39:file#Object#print */
7150 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction39:file#Object#getc */
7151 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction39:file#Object#gets */
7152 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction39:file#Object#getcwd */
7153 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction39:file#Object#file_getcwd */
7154 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction39:file#Object#stdin */
7155 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction39:file#Object#stdout */
7156 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction39:file#Object#stderr */
7157 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction39:model_base#Object#intrude_visibility */
7158 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction39:model_base#Object#public_visibility */
7159 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction39:model_base#Object#protected_visibility */
7160 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction39:model_base#Object#private_visibility */
7161 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction39:model_base#Object#none_visibility */
7162 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction39:model#Object#abstract_kind */
7163 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction39:model#Object#concrete_kind */
7164 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction39:model#Object#interface_kind */
7165 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction39:model#Object#enum_kind */
7166 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction39:model#Object#extern_kind */
7167 (nitmethod_t)VIRTUAL_parser__ReduceAction39__action, /* pointer to parser:ReduceAction39:parser#ReduceAction39#action */
7168 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction39:parser#ReduceAction#concat */
7169 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction39:parser#ReduceAction#init */
7170 }
7171 };
7172 /* allocate ReduceAction39 */
7173 val* NEW_parser__ReduceAction39(const struct type* type) {
7174 val* self /* : ReduceAction39 */;
7175 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7176 self->type = type;
7177 self->class = &class_parser__ReduceAction39;
7178 return self;
7179 }
7180 /* allocate ReduceAction39 */
7181 void CHECK_NEW_parser__ReduceAction39(val* self) {
7182 long var /* : Int */;
7183 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction39> */
7184 }
7185 /* runtime class parser__ReduceAction40 */
7186 const struct class class_parser__ReduceAction40 = {
7187 0, /* box_kind */
7188 {
7189 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction40:kernel#Object#object_id */
7190 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction40:kernel#Object#is_same_type */
7191 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction40:kernel#Object#== */
7192 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction40:kernel#Object#!= */
7193 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction40:kernel#Object#output */
7194 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction40:kernel#Object#output_class_name */
7195 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction40:kernel#Object#exit */
7196 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction40:kernel#Object#sys */
7197 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction40:kernel#Object#hash */
7198 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction40:string#Object#to_s */
7199 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction40:string#Object#native_class_name */
7200 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction40:string#Object#class_name */
7201 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction40:string#Object#inspect */
7202 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction40:string#Object#inspect_head */
7203 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction40:string#Object#args */
7204 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction40:math#Object#atan2 */
7205 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction40:math#Object#pi */
7206 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction40:math#Object#srand_from */
7207 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction40:math#Object#srand */
7208 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction40:stream#Object#poll */
7209 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction40:stream#Object#intern_poll */
7210 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction40:time#Object#get_time */
7211 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction40:file#Object#printn */
7212 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction40:file#Object#print */
7213 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction40:file#Object#getc */
7214 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction40:file#Object#gets */
7215 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction40:file#Object#getcwd */
7216 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction40:file#Object#file_getcwd */
7217 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction40:file#Object#stdin */
7218 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction40:file#Object#stdout */
7219 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction40:file#Object#stderr */
7220 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction40:model_base#Object#intrude_visibility */
7221 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction40:model_base#Object#public_visibility */
7222 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction40:model_base#Object#protected_visibility */
7223 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction40:model_base#Object#private_visibility */
7224 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction40:model_base#Object#none_visibility */
7225 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction40:model#Object#abstract_kind */
7226 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction40:model#Object#concrete_kind */
7227 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction40:model#Object#interface_kind */
7228 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction40:model#Object#enum_kind */
7229 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction40:model#Object#extern_kind */
7230 (nitmethod_t)VIRTUAL_parser__ReduceAction40__action, /* pointer to parser:ReduceAction40:parser#ReduceAction40#action */
7231 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction40:parser#ReduceAction#concat */
7232 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction40:parser#ReduceAction#init */
7233 }
7234 };
7235 /* allocate ReduceAction40 */
7236 val* NEW_parser__ReduceAction40(const struct type* type) {
7237 val* self /* : ReduceAction40 */;
7238 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7239 self->type = type;
7240 self->class = &class_parser__ReduceAction40;
7241 return self;
7242 }
7243 /* allocate ReduceAction40 */
7244 void CHECK_NEW_parser__ReduceAction40(val* self) {
7245 long var /* : Int */;
7246 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction40> */
7247 }
7248 /* runtime class parser__ReduceAction41 */
7249 const struct class class_parser__ReduceAction41 = {
7250 0, /* box_kind */
7251 {
7252 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction41:kernel#Object#object_id */
7253 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction41:kernel#Object#is_same_type */
7254 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction41:kernel#Object#== */
7255 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction41:kernel#Object#!= */
7256 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction41:kernel#Object#output */
7257 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction41:kernel#Object#output_class_name */
7258 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction41:kernel#Object#exit */
7259 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction41:kernel#Object#sys */
7260 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction41:kernel#Object#hash */
7261 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction41:string#Object#to_s */
7262 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction41:string#Object#native_class_name */
7263 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction41:string#Object#class_name */
7264 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction41:string#Object#inspect */
7265 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction41:string#Object#inspect_head */
7266 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction41:string#Object#args */
7267 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction41:math#Object#atan2 */
7268 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction41:math#Object#pi */
7269 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction41:math#Object#srand_from */
7270 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction41:math#Object#srand */
7271 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction41:stream#Object#poll */
7272 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction41:stream#Object#intern_poll */
7273 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction41:time#Object#get_time */
7274 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction41:file#Object#printn */
7275 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction41:file#Object#print */
7276 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction41:file#Object#getc */
7277 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction41:file#Object#gets */
7278 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction41:file#Object#getcwd */
7279 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction41:file#Object#file_getcwd */
7280 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction41:file#Object#stdin */
7281 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction41:file#Object#stdout */
7282 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction41:file#Object#stderr */
7283 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction41:model_base#Object#intrude_visibility */
7284 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction41:model_base#Object#public_visibility */
7285 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction41:model_base#Object#protected_visibility */
7286 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction41:model_base#Object#private_visibility */
7287 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction41:model_base#Object#none_visibility */
7288 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction41:model#Object#abstract_kind */
7289 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction41:model#Object#concrete_kind */
7290 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction41:model#Object#interface_kind */
7291 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction41:model#Object#enum_kind */
7292 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction41:model#Object#extern_kind */
7293 (nitmethod_t)VIRTUAL_parser__ReduceAction41__action, /* pointer to parser:ReduceAction41:parser#ReduceAction41#action */
7294 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction41:parser#ReduceAction#concat */
7295 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction41:parser#ReduceAction#init */
7296 }
7297 };
7298 /* allocate ReduceAction41 */
7299 val* NEW_parser__ReduceAction41(const struct type* type) {
7300 val* self /* : ReduceAction41 */;
7301 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7302 self->type = type;
7303 self->class = &class_parser__ReduceAction41;
7304 return self;
7305 }
7306 /* allocate ReduceAction41 */
7307 void CHECK_NEW_parser__ReduceAction41(val* self) {
7308 long var /* : Int */;
7309 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction41> */
7310 }
7311 /* runtime class parser__ReduceAction42 */
7312 const struct class class_parser__ReduceAction42 = {
7313 0, /* box_kind */
7314 {
7315 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction42:kernel#Object#object_id */
7316 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction42:kernel#Object#is_same_type */
7317 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction42:kernel#Object#== */
7318 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction42:kernel#Object#!= */
7319 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction42:kernel#Object#output */
7320 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction42:kernel#Object#output_class_name */
7321 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction42:kernel#Object#exit */
7322 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction42:kernel#Object#sys */
7323 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction42:kernel#Object#hash */
7324 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction42:string#Object#to_s */
7325 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction42:string#Object#native_class_name */
7326 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction42:string#Object#class_name */
7327 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction42:string#Object#inspect */
7328 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction42:string#Object#inspect_head */
7329 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction42:string#Object#args */
7330 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction42:math#Object#atan2 */
7331 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction42:math#Object#pi */
7332 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction42:math#Object#srand_from */
7333 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction42:math#Object#srand */
7334 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction42:stream#Object#poll */
7335 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction42:stream#Object#intern_poll */
7336 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction42:time#Object#get_time */
7337 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction42:file#Object#printn */
7338 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction42:file#Object#print */
7339 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction42:file#Object#getc */
7340 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction42:file#Object#gets */
7341 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction42:file#Object#getcwd */
7342 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction42:file#Object#file_getcwd */
7343 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction42:file#Object#stdin */
7344 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction42:file#Object#stdout */
7345 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction42:file#Object#stderr */
7346 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction42:model_base#Object#intrude_visibility */
7347 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction42:model_base#Object#public_visibility */
7348 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction42:model_base#Object#protected_visibility */
7349 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction42:model_base#Object#private_visibility */
7350 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction42:model_base#Object#none_visibility */
7351 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction42:model#Object#abstract_kind */
7352 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction42:model#Object#concrete_kind */
7353 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction42:model#Object#interface_kind */
7354 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction42:model#Object#enum_kind */
7355 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction42:model#Object#extern_kind */
7356 (nitmethod_t)VIRTUAL_parser__ReduceAction42__action, /* pointer to parser:ReduceAction42:parser#ReduceAction42#action */
7357 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction42:parser#ReduceAction#concat */
7358 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction42:parser#ReduceAction#init */
7359 }
7360 };
7361 /* allocate ReduceAction42 */
7362 val* NEW_parser__ReduceAction42(const struct type* type) {
7363 val* self /* : ReduceAction42 */;
7364 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7365 self->type = type;
7366 self->class = &class_parser__ReduceAction42;
7367 return self;
7368 }
7369 /* allocate ReduceAction42 */
7370 void CHECK_NEW_parser__ReduceAction42(val* self) {
7371 long var /* : Int */;
7372 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction42> */
7373 }
7374 /* runtime class parser__ReduceAction43 */
7375 const struct class class_parser__ReduceAction43 = {
7376 0, /* box_kind */
7377 {
7378 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction43:kernel#Object#object_id */
7379 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction43:kernel#Object#is_same_type */
7380 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction43:kernel#Object#== */
7381 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction43:kernel#Object#!= */
7382 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction43:kernel#Object#output */
7383 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction43:kernel#Object#output_class_name */
7384 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction43:kernel#Object#exit */
7385 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction43:kernel#Object#sys */
7386 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction43:kernel#Object#hash */
7387 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction43:string#Object#to_s */
7388 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction43:string#Object#native_class_name */
7389 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction43:string#Object#class_name */
7390 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction43:string#Object#inspect */
7391 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction43:string#Object#inspect_head */
7392 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction43:string#Object#args */
7393 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction43:math#Object#atan2 */
7394 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction43:math#Object#pi */
7395 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction43:math#Object#srand_from */
7396 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction43:math#Object#srand */
7397 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction43:stream#Object#poll */
7398 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction43:stream#Object#intern_poll */
7399 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction43:time#Object#get_time */
7400 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction43:file#Object#printn */
7401 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction43:file#Object#print */
7402 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction43:file#Object#getc */
7403 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction43:file#Object#gets */
7404 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction43:file#Object#getcwd */
7405 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction43:file#Object#file_getcwd */
7406 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction43:file#Object#stdin */
7407 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction43:file#Object#stdout */
7408 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction43:file#Object#stderr */
7409 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction43:model_base#Object#intrude_visibility */
7410 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction43:model_base#Object#public_visibility */
7411 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction43:model_base#Object#protected_visibility */
7412 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction43:model_base#Object#private_visibility */
7413 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction43:model_base#Object#none_visibility */
7414 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction43:model#Object#abstract_kind */
7415 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction43:model#Object#concrete_kind */
7416 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction43:model#Object#interface_kind */
7417 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction43:model#Object#enum_kind */
7418 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction43:model#Object#extern_kind */
7419 (nitmethod_t)VIRTUAL_parser__ReduceAction43__action, /* pointer to parser:ReduceAction43:parser#ReduceAction43#action */
7420 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction43:parser#ReduceAction#concat */
7421 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction43:parser#ReduceAction#init */
7422 }
7423 };
7424 /* allocate ReduceAction43 */
7425 val* NEW_parser__ReduceAction43(const struct type* type) {
7426 val* self /* : ReduceAction43 */;
7427 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7428 self->type = type;
7429 self->class = &class_parser__ReduceAction43;
7430 return self;
7431 }
7432 /* allocate ReduceAction43 */
7433 void CHECK_NEW_parser__ReduceAction43(val* self) {
7434 long var /* : Int */;
7435 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction43> */
7436 }
7437 /* runtime class parser__ReduceAction44 */
7438 const struct class class_parser__ReduceAction44 = {
7439 0, /* box_kind */
7440 {
7441 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction44:kernel#Object#object_id */
7442 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction44:kernel#Object#is_same_type */
7443 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction44:kernel#Object#== */
7444 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction44:kernel#Object#!= */
7445 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction44:kernel#Object#output */
7446 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction44:kernel#Object#output_class_name */
7447 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction44:kernel#Object#exit */
7448 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction44:kernel#Object#sys */
7449 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction44:kernel#Object#hash */
7450 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction44:string#Object#to_s */
7451 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction44:string#Object#native_class_name */
7452 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction44:string#Object#class_name */
7453 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction44:string#Object#inspect */
7454 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction44:string#Object#inspect_head */
7455 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction44:string#Object#args */
7456 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction44:math#Object#atan2 */
7457 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction44:math#Object#pi */
7458 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction44:math#Object#srand_from */
7459 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction44:math#Object#srand */
7460 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction44:stream#Object#poll */
7461 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction44:stream#Object#intern_poll */
7462 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction44:time#Object#get_time */
7463 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction44:file#Object#printn */
7464 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction44:file#Object#print */
7465 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction44:file#Object#getc */
7466 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction44:file#Object#gets */
7467 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction44:file#Object#getcwd */
7468 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction44:file#Object#file_getcwd */
7469 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction44:file#Object#stdin */
7470 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction44:file#Object#stdout */
7471 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction44:file#Object#stderr */
7472 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction44:model_base#Object#intrude_visibility */
7473 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction44:model_base#Object#public_visibility */
7474 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction44:model_base#Object#protected_visibility */
7475 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction44:model_base#Object#private_visibility */
7476 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction44:model_base#Object#none_visibility */
7477 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction44:model#Object#abstract_kind */
7478 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction44:model#Object#concrete_kind */
7479 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction44:model#Object#interface_kind */
7480 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction44:model#Object#enum_kind */
7481 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction44:model#Object#extern_kind */
7482 (nitmethod_t)VIRTUAL_parser__ReduceAction44__action, /* pointer to parser:ReduceAction44:parser#ReduceAction44#action */
7483 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction44:parser#ReduceAction#concat */
7484 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction44:parser#ReduceAction#init */
7485 }
7486 };
7487 /* allocate ReduceAction44 */
7488 val* NEW_parser__ReduceAction44(const struct type* type) {
7489 val* self /* : ReduceAction44 */;
7490 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7491 self->type = type;
7492 self->class = &class_parser__ReduceAction44;
7493 return self;
7494 }
7495 /* allocate ReduceAction44 */
7496 void CHECK_NEW_parser__ReduceAction44(val* self) {
7497 long var /* : Int */;
7498 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction44> */
7499 }
7500 /* runtime class parser__ReduceAction45 */
7501 const struct class class_parser__ReduceAction45 = {
7502 0, /* box_kind */
7503 {
7504 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction45:kernel#Object#object_id */
7505 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction45:kernel#Object#is_same_type */
7506 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction45:kernel#Object#== */
7507 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction45:kernel#Object#!= */
7508 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction45:kernel#Object#output */
7509 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction45:kernel#Object#output_class_name */
7510 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction45:kernel#Object#exit */
7511 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction45:kernel#Object#sys */
7512 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction45:kernel#Object#hash */
7513 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction45:string#Object#to_s */
7514 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction45:string#Object#native_class_name */
7515 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction45:string#Object#class_name */
7516 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction45:string#Object#inspect */
7517 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction45:string#Object#inspect_head */
7518 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction45:string#Object#args */
7519 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction45:math#Object#atan2 */
7520 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction45:math#Object#pi */
7521 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction45:math#Object#srand_from */
7522 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction45:math#Object#srand */
7523 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction45:stream#Object#poll */
7524 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction45:stream#Object#intern_poll */
7525 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction45:time#Object#get_time */
7526 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction45:file#Object#printn */
7527 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction45:file#Object#print */
7528 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction45:file#Object#getc */
7529 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction45:file#Object#gets */
7530 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction45:file#Object#getcwd */
7531 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction45:file#Object#file_getcwd */
7532 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction45:file#Object#stdin */
7533 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction45:file#Object#stdout */
7534 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction45:file#Object#stderr */
7535 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction45:model_base#Object#intrude_visibility */
7536 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction45:model_base#Object#public_visibility */
7537 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction45:model_base#Object#protected_visibility */
7538 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction45:model_base#Object#private_visibility */
7539 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction45:model_base#Object#none_visibility */
7540 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction45:model#Object#abstract_kind */
7541 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction45:model#Object#concrete_kind */
7542 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction45:model#Object#interface_kind */
7543 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction45:model#Object#enum_kind */
7544 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction45:model#Object#extern_kind */
7545 (nitmethod_t)VIRTUAL_parser__ReduceAction45__action, /* pointer to parser:ReduceAction45:parser#ReduceAction45#action */
7546 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction45:parser#ReduceAction#concat */
7547 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction45:parser#ReduceAction#init */
7548 }
7549 };
7550 /* allocate ReduceAction45 */
7551 val* NEW_parser__ReduceAction45(const struct type* type) {
7552 val* self /* : ReduceAction45 */;
7553 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7554 self->type = type;
7555 self->class = &class_parser__ReduceAction45;
7556 return self;
7557 }
7558 /* allocate ReduceAction45 */
7559 void CHECK_NEW_parser__ReduceAction45(val* self) {
7560 long var /* : Int */;
7561 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction45> */
7562 }
7563 /* runtime class parser__ReduceAction46 */
7564 const struct class class_parser__ReduceAction46 = {
7565 0, /* box_kind */
7566 {
7567 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction46:kernel#Object#object_id */
7568 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction46:kernel#Object#is_same_type */
7569 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction46:kernel#Object#== */
7570 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction46:kernel#Object#!= */
7571 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction46:kernel#Object#output */
7572 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction46:kernel#Object#output_class_name */
7573 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction46:kernel#Object#exit */
7574 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction46:kernel#Object#sys */
7575 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction46:kernel#Object#hash */
7576 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction46:string#Object#to_s */
7577 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction46:string#Object#native_class_name */
7578 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction46:string#Object#class_name */
7579 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction46:string#Object#inspect */
7580 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction46:string#Object#inspect_head */
7581 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction46:string#Object#args */
7582 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction46:math#Object#atan2 */
7583 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction46:math#Object#pi */
7584 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction46:math#Object#srand_from */
7585 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction46:math#Object#srand */
7586 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction46:stream#Object#poll */
7587 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction46:stream#Object#intern_poll */
7588 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction46:time#Object#get_time */
7589 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction46:file#Object#printn */
7590 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction46:file#Object#print */
7591 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction46:file#Object#getc */
7592 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction46:file#Object#gets */
7593 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction46:file#Object#getcwd */
7594 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction46:file#Object#file_getcwd */
7595 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction46:file#Object#stdin */
7596 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction46:file#Object#stdout */
7597 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction46:file#Object#stderr */
7598 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction46:model_base#Object#intrude_visibility */
7599 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction46:model_base#Object#public_visibility */
7600 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction46:model_base#Object#protected_visibility */
7601 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction46:model_base#Object#private_visibility */
7602 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction46:model_base#Object#none_visibility */
7603 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction46:model#Object#abstract_kind */
7604 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction46:model#Object#concrete_kind */
7605 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction46:model#Object#interface_kind */
7606 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction46:model#Object#enum_kind */
7607 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction46:model#Object#extern_kind */
7608 (nitmethod_t)VIRTUAL_parser__ReduceAction46__action, /* pointer to parser:ReduceAction46:parser#ReduceAction46#action */
7609 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction46:parser#ReduceAction#concat */
7610 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction46:parser#ReduceAction#init */
7611 }
7612 };
7613 /* allocate ReduceAction46 */
7614 val* NEW_parser__ReduceAction46(const struct type* type) {
7615 val* self /* : ReduceAction46 */;
7616 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7617 self->type = type;
7618 self->class = &class_parser__ReduceAction46;
7619 return self;
7620 }
7621 /* allocate ReduceAction46 */
7622 void CHECK_NEW_parser__ReduceAction46(val* self) {
7623 long var /* : Int */;
7624 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction46> */
7625 }
7626 /* runtime class parser__ReduceAction47 */
7627 const struct class class_parser__ReduceAction47 = {
7628 0, /* box_kind */
7629 {
7630 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction47:kernel#Object#object_id */
7631 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction47:kernel#Object#is_same_type */
7632 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction47:kernel#Object#== */
7633 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction47:kernel#Object#!= */
7634 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction47:kernel#Object#output */
7635 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction47:kernel#Object#output_class_name */
7636 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction47:kernel#Object#exit */
7637 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction47:kernel#Object#sys */
7638 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction47:kernel#Object#hash */
7639 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction47:string#Object#to_s */
7640 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction47:string#Object#native_class_name */
7641 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction47:string#Object#class_name */
7642 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction47:string#Object#inspect */
7643 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction47:string#Object#inspect_head */
7644 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction47:string#Object#args */
7645 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction47:math#Object#atan2 */
7646 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction47:math#Object#pi */
7647 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction47:math#Object#srand_from */
7648 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction47:math#Object#srand */
7649 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction47:stream#Object#poll */
7650 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction47:stream#Object#intern_poll */
7651 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction47:time#Object#get_time */
7652 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction47:file#Object#printn */
7653 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction47:file#Object#print */
7654 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction47:file#Object#getc */
7655 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction47:file#Object#gets */
7656 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction47:file#Object#getcwd */
7657 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction47:file#Object#file_getcwd */
7658 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction47:file#Object#stdin */
7659 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction47:file#Object#stdout */
7660 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction47:file#Object#stderr */
7661 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction47:model_base#Object#intrude_visibility */
7662 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction47:model_base#Object#public_visibility */
7663 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction47:model_base#Object#protected_visibility */
7664 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction47:model_base#Object#private_visibility */
7665 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction47:model_base#Object#none_visibility */
7666 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction47:model#Object#abstract_kind */
7667 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction47:model#Object#concrete_kind */
7668 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction47:model#Object#interface_kind */
7669 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction47:model#Object#enum_kind */
7670 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction47:model#Object#extern_kind */
7671 (nitmethod_t)VIRTUAL_parser__ReduceAction47__action, /* pointer to parser:ReduceAction47:parser#ReduceAction47#action */
7672 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction47:parser#ReduceAction#concat */
7673 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction47:parser#ReduceAction#init */
7674 }
7675 };
7676 /* allocate ReduceAction47 */
7677 val* NEW_parser__ReduceAction47(const struct type* type) {
7678 val* self /* : ReduceAction47 */;
7679 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7680 self->type = type;
7681 self->class = &class_parser__ReduceAction47;
7682 return self;
7683 }
7684 /* allocate ReduceAction47 */
7685 void CHECK_NEW_parser__ReduceAction47(val* self) {
7686 long var /* : Int */;
7687 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction47> */
7688 }
7689 /* runtime class parser__ReduceAction48 */
7690 const struct class class_parser__ReduceAction48 = {
7691 0, /* box_kind */
7692 {
7693 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction48:kernel#Object#object_id */
7694 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction48:kernel#Object#is_same_type */
7695 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction48:kernel#Object#== */
7696 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction48:kernel#Object#!= */
7697 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction48:kernel#Object#output */
7698 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction48:kernel#Object#output_class_name */
7699 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction48:kernel#Object#exit */
7700 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction48:kernel#Object#sys */
7701 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction48:kernel#Object#hash */
7702 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction48:string#Object#to_s */
7703 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction48:string#Object#native_class_name */
7704 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction48:string#Object#class_name */
7705 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction48:string#Object#inspect */
7706 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction48:string#Object#inspect_head */
7707 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction48:string#Object#args */
7708 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction48:math#Object#atan2 */
7709 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction48:math#Object#pi */
7710 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction48:math#Object#srand_from */
7711 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction48:math#Object#srand */
7712 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction48:stream#Object#poll */
7713 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction48:stream#Object#intern_poll */
7714 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction48:time#Object#get_time */
7715 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction48:file#Object#printn */
7716 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction48:file#Object#print */
7717 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction48:file#Object#getc */
7718 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction48:file#Object#gets */
7719 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction48:file#Object#getcwd */
7720 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction48:file#Object#file_getcwd */
7721 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction48:file#Object#stdin */
7722 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction48:file#Object#stdout */
7723 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction48:file#Object#stderr */
7724 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction48:model_base#Object#intrude_visibility */
7725 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction48:model_base#Object#public_visibility */
7726 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction48:model_base#Object#protected_visibility */
7727 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction48:model_base#Object#private_visibility */
7728 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction48:model_base#Object#none_visibility */
7729 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction48:model#Object#abstract_kind */
7730 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction48:model#Object#concrete_kind */
7731 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction48:model#Object#interface_kind */
7732 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction48:model#Object#enum_kind */
7733 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction48:model#Object#extern_kind */
7734 (nitmethod_t)VIRTUAL_parser__ReduceAction48__action, /* pointer to parser:ReduceAction48:parser#ReduceAction48#action */
7735 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction48:parser#ReduceAction#concat */
7736 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction48:parser#ReduceAction#init */
7737 }
7738 };
7739 /* allocate ReduceAction48 */
7740 val* NEW_parser__ReduceAction48(const struct type* type) {
7741 val* self /* : ReduceAction48 */;
7742 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7743 self->type = type;
7744 self->class = &class_parser__ReduceAction48;
7745 return self;
7746 }
7747 /* allocate ReduceAction48 */
7748 void CHECK_NEW_parser__ReduceAction48(val* self) {
7749 long var /* : Int */;
7750 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction48> */
7751 }
7752 /* runtime class parser__ReduceAction49 */
7753 const struct class class_parser__ReduceAction49 = {
7754 0, /* box_kind */
7755 {
7756 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction49:kernel#Object#object_id */
7757 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction49:kernel#Object#is_same_type */
7758 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction49:kernel#Object#== */
7759 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction49:kernel#Object#!= */
7760 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction49:kernel#Object#output */
7761 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction49:kernel#Object#output_class_name */
7762 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction49:kernel#Object#exit */
7763 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction49:kernel#Object#sys */
7764 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction49:kernel#Object#hash */
7765 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction49:string#Object#to_s */
7766 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction49:string#Object#native_class_name */
7767 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction49:string#Object#class_name */
7768 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction49:string#Object#inspect */
7769 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction49:string#Object#inspect_head */
7770 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction49:string#Object#args */
7771 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction49:math#Object#atan2 */
7772 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction49:math#Object#pi */
7773 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction49:math#Object#srand_from */
7774 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction49:math#Object#srand */
7775 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction49:stream#Object#poll */
7776 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction49:stream#Object#intern_poll */
7777 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction49:time#Object#get_time */
7778 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction49:file#Object#printn */
7779 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction49:file#Object#print */
7780 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction49:file#Object#getc */
7781 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction49:file#Object#gets */
7782 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction49:file#Object#getcwd */
7783 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction49:file#Object#file_getcwd */
7784 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction49:file#Object#stdin */
7785 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction49:file#Object#stdout */
7786 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction49:file#Object#stderr */
7787 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction49:model_base#Object#intrude_visibility */
7788 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction49:model_base#Object#public_visibility */
7789 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction49:model_base#Object#protected_visibility */
7790 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction49:model_base#Object#private_visibility */
7791 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction49:model_base#Object#none_visibility */
7792 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction49:model#Object#abstract_kind */
7793 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction49:model#Object#concrete_kind */
7794 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction49:model#Object#interface_kind */
7795 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction49:model#Object#enum_kind */
7796 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction49:model#Object#extern_kind */
7797 (nitmethod_t)VIRTUAL_parser__ReduceAction49__action, /* pointer to parser:ReduceAction49:parser#ReduceAction49#action */
7798 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction49:parser#ReduceAction#concat */
7799 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction49:parser#ReduceAction#init */
7800 }
7801 };
7802 /* allocate ReduceAction49 */
7803 val* NEW_parser__ReduceAction49(const struct type* type) {
7804 val* self /* : ReduceAction49 */;
7805 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7806 self->type = type;
7807 self->class = &class_parser__ReduceAction49;
7808 return self;
7809 }
7810 /* allocate ReduceAction49 */
7811 void CHECK_NEW_parser__ReduceAction49(val* self) {
7812 long var /* : Int */;
7813 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction49> */
7814 }
7815 /* runtime class parser__ReduceAction50 */
7816 const struct class class_parser__ReduceAction50 = {
7817 0, /* box_kind */
7818 {
7819 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction50:kernel#Object#object_id */
7820 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction50:kernel#Object#is_same_type */
7821 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction50:kernel#Object#== */
7822 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction50:kernel#Object#!= */
7823 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction50:kernel#Object#output */
7824 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction50:kernel#Object#output_class_name */
7825 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction50:kernel#Object#exit */
7826 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction50:kernel#Object#sys */
7827 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction50:kernel#Object#hash */
7828 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction50:string#Object#to_s */
7829 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction50:string#Object#native_class_name */
7830 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction50:string#Object#class_name */
7831 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction50:string#Object#inspect */
7832 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction50:string#Object#inspect_head */
7833 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction50:string#Object#args */
7834 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction50:math#Object#atan2 */
7835 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction50:math#Object#pi */
7836 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction50:math#Object#srand_from */
7837 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction50:math#Object#srand */
7838 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction50:stream#Object#poll */
7839 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction50:stream#Object#intern_poll */
7840 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction50:time#Object#get_time */
7841 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction50:file#Object#printn */
7842 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction50:file#Object#print */
7843 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction50:file#Object#getc */
7844 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction50:file#Object#gets */
7845 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction50:file#Object#getcwd */
7846 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction50:file#Object#file_getcwd */
7847 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction50:file#Object#stdin */
7848 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction50:file#Object#stdout */
7849 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction50:file#Object#stderr */
7850 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction50:model_base#Object#intrude_visibility */
7851 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction50:model_base#Object#public_visibility */
7852 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction50:model_base#Object#protected_visibility */
7853 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction50:model_base#Object#private_visibility */
7854 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction50:model_base#Object#none_visibility */
7855 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction50:model#Object#abstract_kind */
7856 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction50:model#Object#concrete_kind */
7857 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction50:model#Object#interface_kind */
7858 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction50:model#Object#enum_kind */
7859 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction50:model#Object#extern_kind */
7860 (nitmethod_t)VIRTUAL_parser__ReduceAction50__action, /* pointer to parser:ReduceAction50:parser#ReduceAction50#action */
7861 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction50:parser#ReduceAction#concat */
7862 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction50:parser#ReduceAction#init */
7863 }
7864 };
7865 /* allocate ReduceAction50 */
7866 val* NEW_parser__ReduceAction50(const struct type* type) {
7867 val* self /* : ReduceAction50 */;
7868 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7869 self->type = type;
7870 self->class = &class_parser__ReduceAction50;
7871 return self;
7872 }
7873 /* allocate ReduceAction50 */
7874 void CHECK_NEW_parser__ReduceAction50(val* self) {
7875 long var /* : Int */;
7876 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction50> */
7877 }
7878 /* runtime class parser__ReduceAction51 */
7879 const struct class class_parser__ReduceAction51 = {
7880 0, /* box_kind */
7881 {
7882 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction51:kernel#Object#object_id */
7883 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction51:kernel#Object#is_same_type */
7884 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction51:kernel#Object#== */
7885 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction51:kernel#Object#!= */
7886 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction51:kernel#Object#output */
7887 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction51:kernel#Object#output_class_name */
7888 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction51:kernel#Object#exit */
7889 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction51:kernel#Object#sys */
7890 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction51:kernel#Object#hash */
7891 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction51:string#Object#to_s */
7892 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction51:string#Object#native_class_name */
7893 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction51:string#Object#class_name */
7894 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction51:string#Object#inspect */
7895 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction51:string#Object#inspect_head */
7896 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction51:string#Object#args */
7897 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction51:math#Object#atan2 */
7898 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction51:math#Object#pi */
7899 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction51:math#Object#srand_from */
7900 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction51:math#Object#srand */
7901 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction51:stream#Object#poll */
7902 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction51:stream#Object#intern_poll */
7903 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction51:time#Object#get_time */
7904 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction51:file#Object#printn */
7905 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction51:file#Object#print */
7906 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction51:file#Object#getc */
7907 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction51:file#Object#gets */
7908 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction51:file#Object#getcwd */
7909 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction51:file#Object#file_getcwd */
7910 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction51:file#Object#stdin */
7911 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction51:file#Object#stdout */
7912 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction51:file#Object#stderr */
7913 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction51:model_base#Object#intrude_visibility */
7914 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction51:model_base#Object#public_visibility */
7915 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction51:model_base#Object#protected_visibility */
7916 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction51:model_base#Object#private_visibility */
7917 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction51:model_base#Object#none_visibility */
7918 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction51:model#Object#abstract_kind */
7919 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction51:model#Object#concrete_kind */
7920 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction51:model#Object#interface_kind */
7921 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction51:model#Object#enum_kind */
7922 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction51:model#Object#extern_kind */
7923 (nitmethod_t)VIRTUAL_parser__ReduceAction51__action, /* pointer to parser:ReduceAction51:parser#ReduceAction51#action */
7924 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction51:parser#ReduceAction#concat */
7925 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction51:parser#ReduceAction#init */
7926 }
7927 };
7928 /* allocate ReduceAction51 */
7929 val* NEW_parser__ReduceAction51(const struct type* type) {
7930 val* self /* : ReduceAction51 */;
7931 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7932 self->type = type;
7933 self->class = &class_parser__ReduceAction51;
7934 return self;
7935 }
7936 /* allocate ReduceAction51 */
7937 void CHECK_NEW_parser__ReduceAction51(val* self) {
7938 long var /* : Int */;
7939 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction51> */
7940 }
7941 /* runtime class parser__ReduceAction52 */
7942 const struct class class_parser__ReduceAction52 = {
7943 0, /* box_kind */
7944 {
7945 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction52:kernel#Object#object_id */
7946 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction52:kernel#Object#is_same_type */
7947 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction52:kernel#Object#== */
7948 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction52:kernel#Object#!= */
7949 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction52:kernel#Object#output */
7950 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction52:kernel#Object#output_class_name */
7951 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction52:kernel#Object#exit */
7952 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction52:kernel#Object#sys */
7953 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction52:kernel#Object#hash */
7954 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction52:string#Object#to_s */
7955 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction52:string#Object#native_class_name */
7956 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction52:string#Object#class_name */
7957 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction52:string#Object#inspect */
7958 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction52:string#Object#inspect_head */
7959 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction52:string#Object#args */
7960 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction52:math#Object#atan2 */
7961 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction52:math#Object#pi */
7962 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction52:math#Object#srand_from */
7963 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction52:math#Object#srand */
7964 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction52:stream#Object#poll */
7965 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction52:stream#Object#intern_poll */
7966 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction52:time#Object#get_time */
7967 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction52:file#Object#printn */
7968 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction52:file#Object#print */
7969 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction52:file#Object#getc */
7970 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction52:file#Object#gets */
7971 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction52:file#Object#getcwd */
7972 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction52:file#Object#file_getcwd */
7973 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction52:file#Object#stdin */
7974 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction52:file#Object#stdout */
7975 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction52:file#Object#stderr */
7976 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction52:model_base#Object#intrude_visibility */
7977 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction52:model_base#Object#public_visibility */
7978 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction52:model_base#Object#protected_visibility */
7979 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction52:model_base#Object#private_visibility */
7980 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction52:model_base#Object#none_visibility */
7981 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction52:model#Object#abstract_kind */
7982 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction52:model#Object#concrete_kind */
7983 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction52:model#Object#interface_kind */
7984 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction52:model#Object#enum_kind */
7985 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction52:model#Object#extern_kind */
7986 (nitmethod_t)VIRTUAL_parser__ReduceAction52__action, /* pointer to parser:ReduceAction52:parser#ReduceAction52#action */
7987 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction52:parser#ReduceAction#concat */
7988 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction52:parser#ReduceAction#init */
7989 }
7990 };
7991 /* allocate ReduceAction52 */
7992 val* NEW_parser__ReduceAction52(const struct type* type) {
7993 val* self /* : ReduceAction52 */;
7994 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7995 self->type = type;
7996 self->class = &class_parser__ReduceAction52;
7997 return self;
7998 }
7999 /* allocate ReduceAction52 */
8000 void CHECK_NEW_parser__ReduceAction52(val* self) {
8001 long var /* : Int */;
8002 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction52> */
8003 }
8004 /* runtime class parser__ReduceAction53 */
8005 const struct class class_parser__ReduceAction53 = {
8006 0, /* box_kind */
8007 {
8008 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction53:kernel#Object#object_id */
8009 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction53:kernel#Object#is_same_type */
8010 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction53:kernel#Object#== */
8011 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction53:kernel#Object#!= */
8012 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction53:kernel#Object#output */
8013 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction53:kernel#Object#output_class_name */
8014 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction53:kernel#Object#exit */
8015 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction53:kernel#Object#sys */
8016 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction53:kernel#Object#hash */
8017 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction53:string#Object#to_s */
8018 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction53:string#Object#native_class_name */
8019 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction53:string#Object#class_name */
8020 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction53:string#Object#inspect */
8021 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction53:string#Object#inspect_head */
8022 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction53:string#Object#args */
8023 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction53:math#Object#atan2 */
8024 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction53:math#Object#pi */
8025 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction53:math#Object#srand_from */
8026 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction53:math#Object#srand */
8027 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction53:stream#Object#poll */
8028 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction53:stream#Object#intern_poll */
8029 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction53:time#Object#get_time */
8030 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction53:file#Object#printn */
8031 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction53:file#Object#print */
8032 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction53:file#Object#getc */
8033 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction53:file#Object#gets */
8034 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction53:file#Object#getcwd */
8035 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction53:file#Object#file_getcwd */
8036 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction53:file#Object#stdin */
8037 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction53:file#Object#stdout */
8038 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction53:file#Object#stderr */
8039 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction53:model_base#Object#intrude_visibility */
8040 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction53:model_base#Object#public_visibility */
8041 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction53:model_base#Object#protected_visibility */
8042 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction53:model_base#Object#private_visibility */
8043 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction53:model_base#Object#none_visibility */
8044 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction53:model#Object#abstract_kind */
8045 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction53:model#Object#concrete_kind */
8046 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction53:model#Object#interface_kind */
8047 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction53:model#Object#enum_kind */
8048 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction53:model#Object#extern_kind */
8049 (nitmethod_t)VIRTUAL_parser__ReduceAction53__action, /* pointer to parser:ReduceAction53:parser#ReduceAction53#action */
8050 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction53:parser#ReduceAction#concat */
8051 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction53:parser#ReduceAction#init */
8052 }
8053 };
8054 /* allocate ReduceAction53 */
8055 val* NEW_parser__ReduceAction53(const struct type* type) {
8056 val* self /* : ReduceAction53 */;
8057 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8058 self->type = type;
8059 self->class = &class_parser__ReduceAction53;
8060 return self;
8061 }
8062 /* allocate ReduceAction53 */
8063 void CHECK_NEW_parser__ReduceAction53(val* self) {
8064 long var /* : Int */;
8065 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction53> */
8066 }
8067 /* runtime class parser__ReduceAction54 */
8068 const struct class class_parser__ReduceAction54 = {
8069 0, /* box_kind */
8070 {
8071 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction54:kernel#Object#object_id */
8072 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction54:kernel#Object#is_same_type */
8073 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction54:kernel#Object#== */
8074 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction54:kernel#Object#!= */
8075 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction54:kernel#Object#output */
8076 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction54:kernel#Object#output_class_name */
8077 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction54:kernel#Object#exit */
8078 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction54:kernel#Object#sys */
8079 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction54:kernel#Object#hash */
8080 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction54:string#Object#to_s */
8081 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction54:string#Object#native_class_name */
8082 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction54:string#Object#class_name */
8083 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction54:string#Object#inspect */
8084 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction54:string#Object#inspect_head */
8085 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction54:string#Object#args */
8086 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction54:math#Object#atan2 */
8087 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction54:math#Object#pi */
8088 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction54:math#Object#srand_from */
8089 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction54:math#Object#srand */
8090 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction54:stream#Object#poll */
8091 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction54:stream#Object#intern_poll */
8092 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction54:time#Object#get_time */
8093 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction54:file#Object#printn */
8094 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction54:file#Object#print */
8095 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction54:file#Object#getc */
8096 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction54:file#Object#gets */
8097 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction54:file#Object#getcwd */
8098 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction54:file#Object#file_getcwd */
8099 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction54:file#Object#stdin */
8100 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction54:file#Object#stdout */
8101 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction54:file#Object#stderr */
8102 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction54:model_base#Object#intrude_visibility */
8103 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction54:model_base#Object#public_visibility */
8104 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction54:model_base#Object#protected_visibility */
8105 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction54:model_base#Object#private_visibility */
8106 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction54:model_base#Object#none_visibility */
8107 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction54:model#Object#abstract_kind */
8108 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction54:model#Object#concrete_kind */
8109 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction54:model#Object#interface_kind */
8110 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction54:model#Object#enum_kind */
8111 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction54:model#Object#extern_kind */
8112 (nitmethod_t)VIRTUAL_parser__ReduceAction54__action, /* pointer to parser:ReduceAction54:parser#ReduceAction54#action */
8113 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction54:parser#ReduceAction#concat */
8114 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction54:parser#ReduceAction#init */
8115 }
8116 };
8117 /* allocate ReduceAction54 */
8118 val* NEW_parser__ReduceAction54(const struct type* type) {
8119 val* self /* : ReduceAction54 */;
8120 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8121 self->type = type;
8122 self->class = &class_parser__ReduceAction54;
8123 return self;
8124 }
8125 /* allocate ReduceAction54 */
8126 void CHECK_NEW_parser__ReduceAction54(val* self) {
8127 long var /* : Int */;
8128 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction54> */
8129 }
8130 /* runtime class parser__ReduceAction55 */
8131 const struct class class_parser__ReduceAction55 = {
8132 0, /* box_kind */
8133 {
8134 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction55:kernel#Object#object_id */
8135 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction55:kernel#Object#is_same_type */
8136 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction55:kernel#Object#== */
8137 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction55:kernel#Object#!= */
8138 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction55:kernel#Object#output */
8139 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction55:kernel#Object#output_class_name */
8140 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction55:kernel#Object#exit */
8141 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction55:kernel#Object#sys */
8142 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction55:kernel#Object#hash */
8143 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction55:string#Object#to_s */
8144 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction55:string#Object#native_class_name */
8145 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction55:string#Object#class_name */
8146 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction55:string#Object#inspect */
8147 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction55:string#Object#inspect_head */
8148 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction55:string#Object#args */
8149 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction55:math#Object#atan2 */
8150 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction55:math#Object#pi */
8151 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction55:math#Object#srand_from */
8152 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction55:math#Object#srand */
8153 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction55:stream#Object#poll */
8154 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction55:stream#Object#intern_poll */
8155 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction55:time#Object#get_time */
8156 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction55:file#Object#printn */
8157 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction55:file#Object#print */
8158 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction55:file#Object#getc */
8159 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction55:file#Object#gets */
8160 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction55:file#Object#getcwd */
8161 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction55:file#Object#file_getcwd */
8162 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction55:file#Object#stdin */
8163 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction55:file#Object#stdout */
8164 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction55:file#Object#stderr */
8165 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction55:model_base#Object#intrude_visibility */
8166 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction55:model_base#Object#public_visibility */
8167 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction55:model_base#Object#protected_visibility */
8168 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction55:model_base#Object#private_visibility */
8169 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction55:model_base#Object#none_visibility */
8170 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction55:model#Object#abstract_kind */
8171 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction55:model#Object#concrete_kind */
8172 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction55:model#Object#interface_kind */
8173 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction55:model#Object#enum_kind */
8174 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction55:model#Object#extern_kind */
8175 (nitmethod_t)VIRTUAL_parser__ReduceAction55__action, /* pointer to parser:ReduceAction55:parser#ReduceAction55#action */
8176 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction55:parser#ReduceAction#concat */
8177 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction55:parser#ReduceAction#init */
8178 }
8179 };
8180 /* allocate ReduceAction55 */
8181 val* NEW_parser__ReduceAction55(const struct type* type) {
8182 val* self /* : ReduceAction55 */;
8183 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8184 self->type = type;
8185 self->class = &class_parser__ReduceAction55;
8186 return self;
8187 }
8188 /* allocate ReduceAction55 */
8189 void CHECK_NEW_parser__ReduceAction55(val* self) {
8190 long var /* : Int */;
8191 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction55> */
8192 }
8193 /* runtime class parser__ReduceAction56 */
8194 const struct class class_parser__ReduceAction56 = {
8195 0, /* box_kind */
8196 {
8197 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction56:kernel#Object#object_id */
8198 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction56:kernel#Object#is_same_type */
8199 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction56:kernel#Object#== */
8200 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction56:kernel#Object#!= */
8201 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction56:kernel#Object#output */
8202 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction56:kernel#Object#output_class_name */
8203 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction56:kernel#Object#exit */
8204 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction56:kernel#Object#sys */
8205 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction56:kernel#Object#hash */
8206 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction56:string#Object#to_s */
8207 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction56:string#Object#native_class_name */
8208 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction56:string#Object#class_name */
8209 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction56:string#Object#inspect */
8210 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction56:string#Object#inspect_head */
8211 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction56:string#Object#args */
8212 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction56:math#Object#atan2 */
8213 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction56:math#Object#pi */
8214 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction56:math#Object#srand_from */
8215 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction56:math#Object#srand */
8216 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction56:stream#Object#poll */
8217 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction56:stream#Object#intern_poll */
8218 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction56:time#Object#get_time */
8219 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction56:file#Object#printn */
8220 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction56:file#Object#print */
8221 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction56:file#Object#getc */
8222 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction56:file#Object#gets */
8223 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction56:file#Object#getcwd */
8224 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction56:file#Object#file_getcwd */
8225 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction56:file#Object#stdin */
8226 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction56:file#Object#stdout */
8227 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction56:file#Object#stderr */
8228 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction56:model_base#Object#intrude_visibility */
8229 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction56:model_base#Object#public_visibility */
8230 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction56:model_base#Object#protected_visibility */
8231 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction56:model_base#Object#private_visibility */
8232 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction56:model_base#Object#none_visibility */
8233 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction56:model#Object#abstract_kind */
8234 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction56:model#Object#concrete_kind */
8235 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction56:model#Object#interface_kind */
8236 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction56:model#Object#enum_kind */
8237 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction56:model#Object#extern_kind */
8238 (nitmethod_t)VIRTUAL_parser__ReduceAction56__action, /* pointer to parser:ReduceAction56:parser#ReduceAction56#action */
8239 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction56:parser#ReduceAction#concat */
8240 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction56:parser#ReduceAction#init */
8241 }
8242 };
8243 /* allocate ReduceAction56 */
8244 val* NEW_parser__ReduceAction56(const struct type* type) {
8245 val* self /* : ReduceAction56 */;
8246 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8247 self->type = type;
8248 self->class = &class_parser__ReduceAction56;
8249 return self;
8250 }
8251 /* allocate ReduceAction56 */
8252 void CHECK_NEW_parser__ReduceAction56(val* self) {
8253 long var /* : Int */;
8254 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction56> */
8255 }
8256 /* runtime class parser__ReduceAction57 */
8257 const struct class class_parser__ReduceAction57 = {
8258 0, /* box_kind */
8259 {
8260 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction57:kernel#Object#object_id */
8261 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction57:kernel#Object#is_same_type */
8262 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction57:kernel#Object#== */
8263 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction57:kernel#Object#!= */
8264 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction57:kernel#Object#output */
8265 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction57:kernel#Object#output_class_name */
8266 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction57:kernel#Object#exit */
8267 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction57:kernel#Object#sys */
8268 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction57:kernel#Object#hash */
8269 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction57:string#Object#to_s */
8270 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction57:string#Object#native_class_name */
8271 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction57:string#Object#class_name */
8272 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction57:string#Object#inspect */
8273 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction57:string#Object#inspect_head */
8274 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction57:string#Object#args */
8275 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction57:math#Object#atan2 */
8276 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction57:math#Object#pi */
8277 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction57:math#Object#srand_from */
8278 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction57:math#Object#srand */
8279 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction57:stream#Object#poll */
8280 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction57:stream#Object#intern_poll */
8281 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction57:time#Object#get_time */
8282 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction57:file#Object#printn */
8283 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction57:file#Object#print */
8284 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction57:file#Object#getc */
8285 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction57:file#Object#gets */
8286 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction57:file#Object#getcwd */
8287 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction57:file#Object#file_getcwd */
8288 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction57:file#Object#stdin */
8289 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction57:file#Object#stdout */
8290 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction57:file#Object#stderr */
8291 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction57:model_base#Object#intrude_visibility */
8292 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction57:model_base#Object#public_visibility */
8293 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction57:model_base#Object#protected_visibility */
8294 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction57:model_base#Object#private_visibility */
8295 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction57:model_base#Object#none_visibility */
8296 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction57:model#Object#abstract_kind */
8297 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction57:model#Object#concrete_kind */
8298 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction57:model#Object#interface_kind */
8299 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction57:model#Object#enum_kind */
8300 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction57:model#Object#extern_kind */
8301 (nitmethod_t)VIRTUAL_parser__ReduceAction57__action, /* pointer to parser:ReduceAction57:parser#ReduceAction57#action */
8302 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction57:parser#ReduceAction#concat */
8303 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction57:parser#ReduceAction#init */
8304 }
8305 };
8306 /* allocate ReduceAction57 */
8307 val* NEW_parser__ReduceAction57(const struct type* type) {
8308 val* self /* : ReduceAction57 */;
8309 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8310 self->type = type;
8311 self->class = &class_parser__ReduceAction57;
8312 return self;
8313 }
8314 /* allocate ReduceAction57 */
8315 void CHECK_NEW_parser__ReduceAction57(val* self) {
8316 long var /* : Int */;
8317 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction57> */
8318 }
8319 /* runtime class parser__ReduceAction58 */
8320 const struct class class_parser__ReduceAction58 = {
8321 0, /* box_kind */
8322 {
8323 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction58:kernel#Object#object_id */
8324 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction58:kernel#Object#is_same_type */
8325 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction58:kernel#Object#== */
8326 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction58:kernel#Object#!= */
8327 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction58:kernel#Object#output */
8328 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction58:kernel#Object#output_class_name */
8329 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction58:kernel#Object#exit */
8330 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction58:kernel#Object#sys */
8331 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction58:kernel#Object#hash */
8332 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction58:string#Object#to_s */
8333 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction58:string#Object#native_class_name */
8334 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction58:string#Object#class_name */
8335 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction58:string#Object#inspect */
8336 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction58:string#Object#inspect_head */
8337 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction58:string#Object#args */
8338 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction58:math#Object#atan2 */
8339 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction58:math#Object#pi */
8340 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction58:math#Object#srand_from */
8341 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction58:math#Object#srand */
8342 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction58:stream#Object#poll */
8343 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction58:stream#Object#intern_poll */
8344 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction58:time#Object#get_time */
8345 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction58:file#Object#printn */
8346 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction58:file#Object#print */
8347 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction58:file#Object#getc */
8348 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction58:file#Object#gets */
8349 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction58:file#Object#getcwd */
8350 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction58:file#Object#file_getcwd */
8351 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction58:file#Object#stdin */
8352 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction58:file#Object#stdout */
8353 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction58:file#Object#stderr */
8354 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction58:model_base#Object#intrude_visibility */
8355 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction58:model_base#Object#public_visibility */
8356 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction58:model_base#Object#protected_visibility */
8357 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction58:model_base#Object#private_visibility */
8358 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction58:model_base#Object#none_visibility */
8359 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction58:model#Object#abstract_kind */
8360 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction58:model#Object#concrete_kind */
8361 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction58:model#Object#interface_kind */
8362 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction58:model#Object#enum_kind */
8363 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction58:model#Object#extern_kind */
8364 (nitmethod_t)VIRTUAL_parser__ReduceAction58__action, /* pointer to parser:ReduceAction58:parser#ReduceAction58#action */
8365 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction58:parser#ReduceAction#concat */
8366 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction58:parser#ReduceAction#init */
8367 }
8368 };
8369 /* allocate ReduceAction58 */
8370 val* NEW_parser__ReduceAction58(const struct type* type) {
8371 val* self /* : ReduceAction58 */;
8372 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8373 self->type = type;
8374 self->class = &class_parser__ReduceAction58;
8375 return self;
8376 }
8377 /* allocate ReduceAction58 */
8378 void CHECK_NEW_parser__ReduceAction58(val* self) {
8379 long var /* : Int */;
8380 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction58> */
8381 }
8382 /* runtime class parser__ReduceAction59 */
8383 const struct class class_parser__ReduceAction59 = {
8384 0, /* box_kind */
8385 {
8386 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction59:kernel#Object#object_id */
8387 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction59:kernel#Object#is_same_type */
8388 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction59:kernel#Object#== */
8389 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction59:kernel#Object#!= */
8390 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction59:kernel#Object#output */
8391 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction59:kernel#Object#output_class_name */
8392 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction59:kernel#Object#exit */
8393 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction59:kernel#Object#sys */
8394 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction59:kernel#Object#hash */
8395 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction59:string#Object#to_s */
8396 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction59:string#Object#native_class_name */
8397 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction59:string#Object#class_name */
8398 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction59:string#Object#inspect */
8399 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction59:string#Object#inspect_head */
8400 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction59:string#Object#args */
8401 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction59:math#Object#atan2 */
8402 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction59:math#Object#pi */
8403 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction59:math#Object#srand_from */
8404 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction59:math#Object#srand */
8405 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction59:stream#Object#poll */
8406 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction59:stream#Object#intern_poll */
8407 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction59:time#Object#get_time */
8408 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction59:file#Object#printn */
8409 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction59:file#Object#print */
8410 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction59:file#Object#getc */
8411 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction59:file#Object#gets */
8412 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction59:file#Object#getcwd */
8413 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction59:file#Object#file_getcwd */
8414 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction59:file#Object#stdin */
8415 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction59:file#Object#stdout */
8416 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction59:file#Object#stderr */
8417 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction59:model_base#Object#intrude_visibility */
8418 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction59:model_base#Object#public_visibility */
8419 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction59:model_base#Object#protected_visibility */
8420 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction59:model_base#Object#private_visibility */
8421 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction59:model_base#Object#none_visibility */
8422 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction59:model#Object#abstract_kind */
8423 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction59:model#Object#concrete_kind */
8424 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction59:model#Object#interface_kind */
8425 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction59:model#Object#enum_kind */
8426 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction59:model#Object#extern_kind */
8427 (nitmethod_t)VIRTUAL_parser__ReduceAction59__action, /* pointer to parser:ReduceAction59:parser#ReduceAction59#action */
8428 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction59:parser#ReduceAction#concat */
8429 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction59:parser#ReduceAction#init */
8430 }
8431 };
8432 /* allocate ReduceAction59 */
8433 val* NEW_parser__ReduceAction59(const struct type* type) {
8434 val* self /* : ReduceAction59 */;
8435 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8436 self->type = type;
8437 self->class = &class_parser__ReduceAction59;
8438 return self;
8439 }
8440 /* allocate ReduceAction59 */
8441 void CHECK_NEW_parser__ReduceAction59(val* self) {
8442 long var /* : Int */;
8443 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction59> */
8444 }
8445 /* runtime class parser__ReduceAction60 */
8446 const struct class class_parser__ReduceAction60 = {
8447 0, /* box_kind */
8448 {
8449 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction60:kernel#Object#object_id */
8450 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction60:kernel#Object#is_same_type */
8451 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction60:kernel#Object#== */
8452 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction60:kernel#Object#!= */
8453 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction60:kernel#Object#output */
8454 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction60:kernel#Object#output_class_name */
8455 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction60:kernel#Object#exit */
8456 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction60:kernel#Object#sys */
8457 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction60:kernel#Object#hash */
8458 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction60:string#Object#to_s */
8459 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction60:string#Object#native_class_name */
8460 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction60:string#Object#class_name */
8461 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction60:string#Object#inspect */
8462 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction60:string#Object#inspect_head */
8463 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction60:string#Object#args */
8464 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction60:math#Object#atan2 */
8465 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction60:math#Object#pi */
8466 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction60:math#Object#srand_from */
8467 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction60:math#Object#srand */
8468 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction60:stream#Object#poll */
8469 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction60:stream#Object#intern_poll */
8470 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction60:time#Object#get_time */
8471 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction60:file#Object#printn */
8472 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction60:file#Object#print */
8473 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction60:file#Object#getc */
8474 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction60:file#Object#gets */
8475 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction60:file#Object#getcwd */
8476 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction60:file#Object#file_getcwd */
8477 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction60:file#Object#stdin */
8478 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction60:file#Object#stdout */
8479 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction60:file#Object#stderr */
8480 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction60:model_base#Object#intrude_visibility */
8481 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction60:model_base#Object#public_visibility */
8482 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction60:model_base#Object#protected_visibility */
8483 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction60:model_base#Object#private_visibility */
8484 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction60:model_base#Object#none_visibility */
8485 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction60:model#Object#abstract_kind */
8486 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction60:model#Object#concrete_kind */
8487 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction60:model#Object#interface_kind */
8488 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction60:model#Object#enum_kind */
8489 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction60:model#Object#extern_kind */
8490 (nitmethod_t)VIRTUAL_parser__ReduceAction60__action, /* pointer to parser:ReduceAction60:parser#ReduceAction60#action */
8491 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction60:parser#ReduceAction#concat */
8492 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction60:parser#ReduceAction#init */
8493 }
8494 };
8495 /* allocate ReduceAction60 */
8496 val* NEW_parser__ReduceAction60(const struct type* type) {
8497 val* self /* : ReduceAction60 */;
8498 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8499 self->type = type;
8500 self->class = &class_parser__ReduceAction60;
8501 return self;
8502 }
8503 /* allocate ReduceAction60 */
8504 void CHECK_NEW_parser__ReduceAction60(val* self) {
8505 long var /* : Int */;
8506 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction60> */
8507 }
8508 /* runtime class parser__ReduceAction61 */
8509 const struct class class_parser__ReduceAction61 = {
8510 0, /* box_kind */
8511 {
8512 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction61:kernel#Object#object_id */
8513 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction61:kernel#Object#is_same_type */
8514 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction61:kernel#Object#== */
8515 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction61:kernel#Object#!= */
8516 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction61:kernel#Object#output */
8517 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction61:kernel#Object#output_class_name */
8518 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction61:kernel#Object#exit */
8519 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction61:kernel#Object#sys */
8520 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction61:kernel#Object#hash */
8521 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction61:string#Object#to_s */
8522 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction61:string#Object#native_class_name */
8523 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction61:string#Object#class_name */
8524 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction61:string#Object#inspect */
8525 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction61:string#Object#inspect_head */
8526 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction61:string#Object#args */
8527 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction61:math#Object#atan2 */
8528 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction61:math#Object#pi */
8529 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction61:math#Object#srand_from */
8530 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction61:math#Object#srand */
8531 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction61:stream#Object#poll */
8532 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction61:stream#Object#intern_poll */
8533 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction61:time#Object#get_time */
8534 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction61:file#Object#printn */
8535 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction61:file#Object#print */
8536 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction61:file#Object#getc */
8537 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction61:file#Object#gets */
8538 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction61:file#Object#getcwd */
8539 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction61:file#Object#file_getcwd */
8540 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction61:file#Object#stdin */
8541 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction61:file#Object#stdout */
8542 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction61:file#Object#stderr */
8543 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction61:model_base#Object#intrude_visibility */
8544 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction61:model_base#Object#public_visibility */
8545 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction61:model_base#Object#protected_visibility */
8546 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction61:model_base#Object#private_visibility */
8547 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction61:model_base#Object#none_visibility */
8548 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction61:model#Object#abstract_kind */
8549 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction61:model#Object#concrete_kind */
8550 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction61:model#Object#interface_kind */
8551 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction61:model#Object#enum_kind */
8552 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction61:model#Object#extern_kind */
8553 (nitmethod_t)VIRTUAL_parser__ReduceAction61__action, /* pointer to parser:ReduceAction61:parser#ReduceAction61#action */
8554 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction61:parser#ReduceAction#concat */
8555 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction61:parser#ReduceAction#init */
8556 }
8557 };
8558 /* allocate ReduceAction61 */
8559 val* NEW_parser__ReduceAction61(const struct type* type) {
8560 val* self /* : ReduceAction61 */;
8561 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8562 self->type = type;
8563 self->class = &class_parser__ReduceAction61;
8564 return self;
8565 }
8566 /* allocate ReduceAction61 */
8567 void CHECK_NEW_parser__ReduceAction61(val* self) {
8568 long var /* : Int */;
8569 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction61> */
8570 }
8571 /* runtime class parser__ReduceAction62 */
8572 const struct class class_parser__ReduceAction62 = {
8573 0, /* box_kind */
8574 {
8575 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction62:kernel#Object#object_id */
8576 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction62:kernel#Object#is_same_type */
8577 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction62:kernel#Object#== */
8578 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction62:kernel#Object#!= */
8579 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction62:kernel#Object#output */
8580 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction62:kernel#Object#output_class_name */
8581 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction62:kernel#Object#exit */
8582 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction62:kernel#Object#sys */
8583 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction62:kernel#Object#hash */
8584 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction62:string#Object#to_s */
8585 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction62:string#Object#native_class_name */
8586 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction62:string#Object#class_name */
8587 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction62:string#Object#inspect */
8588 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction62:string#Object#inspect_head */
8589 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction62:string#Object#args */
8590 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction62:math#Object#atan2 */
8591 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction62:math#Object#pi */
8592 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction62:math#Object#srand_from */
8593 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction62:math#Object#srand */
8594 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction62:stream#Object#poll */
8595 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction62:stream#Object#intern_poll */
8596 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction62:time#Object#get_time */
8597 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction62:file#Object#printn */
8598 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction62:file#Object#print */
8599 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction62:file#Object#getc */
8600 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction62:file#Object#gets */
8601 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction62:file#Object#getcwd */
8602 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction62:file#Object#file_getcwd */
8603 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction62:file#Object#stdin */
8604 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction62:file#Object#stdout */
8605 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction62:file#Object#stderr */
8606 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction62:model_base#Object#intrude_visibility */
8607 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction62:model_base#Object#public_visibility */
8608 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction62:model_base#Object#protected_visibility */
8609 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction62:model_base#Object#private_visibility */
8610 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction62:model_base#Object#none_visibility */
8611 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction62:model#Object#abstract_kind */
8612 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction62:model#Object#concrete_kind */
8613 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction62:model#Object#interface_kind */
8614 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction62:model#Object#enum_kind */
8615 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction62:model#Object#extern_kind */
8616 (nitmethod_t)VIRTUAL_parser__ReduceAction62__action, /* pointer to parser:ReduceAction62:parser#ReduceAction62#action */
8617 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction62:parser#ReduceAction#concat */
8618 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction62:parser#ReduceAction#init */
8619 }
8620 };
8621 /* allocate ReduceAction62 */
8622 val* NEW_parser__ReduceAction62(const struct type* type) {
8623 val* self /* : ReduceAction62 */;
8624 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8625 self->type = type;
8626 self->class = &class_parser__ReduceAction62;
8627 return self;
8628 }
8629 /* allocate ReduceAction62 */
8630 void CHECK_NEW_parser__ReduceAction62(val* self) {
8631 long var /* : Int */;
8632 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction62> */
8633 }
8634 /* runtime class parser__ReduceAction63 */
8635 const struct class class_parser__ReduceAction63 = {
8636 0, /* box_kind */
8637 {
8638 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction63:kernel#Object#object_id */
8639 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction63:kernel#Object#is_same_type */
8640 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction63:kernel#Object#== */
8641 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction63:kernel#Object#!= */
8642 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction63:kernel#Object#output */
8643 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction63:kernel#Object#output_class_name */
8644 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction63:kernel#Object#exit */
8645 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction63:kernel#Object#sys */
8646 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction63:kernel#Object#hash */
8647 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction63:string#Object#to_s */
8648 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction63:string#Object#native_class_name */
8649 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction63:string#Object#class_name */
8650 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction63:string#Object#inspect */
8651 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction63:string#Object#inspect_head */
8652 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction63:string#Object#args */
8653 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction63:math#Object#atan2 */
8654 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction63:math#Object#pi */
8655 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction63:math#Object#srand_from */
8656 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction63:math#Object#srand */
8657 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction63:stream#Object#poll */
8658 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction63:stream#Object#intern_poll */
8659 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction63:time#Object#get_time */
8660 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction63:file#Object#printn */
8661 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction63:file#Object#print */
8662 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction63:file#Object#getc */
8663 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction63:file#Object#gets */
8664 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction63:file#Object#getcwd */
8665 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction63:file#Object#file_getcwd */
8666 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction63:file#Object#stdin */
8667 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction63:file#Object#stdout */
8668 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction63:file#Object#stderr */
8669 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction63:model_base#Object#intrude_visibility */
8670 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction63:model_base#Object#public_visibility */
8671 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction63:model_base#Object#protected_visibility */
8672 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction63:model_base#Object#private_visibility */
8673 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction63:model_base#Object#none_visibility */
8674 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction63:model#Object#abstract_kind */
8675 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction63:model#Object#concrete_kind */
8676 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction63:model#Object#interface_kind */
8677 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction63:model#Object#enum_kind */
8678 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction63:model#Object#extern_kind */
8679 (nitmethod_t)VIRTUAL_parser__ReduceAction63__action, /* pointer to parser:ReduceAction63:parser#ReduceAction63#action */
8680 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction63:parser#ReduceAction#concat */
8681 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction63:parser#ReduceAction#init */
8682 }
8683 };
8684 /* allocate ReduceAction63 */
8685 val* NEW_parser__ReduceAction63(const struct type* type) {
8686 val* self /* : ReduceAction63 */;
8687 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8688 self->type = type;
8689 self->class = &class_parser__ReduceAction63;
8690 return self;
8691 }
8692 /* allocate ReduceAction63 */
8693 void CHECK_NEW_parser__ReduceAction63(val* self) {
8694 long var /* : Int */;
8695 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction63> */
8696 }
8697 /* runtime class parser__ReduceAction64 */
8698 const struct class class_parser__ReduceAction64 = {
8699 0, /* box_kind */
8700 {
8701 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction64:kernel#Object#object_id */
8702 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction64:kernel#Object#is_same_type */
8703 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction64:kernel#Object#== */
8704 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction64:kernel#Object#!= */
8705 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction64:kernel#Object#output */
8706 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction64:kernel#Object#output_class_name */
8707 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction64:kernel#Object#exit */
8708 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction64:kernel#Object#sys */
8709 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction64:kernel#Object#hash */
8710 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction64:string#Object#to_s */
8711 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction64:string#Object#native_class_name */
8712 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction64:string#Object#class_name */
8713 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction64:string#Object#inspect */
8714 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction64:string#Object#inspect_head */
8715 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction64:string#Object#args */
8716 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction64:math#Object#atan2 */
8717 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction64:math#Object#pi */
8718 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction64:math#Object#srand_from */
8719 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction64:math#Object#srand */
8720 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction64:stream#Object#poll */
8721 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction64:stream#Object#intern_poll */
8722 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction64:time#Object#get_time */
8723 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction64:file#Object#printn */
8724 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction64:file#Object#print */
8725 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction64:file#Object#getc */
8726 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction64:file#Object#gets */
8727 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction64:file#Object#getcwd */
8728 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction64:file#Object#file_getcwd */
8729 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction64:file#Object#stdin */
8730 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction64:file#Object#stdout */
8731 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction64:file#Object#stderr */
8732 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction64:model_base#Object#intrude_visibility */
8733 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction64:model_base#Object#public_visibility */
8734 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction64:model_base#Object#protected_visibility */
8735 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction64:model_base#Object#private_visibility */
8736 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction64:model_base#Object#none_visibility */
8737 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction64:model#Object#abstract_kind */
8738 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction64:model#Object#concrete_kind */
8739 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction64:model#Object#interface_kind */
8740 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction64:model#Object#enum_kind */
8741 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction64:model#Object#extern_kind */
8742 (nitmethod_t)VIRTUAL_parser__ReduceAction64__action, /* pointer to parser:ReduceAction64:parser#ReduceAction64#action */
8743 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction64:parser#ReduceAction#concat */
8744 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction64:parser#ReduceAction#init */
8745 }
8746 };
8747 /* allocate ReduceAction64 */
8748 val* NEW_parser__ReduceAction64(const struct type* type) {
8749 val* self /* : ReduceAction64 */;
8750 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8751 self->type = type;
8752 self->class = &class_parser__ReduceAction64;
8753 return self;
8754 }
8755 /* allocate ReduceAction64 */
8756 void CHECK_NEW_parser__ReduceAction64(val* self) {
8757 long var /* : Int */;
8758 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction64> */
8759 }
8760 /* runtime class parser__ReduceAction65 */
8761 const struct class class_parser__ReduceAction65 = {
8762 0, /* box_kind */
8763 {
8764 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction65:kernel#Object#object_id */
8765 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction65:kernel#Object#is_same_type */
8766 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction65:kernel#Object#== */
8767 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction65:kernel#Object#!= */
8768 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction65:kernel#Object#output */
8769 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction65:kernel#Object#output_class_name */
8770 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction65:kernel#Object#exit */
8771 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction65:kernel#Object#sys */
8772 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction65:kernel#Object#hash */
8773 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction65:string#Object#to_s */
8774 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction65:string#Object#native_class_name */
8775 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction65:string#Object#class_name */
8776 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction65:string#Object#inspect */
8777 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction65:string#Object#inspect_head */
8778 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction65:string#Object#args */
8779 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction65:math#Object#atan2 */
8780 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction65:math#Object#pi */
8781 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction65:math#Object#srand_from */
8782 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction65:math#Object#srand */
8783 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction65:stream#Object#poll */
8784 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction65:stream#Object#intern_poll */
8785 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction65:time#Object#get_time */
8786 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction65:file#Object#printn */
8787 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction65:file#Object#print */
8788 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction65:file#Object#getc */
8789 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction65:file#Object#gets */
8790 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction65:file#Object#getcwd */
8791 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction65:file#Object#file_getcwd */
8792 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction65:file#Object#stdin */
8793 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction65:file#Object#stdout */
8794 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction65:file#Object#stderr */
8795 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction65:model_base#Object#intrude_visibility */
8796 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction65:model_base#Object#public_visibility */
8797 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction65:model_base#Object#protected_visibility */
8798 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction65:model_base#Object#private_visibility */
8799 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction65:model_base#Object#none_visibility */
8800 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction65:model#Object#abstract_kind */
8801 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction65:model#Object#concrete_kind */
8802 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction65:model#Object#interface_kind */
8803 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction65:model#Object#enum_kind */
8804 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction65:model#Object#extern_kind */
8805 (nitmethod_t)VIRTUAL_parser__ReduceAction65__action, /* pointer to parser:ReduceAction65:parser#ReduceAction65#action */
8806 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction65:parser#ReduceAction#concat */
8807 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction65:parser#ReduceAction#init */
8808 }
8809 };
8810 /* allocate ReduceAction65 */
8811 val* NEW_parser__ReduceAction65(const struct type* type) {
8812 val* self /* : ReduceAction65 */;
8813 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8814 self->type = type;
8815 self->class = &class_parser__ReduceAction65;
8816 return self;
8817 }
8818 /* allocate ReduceAction65 */
8819 void CHECK_NEW_parser__ReduceAction65(val* self) {
8820 long var /* : Int */;
8821 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction65> */
8822 }
8823 /* runtime class parser__ReduceAction66 */
8824 const struct class class_parser__ReduceAction66 = {
8825 0, /* box_kind */
8826 {
8827 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction66:kernel#Object#object_id */
8828 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction66:kernel#Object#is_same_type */
8829 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction66:kernel#Object#== */
8830 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction66:kernel#Object#!= */
8831 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction66:kernel#Object#output */
8832 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction66:kernel#Object#output_class_name */
8833 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction66:kernel#Object#exit */
8834 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction66:kernel#Object#sys */
8835 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction66:kernel#Object#hash */
8836 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction66:string#Object#to_s */
8837 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction66:string#Object#native_class_name */
8838 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction66:string#Object#class_name */
8839 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction66:string#Object#inspect */
8840 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction66:string#Object#inspect_head */
8841 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction66:string#Object#args */
8842 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction66:math#Object#atan2 */
8843 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction66:math#Object#pi */
8844 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction66:math#Object#srand_from */
8845 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction66:math#Object#srand */
8846 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction66:stream#Object#poll */
8847 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction66:stream#Object#intern_poll */
8848 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction66:time#Object#get_time */
8849 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction66:file#Object#printn */
8850 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction66:file#Object#print */
8851 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction66:file#Object#getc */
8852 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction66:file#Object#gets */
8853 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction66:file#Object#getcwd */
8854 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction66:file#Object#file_getcwd */
8855 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction66:file#Object#stdin */
8856 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction66:file#Object#stdout */
8857 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction66:file#Object#stderr */
8858 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction66:model_base#Object#intrude_visibility */
8859 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction66:model_base#Object#public_visibility */
8860 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction66:model_base#Object#protected_visibility */
8861 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction66:model_base#Object#private_visibility */
8862 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction66:model_base#Object#none_visibility */
8863 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction66:model#Object#abstract_kind */
8864 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction66:model#Object#concrete_kind */
8865 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction66:model#Object#interface_kind */
8866 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction66:model#Object#enum_kind */
8867 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction66:model#Object#extern_kind */
8868 (nitmethod_t)VIRTUAL_parser__ReduceAction66__action, /* pointer to parser:ReduceAction66:parser#ReduceAction66#action */
8869 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction66:parser#ReduceAction#concat */
8870 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction66:parser#ReduceAction#init */
8871 }
8872 };
8873 /* allocate ReduceAction66 */
8874 val* NEW_parser__ReduceAction66(const struct type* type) {
8875 val* self /* : ReduceAction66 */;
8876 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8877 self->type = type;
8878 self->class = &class_parser__ReduceAction66;
8879 return self;
8880 }
8881 /* allocate ReduceAction66 */
8882 void CHECK_NEW_parser__ReduceAction66(val* self) {
8883 long var /* : Int */;
8884 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction66> */
8885 }
8886 /* runtime class parser__ReduceAction67 */
8887 const struct class class_parser__ReduceAction67 = {
8888 0, /* box_kind */
8889 {
8890 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction67:kernel#Object#object_id */
8891 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction67:kernel#Object#is_same_type */
8892 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction67:kernel#Object#== */
8893 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction67:kernel#Object#!= */
8894 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction67:kernel#Object#output */
8895 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction67:kernel#Object#output_class_name */
8896 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction67:kernel#Object#exit */
8897 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction67:kernel#Object#sys */
8898 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction67:kernel#Object#hash */
8899 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction67:string#Object#to_s */
8900 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction67:string#Object#native_class_name */
8901 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction67:string#Object#class_name */
8902 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction67:string#Object#inspect */
8903 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction67:string#Object#inspect_head */
8904 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction67:string#Object#args */
8905 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction67:math#Object#atan2 */
8906 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction67:math#Object#pi */
8907 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction67:math#Object#srand_from */
8908 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction67:math#Object#srand */
8909 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction67:stream#Object#poll */
8910 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction67:stream#Object#intern_poll */
8911 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction67:time#Object#get_time */
8912 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction67:file#Object#printn */
8913 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction67:file#Object#print */
8914 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction67:file#Object#getc */
8915 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction67:file#Object#gets */
8916 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction67:file#Object#getcwd */
8917 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction67:file#Object#file_getcwd */
8918 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction67:file#Object#stdin */
8919 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction67:file#Object#stdout */
8920 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction67:file#Object#stderr */
8921 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction67:model_base#Object#intrude_visibility */
8922 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction67:model_base#Object#public_visibility */
8923 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction67:model_base#Object#protected_visibility */
8924 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction67:model_base#Object#private_visibility */
8925 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction67:model_base#Object#none_visibility */
8926 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction67:model#Object#abstract_kind */
8927 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction67:model#Object#concrete_kind */
8928 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction67:model#Object#interface_kind */
8929 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction67:model#Object#enum_kind */
8930 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction67:model#Object#extern_kind */
8931 (nitmethod_t)VIRTUAL_parser__ReduceAction67__action, /* pointer to parser:ReduceAction67:parser#ReduceAction67#action */
8932 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction67:parser#ReduceAction#concat */
8933 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction67:parser#ReduceAction#init */
8934 }
8935 };
8936 /* allocate ReduceAction67 */
8937 val* NEW_parser__ReduceAction67(const struct type* type) {
8938 val* self /* : ReduceAction67 */;
8939 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8940 self->type = type;
8941 self->class = &class_parser__ReduceAction67;
8942 return self;
8943 }
8944 /* allocate ReduceAction67 */
8945 void CHECK_NEW_parser__ReduceAction67(val* self) {
8946 long var /* : Int */;
8947 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction67> */
8948 }
8949 /* runtime class parser__ReduceAction68 */
8950 const struct class class_parser__ReduceAction68 = {
8951 0, /* box_kind */
8952 {
8953 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction68:kernel#Object#object_id */
8954 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction68:kernel#Object#is_same_type */
8955 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction68:kernel#Object#== */
8956 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction68:kernel#Object#!= */
8957 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction68:kernel#Object#output */
8958 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction68:kernel#Object#output_class_name */
8959 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction68:kernel#Object#exit */
8960 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction68:kernel#Object#sys */
8961 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction68:kernel#Object#hash */
8962 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction68:string#Object#to_s */
8963 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction68:string#Object#native_class_name */
8964 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction68:string#Object#class_name */
8965 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction68:string#Object#inspect */
8966 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction68:string#Object#inspect_head */
8967 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction68:string#Object#args */
8968 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction68:math#Object#atan2 */
8969 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction68:math#Object#pi */
8970 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction68:math#Object#srand_from */
8971 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction68:math#Object#srand */
8972 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction68:stream#Object#poll */
8973 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction68:stream#Object#intern_poll */
8974 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction68:time#Object#get_time */
8975 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction68:file#Object#printn */
8976 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction68:file#Object#print */
8977 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction68:file#Object#getc */
8978 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction68:file#Object#gets */
8979 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction68:file#Object#getcwd */
8980 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction68:file#Object#file_getcwd */
8981 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction68:file#Object#stdin */
8982 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction68:file#Object#stdout */
8983 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction68:file#Object#stderr */
8984 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction68:model_base#Object#intrude_visibility */
8985 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction68:model_base#Object#public_visibility */
8986 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction68:model_base#Object#protected_visibility */
8987 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction68:model_base#Object#private_visibility */
8988 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction68:model_base#Object#none_visibility */
8989 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction68:model#Object#abstract_kind */
8990 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction68:model#Object#concrete_kind */
8991 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction68:model#Object#interface_kind */
8992 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction68:model#Object#enum_kind */
8993 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction68:model#Object#extern_kind */
8994 (nitmethod_t)VIRTUAL_parser__ReduceAction68__action, /* pointer to parser:ReduceAction68:parser#ReduceAction68#action */
8995 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction68:parser#ReduceAction#concat */
8996 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction68:parser#ReduceAction#init */
8997 }
8998 };
8999 /* allocate ReduceAction68 */
9000 val* NEW_parser__ReduceAction68(const struct type* type) {
9001 val* self /* : ReduceAction68 */;
9002 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9003 self->type = type;
9004 self->class = &class_parser__ReduceAction68;
9005 return self;
9006 }
9007 /* allocate ReduceAction68 */
9008 void CHECK_NEW_parser__ReduceAction68(val* self) {
9009 long var /* : Int */;
9010 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction68> */
9011 }
9012 /* runtime class parser__ReduceAction69 */
9013 const struct class class_parser__ReduceAction69 = {
9014 0, /* box_kind */
9015 {
9016 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction69:kernel#Object#object_id */
9017 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction69:kernel#Object#is_same_type */
9018 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction69:kernel#Object#== */
9019 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction69:kernel#Object#!= */
9020 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction69:kernel#Object#output */
9021 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction69:kernel#Object#output_class_name */
9022 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction69:kernel#Object#exit */
9023 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction69:kernel#Object#sys */
9024 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction69:kernel#Object#hash */
9025 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction69:string#Object#to_s */
9026 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction69:string#Object#native_class_name */
9027 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction69:string#Object#class_name */
9028 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction69:string#Object#inspect */
9029 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction69:string#Object#inspect_head */
9030 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction69:string#Object#args */
9031 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction69:math#Object#atan2 */
9032 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction69:math#Object#pi */
9033 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction69:math#Object#srand_from */
9034 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction69:math#Object#srand */
9035 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction69:stream#Object#poll */
9036 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction69:stream#Object#intern_poll */
9037 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction69:time#Object#get_time */
9038 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction69:file#Object#printn */
9039 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction69:file#Object#print */
9040 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction69:file#Object#getc */
9041 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction69:file#Object#gets */
9042 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction69:file#Object#getcwd */
9043 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction69:file#Object#file_getcwd */
9044 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction69:file#Object#stdin */
9045 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction69:file#Object#stdout */
9046 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction69:file#Object#stderr */
9047 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction69:model_base#Object#intrude_visibility */
9048 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction69:model_base#Object#public_visibility */
9049 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction69:model_base#Object#protected_visibility */
9050 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction69:model_base#Object#private_visibility */
9051 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction69:model_base#Object#none_visibility */
9052 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction69:model#Object#abstract_kind */
9053 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction69:model#Object#concrete_kind */
9054 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction69:model#Object#interface_kind */
9055 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction69:model#Object#enum_kind */
9056 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction69:model#Object#extern_kind */
9057 (nitmethod_t)VIRTUAL_parser__ReduceAction69__action, /* pointer to parser:ReduceAction69:parser#ReduceAction69#action */
9058 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction69:parser#ReduceAction#concat */
9059 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction69:parser#ReduceAction#init */
9060 }
9061 };
9062 /* allocate ReduceAction69 */
9063 val* NEW_parser__ReduceAction69(const struct type* type) {
9064 val* self /* : ReduceAction69 */;
9065 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9066 self->type = type;
9067 self->class = &class_parser__ReduceAction69;
9068 return self;
9069 }
9070 /* allocate ReduceAction69 */
9071 void CHECK_NEW_parser__ReduceAction69(val* self) {
9072 long var /* : Int */;
9073 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction69> */
9074 }
9075 /* runtime class parser__ReduceAction70 */
9076 const struct class class_parser__ReduceAction70 = {
9077 0, /* box_kind */
9078 {
9079 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction70:kernel#Object#object_id */
9080 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction70:kernel#Object#is_same_type */
9081 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction70:kernel#Object#== */
9082 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction70:kernel#Object#!= */
9083 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction70:kernel#Object#output */
9084 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction70:kernel#Object#output_class_name */
9085 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction70:kernel#Object#exit */
9086 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction70:kernel#Object#sys */
9087 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction70:kernel#Object#hash */
9088 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction70:string#Object#to_s */
9089 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction70:string#Object#native_class_name */
9090 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction70:string#Object#class_name */
9091 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction70:string#Object#inspect */
9092 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction70:string#Object#inspect_head */
9093 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction70:string#Object#args */
9094 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction70:math#Object#atan2 */
9095 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction70:math#Object#pi */
9096 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction70:math#Object#srand_from */
9097 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction70:math#Object#srand */
9098 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction70:stream#Object#poll */
9099 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction70:stream#Object#intern_poll */
9100 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction70:time#Object#get_time */
9101 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction70:file#Object#printn */
9102 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction70:file#Object#print */
9103 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction70:file#Object#getc */
9104 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction70:file#Object#gets */
9105 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction70:file#Object#getcwd */
9106 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction70:file#Object#file_getcwd */
9107 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction70:file#Object#stdin */
9108 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction70:file#Object#stdout */
9109 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction70:file#Object#stderr */
9110 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction70:model_base#Object#intrude_visibility */
9111 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction70:model_base#Object#public_visibility */
9112 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction70:model_base#Object#protected_visibility */
9113 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction70:model_base#Object#private_visibility */
9114 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction70:model_base#Object#none_visibility */
9115 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction70:model#Object#abstract_kind */
9116 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction70:model#Object#concrete_kind */
9117 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction70:model#Object#interface_kind */
9118 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction70:model#Object#enum_kind */
9119 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction70:model#Object#extern_kind */
9120 (nitmethod_t)VIRTUAL_parser__ReduceAction70__action, /* pointer to parser:ReduceAction70:parser#ReduceAction70#action */
9121 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction70:parser#ReduceAction#concat */
9122 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction70:parser#ReduceAction#init */
9123 }
9124 };
9125 /* allocate ReduceAction70 */
9126 val* NEW_parser__ReduceAction70(const struct type* type) {
9127 val* self /* : ReduceAction70 */;
9128 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9129 self->type = type;
9130 self->class = &class_parser__ReduceAction70;
9131 return self;
9132 }
9133 /* allocate ReduceAction70 */
9134 void CHECK_NEW_parser__ReduceAction70(val* self) {
9135 long var /* : Int */;
9136 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction70> */
9137 }
9138 /* runtime class parser__ReduceAction71 */
9139 const struct class class_parser__ReduceAction71 = {
9140 0, /* box_kind */
9141 {
9142 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction71:kernel#Object#object_id */
9143 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction71:kernel#Object#is_same_type */
9144 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction71:kernel#Object#== */
9145 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction71:kernel#Object#!= */
9146 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction71:kernel#Object#output */
9147 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction71:kernel#Object#output_class_name */
9148 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction71:kernel#Object#exit */
9149 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction71:kernel#Object#sys */
9150 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction71:kernel#Object#hash */
9151 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction71:string#Object#to_s */
9152 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction71:string#Object#native_class_name */
9153 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction71:string#Object#class_name */
9154 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction71:string#Object#inspect */
9155 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction71:string#Object#inspect_head */
9156 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction71:string#Object#args */
9157 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction71:math#Object#atan2 */
9158 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction71:math#Object#pi */
9159 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction71:math#Object#srand_from */
9160 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction71:math#Object#srand */
9161 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction71:stream#Object#poll */
9162 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction71:stream#Object#intern_poll */
9163 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction71:time#Object#get_time */
9164 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction71:file#Object#printn */
9165 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction71:file#Object#print */
9166 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction71:file#Object#getc */
9167 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction71:file#Object#gets */
9168 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction71:file#Object#getcwd */
9169 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction71:file#Object#file_getcwd */
9170 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction71:file#Object#stdin */
9171 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction71:file#Object#stdout */
9172 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction71:file#Object#stderr */
9173 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction71:model_base#Object#intrude_visibility */
9174 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction71:model_base#Object#public_visibility */
9175 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction71:model_base#Object#protected_visibility */
9176 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction71:model_base#Object#private_visibility */
9177 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction71:model_base#Object#none_visibility */
9178 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction71:model#Object#abstract_kind */
9179 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction71:model#Object#concrete_kind */
9180 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction71:model#Object#interface_kind */
9181 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction71:model#Object#enum_kind */
9182 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction71:model#Object#extern_kind */
9183 (nitmethod_t)VIRTUAL_parser__ReduceAction71__action, /* pointer to parser:ReduceAction71:parser#ReduceAction71#action */
9184 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction71:parser#ReduceAction#concat */
9185 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction71:parser#ReduceAction#init */
9186 }
9187 };
9188 /* allocate ReduceAction71 */
9189 val* NEW_parser__ReduceAction71(const struct type* type) {
9190 val* self /* : ReduceAction71 */;
9191 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9192 self->type = type;
9193 self->class = &class_parser__ReduceAction71;
9194 return self;
9195 }
9196 /* allocate ReduceAction71 */
9197 void CHECK_NEW_parser__ReduceAction71(val* self) {
9198 long var /* : Int */;
9199 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction71> */
9200 }
9201 /* runtime class parser__ReduceAction73 */
9202 const struct class class_parser__ReduceAction73 = {
9203 0, /* box_kind */
9204 {
9205 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction73:kernel#Object#object_id */
9206 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction73:kernel#Object#is_same_type */
9207 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction73:kernel#Object#== */
9208 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction73:kernel#Object#!= */
9209 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction73:kernel#Object#output */
9210 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction73:kernel#Object#output_class_name */
9211 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction73:kernel#Object#exit */
9212 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction73:kernel#Object#sys */
9213 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction73:kernel#Object#hash */
9214 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction73:string#Object#to_s */
9215 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction73:string#Object#native_class_name */
9216 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction73:string#Object#class_name */
9217 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction73:string#Object#inspect */
9218 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction73:string#Object#inspect_head */
9219 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction73:string#Object#args */
9220 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction73:math#Object#atan2 */
9221 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction73:math#Object#pi */
9222 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction73:math#Object#srand_from */
9223 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction73:math#Object#srand */
9224 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction73:stream#Object#poll */
9225 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction73:stream#Object#intern_poll */
9226 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction73:time#Object#get_time */
9227 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction73:file#Object#printn */
9228 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction73:file#Object#print */
9229 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction73:file#Object#getc */
9230 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction73:file#Object#gets */
9231 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction73:file#Object#getcwd */
9232 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction73:file#Object#file_getcwd */
9233 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction73:file#Object#stdin */
9234 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction73:file#Object#stdout */
9235 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction73:file#Object#stderr */
9236 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction73:model_base#Object#intrude_visibility */
9237 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction73:model_base#Object#public_visibility */
9238 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction73:model_base#Object#protected_visibility */
9239 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction73:model_base#Object#private_visibility */
9240 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction73:model_base#Object#none_visibility */
9241 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction73:model#Object#abstract_kind */
9242 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction73:model#Object#concrete_kind */
9243 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction73:model#Object#interface_kind */
9244 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction73:model#Object#enum_kind */
9245 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction73:model#Object#extern_kind */
9246 (nitmethod_t)VIRTUAL_parser__ReduceAction73__action, /* pointer to parser:ReduceAction73:parser#ReduceAction73#action */
9247 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction73:parser#ReduceAction#concat */
9248 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction73:parser#ReduceAction#init */
9249 }
9250 };
9251 /* allocate ReduceAction73 */
9252 val* NEW_parser__ReduceAction73(const struct type* type) {
9253 val* self /* : ReduceAction73 */;
9254 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9255 self->type = type;
9256 self->class = &class_parser__ReduceAction73;
9257 return self;
9258 }
9259 /* allocate ReduceAction73 */
9260 void CHECK_NEW_parser__ReduceAction73(val* self) {
9261 long var /* : Int */;
9262 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction73> */
9263 }
9264 /* runtime class parser__ReduceAction74 */
9265 const struct class class_parser__ReduceAction74 = {
9266 0, /* box_kind */
9267 {
9268 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction74:kernel#Object#object_id */
9269 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction74:kernel#Object#is_same_type */
9270 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction74:kernel#Object#== */
9271 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction74:kernel#Object#!= */
9272 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction74:kernel#Object#output */
9273 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction74:kernel#Object#output_class_name */
9274 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction74:kernel#Object#exit */
9275 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction74:kernel#Object#sys */
9276 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction74:kernel#Object#hash */
9277 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction74:string#Object#to_s */
9278 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction74:string#Object#native_class_name */
9279 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction74:string#Object#class_name */
9280 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction74:string#Object#inspect */
9281 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction74:string#Object#inspect_head */
9282 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction74:string#Object#args */
9283 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction74:math#Object#atan2 */
9284 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction74:math#Object#pi */
9285 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction74:math#Object#srand_from */
9286 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction74:math#Object#srand */
9287 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction74:stream#Object#poll */
9288 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction74:stream#Object#intern_poll */
9289 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction74:time#Object#get_time */
9290 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction74:file#Object#printn */
9291 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction74:file#Object#print */
9292 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction74:file#Object#getc */
9293 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction74:file#Object#gets */
9294 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction74:file#Object#getcwd */
9295 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction74:file#Object#file_getcwd */
9296 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction74:file#Object#stdin */
9297 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction74:file#Object#stdout */
9298 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction74:file#Object#stderr */
9299 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction74:model_base#Object#intrude_visibility */
9300 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction74:model_base#Object#public_visibility */
9301 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction74:model_base#Object#protected_visibility */
9302 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction74:model_base#Object#private_visibility */
9303 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction74:model_base#Object#none_visibility */
9304 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction74:model#Object#abstract_kind */
9305 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction74:model#Object#concrete_kind */
9306 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction74:model#Object#interface_kind */
9307 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction74:model#Object#enum_kind */
9308 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction74:model#Object#extern_kind */
9309 (nitmethod_t)VIRTUAL_parser__ReduceAction74__action, /* pointer to parser:ReduceAction74:parser#ReduceAction74#action */
9310 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction74:parser#ReduceAction#concat */
9311 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction74:parser#ReduceAction#init */
9312 }
9313 };
9314 /* allocate ReduceAction74 */
9315 val* NEW_parser__ReduceAction74(const struct type* type) {
9316 val* self /* : ReduceAction74 */;
9317 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9318 self->type = type;
9319 self->class = &class_parser__ReduceAction74;
9320 return self;
9321 }
9322 /* allocate ReduceAction74 */
9323 void CHECK_NEW_parser__ReduceAction74(val* self) {
9324 long var /* : Int */;
9325 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction74> */
9326 }
9327 /* runtime class parser__ReduceAction75 */
9328 const struct class class_parser__ReduceAction75 = {
9329 0, /* box_kind */
9330 {
9331 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction75:kernel#Object#object_id */
9332 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction75:kernel#Object#is_same_type */
9333 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction75:kernel#Object#== */
9334 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction75:kernel#Object#!= */
9335 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction75:kernel#Object#output */
9336 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction75:kernel#Object#output_class_name */
9337 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction75:kernel#Object#exit */
9338 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction75:kernel#Object#sys */
9339 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction75:kernel#Object#hash */
9340 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction75:string#Object#to_s */
9341 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction75:string#Object#native_class_name */
9342 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction75:string#Object#class_name */
9343 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction75:string#Object#inspect */
9344 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction75:string#Object#inspect_head */
9345 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction75:string#Object#args */
9346 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction75:math#Object#atan2 */
9347 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction75:math#Object#pi */
9348 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction75:math#Object#srand_from */
9349 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction75:math#Object#srand */
9350 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction75:stream#Object#poll */
9351 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction75:stream#Object#intern_poll */
9352 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction75:time#Object#get_time */
9353 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction75:file#Object#printn */
9354 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction75:file#Object#print */
9355 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction75:file#Object#getc */
9356 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction75:file#Object#gets */
9357 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction75:file#Object#getcwd */
9358 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction75:file#Object#file_getcwd */
9359 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction75:file#Object#stdin */
9360 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction75:file#Object#stdout */
9361 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction75:file#Object#stderr */
9362 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction75:model_base#Object#intrude_visibility */
9363 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction75:model_base#Object#public_visibility */
9364 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction75:model_base#Object#protected_visibility */
9365 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction75:model_base#Object#private_visibility */
9366 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction75:model_base#Object#none_visibility */
9367 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction75:model#Object#abstract_kind */
9368 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction75:model#Object#concrete_kind */
9369 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction75:model#Object#interface_kind */
9370 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction75:model#Object#enum_kind */
9371 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction75:model#Object#extern_kind */
9372 (nitmethod_t)VIRTUAL_parser__ReduceAction75__action, /* pointer to parser:ReduceAction75:parser#ReduceAction75#action */
9373 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction75:parser#ReduceAction#concat */
9374 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction75:parser#ReduceAction#init */
9375 }
9376 };
9377 /* allocate ReduceAction75 */
9378 val* NEW_parser__ReduceAction75(const struct type* type) {
9379 val* self /* : ReduceAction75 */;
9380 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9381 self->type = type;
9382 self->class = &class_parser__ReduceAction75;
9383 return self;
9384 }
9385 /* allocate ReduceAction75 */
9386 void CHECK_NEW_parser__ReduceAction75(val* self) {
9387 long var /* : Int */;
9388 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction75> */
9389 }
9390 /* runtime class parser__ReduceAction76 */
9391 const struct class class_parser__ReduceAction76 = {
9392 0, /* box_kind */
9393 {
9394 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction76:kernel#Object#object_id */
9395 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction76:kernel#Object#is_same_type */
9396 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction76:kernel#Object#== */
9397 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction76:kernel#Object#!= */
9398 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction76:kernel#Object#output */
9399 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction76:kernel#Object#output_class_name */
9400 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction76:kernel#Object#exit */
9401 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction76:kernel#Object#sys */
9402 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction76:kernel#Object#hash */
9403 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction76:string#Object#to_s */
9404 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction76:string#Object#native_class_name */
9405 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction76:string#Object#class_name */
9406 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction76:string#Object#inspect */
9407 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction76:string#Object#inspect_head */
9408 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction76:string#Object#args */
9409 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction76:math#Object#atan2 */
9410 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction76:math#Object#pi */
9411 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction76:math#Object#srand_from */
9412 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction76:math#Object#srand */
9413 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction76:stream#Object#poll */
9414 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction76:stream#Object#intern_poll */
9415 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction76:time#Object#get_time */
9416 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction76:file#Object#printn */
9417 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction76:file#Object#print */
9418 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction76:file#Object#getc */
9419 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction76:file#Object#gets */
9420 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction76:file#Object#getcwd */
9421 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction76:file#Object#file_getcwd */
9422 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction76:file#Object#stdin */
9423 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction76:file#Object#stdout */
9424 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction76:file#Object#stderr */
9425 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction76:model_base#Object#intrude_visibility */
9426 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction76:model_base#Object#public_visibility */
9427 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction76:model_base#Object#protected_visibility */
9428 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction76:model_base#Object#private_visibility */
9429 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction76:model_base#Object#none_visibility */
9430 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction76:model#Object#abstract_kind */
9431 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction76:model#Object#concrete_kind */
9432 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction76:model#Object#interface_kind */
9433 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction76:model#Object#enum_kind */
9434 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction76:model#Object#extern_kind */
9435 (nitmethod_t)VIRTUAL_parser__ReduceAction76__action, /* pointer to parser:ReduceAction76:parser#ReduceAction76#action */
9436 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction76:parser#ReduceAction#concat */
9437 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction76:parser#ReduceAction#init */
9438 }
9439 };
9440 /* allocate ReduceAction76 */
9441 val* NEW_parser__ReduceAction76(const struct type* type) {
9442 val* self /* : ReduceAction76 */;
9443 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9444 self->type = type;
9445 self->class = &class_parser__ReduceAction76;
9446 return self;
9447 }
9448 /* allocate ReduceAction76 */
9449 void CHECK_NEW_parser__ReduceAction76(val* self) {
9450 long var /* : Int */;
9451 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction76> */
9452 }
9453 /* runtime class parser__ReduceAction78 */
9454 const struct class class_parser__ReduceAction78 = {
9455 0, /* box_kind */
9456 {
9457 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction78:kernel#Object#object_id */
9458 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction78:kernel#Object#is_same_type */
9459 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction78:kernel#Object#== */
9460 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction78:kernel#Object#!= */
9461 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction78:kernel#Object#output */
9462 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction78:kernel#Object#output_class_name */
9463 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction78:kernel#Object#exit */
9464 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction78:kernel#Object#sys */
9465 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction78:kernel#Object#hash */
9466 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction78:string#Object#to_s */
9467 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction78:string#Object#native_class_name */
9468 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction78:string#Object#class_name */
9469 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction78:string#Object#inspect */
9470 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction78:string#Object#inspect_head */
9471 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction78:string#Object#args */
9472 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction78:math#Object#atan2 */
9473 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction78:math#Object#pi */
9474 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction78:math#Object#srand_from */
9475 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction78:math#Object#srand */
9476 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction78:stream#Object#poll */
9477 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction78:stream#Object#intern_poll */
9478 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction78:time#Object#get_time */
9479 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction78:file#Object#printn */
9480 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction78:file#Object#print */
9481 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction78:file#Object#getc */
9482 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction78:file#Object#gets */
9483 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction78:file#Object#getcwd */
9484 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction78:file#Object#file_getcwd */
9485 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction78:file#Object#stdin */
9486 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction78:file#Object#stdout */
9487 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction78:file#Object#stderr */
9488 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction78:model_base#Object#intrude_visibility */
9489 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction78:model_base#Object#public_visibility */
9490 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction78:model_base#Object#protected_visibility */
9491 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction78:model_base#Object#private_visibility */
9492 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction78:model_base#Object#none_visibility */
9493 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction78:model#Object#abstract_kind */
9494 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction78:model#Object#concrete_kind */
9495 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction78:model#Object#interface_kind */
9496 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction78:model#Object#enum_kind */
9497 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction78:model#Object#extern_kind */
9498 (nitmethod_t)VIRTUAL_parser__ReduceAction78__action, /* pointer to parser:ReduceAction78:parser#ReduceAction78#action */
9499 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction78:parser#ReduceAction#concat */
9500 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction78:parser#ReduceAction#init */
9501 }
9502 };
9503 /* allocate ReduceAction78 */
9504 val* NEW_parser__ReduceAction78(const struct type* type) {
9505 val* self /* : ReduceAction78 */;
9506 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9507 self->type = type;
9508 self->class = &class_parser__ReduceAction78;
9509 return self;
9510 }
9511 /* allocate ReduceAction78 */
9512 void CHECK_NEW_parser__ReduceAction78(val* self) {
9513 long var /* : Int */;
9514 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction78> */
9515 }
9516 /* runtime class parser__ReduceAction79 */
9517 const struct class class_parser__ReduceAction79 = {
9518 0, /* box_kind */
9519 {
9520 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction79:kernel#Object#object_id */
9521 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction79:kernel#Object#is_same_type */
9522 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction79:kernel#Object#== */
9523 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction79:kernel#Object#!= */
9524 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction79:kernel#Object#output */
9525 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction79:kernel#Object#output_class_name */
9526 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction79:kernel#Object#exit */
9527 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction79:kernel#Object#sys */
9528 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction79:kernel#Object#hash */
9529 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction79:string#Object#to_s */
9530 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction79:string#Object#native_class_name */
9531 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction79:string#Object#class_name */
9532 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction79:string#Object#inspect */
9533 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction79:string#Object#inspect_head */
9534 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction79:string#Object#args */
9535 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction79:math#Object#atan2 */
9536 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction79:math#Object#pi */
9537 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction79:math#Object#srand_from */
9538 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction79:math#Object#srand */
9539 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction79:stream#Object#poll */
9540 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction79:stream#Object#intern_poll */
9541 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction79:time#Object#get_time */
9542 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction79:file#Object#printn */
9543 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction79:file#Object#print */
9544 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction79:file#Object#getc */
9545 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction79:file#Object#gets */
9546 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction79:file#Object#getcwd */
9547 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction79:file#Object#file_getcwd */
9548 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction79:file#Object#stdin */
9549 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction79:file#Object#stdout */
9550 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction79:file#Object#stderr */
9551 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction79:model_base#Object#intrude_visibility */
9552 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction79:model_base#Object#public_visibility */
9553 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction79:model_base#Object#protected_visibility */
9554 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction79:model_base#Object#private_visibility */
9555 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction79:model_base#Object#none_visibility */
9556 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction79:model#Object#abstract_kind */
9557 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction79:model#Object#concrete_kind */
9558 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction79:model#Object#interface_kind */
9559 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction79:model#Object#enum_kind */
9560 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction79:model#Object#extern_kind */
9561 (nitmethod_t)VIRTUAL_parser__ReduceAction79__action, /* pointer to parser:ReduceAction79:parser#ReduceAction79#action */
9562 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction79:parser#ReduceAction#concat */
9563 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction79:parser#ReduceAction#init */
9564 }
9565 };
9566 /* allocate ReduceAction79 */
9567 val* NEW_parser__ReduceAction79(const struct type* type) {
9568 val* self /* : ReduceAction79 */;
9569 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9570 self->type = type;
9571 self->class = &class_parser__ReduceAction79;
9572 return self;
9573 }
9574 /* allocate ReduceAction79 */
9575 void CHECK_NEW_parser__ReduceAction79(val* self) {
9576 long var /* : Int */;
9577 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction79> */
9578 }
9579 /* runtime class parser__ReduceAction81 */
9580 const struct class class_parser__ReduceAction81 = {
9581 0, /* box_kind */
9582 {
9583 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction81:kernel#Object#object_id */
9584 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction81:kernel#Object#is_same_type */
9585 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction81:kernel#Object#== */
9586 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction81:kernel#Object#!= */
9587 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction81:kernel#Object#output */
9588 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction81:kernel#Object#output_class_name */
9589 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction81:kernel#Object#exit */
9590 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction81:kernel#Object#sys */
9591 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction81:kernel#Object#hash */
9592 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction81:string#Object#to_s */
9593 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction81:string#Object#native_class_name */
9594 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction81:string#Object#class_name */
9595 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction81:string#Object#inspect */
9596 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction81:string#Object#inspect_head */
9597 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction81:string#Object#args */
9598 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction81:math#Object#atan2 */
9599 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction81:math#Object#pi */
9600 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction81:math#Object#srand_from */
9601 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction81:math#Object#srand */
9602 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction81:stream#Object#poll */
9603 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction81:stream#Object#intern_poll */
9604 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction81:time#Object#get_time */
9605 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction81:file#Object#printn */
9606 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction81:file#Object#print */
9607 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction81:file#Object#getc */
9608 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction81:file#Object#gets */
9609 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction81:file#Object#getcwd */
9610 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction81:file#Object#file_getcwd */
9611 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction81:file#Object#stdin */
9612 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction81:file#Object#stdout */
9613 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction81:file#Object#stderr */
9614 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction81:model_base#Object#intrude_visibility */
9615 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction81:model_base#Object#public_visibility */
9616 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction81:model_base#Object#protected_visibility */
9617 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction81:model_base#Object#private_visibility */
9618 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction81:model_base#Object#none_visibility */
9619 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction81:model#Object#abstract_kind */
9620 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction81:model#Object#concrete_kind */
9621 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction81:model#Object#interface_kind */
9622 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction81:model#Object#enum_kind */
9623 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction81:model#Object#extern_kind */
9624 (nitmethod_t)VIRTUAL_parser__ReduceAction81__action, /* pointer to parser:ReduceAction81:parser#ReduceAction81#action */
9625 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction81:parser#ReduceAction#concat */
9626 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction81:parser#ReduceAction#init */
9627 }
9628 };
9629 /* allocate ReduceAction81 */
9630 val* NEW_parser__ReduceAction81(const struct type* type) {
9631 val* self /* : ReduceAction81 */;
9632 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9633 self->type = type;
9634 self->class = &class_parser__ReduceAction81;
9635 return self;
9636 }
9637 /* allocate ReduceAction81 */
9638 void CHECK_NEW_parser__ReduceAction81(val* self) {
9639 long var /* : Int */;
9640 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction81> */
9641 }
9642 /* runtime class parser__ReduceAction82 */
9643 const struct class class_parser__ReduceAction82 = {
9644 0, /* box_kind */
9645 {
9646 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction82:kernel#Object#object_id */
9647 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction82:kernel#Object#is_same_type */
9648 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction82:kernel#Object#== */
9649 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction82:kernel#Object#!= */
9650 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction82:kernel#Object#output */
9651 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction82:kernel#Object#output_class_name */
9652 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction82:kernel#Object#exit */
9653 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction82:kernel#Object#sys */
9654 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction82:kernel#Object#hash */
9655 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction82:string#Object#to_s */
9656 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction82:string#Object#native_class_name */
9657 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction82:string#Object#class_name */
9658 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction82:string#Object#inspect */
9659 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction82:string#Object#inspect_head */
9660 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction82:string#Object#args */
9661 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction82:math#Object#atan2 */
9662 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction82:math#Object#pi */
9663 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction82:math#Object#srand_from */
9664 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction82:math#Object#srand */
9665 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction82:stream#Object#poll */
9666 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction82:stream#Object#intern_poll */
9667 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction82:time#Object#get_time */
9668 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction82:file#Object#printn */
9669 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction82:file#Object#print */
9670 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction82:file#Object#getc */
9671 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction82:file#Object#gets */
9672 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction82:file#Object#getcwd */
9673 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction82:file#Object#file_getcwd */
9674 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction82:file#Object#stdin */
9675 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction82:file#Object#stdout */
9676 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction82:file#Object#stderr */
9677 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction82:model_base#Object#intrude_visibility */
9678 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction82:model_base#Object#public_visibility */
9679 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction82:model_base#Object#protected_visibility */
9680 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction82:model_base#Object#private_visibility */
9681 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction82:model_base#Object#none_visibility */
9682 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction82:model#Object#abstract_kind */
9683 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction82:model#Object#concrete_kind */
9684 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction82:model#Object#interface_kind */
9685 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction82:model#Object#enum_kind */
9686 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction82:model#Object#extern_kind */
9687 (nitmethod_t)VIRTUAL_parser__ReduceAction82__action, /* pointer to parser:ReduceAction82:parser#ReduceAction82#action */
9688 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction82:parser#ReduceAction#concat */
9689 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction82:parser#ReduceAction#init */
9690 }
9691 };
9692 /* allocate ReduceAction82 */
9693 val* NEW_parser__ReduceAction82(const struct type* type) {
9694 val* self /* : ReduceAction82 */;
9695 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9696 self->type = type;
9697 self->class = &class_parser__ReduceAction82;
9698 return self;
9699 }
9700 /* allocate ReduceAction82 */
9701 void CHECK_NEW_parser__ReduceAction82(val* self) {
9702 long var /* : Int */;
9703 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction82> */
9704 }
9705 /* runtime class parser__ReduceAction83 */
9706 const struct class class_parser__ReduceAction83 = {
9707 0, /* box_kind */
9708 {
9709 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction83:kernel#Object#object_id */
9710 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction83:kernel#Object#is_same_type */
9711 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction83:kernel#Object#== */
9712 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction83:kernel#Object#!= */
9713 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction83:kernel#Object#output */
9714 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction83:kernel#Object#output_class_name */
9715 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction83:kernel#Object#exit */
9716 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction83:kernel#Object#sys */
9717 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction83:kernel#Object#hash */
9718 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction83:string#Object#to_s */
9719 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction83:string#Object#native_class_name */
9720 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction83:string#Object#class_name */
9721 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction83:string#Object#inspect */
9722 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction83:string#Object#inspect_head */
9723 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction83:string#Object#args */
9724 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction83:math#Object#atan2 */
9725 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction83:math#Object#pi */
9726 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction83:math#Object#srand_from */
9727 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction83:math#Object#srand */
9728 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction83:stream#Object#poll */
9729 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction83:stream#Object#intern_poll */
9730 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction83:time#Object#get_time */
9731 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction83:file#Object#printn */
9732 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction83:file#Object#print */
9733 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction83:file#Object#getc */
9734 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction83:file#Object#gets */
9735 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction83:file#Object#getcwd */
9736 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction83:file#Object#file_getcwd */
9737 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction83:file#Object#stdin */
9738 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction83:file#Object#stdout */
9739 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction83:file#Object#stderr */
9740 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction83:model_base#Object#intrude_visibility */
9741 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction83:model_base#Object#public_visibility */
9742 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction83:model_base#Object#protected_visibility */
9743 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction83:model_base#Object#private_visibility */
9744 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction83:model_base#Object#none_visibility */
9745 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction83:model#Object#abstract_kind */
9746 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction83:model#Object#concrete_kind */
9747 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction83:model#Object#interface_kind */
9748 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction83:model#Object#enum_kind */
9749 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction83:model#Object#extern_kind */
9750 (nitmethod_t)VIRTUAL_parser__ReduceAction83__action, /* pointer to parser:ReduceAction83:parser#ReduceAction83#action */
9751 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction83:parser#ReduceAction#concat */
9752 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction83:parser#ReduceAction#init */
9753 }
9754 };
9755 /* allocate ReduceAction83 */
9756 val* NEW_parser__ReduceAction83(const struct type* type) {
9757 val* self /* : ReduceAction83 */;
9758 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9759 self->type = type;
9760 self->class = &class_parser__ReduceAction83;
9761 return self;
9762 }
9763 /* allocate ReduceAction83 */
9764 void CHECK_NEW_parser__ReduceAction83(val* self) {
9765 long var /* : Int */;
9766 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction83> */
9767 }
9768 /* runtime class parser__ReduceAction84 */
9769 const struct class class_parser__ReduceAction84 = {
9770 0, /* box_kind */
9771 {
9772 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction84:kernel#Object#object_id */
9773 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction84:kernel#Object#is_same_type */
9774 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction84:kernel#Object#== */
9775 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction84:kernel#Object#!= */
9776 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction84:kernel#Object#output */
9777 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction84:kernel#Object#output_class_name */
9778 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction84:kernel#Object#exit */
9779 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction84:kernel#Object#sys */
9780 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction84:kernel#Object#hash */
9781 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction84:string#Object#to_s */
9782 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction84:string#Object#native_class_name */
9783 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction84:string#Object#class_name */
9784 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction84:string#Object#inspect */
9785 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction84:string#Object#inspect_head */
9786 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction84:string#Object#args */
9787 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction84:math#Object#atan2 */
9788 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction84:math#Object#pi */
9789 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction84:math#Object#srand_from */
9790 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction84:math#Object#srand */
9791 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction84:stream#Object#poll */
9792 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction84:stream#Object#intern_poll */
9793 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction84:time#Object#get_time */
9794 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction84:file#Object#printn */
9795 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction84:file#Object#print */
9796 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction84:file#Object#getc */
9797 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction84:file#Object#gets */
9798 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction84:file#Object#getcwd */
9799 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction84:file#Object#file_getcwd */
9800 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction84:file#Object#stdin */
9801 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction84:file#Object#stdout */
9802 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction84:file#Object#stderr */
9803 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction84:model_base#Object#intrude_visibility */
9804 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction84:model_base#Object#public_visibility */
9805 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction84:model_base#Object#protected_visibility */
9806 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction84:model_base#Object#private_visibility */
9807 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction84:model_base#Object#none_visibility */
9808 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction84:model#Object#abstract_kind */
9809 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction84:model#Object#concrete_kind */
9810 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction84:model#Object#interface_kind */
9811 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction84:model#Object#enum_kind */
9812 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction84:model#Object#extern_kind */
9813 (nitmethod_t)VIRTUAL_parser__ReduceAction84__action, /* pointer to parser:ReduceAction84:parser#ReduceAction84#action */
9814 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction84:parser#ReduceAction#concat */
9815 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction84:parser#ReduceAction#init */
9816 }
9817 };
9818 /* allocate ReduceAction84 */
9819 val* NEW_parser__ReduceAction84(const struct type* type) {
9820 val* self /* : ReduceAction84 */;
9821 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9822 self->type = type;
9823 self->class = &class_parser__ReduceAction84;
9824 return self;
9825 }
9826 /* allocate ReduceAction84 */
9827 void CHECK_NEW_parser__ReduceAction84(val* self) {
9828 long var /* : Int */;
9829 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction84> */
9830 }
9831 /* runtime class parser__ReduceAction86 */
9832 const struct class class_parser__ReduceAction86 = {
9833 0, /* box_kind */
9834 {
9835 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction86:kernel#Object#object_id */
9836 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction86:kernel#Object#is_same_type */
9837 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction86:kernel#Object#== */
9838 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction86:kernel#Object#!= */
9839 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction86:kernel#Object#output */
9840 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction86:kernel#Object#output_class_name */
9841 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction86:kernel#Object#exit */
9842 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction86:kernel#Object#sys */
9843 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction86:kernel#Object#hash */
9844 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction86:string#Object#to_s */
9845 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction86:string#Object#native_class_name */
9846 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction86:string#Object#class_name */
9847 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction86:string#Object#inspect */
9848 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction86:string#Object#inspect_head */
9849 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction86:string#Object#args */
9850 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction86:math#Object#atan2 */
9851 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction86:math#Object#pi */
9852 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction86:math#Object#srand_from */
9853 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction86:math#Object#srand */
9854 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction86:stream#Object#poll */
9855 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction86:stream#Object#intern_poll */
9856 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction86:time#Object#get_time */
9857 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction86:file#Object#printn */
9858 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction86:file#Object#print */
9859 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction86:file#Object#getc */
9860 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction86:file#Object#gets */
9861 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction86:file#Object#getcwd */
9862 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction86:file#Object#file_getcwd */
9863 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction86:file#Object#stdin */
9864 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction86:file#Object#stdout */
9865 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction86:file#Object#stderr */
9866 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction86:model_base#Object#intrude_visibility */
9867 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction86:model_base#Object#public_visibility */
9868 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction86:model_base#Object#protected_visibility */
9869 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction86:model_base#Object#private_visibility */
9870 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction86:model_base#Object#none_visibility */
9871 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction86:model#Object#abstract_kind */
9872 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction86:model#Object#concrete_kind */
9873 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction86:model#Object#interface_kind */
9874 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction86:model#Object#enum_kind */
9875 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction86:model#Object#extern_kind */
9876 (nitmethod_t)VIRTUAL_parser__ReduceAction86__action, /* pointer to parser:ReduceAction86:parser#ReduceAction86#action */
9877 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction86:parser#ReduceAction#concat */
9878 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction86:parser#ReduceAction#init */
9879 }
9880 };
9881 /* allocate ReduceAction86 */
9882 val* NEW_parser__ReduceAction86(const struct type* type) {
9883 val* self /* : ReduceAction86 */;
9884 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9885 self->type = type;
9886 self->class = &class_parser__ReduceAction86;
9887 return self;
9888 }
9889 /* allocate ReduceAction86 */
9890 void CHECK_NEW_parser__ReduceAction86(val* self) {
9891 long var /* : Int */;
9892 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction86> */
9893 }
9894 /* runtime class parser__ReduceAction87 */
9895 const struct class class_parser__ReduceAction87 = {
9896 0, /* box_kind */
9897 {
9898 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction87:kernel#Object#object_id */
9899 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction87:kernel#Object#is_same_type */
9900 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction87:kernel#Object#== */
9901 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction87:kernel#Object#!= */
9902 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction87:kernel#Object#output */
9903 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction87:kernel#Object#output_class_name */
9904 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction87:kernel#Object#exit */
9905 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction87:kernel#Object#sys */
9906 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction87:kernel#Object#hash */
9907 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction87:string#Object#to_s */
9908 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction87:string#Object#native_class_name */
9909 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction87:string#Object#class_name */
9910 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction87:string#Object#inspect */
9911 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction87:string#Object#inspect_head */
9912 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction87:string#Object#args */
9913 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction87:math#Object#atan2 */
9914 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction87:math#Object#pi */
9915 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction87:math#Object#srand_from */
9916 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction87:math#Object#srand */
9917 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction87:stream#Object#poll */
9918 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction87:stream#Object#intern_poll */
9919 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction87:time#Object#get_time */
9920 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction87:file#Object#printn */
9921 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction87:file#Object#print */
9922 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction87:file#Object#getc */
9923 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction87:file#Object#gets */
9924 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction87:file#Object#getcwd */
9925 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction87:file#Object#file_getcwd */
9926 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction87:file#Object#stdin */
9927 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction87:file#Object#stdout */
9928 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction87:file#Object#stderr */
9929 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction87:model_base#Object#intrude_visibility */
9930 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction87:model_base#Object#public_visibility */
9931 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction87:model_base#Object#protected_visibility */
9932 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction87:model_base#Object#private_visibility */
9933 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction87:model_base#Object#none_visibility */
9934 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction87:model#Object#abstract_kind */
9935 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction87:model#Object#concrete_kind */
9936 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction87:model#Object#interface_kind */
9937 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction87:model#Object#enum_kind */
9938 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction87:model#Object#extern_kind */
9939 (nitmethod_t)VIRTUAL_parser__ReduceAction87__action, /* pointer to parser:ReduceAction87:parser#ReduceAction87#action */
9940 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction87:parser#ReduceAction#concat */
9941 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction87:parser#ReduceAction#init */
9942 }
9943 };
9944 /* allocate ReduceAction87 */
9945 val* NEW_parser__ReduceAction87(const struct type* type) {
9946 val* self /* : ReduceAction87 */;
9947 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9948 self->type = type;
9949 self->class = &class_parser__ReduceAction87;
9950 return self;
9951 }
9952 /* allocate ReduceAction87 */
9953 void CHECK_NEW_parser__ReduceAction87(val* self) {
9954 long var /* : Int */;
9955 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction87> */
9956 }