tests: remove base_virtual_int that is redundant with base_covar_int
[nit.git] / c_src / nitg.classes.5.c
1 #include "nitg.classes.0.h"
2 /* runtime class parser__ReduceAction629 */
3 const struct class class_parser__ReduceAction629 = {
4 0, /* box_kind */
5 {
6 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction629:kernel#Object#object_id */
7 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction629:kernel#Object#is_same_type */
8 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction629:kernel#Object#== */
9 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction629:kernel#Object#!= */
10 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction629:kernel#Object#output */
11 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction629:kernel#Object#output_class_name */
12 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction629:kernel#Object#exit */
13 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction629:kernel#Object#sys */
14 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction629:kernel#Object#hash */
15 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction629:string#Object#to_s */
16 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction629:string#Object#native_class_name */
17 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction629:string#Object#class_name */
18 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction629:string#Object#inspect */
19 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction629:string#Object#inspect_head */
20 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction629:string#Object#args */
21 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction629:math#Object#atan2 */
22 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction629:math#Object#pi */
23 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction629:math#Object#srand_from */
24 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction629:math#Object#srand */
25 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction629:stream#Object#poll */
26 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction629:stream#Object#intern_poll */
27 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction629:time#Object#get_time */
28 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction629:file#Object#printn */
29 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction629:file#Object#print */
30 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction629:file#Object#getc */
31 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction629:file#Object#gets */
32 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction629:file#Object#getcwd */
33 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction629:file#Object#file_getcwd */
34 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction629:file#Object#stdin */
35 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction629:file#Object#stdout */
36 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction629:file#Object#stderr */
37 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction629:model_base#Object#intrude_visibility */
38 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction629:model_base#Object#public_visibility */
39 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction629:model_base#Object#protected_visibility */
40 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction629:model_base#Object#private_visibility */
41 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction629:model_base#Object#none_visibility */
42 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction629:model#Object#abstract_kind */
43 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction629:model#Object#concrete_kind */
44 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction629:model#Object#interface_kind */
45 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction629:model#Object#enum_kind */
46 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction629:model#Object#extern_kind */
47 (nitmethod_t)VIRTUAL_parser__ReduceAction629__action, /* pointer to parser:ReduceAction629:parser#ReduceAction629#action */
48 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction629:parser#ReduceAction#concat */
49 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction629:parser#ReduceAction#init */
50 }
51 };
52 /* allocate ReduceAction629 */
53 val* NEW_parser__ReduceAction629(const struct type* type) {
54 val* self /* : ReduceAction629 */;
55 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
56 self->type = type;
57 self->class = &class_parser__ReduceAction629;
58 return self;
59 }
60 /* allocate ReduceAction629 */
61 void CHECK_NEW_parser__ReduceAction629(val* self) {
62 long var /* : Int */;
63 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction629> */
64 }
65 /* runtime class parser__ReduceAction630 */
66 const struct class class_parser__ReduceAction630 = {
67 0, /* box_kind */
68 {
69 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction630:kernel#Object#object_id */
70 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction630:kernel#Object#is_same_type */
71 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction630:kernel#Object#== */
72 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction630:kernel#Object#!= */
73 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction630:kernel#Object#output */
74 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction630:kernel#Object#output_class_name */
75 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction630:kernel#Object#exit */
76 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction630:kernel#Object#sys */
77 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction630:kernel#Object#hash */
78 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction630:string#Object#to_s */
79 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction630:string#Object#native_class_name */
80 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction630:string#Object#class_name */
81 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction630:string#Object#inspect */
82 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction630:string#Object#inspect_head */
83 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction630:string#Object#args */
84 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction630:math#Object#atan2 */
85 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction630:math#Object#pi */
86 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction630:math#Object#srand_from */
87 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction630:math#Object#srand */
88 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction630:stream#Object#poll */
89 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction630:stream#Object#intern_poll */
90 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction630:time#Object#get_time */
91 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction630:file#Object#printn */
92 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction630:file#Object#print */
93 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction630:file#Object#getc */
94 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction630:file#Object#gets */
95 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction630:file#Object#getcwd */
96 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction630:file#Object#file_getcwd */
97 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction630:file#Object#stdin */
98 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction630:file#Object#stdout */
99 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction630:file#Object#stderr */
100 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction630:model_base#Object#intrude_visibility */
101 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction630:model_base#Object#public_visibility */
102 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction630:model_base#Object#protected_visibility */
103 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction630:model_base#Object#private_visibility */
104 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction630:model_base#Object#none_visibility */
105 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction630:model#Object#abstract_kind */
106 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction630:model#Object#concrete_kind */
107 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction630:model#Object#interface_kind */
108 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction630:model#Object#enum_kind */
109 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction630:model#Object#extern_kind */
110 (nitmethod_t)VIRTUAL_parser__ReduceAction630__action, /* pointer to parser:ReduceAction630:parser#ReduceAction630#action */
111 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction630:parser#ReduceAction#concat */
112 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction630:parser#ReduceAction#init */
113 }
114 };
115 /* allocate ReduceAction630 */
116 val* NEW_parser__ReduceAction630(const struct type* type) {
117 val* self /* : ReduceAction630 */;
118 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
119 self->type = type;
120 self->class = &class_parser__ReduceAction630;
121 return self;
122 }
123 /* allocate ReduceAction630 */
124 void CHECK_NEW_parser__ReduceAction630(val* self) {
125 long var /* : Int */;
126 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction630> */
127 }
128 /* runtime class parser__ReduceAction631 */
129 const struct class class_parser__ReduceAction631 = {
130 0, /* box_kind */
131 {
132 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction631:kernel#Object#object_id */
133 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction631:kernel#Object#is_same_type */
134 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction631:kernel#Object#== */
135 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction631:kernel#Object#!= */
136 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction631:kernel#Object#output */
137 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction631:kernel#Object#output_class_name */
138 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction631:kernel#Object#exit */
139 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction631:kernel#Object#sys */
140 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction631:kernel#Object#hash */
141 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction631:string#Object#to_s */
142 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction631:string#Object#native_class_name */
143 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction631:string#Object#class_name */
144 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction631:string#Object#inspect */
145 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction631:string#Object#inspect_head */
146 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction631:string#Object#args */
147 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction631:math#Object#atan2 */
148 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction631:math#Object#pi */
149 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction631:math#Object#srand_from */
150 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction631:math#Object#srand */
151 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction631:stream#Object#poll */
152 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction631:stream#Object#intern_poll */
153 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction631:time#Object#get_time */
154 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction631:file#Object#printn */
155 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction631:file#Object#print */
156 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction631:file#Object#getc */
157 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction631:file#Object#gets */
158 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction631:file#Object#getcwd */
159 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction631:file#Object#file_getcwd */
160 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction631:file#Object#stdin */
161 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction631:file#Object#stdout */
162 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction631:file#Object#stderr */
163 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction631:model_base#Object#intrude_visibility */
164 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction631:model_base#Object#public_visibility */
165 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction631:model_base#Object#protected_visibility */
166 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction631:model_base#Object#private_visibility */
167 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction631:model_base#Object#none_visibility */
168 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction631:model#Object#abstract_kind */
169 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction631:model#Object#concrete_kind */
170 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction631:model#Object#interface_kind */
171 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction631:model#Object#enum_kind */
172 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction631:model#Object#extern_kind */
173 (nitmethod_t)VIRTUAL_parser__ReduceAction631__action, /* pointer to parser:ReduceAction631:parser#ReduceAction631#action */
174 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction631:parser#ReduceAction#concat */
175 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction631:parser#ReduceAction#init */
176 }
177 };
178 /* allocate ReduceAction631 */
179 val* NEW_parser__ReduceAction631(const struct type* type) {
180 val* self /* : ReduceAction631 */;
181 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
182 self->type = type;
183 self->class = &class_parser__ReduceAction631;
184 return self;
185 }
186 /* allocate ReduceAction631 */
187 void CHECK_NEW_parser__ReduceAction631(val* self) {
188 long var /* : Int */;
189 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction631> */
190 }
191 /* runtime class parser__ReduceAction638 */
192 const struct class class_parser__ReduceAction638 = {
193 0, /* box_kind */
194 {
195 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction638:kernel#Object#object_id */
196 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction638:kernel#Object#is_same_type */
197 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction638:kernel#Object#== */
198 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction638:kernel#Object#!= */
199 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction638:kernel#Object#output */
200 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction638:kernel#Object#output_class_name */
201 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction638:kernel#Object#exit */
202 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction638:kernel#Object#sys */
203 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction638:kernel#Object#hash */
204 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction638:string#Object#to_s */
205 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction638:string#Object#native_class_name */
206 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction638:string#Object#class_name */
207 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction638:string#Object#inspect */
208 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction638:string#Object#inspect_head */
209 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction638:string#Object#args */
210 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction638:math#Object#atan2 */
211 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction638:math#Object#pi */
212 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction638:math#Object#srand_from */
213 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction638:math#Object#srand */
214 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction638:stream#Object#poll */
215 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction638:stream#Object#intern_poll */
216 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction638:time#Object#get_time */
217 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction638:file#Object#printn */
218 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction638:file#Object#print */
219 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction638:file#Object#getc */
220 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction638:file#Object#gets */
221 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction638:file#Object#getcwd */
222 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction638:file#Object#file_getcwd */
223 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction638:file#Object#stdin */
224 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction638:file#Object#stdout */
225 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction638:file#Object#stderr */
226 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction638:model_base#Object#intrude_visibility */
227 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction638:model_base#Object#public_visibility */
228 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction638:model_base#Object#protected_visibility */
229 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction638:model_base#Object#private_visibility */
230 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction638:model_base#Object#none_visibility */
231 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction638:model#Object#abstract_kind */
232 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction638:model#Object#concrete_kind */
233 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction638:model#Object#interface_kind */
234 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction638:model#Object#enum_kind */
235 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction638:model#Object#extern_kind */
236 (nitmethod_t)VIRTUAL_parser__ReduceAction638__action, /* pointer to parser:ReduceAction638:parser#ReduceAction638#action */
237 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction638:parser#ReduceAction#concat */
238 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction638:parser#ReduceAction#init */
239 }
240 };
241 /* allocate ReduceAction638 */
242 val* NEW_parser__ReduceAction638(const struct type* type) {
243 val* self /* : ReduceAction638 */;
244 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
245 self->type = type;
246 self->class = &class_parser__ReduceAction638;
247 return self;
248 }
249 /* allocate ReduceAction638 */
250 void CHECK_NEW_parser__ReduceAction638(val* self) {
251 long var /* : Int */;
252 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction638> */
253 }
254 /* runtime class parser__ReduceAction639 */
255 const struct class class_parser__ReduceAction639 = {
256 0, /* box_kind */
257 {
258 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction639:kernel#Object#object_id */
259 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction639:kernel#Object#is_same_type */
260 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction639:kernel#Object#== */
261 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction639:kernel#Object#!= */
262 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction639:kernel#Object#output */
263 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction639:kernel#Object#output_class_name */
264 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction639:kernel#Object#exit */
265 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction639:kernel#Object#sys */
266 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction639:kernel#Object#hash */
267 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction639:string#Object#to_s */
268 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction639:string#Object#native_class_name */
269 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction639:string#Object#class_name */
270 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction639:string#Object#inspect */
271 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction639:string#Object#inspect_head */
272 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction639:string#Object#args */
273 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction639:math#Object#atan2 */
274 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction639:math#Object#pi */
275 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction639:math#Object#srand_from */
276 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction639:math#Object#srand */
277 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction639:stream#Object#poll */
278 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction639:stream#Object#intern_poll */
279 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction639:time#Object#get_time */
280 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction639:file#Object#printn */
281 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction639:file#Object#print */
282 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction639:file#Object#getc */
283 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction639:file#Object#gets */
284 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction639:file#Object#getcwd */
285 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction639:file#Object#file_getcwd */
286 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction639:file#Object#stdin */
287 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction639:file#Object#stdout */
288 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction639:file#Object#stderr */
289 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction639:model_base#Object#intrude_visibility */
290 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction639:model_base#Object#public_visibility */
291 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction639:model_base#Object#protected_visibility */
292 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction639:model_base#Object#private_visibility */
293 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction639:model_base#Object#none_visibility */
294 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction639:model#Object#abstract_kind */
295 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction639:model#Object#concrete_kind */
296 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction639:model#Object#interface_kind */
297 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction639:model#Object#enum_kind */
298 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction639:model#Object#extern_kind */
299 (nitmethod_t)VIRTUAL_parser__ReduceAction639__action, /* pointer to parser:ReduceAction639:parser#ReduceAction639#action */
300 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction639:parser#ReduceAction#concat */
301 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction639:parser#ReduceAction#init */
302 }
303 };
304 /* allocate ReduceAction639 */
305 val* NEW_parser__ReduceAction639(const struct type* type) {
306 val* self /* : ReduceAction639 */;
307 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
308 self->type = type;
309 self->class = &class_parser__ReduceAction639;
310 return self;
311 }
312 /* allocate ReduceAction639 */
313 void CHECK_NEW_parser__ReduceAction639(val* self) {
314 long var /* : Int */;
315 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction639> */
316 }
317 /* runtime class parser__ReduceAction640 */
318 const struct class class_parser__ReduceAction640 = {
319 0, /* box_kind */
320 {
321 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction640:kernel#Object#object_id */
322 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction640:kernel#Object#is_same_type */
323 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction640:kernel#Object#== */
324 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction640:kernel#Object#!= */
325 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction640:kernel#Object#output */
326 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction640:kernel#Object#output_class_name */
327 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction640:kernel#Object#exit */
328 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction640:kernel#Object#sys */
329 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction640:kernel#Object#hash */
330 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction640:string#Object#to_s */
331 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction640:string#Object#native_class_name */
332 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction640:string#Object#class_name */
333 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction640:string#Object#inspect */
334 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction640:string#Object#inspect_head */
335 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction640:string#Object#args */
336 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction640:math#Object#atan2 */
337 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction640:math#Object#pi */
338 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction640:math#Object#srand_from */
339 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction640:math#Object#srand */
340 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction640:stream#Object#poll */
341 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction640:stream#Object#intern_poll */
342 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction640:time#Object#get_time */
343 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction640:file#Object#printn */
344 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction640:file#Object#print */
345 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction640:file#Object#getc */
346 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction640:file#Object#gets */
347 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction640:file#Object#getcwd */
348 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction640:file#Object#file_getcwd */
349 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction640:file#Object#stdin */
350 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction640:file#Object#stdout */
351 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction640:file#Object#stderr */
352 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction640:model_base#Object#intrude_visibility */
353 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction640:model_base#Object#public_visibility */
354 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction640:model_base#Object#protected_visibility */
355 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction640:model_base#Object#private_visibility */
356 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction640:model_base#Object#none_visibility */
357 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction640:model#Object#abstract_kind */
358 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction640:model#Object#concrete_kind */
359 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction640:model#Object#interface_kind */
360 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction640:model#Object#enum_kind */
361 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction640:model#Object#extern_kind */
362 (nitmethod_t)VIRTUAL_parser__ReduceAction640__action, /* pointer to parser:ReduceAction640:parser#ReduceAction640#action */
363 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction640:parser#ReduceAction#concat */
364 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction640:parser#ReduceAction#init */
365 }
366 };
367 /* allocate ReduceAction640 */
368 val* NEW_parser__ReduceAction640(const struct type* type) {
369 val* self /* : ReduceAction640 */;
370 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
371 self->type = type;
372 self->class = &class_parser__ReduceAction640;
373 return self;
374 }
375 /* allocate ReduceAction640 */
376 void CHECK_NEW_parser__ReduceAction640(val* self) {
377 long var /* : Int */;
378 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction640> */
379 }
380 /* runtime class parser__ReduceAction641 */
381 const struct class class_parser__ReduceAction641 = {
382 0, /* box_kind */
383 {
384 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction641:kernel#Object#object_id */
385 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction641:kernel#Object#is_same_type */
386 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction641:kernel#Object#== */
387 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction641:kernel#Object#!= */
388 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction641:kernel#Object#output */
389 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction641:kernel#Object#output_class_name */
390 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction641:kernel#Object#exit */
391 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction641:kernel#Object#sys */
392 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction641:kernel#Object#hash */
393 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction641:string#Object#to_s */
394 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction641:string#Object#native_class_name */
395 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction641:string#Object#class_name */
396 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction641:string#Object#inspect */
397 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction641:string#Object#inspect_head */
398 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction641:string#Object#args */
399 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction641:math#Object#atan2 */
400 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction641:math#Object#pi */
401 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction641:math#Object#srand_from */
402 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction641:math#Object#srand */
403 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction641:stream#Object#poll */
404 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction641:stream#Object#intern_poll */
405 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction641:time#Object#get_time */
406 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction641:file#Object#printn */
407 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction641:file#Object#print */
408 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction641:file#Object#getc */
409 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction641:file#Object#gets */
410 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction641:file#Object#getcwd */
411 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction641:file#Object#file_getcwd */
412 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction641:file#Object#stdin */
413 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction641:file#Object#stdout */
414 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction641:file#Object#stderr */
415 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction641:model_base#Object#intrude_visibility */
416 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction641:model_base#Object#public_visibility */
417 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction641:model_base#Object#protected_visibility */
418 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction641:model_base#Object#private_visibility */
419 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction641:model_base#Object#none_visibility */
420 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction641:model#Object#abstract_kind */
421 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction641:model#Object#concrete_kind */
422 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction641:model#Object#interface_kind */
423 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction641:model#Object#enum_kind */
424 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction641:model#Object#extern_kind */
425 (nitmethod_t)VIRTUAL_parser__ReduceAction641__action, /* pointer to parser:ReduceAction641:parser#ReduceAction641#action */
426 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction641:parser#ReduceAction#concat */
427 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction641:parser#ReduceAction#init */
428 }
429 };
430 /* allocate ReduceAction641 */
431 val* NEW_parser__ReduceAction641(const struct type* type) {
432 val* self /* : ReduceAction641 */;
433 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
434 self->type = type;
435 self->class = &class_parser__ReduceAction641;
436 return self;
437 }
438 /* allocate ReduceAction641 */
439 void CHECK_NEW_parser__ReduceAction641(val* self) {
440 long var /* : Int */;
441 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction641> */
442 }
443 /* runtime class parser__ReduceAction643 */
444 const struct class class_parser__ReduceAction643 = {
445 0, /* box_kind */
446 {
447 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction643:kernel#Object#object_id */
448 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction643:kernel#Object#is_same_type */
449 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction643:kernel#Object#== */
450 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction643:kernel#Object#!= */
451 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction643:kernel#Object#output */
452 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction643:kernel#Object#output_class_name */
453 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction643:kernel#Object#exit */
454 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction643:kernel#Object#sys */
455 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction643:kernel#Object#hash */
456 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction643:string#Object#to_s */
457 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction643:string#Object#native_class_name */
458 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction643:string#Object#class_name */
459 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction643:string#Object#inspect */
460 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction643:string#Object#inspect_head */
461 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction643:string#Object#args */
462 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction643:math#Object#atan2 */
463 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction643:math#Object#pi */
464 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction643:math#Object#srand_from */
465 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction643:math#Object#srand */
466 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction643:stream#Object#poll */
467 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction643:stream#Object#intern_poll */
468 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction643:time#Object#get_time */
469 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction643:file#Object#printn */
470 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction643:file#Object#print */
471 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction643:file#Object#getc */
472 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction643:file#Object#gets */
473 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction643:file#Object#getcwd */
474 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction643:file#Object#file_getcwd */
475 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction643:file#Object#stdin */
476 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction643:file#Object#stdout */
477 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction643:file#Object#stderr */
478 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction643:model_base#Object#intrude_visibility */
479 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction643:model_base#Object#public_visibility */
480 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction643:model_base#Object#protected_visibility */
481 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction643:model_base#Object#private_visibility */
482 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction643:model_base#Object#none_visibility */
483 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction643:model#Object#abstract_kind */
484 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction643:model#Object#concrete_kind */
485 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction643:model#Object#interface_kind */
486 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction643:model#Object#enum_kind */
487 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction643:model#Object#extern_kind */
488 (nitmethod_t)VIRTUAL_parser__ReduceAction643__action, /* pointer to parser:ReduceAction643:parser#ReduceAction643#action */
489 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction643:parser#ReduceAction#concat */
490 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction643:parser#ReduceAction#init */
491 }
492 };
493 /* allocate ReduceAction643 */
494 val* NEW_parser__ReduceAction643(const struct type* type) {
495 val* self /* : ReduceAction643 */;
496 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
497 self->type = type;
498 self->class = &class_parser__ReduceAction643;
499 return self;
500 }
501 /* allocate ReduceAction643 */
502 void CHECK_NEW_parser__ReduceAction643(val* self) {
503 long var /* : Int */;
504 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction643> */
505 }
506 /* runtime class parser__ReduceAction644 */
507 const struct class class_parser__ReduceAction644 = {
508 0, /* box_kind */
509 {
510 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction644:kernel#Object#object_id */
511 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction644:kernel#Object#is_same_type */
512 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction644:kernel#Object#== */
513 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction644:kernel#Object#!= */
514 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction644:kernel#Object#output */
515 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction644:kernel#Object#output_class_name */
516 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction644:kernel#Object#exit */
517 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction644:kernel#Object#sys */
518 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction644:kernel#Object#hash */
519 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction644:string#Object#to_s */
520 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction644:string#Object#native_class_name */
521 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction644:string#Object#class_name */
522 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction644:string#Object#inspect */
523 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction644:string#Object#inspect_head */
524 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction644:string#Object#args */
525 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction644:math#Object#atan2 */
526 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction644:math#Object#pi */
527 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction644:math#Object#srand_from */
528 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction644:math#Object#srand */
529 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction644:stream#Object#poll */
530 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction644:stream#Object#intern_poll */
531 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction644:time#Object#get_time */
532 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction644:file#Object#printn */
533 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction644:file#Object#print */
534 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction644:file#Object#getc */
535 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction644:file#Object#gets */
536 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction644:file#Object#getcwd */
537 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction644:file#Object#file_getcwd */
538 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction644:file#Object#stdin */
539 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction644:file#Object#stdout */
540 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction644:file#Object#stderr */
541 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction644:model_base#Object#intrude_visibility */
542 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction644:model_base#Object#public_visibility */
543 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction644:model_base#Object#protected_visibility */
544 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction644:model_base#Object#private_visibility */
545 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction644:model_base#Object#none_visibility */
546 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction644:model#Object#abstract_kind */
547 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction644:model#Object#concrete_kind */
548 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction644:model#Object#interface_kind */
549 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction644:model#Object#enum_kind */
550 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction644:model#Object#extern_kind */
551 (nitmethod_t)VIRTUAL_parser__ReduceAction644__action, /* pointer to parser:ReduceAction644:parser#ReduceAction644#action */
552 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction644:parser#ReduceAction#concat */
553 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction644:parser#ReduceAction#init */
554 }
555 };
556 /* allocate ReduceAction644 */
557 val* NEW_parser__ReduceAction644(const struct type* type) {
558 val* self /* : ReduceAction644 */;
559 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
560 self->type = type;
561 self->class = &class_parser__ReduceAction644;
562 return self;
563 }
564 /* allocate ReduceAction644 */
565 void CHECK_NEW_parser__ReduceAction644(val* self) {
566 long var /* : Int */;
567 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction644> */
568 }
569 /* runtime class parser__ReduceAction646 */
570 const struct class class_parser__ReduceAction646 = {
571 0, /* box_kind */
572 {
573 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction646:kernel#Object#object_id */
574 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction646:kernel#Object#is_same_type */
575 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction646:kernel#Object#== */
576 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction646:kernel#Object#!= */
577 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction646:kernel#Object#output */
578 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction646:kernel#Object#output_class_name */
579 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction646:kernel#Object#exit */
580 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction646:kernel#Object#sys */
581 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction646:kernel#Object#hash */
582 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction646:string#Object#to_s */
583 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction646:string#Object#native_class_name */
584 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction646:string#Object#class_name */
585 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction646:string#Object#inspect */
586 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction646:string#Object#inspect_head */
587 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction646:string#Object#args */
588 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction646:math#Object#atan2 */
589 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction646:math#Object#pi */
590 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction646:math#Object#srand_from */
591 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction646:math#Object#srand */
592 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction646:stream#Object#poll */
593 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction646:stream#Object#intern_poll */
594 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction646:time#Object#get_time */
595 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction646:file#Object#printn */
596 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction646:file#Object#print */
597 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction646:file#Object#getc */
598 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction646:file#Object#gets */
599 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction646:file#Object#getcwd */
600 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction646:file#Object#file_getcwd */
601 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction646:file#Object#stdin */
602 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction646:file#Object#stdout */
603 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction646:file#Object#stderr */
604 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction646:model_base#Object#intrude_visibility */
605 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction646:model_base#Object#public_visibility */
606 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction646:model_base#Object#protected_visibility */
607 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction646:model_base#Object#private_visibility */
608 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction646:model_base#Object#none_visibility */
609 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction646:model#Object#abstract_kind */
610 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction646:model#Object#concrete_kind */
611 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction646:model#Object#interface_kind */
612 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction646:model#Object#enum_kind */
613 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction646:model#Object#extern_kind */
614 (nitmethod_t)VIRTUAL_parser__ReduceAction646__action, /* pointer to parser:ReduceAction646:parser#ReduceAction646#action */
615 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction646:parser#ReduceAction#concat */
616 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction646:parser#ReduceAction#init */
617 }
618 };
619 /* allocate ReduceAction646 */
620 val* NEW_parser__ReduceAction646(const struct type* type) {
621 val* self /* : ReduceAction646 */;
622 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
623 self->type = type;
624 self->class = &class_parser__ReduceAction646;
625 return self;
626 }
627 /* allocate ReduceAction646 */
628 void CHECK_NEW_parser__ReduceAction646(val* self) {
629 long var /* : Int */;
630 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction646> */
631 }
632 /* runtime class parser__ReduceAction647 */
633 const struct class class_parser__ReduceAction647 = {
634 0, /* box_kind */
635 {
636 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction647:kernel#Object#object_id */
637 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction647:kernel#Object#is_same_type */
638 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction647:kernel#Object#== */
639 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction647:kernel#Object#!= */
640 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction647:kernel#Object#output */
641 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction647:kernel#Object#output_class_name */
642 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction647:kernel#Object#exit */
643 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction647:kernel#Object#sys */
644 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction647:kernel#Object#hash */
645 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction647:string#Object#to_s */
646 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction647:string#Object#native_class_name */
647 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction647:string#Object#class_name */
648 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction647:string#Object#inspect */
649 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction647:string#Object#inspect_head */
650 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction647:string#Object#args */
651 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction647:math#Object#atan2 */
652 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction647:math#Object#pi */
653 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction647:math#Object#srand_from */
654 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction647:math#Object#srand */
655 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction647:stream#Object#poll */
656 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction647:stream#Object#intern_poll */
657 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction647:time#Object#get_time */
658 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction647:file#Object#printn */
659 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction647:file#Object#print */
660 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction647:file#Object#getc */
661 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction647:file#Object#gets */
662 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction647:file#Object#getcwd */
663 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction647:file#Object#file_getcwd */
664 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction647:file#Object#stdin */
665 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction647:file#Object#stdout */
666 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction647:file#Object#stderr */
667 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction647:model_base#Object#intrude_visibility */
668 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction647:model_base#Object#public_visibility */
669 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction647:model_base#Object#protected_visibility */
670 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction647:model_base#Object#private_visibility */
671 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction647:model_base#Object#none_visibility */
672 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction647:model#Object#abstract_kind */
673 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction647:model#Object#concrete_kind */
674 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction647:model#Object#interface_kind */
675 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction647:model#Object#enum_kind */
676 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction647:model#Object#extern_kind */
677 (nitmethod_t)VIRTUAL_parser__ReduceAction647__action, /* pointer to parser:ReduceAction647:parser#ReduceAction647#action */
678 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction647:parser#ReduceAction#concat */
679 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction647:parser#ReduceAction#init */
680 }
681 };
682 /* allocate ReduceAction647 */
683 val* NEW_parser__ReduceAction647(const struct type* type) {
684 val* self /* : ReduceAction647 */;
685 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
686 self->type = type;
687 self->class = &class_parser__ReduceAction647;
688 return self;
689 }
690 /* allocate ReduceAction647 */
691 void CHECK_NEW_parser__ReduceAction647(val* self) {
692 long var /* : Int */;
693 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction647> */
694 }
695 /* runtime class parser__ReduceAction648 */
696 const struct class class_parser__ReduceAction648 = {
697 0, /* box_kind */
698 {
699 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction648:kernel#Object#object_id */
700 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction648:kernel#Object#is_same_type */
701 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction648:kernel#Object#== */
702 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction648:kernel#Object#!= */
703 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction648:kernel#Object#output */
704 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction648:kernel#Object#output_class_name */
705 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction648:kernel#Object#exit */
706 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction648:kernel#Object#sys */
707 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction648:kernel#Object#hash */
708 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction648:string#Object#to_s */
709 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction648:string#Object#native_class_name */
710 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction648:string#Object#class_name */
711 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction648:string#Object#inspect */
712 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction648:string#Object#inspect_head */
713 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction648:string#Object#args */
714 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction648:math#Object#atan2 */
715 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction648:math#Object#pi */
716 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction648:math#Object#srand_from */
717 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction648:math#Object#srand */
718 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction648:stream#Object#poll */
719 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction648:stream#Object#intern_poll */
720 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction648:time#Object#get_time */
721 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction648:file#Object#printn */
722 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction648:file#Object#print */
723 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction648:file#Object#getc */
724 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction648:file#Object#gets */
725 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction648:file#Object#getcwd */
726 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction648:file#Object#file_getcwd */
727 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction648:file#Object#stdin */
728 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction648:file#Object#stdout */
729 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction648:file#Object#stderr */
730 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction648:model_base#Object#intrude_visibility */
731 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction648:model_base#Object#public_visibility */
732 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction648:model_base#Object#protected_visibility */
733 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction648:model_base#Object#private_visibility */
734 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction648:model_base#Object#none_visibility */
735 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction648:model#Object#abstract_kind */
736 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction648:model#Object#concrete_kind */
737 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction648:model#Object#interface_kind */
738 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction648:model#Object#enum_kind */
739 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction648:model#Object#extern_kind */
740 (nitmethod_t)VIRTUAL_parser__ReduceAction648__action, /* pointer to parser:ReduceAction648:parser#ReduceAction648#action */
741 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction648:parser#ReduceAction#concat */
742 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction648:parser#ReduceAction#init */
743 }
744 };
745 /* allocate ReduceAction648 */
746 val* NEW_parser__ReduceAction648(const struct type* type) {
747 val* self /* : ReduceAction648 */;
748 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
749 self->type = type;
750 self->class = &class_parser__ReduceAction648;
751 return self;
752 }
753 /* allocate ReduceAction648 */
754 void CHECK_NEW_parser__ReduceAction648(val* self) {
755 long var /* : Int */;
756 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction648> */
757 }
758 /* runtime class parser__ReduceAction649 */
759 const struct class class_parser__ReduceAction649 = {
760 0, /* box_kind */
761 {
762 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction649:kernel#Object#object_id */
763 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction649:kernel#Object#is_same_type */
764 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction649:kernel#Object#== */
765 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction649:kernel#Object#!= */
766 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction649:kernel#Object#output */
767 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction649:kernel#Object#output_class_name */
768 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction649:kernel#Object#exit */
769 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction649:kernel#Object#sys */
770 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction649:kernel#Object#hash */
771 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction649:string#Object#to_s */
772 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction649:string#Object#native_class_name */
773 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction649:string#Object#class_name */
774 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction649:string#Object#inspect */
775 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction649:string#Object#inspect_head */
776 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction649:string#Object#args */
777 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction649:math#Object#atan2 */
778 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction649:math#Object#pi */
779 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction649:math#Object#srand_from */
780 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction649:math#Object#srand */
781 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction649:stream#Object#poll */
782 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction649:stream#Object#intern_poll */
783 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction649:time#Object#get_time */
784 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction649:file#Object#printn */
785 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction649:file#Object#print */
786 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction649:file#Object#getc */
787 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction649:file#Object#gets */
788 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction649:file#Object#getcwd */
789 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction649:file#Object#file_getcwd */
790 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction649:file#Object#stdin */
791 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction649:file#Object#stdout */
792 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction649:file#Object#stderr */
793 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction649:model_base#Object#intrude_visibility */
794 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction649:model_base#Object#public_visibility */
795 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction649:model_base#Object#protected_visibility */
796 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction649:model_base#Object#private_visibility */
797 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction649:model_base#Object#none_visibility */
798 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction649:model#Object#abstract_kind */
799 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction649:model#Object#concrete_kind */
800 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction649:model#Object#interface_kind */
801 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction649:model#Object#enum_kind */
802 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction649:model#Object#extern_kind */
803 (nitmethod_t)VIRTUAL_parser__ReduceAction649__action, /* pointer to parser:ReduceAction649:parser#ReduceAction649#action */
804 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction649:parser#ReduceAction#concat */
805 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction649:parser#ReduceAction#init */
806 }
807 };
808 /* allocate ReduceAction649 */
809 val* NEW_parser__ReduceAction649(const struct type* type) {
810 val* self /* : ReduceAction649 */;
811 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
812 self->type = type;
813 self->class = &class_parser__ReduceAction649;
814 return self;
815 }
816 /* allocate ReduceAction649 */
817 void CHECK_NEW_parser__ReduceAction649(val* self) {
818 long var /* : Int */;
819 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction649> */
820 }
821 /* runtime class parser__ReduceAction651 */
822 const struct class class_parser__ReduceAction651 = {
823 0, /* box_kind */
824 {
825 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction651:kernel#Object#object_id */
826 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction651:kernel#Object#is_same_type */
827 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction651:kernel#Object#== */
828 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction651:kernel#Object#!= */
829 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction651:kernel#Object#output */
830 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction651:kernel#Object#output_class_name */
831 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction651:kernel#Object#exit */
832 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction651:kernel#Object#sys */
833 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction651:kernel#Object#hash */
834 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction651:string#Object#to_s */
835 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction651:string#Object#native_class_name */
836 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction651:string#Object#class_name */
837 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction651:string#Object#inspect */
838 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction651:string#Object#inspect_head */
839 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction651:string#Object#args */
840 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction651:math#Object#atan2 */
841 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction651:math#Object#pi */
842 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction651:math#Object#srand_from */
843 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction651:math#Object#srand */
844 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction651:stream#Object#poll */
845 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction651:stream#Object#intern_poll */
846 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction651:time#Object#get_time */
847 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction651:file#Object#printn */
848 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction651:file#Object#print */
849 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction651:file#Object#getc */
850 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction651:file#Object#gets */
851 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction651:file#Object#getcwd */
852 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction651:file#Object#file_getcwd */
853 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction651:file#Object#stdin */
854 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction651:file#Object#stdout */
855 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction651:file#Object#stderr */
856 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction651:model_base#Object#intrude_visibility */
857 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction651:model_base#Object#public_visibility */
858 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction651:model_base#Object#protected_visibility */
859 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction651:model_base#Object#private_visibility */
860 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction651:model_base#Object#none_visibility */
861 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction651:model#Object#abstract_kind */
862 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction651:model#Object#concrete_kind */
863 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction651:model#Object#interface_kind */
864 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction651:model#Object#enum_kind */
865 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction651:model#Object#extern_kind */
866 (nitmethod_t)VIRTUAL_parser__ReduceAction651__action, /* pointer to parser:ReduceAction651:parser#ReduceAction651#action */
867 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction651:parser#ReduceAction#concat */
868 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction651:parser#ReduceAction#init */
869 }
870 };
871 /* allocate ReduceAction651 */
872 val* NEW_parser__ReduceAction651(const struct type* type) {
873 val* self /* : ReduceAction651 */;
874 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
875 self->type = type;
876 self->class = &class_parser__ReduceAction651;
877 return self;
878 }
879 /* allocate ReduceAction651 */
880 void CHECK_NEW_parser__ReduceAction651(val* self) {
881 long var /* : Int */;
882 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction651> */
883 }
884 /* runtime class parser__ReduceAction652 */
885 const struct class class_parser__ReduceAction652 = {
886 0, /* box_kind */
887 {
888 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction652:kernel#Object#object_id */
889 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction652:kernel#Object#is_same_type */
890 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction652:kernel#Object#== */
891 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction652:kernel#Object#!= */
892 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction652:kernel#Object#output */
893 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction652:kernel#Object#output_class_name */
894 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction652:kernel#Object#exit */
895 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction652:kernel#Object#sys */
896 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction652:kernel#Object#hash */
897 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction652:string#Object#to_s */
898 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction652:string#Object#native_class_name */
899 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction652:string#Object#class_name */
900 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction652:string#Object#inspect */
901 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction652:string#Object#inspect_head */
902 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction652:string#Object#args */
903 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction652:math#Object#atan2 */
904 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction652:math#Object#pi */
905 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction652:math#Object#srand_from */
906 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction652:math#Object#srand */
907 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction652:stream#Object#poll */
908 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction652:stream#Object#intern_poll */
909 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction652:time#Object#get_time */
910 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction652:file#Object#printn */
911 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction652:file#Object#print */
912 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction652:file#Object#getc */
913 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction652:file#Object#gets */
914 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction652:file#Object#getcwd */
915 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction652:file#Object#file_getcwd */
916 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction652:file#Object#stdin */
917 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction652:file#Object#stdout */
918 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction652:file#Object#stderr */
919 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction652:model_base#Object#intrude_visibility */
920 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction652:model_base#Object#public_visibility */
921 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction652:model_base#Object#protected_visibility */
922 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction652:model_base#Object#private_visibility */
923 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction652:model_base#Object#none_visibility */
924 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction652:model#Object#abstract_kind */
925 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction652:model#Object#concrete_kind */
926 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction652:model#Object#interface_kind */
927 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction652:model#Object#enum_kind */
928 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction652:model#Object#extern_kind */
929 (nitmethod_t)VIRTUAL_parser__ReduceAction652__action, /* pointer to parser:ReduceAction652:parser#ReduceAction652#action */
930 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction652:parser#ReduceAction#concat */
931 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction652:parser#ReduceAction#init */
932 }
933 };
934 /* allocate ReduceAction652 */
935 val* NEW_parser__ReduceAction652(const struct type* type) {
936 val* self /* : ReduceAction652 */;
937 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
938 self->type = type;
939 self->class = &class_parser__ReduceAction652;
940 return self;
941 }
942 /* allocate ReduceAction652 */
943 void CHECK_NEW_parser__ReduceAction652(val* self) {
944 long var /* : Int */;
945 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction652> */
946 }
947 /* runtime class parser__ReduceAction654 */
948 const struct class class_parser__ReduceAction654 = {
949 0, /* box_kind */
950 {
951 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction654:kernel#Object#object_id */
952 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction654:kernel#Object#is_same_type */
953 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction654:kernel#Object#== */
954 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction654:kernel#Object#!= */
955 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction654:kernel#Object#output */
956 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction654:kernel#Object#output_class_name */
957 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction654:kernel#Object#exit */
958 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction654:kernel#Object#sys */
959 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction654:kernel#Object#hash */
960 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction654:string#Object#to_s */
961 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction654:string#Object#native_class_name */
962 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction654:string#Object#class_name */
963 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction654:string#Object#inspect */
964 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction654:string#Object#inspect_head */
965 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction654:string#Object#args */
966 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction654:math#Object#atan2 */
967 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction654:math#Object#pi */
968 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction654:math#Object#srand_from */
969 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction654:math#Object#srand */
970 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction654:stream#Object#poll */
971 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction654:stream#Object#intern_poll */
972 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction654:time#Object#get_time */
973 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction654:file#Object#printn */
974 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction654:file#Object#print */
975 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction654:file#Object#getc */
976 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction654:file#Object#gets */
977 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction654:file#Object#getcwd */
978 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction654:file#Object#file_getcwd */
979 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction654:file#Object#stdin */
980 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction654:file#Object#stdout */
981 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction654:file#Object#stderr */
982 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction654:model_base#Object#intrude_visibility */
983 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction654:model_base#Object#public_visibility */
984 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction654:model_base#Object#protected_visibility */
985 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction654:model_base#Object#private_visibility */
986 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction654:model_base#Object#none_visibility */
987 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction654:model#Object#abstract_kind */
988 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction654:model#Object#concrete_kind */
989 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction654:model#Object#interface_kind */
990 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction654:model#Object#enum_kind */
991 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction654:model#Object#extern_kind */
992 (nitmethod_t)VIRTUAL_parser__ReduceAction654__action, /* pointer to parser:ReduceAction654:parser#ReduceAction654#action */
993 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction654:parser#ReduceAction#concat */
994 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction654:parser#ReduceAction#init */
995 }
996 };
997 /* allocate ReduceAction654 */
998 val* NEW_parser__ReduceAction654(const struct type* type) {
999 val* self /* : ReduceAction654 */;
1000 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1001 self->type = type;
1002 self->class = &class_parser__ReduceAction654;
1003 return self;
1004 }
1005 /* allocate ReduceAction654 */
1006 void CHECK_NEW_parser__ReduceAction654(val* self) {
1007 long var /* : Int */;
1008 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction654> */
1009 }
1010 /* runtime class parser__ReduceAction655 */
1011 const struct class class_parser__ReduceAction655 = {
1012 0, /* box_kind */
1013 {
1014 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction655:kernel#Object#object_id */
1015 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction655:kernel#Object#is_same_type */
1016 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction655:kernel#Object#== */
1017 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction655:kernel#Object#!= */
1018 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction655:kernel#Object#output */
1019 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction655:kernel#Object#output_class_name */
1020 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction655:kernel#Object#exit */
1021 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction655:kernel#Object#sys */
1022 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction655:kernel#Object#hash */
1023 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction655:string#Object#to_s */
1024 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction655:string#Object#native_class_name */
1025 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction655:string#Object#class_name */
1026 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction655:string#Object#inspect */
1027 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction655:string#Object#inspect_head */
1028 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction655:string#Object#args */
1029 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction655:math#Object#atan2 */
1030 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction655:math#Object#pi */
1031 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction655:math#Object#srand_from */
1032 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction655:math#Object#srand */
1033 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction655:stream#Object#poll */
1034 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction655:stream#Object#intern_poll */
1035 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction655:time#Object#get_time */
1036 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction655:file#Object#printn */
1037 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction655:file#Object#print */
1038 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction655:file#Object#getc */
1039 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction655:file#Object#gets */
1040 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction655:file#Object#getcwd */
1041 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction655:file#Object#file_getcwd */
1042 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction655:file#Object#stdin */
1043 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction655:file#Object#stdout */
1044 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction655:file#Object#stderr */
1045 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction655:model_base#Object#intrude_visibility */
1046 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction655:model_base#Object#public_visibility */
1047 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction655:model_base#Object#protected_visibility */
1048 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction655:model_base#Object#private_visibility */
1049 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction655:model_base#Object#none_visibility */
1050 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction655:model#Object#abstract_kind */
1051 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction655:model#Object#concrete_kind */
1052 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction655:model#Object#interface_kind */
1053 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction655:model#Object#enum_kind */
1054 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction655:model#Object#extern_kind */
1055 (nitmethod_t)VIRTUAL_parser__ReduceAction655__action, /* pointer to parser:ReduceAction655:parser#ReduceAction655#action */
1056 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction655:parser#ReduceAction#concat */
1057 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction655:parser#ReduceAction#init */
1058 }
1059 };
1060 /* allocate ReduceAction655 */
1061 val* NEW_parser__ReduceAction655(const struct type* type) {
1062 val* self /* : ReduceAction655 */;
1063 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1064 self->type = type;
1065 self->class = &class_parser__ReduceAction655;
1066 return self;
1067 }
1068 /* allocate ReduceAction655 */
1069 void CHECK_NEW_parser__ReduceAction655(val* self) {
1070 long var /* : Int */;
1071 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction655> */
1072 }
1073 /* runtime class parser__ReduceAction656 */
1074 const struct class class_parser__ReduceAction656 = {
1075 0, /* box_kind */
1076 {
1077 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction656:kernel#Object#object_id */
1078 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction656:kernel#Object#is_same_type */
1079 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction656:kernel#Object#== */
1080 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction656:kernel#Object#!= */
1081 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction656:kernel#Object#output */
1082 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction656:kernel#Object#output_class_name */
1083 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction656:kernel#Object#exit */
1084 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction656:kernel#Object#sys */
1085 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction656:kernel#Object#hash */
1086 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction656:string#Object#to_s */
1087 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction656:string#Object#native_class_name */
1088 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction656:string#Object#class_name */
1089 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction656:string#Object#inspect */
1090 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction656:string#Object#inspect_head */
1091 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction656:string#Object#args */
1092 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction656:math#Object#atan2 */
1093 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction656:math#Object#pi */
1094 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction656:math#Object#srand_from */
1095 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction656:math#Object#srand */
1096 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction656:stream#Object#poll */
1097 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction656:stream#Object#intern_poll */
1098 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction656:time#Object#get_time */
1099 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction656:file#Object#printn */
1100 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction656:file#Object#print */
1101 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction656:file#Object#getc */
1102 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction656:file#Object#gets */
1103 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction656:file#Object#getcwd */
1104 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction656:file#Object#file_getcwd */
1105 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction656:file#Object#stdin */
1106 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction656:file#Object#stdout */
1107 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction656:file#Object#stderr */
1108 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction656:model_base#Object#intrude_visibility */
1109 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction656:model_base#Object#public_visibility */
1110 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction656:model_base#Object#protected_visibility */
1111 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction656:model_base#Object#private_visibility */
1112 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction656:model_base#Object#none_visibility */
1113 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction656:model#Object#abstract_kind */
1114 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction656:model#Object#concrete_kind */
1115 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction656:model#Object#interface_kind */
1116 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction656:model#Object#enum_kind */
1117 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction656:model#Object#extern_kind */
1118 (nitmethod_t)VIRTUAL_parser__ReduceAction656__action, /* pointer to parser:ReduceAction656:parser#ReduceAction656#action */
1119 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction656:parser#ReduceAction#concat */
1120 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction656:parser#ReduceAction#init */
1121 }
1122 };
1123 /* allocate ReduceAction656 */
1124 val* NEW_parser__ReduceAction656(const struct type* type) {
1125 val* self /* : ReduceAction656 */;
1126 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1127 self->type = type;
1128 self->class = &class_parser__ReduceAction656;
1129 return self;
1130 }
1131 /* allocate ReduceAction656 */
1132 void CHECK_NEW_parser__ReduceAction656(val* self) {
1133 long var /* : Int */;
1134 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction656> */
1135 }
1136 /* runtime class parser__ReduceAction657 */
1137 const struct class class_parser__ReduceAction657 = {
1138 0, /* box_kind */
1139 {
1140 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction657:kernel#Object#object_id */
1141 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction657:kernel#Object#is_same_type */
1142 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction657:kernel#Object#== */
1143 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction657:kernel#Object#!= */
1144 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction657:kernel#Object#output */
1145 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction657:kernel#Object#output_class_name */
1146 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction657:kernel#Object#exit */
1147 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction657:kernel#Object#sys */
1148 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction657:kernel#Object#hash */
1149 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction657:string#Object#to_s */
1150 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction657:string#Object#native_class_name */
1151 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction657:string#Object#class_name */
1152 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction657:string#Object#inspect */
1153 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction657:string#Object#inspect_head */
1154 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction657:string#Object#args */
1155 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction657:math#Object#atan2 */
1156 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction657:math#Object#pi */
1157 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction657:math#Object#srand_from */
1158 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction657:math#Object#srand */
1159 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction657:stream#Object#poll */
1160 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction657:stream#Object#intern_poll */
1161 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction657:time#Object#get_time */
1162 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction657:file#Object#printn */
1163 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction657:file#Object#print */
1164 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction657:file#Object#getc */
1165 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction657:file#Object#gets */
1166 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction657:file#Object#getcwd */
1167 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction657:file#Object#file_getcwd */
1168 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction657:file#Object#stdin */
1169 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction657:file#Object#stdout */
1170 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction657:file#Object#stderr */
1171 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction657:model_base#Object#intrude_visibility */
1172 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction657:model_base#Object#public_visibility */
1173 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction657:model_base#Object#protected_visibility */
1174 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction657:model_base#Object#private_visibility */
1175 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction657:model_base#Object#none_visibility */
1176 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction657:model#Object#abstract_kind */
1177 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction657:model#Object#concrete_kind */
1178 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction657:model#Object#interface_kind */
1179 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction657:model#Object#enum_kind */
1180 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction657:model#Object#extern_kind */
1181 (nitmethod_t)VIRTUAL_parser__ReduceAction657__action, /* pointer to parser:ReduceAction657:parser#ReduceAction657#action */
1182 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction657:parser#ReduceAction#concat */
1183 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction657:parser#ReduceAction#init */
1184 }
1185 };
1186 /* allocate ReduceAction657 */
1187 val* NEW_parser__ReduceAction657(const struct type* type) {
1188 val* self /* : ReduceAction657 */;
1189 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1190 self->type = type;
1191 self->class = &class_parser__ReduceAction657;
1192 return self;
1193 }
1194 /* allocate ReduceAction657 */
1195 void CHECK_NEW_parser__ReduceAction657(val* self) {
1196 long var /* : Int */;
1197 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction657> */
1198 }
1199 /* runtime class parser__ReduceAction658 */
1200 const struct class class_parser__ReduceAction658 = {
1201 0, /* box_kind */
1202 {
1203 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction658:kernel#Object#object_id */
1204 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction658:kernel#Object#is_same_type */
1205 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction658:kernel#Object#== */
1206 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction658:kernel#Object#!= */
1207 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction658:kernel#Object#output */
1208 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction658:kernel#Object#output_class_name */
1209 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction658:kernel#Object#exit */
1210 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction658:kernel#Object#sys */
1211 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction658:kernel#Object#hash */
1212 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction658:string#Object#to_s */
1213 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction658:string#Object#native_class_name */
1214 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction658:string#Object#class_name */
1215 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction658:string#Object#inspect */
1216 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction658:string#Object#inspect_head */
1217 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction658:string#Object#args */
1218 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction658:math#Object#atan2 */
1219 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction658:math#Object#pi */
1220 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction658:math#Object#srand_from */
1221 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction658:math#Object#srand */
1222 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction658:stream#Object#poll */
1223 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction658:stream#Object#intern_poll */
1224 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction658:time#Object#get_time */
1225 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction658:file#Object#printn */
1226 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction658:file#Object#print */
1227 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction658:file#Object#getc */
1228 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction658:file#Object#gets */
1229 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction658:file#Object#getcwd */
1230 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction658:file#Object#file_getcwd */
1231 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction658:file#Object#stdin */
1232 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction658:file#Object#stdout */
1233 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction658:file#Object#stderr */
1234 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction658:model_base#Object#intrude_visibility */
1235 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction658:model_base#Object#public_visibility */
1236 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction658:model_base#Object#protected_visibility */
1237 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction658:model_base#Object#private_visibility */
1238 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction658:model_base#Object#none_visibility */
1239 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction658:model#Object#abstract_kind */
1240 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction658:model#Object#concrete_kind */
1241 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction658:model#Object#interface_kind */
1242 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction658:model#Object#enum_kind */
1243 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction658:model#Object#extern_kind */
1244 (nitmethod_t)VIRTUAL_parser__ReduceAction658__action, /* pointer to parser:ReduceAction658:parser#ReduceAction658#action */
1245 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction658:parser#ReduceAction#concat */
1246 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction658:parser#ReduceAction#init */
1247 }
1248 };
1249 /* allocate ReduceAction658 */
1250 val* NEW_parser__ReduceAction658(const struct type* type) {
1251 val* self /* : ReduceAction658 */;
1252 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1253 self->type = type;
1254 self->class = &class_parser__ReduceAction658;
1255 return self;
1256 }
1257 /* allocate ReduceAction658 */
1258 void CHECK_NEW_parser__ReduceAction658(val* self) {
1259 long var /* : Int */;
1260 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction658> */
1261 }
1262 /* runtime class parser__ReduceAction659 */
1263 const struct class class_parser__ReduceAction659 = {
1264 0, /* box_kind */
1265 {
1266 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction659:kernel#Object#object_id */
1267 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction659:kernel#Object#is_same_type */
1268 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction659:kernel#Object#== */
1269 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction659:kernel#Object#!= */
1270 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction659:kernel#Object#output */
1271 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction659:kernel#Object#output_class_name */
1272 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction659:kernel#Object#exit */
1273 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction659:kernel#Object#sys */
1274 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction659:kernel#Object#hash */
1275 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction659:string#Object#to_s */
1276 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction659:string#Object#native_class_name */
1277 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction659:string#Object#class_name */
1278 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction659:string#Object#inspect */
1279 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction659:string#Object#inspect_head */
1280 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction659:string#Object#args */
1281 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction659:math#Object#atan2 */
1282 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction659:math#Object#pi */
1283 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction659:math#Object#srand_from */
1284 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction659:math#Object#srand */
1285 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction659:stream#Object#poll */
1286 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction659:stream#Object#intern_poll */
1287 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction659:time#Object#get_time */
1288 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction659:file#Object#printn */
1289 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction659:file#Object#print */
1290 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction659:file#Object#getc */
1291 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction659:file#Object#gets */
1292 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction659:file#Object#getcwd */
1293 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction659:file#Object#file_getcwd */
1294 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction659:file#Object#stdin */
1295 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction659:file#Object#stdout */
1296 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction659:file#Object#stderr */
1297 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction659:model_base#Object#intrude_visibility */
1298 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction659:model_base#Object#public_visibility */
1299 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction659:model_base#Object#protected_visibility */
1300 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction659:model_base#Object#private_visibility */
1301 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction659:model_base#Object#none_visibility */
1302 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction659:model#Object#abstract_kind */
1303 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction659:model#Object#concrete_kind */
1304 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction659:model#Object#interface_kind */
1305 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction659:model#Object#enum_kind */
1306 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction659:model#Object#extern_kind */
1307 (nitmethod_t)VIRTUAL_parser__ReduceAction659__action, /* pointer to parser:ReduceAction659:parser#ReduceAction659#action */
1308 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction659:parser#ReduceAction#concat */
1309 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction659:parser#ReduceAction#init */
1310 }
1311 };
1312 /* allocate ReduceAction659 */
1313 val* NEW_parser__ReduceAction659(const struct type* type) {
1314 val* self /* : ReduceAction659 */;
1315 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1316 self->type = type;
1317 self->class = &class_parser__ReduceAction659;
1318 return self;
1319 }
1320 /* allocate ReduceAction659 */
1321 void CHECK_NEW_parser__ReduceAction659(val* self) {
1322 long var /* : Int */;
1323 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction659> */
1324 }
1325 /* runtime class parser__ReduceAction660 */
1326 const struct class class_parser__ReduceAction660 = {
1327 0, /* box_kind */
1328 {
1329 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction660:kernel#Object#object_id */
1330 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction660:kernel#Object#is_same_type */
1331 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction660:kernel#Object#== */
1332 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction660:kernel#Object#!= */
1333 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction660:kernel#Object#output */
1334 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction660:kernel#Object#output_class_name */
1335 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction660:kernel#Object#exit */
1336 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction660:kernel#Object#sys */
1337 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction660:kernel#Object#hash */
1338 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction660:string#Object#to_s */
1339 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction660:string#Object#native_class_name */
1340 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction660:string#Object#class_name */
1341 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction660:string#Object#inspect */
1342 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction660:string#Object#inspect_head */
1343 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction660:string#Object#args */
1344 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction660:math#Object#atan2 */
1345 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction660:math#Object#pi */
1346 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction660:math#Object#srand_from */
1347 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction660:math#Object#srand */
1348 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction660:stream#Object#poll */
1349 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction660:stream#Object#intern_poll */
1350 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction660:time#Object#get_time */
1351 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction660:file#Object#printn */
1352 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction660:file#Object#print */
1353 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction660:file#Object#getc */
1354 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction660:file#Object#gets */
1355 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction660:file#Object#getcwd */
1356 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction660:file#Object#file_getcwd */
1357 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction660:file#Object#stdin */
1358 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction660:file#Object#stdout */
1359 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction660:file#Object#stderr */
1360 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction660:model_base#Object#intrude_visibility */
1361 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction660:model_base#Object#public_visibility */
1362 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction660:model_base#Object#protected_visibility */
1363 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction660:model_base#Object#private_visibility */
1364 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction660:model_base#Object#none_visibility */
1365 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction660:model#Object#abstract_kind */
1366 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction660:model#Object#concrete_kind */
1367 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction660:model#Object#interface_kind */
1368 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction660:model#Object#enum_kind */
1369 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction660:model#Object#extern_kind */
1370 (nitmethod_t)VIRTUAL_parser__ReduceAction660__action, /* pointer to parser:ReduceAction660:parser#ReduceAction660#action */
1371 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction660:parser#ReduceAction#concat */
1372 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction660:parser#ReduceAction#init */
1373 }
1374 };
1375 /* allocate ReduceAction660 */
1376 val* NEW_parser__ReduceAction660(const struct type* type) {
1377 val* self /* : ReduceAction660 */;
1378 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1379 self->type = type;
1380 self->class = &class_parser__ReduceAction660;
1381 return self;
1382 }
1383 /* allocate ReduceAction660 */
1384 void CHECK_NEW_parser__ReduceAction660(val* self) {
1385 long var /* : Int */;
1386 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction660> */
1387 }
1388 /* runtime class parser__ReduceAction661 */
1389 const struct class class_parser__ReduceAction661 = {
1390 0, /* box_kind */
1391 {
1392 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction661:kernel#Object#object_id */
1393 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction661:kernel#Object#is_same_type */
1394 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction661:kernel#Object#== */
1395 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction661:kernel#Object#!= */
1396 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction661:kernel#Object#output */
1397 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction661:kernel#Object#output_class_name */
1398 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction661:kernel#Object#exit */
1399 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction661:kernel#Object#sys */
1400 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction661:kernel#Object#hash */
1401 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction661:string#Object#to_s */
1402 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction661:string#Object#native_class_name */
1403 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction661:string#Object#class_name */
1404 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction661:string#Object#inspect */
1405 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction661:string#Object#inspect_head */
1406 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction661:string#Object#args */
1407 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction661:math#Object#atan2 */
1408 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction661:math#Object#pi */
1409 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction661:math#Object#srand_from */
1410 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction661:math#Object#srand */
1411 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction661:stream#Object#poll */
1412 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction661:stream#Object#intern_poll */
1413 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction661:time#Object#get_time */
1414 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction661:file#Object#printn */
1415 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction661:file#Object#print */
1416 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction661:file#Object#getc */
1417 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction661:file#Object#gets */
1418 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction661:file#Object#getcwd */
1419 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction661:file#Object#file_getcwd */
1420 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction661:file#Object#stdin */
1421 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction661:file#Object#stdout */
1422 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction661:file#Object#stderr */
1423 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction661:model_base#Object#intrude_visibility */
1424 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction661:model_base#Object#public_visibility */
1425 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction661:model_base#Object#protected_visibility */
1426 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction661:model_base#Object#private_visibility */
1427 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction661:model_base#Object#none_visibility */
1428 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction661:model#Object#abstract_kind */
1429 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction661:model#Object#concrete_kind */
1430 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction661:model#Object#interface_kind */
1431 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction661:model#Object#enum_kind */
1432 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction661:model#Object#extern_kind */
1433 (nitmethod_t)VIRTUAL_parser__ReduceAction661__action, /* pointer to parser:ReduceAction661:parser#ReduceAction661#action */
1434 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction661:parser#ReduceAction#concat */
1435 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction661:parser#ReduceAction#init */
1436 }
1437 };
1438 /* allocate ReduceAction661 */
1439 val* NEW_parser__ReduceAction661(const struct type* type) {
1440 val* self /* : ReduceAction661 */;
1441 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1442 self->type = type;
1443 self->class = &class_parser__ReduceAction661;
1444 return self;
1445 }
1446 /* allocate ReduceAction661 */
1447 void CHECK_NEW_parser__ReduceAction661(val* self) {
1448 long var /* : Int */;
1449 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction661> */
1450 }
1451 /* runtime class parser__ReduceAction663 */
1452 const struct class class_parser__ReduceAction663 = {
1453 0, /* box_kind */
1454 {
1455 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction663:kernel#Object#object_id */
1456 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction663:kernel#Object#is_same_type */
1457 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction663:kernel#Object#== */
1458 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction663:kernel#Object#!= */
1459 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction663:kernel#Object#output */
1460 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction663:kernel#Object#output_class_name */
1461 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction663:kernel#Object#exit */
1462 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction663:kernel#Object#sys */
1463 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction663:kernel#Object#hash */
1464 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction663:string#Object#to_s */
1465 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction663:string#Object#native_class_name */
1466 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction663:string#Object#class_name */
1467 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction663:string#Object#inspect */
1468 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction663:string#Object#inspect_head */
1469 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction663:string#Object#args */
1470 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction663:math#Object#atan2 */
1471 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction663:math#Object#pi */
1472 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction663:math#Object#srand_from */
1473 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction663:math#Object#srand */
1474 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction663:stream#Object#poll */
1475 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction663:stream#Object#intern_poll */
1476 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction663:time#Object#get_time */
1477 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction663:file#Object#printn */
1478 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction663:file#Object#print */
1479 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction663:file#Object#getc */
1480 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction663:file#Object#gets */
1481 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction663:file#Object#getcwd */
1482 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction663:file#Object#file_getcwd */
1483 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction663:file#Object#stdin */
1484 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction663:file#Object#stdout */
1485 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction663:file#Object#stderr */
1486 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction663:model_base#Object#intrude_visibility */
1487 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction663:model_base#Object#public_visibility */
1488 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction663:model_base#Object#protected_visibility */
1489 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction663:model_base#Object#private_visibility */
1490 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction663:model_base#Object#none_visibility */
1491 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction663:model#Object#abstract_kind */
1492 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction663:model#Object#concrete_kind */
1493 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction663:model#Object#interface_kind */
1494 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction663:model#Object#enum_kind */
1495 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction663:model#Object#extern_kind */
1496 (nitmethod_t)VIRTUAL_parser__ReduceAction663__action, /* pointer to parser:ReduceAction663:parser#ReduceAction663#action */
1497 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction663:parser#ReduceAction#concat */
1498 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction663:parser#ReduceAction#init */
1499 }
1500 };
1501 /* allocate ReduceAction663 */
1502 val* NEW_parser__ReduceAction663(const struct type* type) {
1503 val* self /* : ReduceAction663 */;
1504 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1505 self->type = type;
1506 self->class = &class_parser__ReduceAction663;
1507 return self;
1508 }
1509 /* allocate ReduceAction663 */
1510 void CHECK_NEW_parser__ReduceAction663(val* self) {
1511 long var /* : Int */;
1512 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction663> */
1513 }
1514 /* runtime class parser__ReduceAction664 */
1515 const struct class class_parser__ReduceAction664 = {
1516 0, /* box_kind */
1517 {
1518 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction664:kernel#Object#object_id */
1519 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction664:kernel#Object#is_same_type */
1520 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction664:kernel#Object#== */
1521 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction664:kernel#Object#!= */
1522 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction664:kernel#Object#output */
1523 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction664:kernel#Object#output_class_name */
1524 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction664:kernel#Object#exit */
1525 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction664:kernel#Object#sys */
1526 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction664:kernel#Object#hash */
1527 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction664:string#Object#to_s */
1528 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction664:string#Object#native_class_name */
1529 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction664:string#Object#class_name */
1530 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction664:string#Object#inspect */
1531 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction664:string#Object#inspect_head */
1532 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction664:string#Object#args */
1533 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction664:math#Object#atan2 */
1534 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction664:math#Object#pi */
1535 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction664:math#Object#srand_from */
1536 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction664:math#Object#srand */
1537 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction664:stream#Object#poll */
1538 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction664:stream#Object#intern_poll */
1539 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction664:time#Object#get_time */
1540 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction664:file#Object#printn */
1541 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction664:file#Object#print */
1542 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction664:file#Object#getc */
1543 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction664:file#Object#gets */
1544 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction664:file#Object#getcwd */
1545 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction664:file#Object#file_getcwd */
1546 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction664:file#Object#stdin */
1547 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction664:file#Object#stdout */
1548 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction664:file#Object#stderr */
1549 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction664:model_base#Object#intrude_visibility */
1550 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction664:model_base#Object#public_visibility */
1551 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction664:model_base#Object#protected_visibility */
1552 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction664:model_base#Object#private_visibility */
1553 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction664:model_base#Object#none_visibility */
1554 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction664:model#Object#abstract_kind */
1555 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction664:model#Object#concrete_kind */
1556 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction664:model#Object#interface_kind */
1557 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction664:model#Object#enum_kind */
1558 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction664:model#Object#extern_kind */
1559 (nitmethod_t)VIRTUAL_parser__ReduceAction664__action, /* pointer to parser:ReduceAction664:parser#ReduceAction664#action */
1560 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction664:parser#ReduceAction#concat */
1561 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction664:parser#ReduceAction#init */
1562 }
1563 };
1564 /* allocate ReduceAction664 */
1565 val* NEW_parser__ReduceAction664(const struct type* type) {
1566 val* self /* : ReduceAction664 */;
1567 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1568 self->type = type;
1569 self->class = &class_parser__ReduceAction664;
1570 return self;
1571 }
1572 /* allocate ReduceAction664 */
1573 void CHECK_NEW_parser__ReduceAction664(val* self) {
1574 long var /* : Int */;
1575 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction664> */
1576 }
1577 /* runtime class parser__ReduceAction666 */
1578 const struct class class_parser__ReduceAction666 = {
1579 0, /* box_kind */
1580 {
1581 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction666:kernel#Object#object_id */
1582 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction666:kernel#Object#is_same_type */
1583 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction666:kernel#Object#== */
1584 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction666:kernel#Object#!= */
1585 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction666:kernel#Object#output */
1586 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction666:kernel#Object#output_class_name */
1587 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction666:kernel#Object#exit */
1588 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction666:kernel#Object#sys */
1589 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction666:kernel#Object#hash */
1590 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction666:string#Object#to_s */
1591 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction666:string#Object#native_class_name */
1592 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction666:string#Object#class_name */
1593 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction666:string#Object#inspect */
1594 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction666:string#Object#inspect_head */
1595 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction666:string#Object#args */
1596 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction666:math#Object#atan2 */
1597 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction666:math#Object#pi */
1598 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction666:math#Object#srand_from */
1599 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction666:math#Object#srand */
1600 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction666:stream#Object#poll */
1601 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction666:stream#Object#intern_poll */
1602 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction666:time#Object#get_time */
1603 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction666:file#Object#printn */
1604 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction666:file#Object#print */
1605 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction666:file#Object#getc */
1606 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction666:file#Object#gets */
1607 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction666:file#Object#getcwd */
1608 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction666:file#Object#file_getcwd */
1609 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction666:file#Object#stdin */
1610 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction666:file#Object#stdout */
1611 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction666:file#Object#stderr */
1612 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction666:model_base#Object#intrude_visibility */
1613 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction666:model_base#Object#public_visibility */
1614 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction666:model_base#Object#protected_visibility */
1615 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction666:model_base#Object#private_visibility */
1616 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction666:model_base#Object#none_visibility */
1617 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction666:model#Object#abstract_kind */
1618 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction666:model#Object#concrete_kind */
1619 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction666:model#Object#interface_kind */
1620 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction666:model#Object#enum_kind */
1621 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction666:model#Object#extern_kind */
1622 (nitmethod_t)VIRTUAL_parser__ReduceAction666__action, /* pointer to parser:ReduceAction666:parser#ReduceAction666#action */
1623 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction666:parser#ReduceAction#concat */
1624 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction666:parser#ReduceAction#init */
1625 }
1626 };
1627 /* allocate ReduceAction666 */
1628 val* NEW_parser__ReduceAction666(const struct type* type) {
1629 val* self /* : ReduceAction666 */;
1630 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1631 self->type = type;
1632 self->class = &class_parser__ReduceAction666;
1633 return self;
1634 }
1635 /* allocate ReduceAction666 */
1636 void CHECK_NEW_parser__ReduceAction666(val* self) {
1637 long var /* : Int */;
1638 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction666> */
1639 }
1640 /* runtime class parser__ReduceAction667 */
1641 const struct class class_parser__ReduceAction667 = {
1642 0, /* box_kind */
1643 {
1644 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction667:kernel#Object#object_id */
1645 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction667:kernel#Object#is_same_type */
1646 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction667:kernel#Object#== */
1647 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction667:kernel#Object#!= */
1648 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction667:kernel#Object#output */
1649 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction667:kernel#Object#output_class_name */
1650 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction667:kernel#Object#exit */
1651 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction667:kernel#Object#sys */
1652 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction667:kernel#Object#hash */
1653 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction667:string#Object#to_s */
1654 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction667:string#Object#native_class_name */
1655 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction667:string#Object#class_name */
1656 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction667:string#Object#inspect */
1657 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction667:string#Object#inspect_head */
1658 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction667:string#Object#args */
1659 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction667:math#Object#atan2 */
1660 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction667:math#Object#pi */
1661 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction667:math#Object#srand_from */
1662 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction667:math#Object#srand */
1663 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction667:stream#Object#poll */
1664 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction667:stream#Object#intern_poll */
1665 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction667:time#Object#get_time */
1666 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction667:file#Object#printn */
1667 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction667:file#Object#print */
1668 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction667:file#Object#getc */
1669 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction667:file#Object#gets */
1670 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction667:file#Object#getcwd */
1671 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction667:file#Object#file_getcwd */
1672 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction667:file#Object#stdin */
1673 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction667:file#Object#stdout */
1674 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction667:file#Object#stderr */
1675 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction667:model_base#Object#intrude_visibility */
1676 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction667:model_base#Object#public_visibility */
1677 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction667:model_base#Object#protected_visibility */
1678 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction667:model_base#Object#private_visibility */
1679 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction667:model_base#Object#none_visibility */
1680 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction667:model#Object#abstract_kind */
1681 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction667:model#Object#concrete_kind */
1682 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction667:model#Object#interface_kind */
1683 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction667:model#Object#enum_kind */
1684 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction667:model#Object#extern_kind */
1685 (nitmethod_t)VIRTUAL_parser__ReduceAction667__action, /* pointer to parser:ReduceAction667:parser#ReduceAction667#action */
1686 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction667:parser#ReduceAction#concat */
1687 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction667:parser#ReduceAction#init */
1688 }
1689 };
1690 /* allocate ReduceAction667 */
1691 val* NEW_parser__ReduceAction667(const struct type* type) {
1692 val* self /* : ReduceAction667 */;
1693 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1694 self->type = type;
1695 self->class = &class_parser__ReduceAction667;
1696 return self;
1697 }
1698 /* allocate ReduceAction667 */
1699 void CHECK_NEW_parser__ReduceAction667(val* self) {
1700 long var /* : Int */;
1701 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction667> */
1702 }
1703 /* runtime class parser__ReduceAction668 */
1704 const struct class class_parser__ReduceAction668 = {
1705 0, /* box_kind */
1706 {
1707 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction668:kernel#Object#object_id */
1708 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction668:kernel#Object#is_same_type */
1709 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction668:kernel#Object#== */
1710 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction668:kernel#Object#!= */
1711 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction668:kernel#Object#output */
1712 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction668:kernel#Object#output_class_name */
1713 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction668:kernel#Object#exit */
1714 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction668:kernel#Object#sys */
1715 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction668:kernel#Object#hash */
1716 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction668:string#Object#to_s */
1717 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction668:string#Object#native_class_name */
1718 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction668:string#Object#class_name */
1719 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction668:string#Object#inspect */
1720 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction668:string#Object#inspect_head */
1721 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction668:string#Object#args */
1722 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction668:math#Object#atan2 */
1723 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction668:math#Object#pi */
1724 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction668:math#Object#srand_from */
1725 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction668:math#Object#srand */
1726 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction668:stream#Object#poll */
1727 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction668:stream#Object#intern_poll */
1728 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction668:time#Object#get_time */
1729 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction668:file#Object#printn */
1730 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction668:file#Object#print */
1731 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction668:file#Object#getc */
1732 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction668:file#Object#gets */
1733 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction668:file#Object#getcwd */
1734 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction668:file#Object#file_getcwd */
1735 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction668:file#Object#stdin */
1736 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction668:file#Object#stdout */
1737 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction668:file#Object#stderr */
1738 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction668:model_base#Object#intrude_visibility */
1739 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction668:model_base#Object#public_visibility */
1740 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction668:model_base#Object#protected_visibility */
1741 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction668:model_base#Object#private_visibility */
1742 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction668:model_base#Object#none_visibility */
1743 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction668:model#Object#abstract_kind */
1744 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction668:model#Object#concrete_kind */
1745 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction668:model#Object#interface_kind */
1746 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction668:model#Object#enum_kind */
1747 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction668:model#Object#extern_kind */
1748 (nitmethod_t)VIRTUAL_parser__ReduceAction668__action, /* pointer to parser:ReduceAction668:parser#ReduceAction668#action */
1749 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction668:parser#ReduceAction#concat */
1750 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction668:parser#ReduceAction#init */
1751 }
1752 };
1753 /* allocate ReduceAction668 */
1754 val* NEW_parser__ReduceAction668(const struct type* type) {
1755 val* self /* : ReduceAction668 */;
1756 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1757 self->type = type;
1758 self->class = &class_parser__ReduceAction668;
1759 return self;
1760 }
1761 /* allocate ReduceAction668 */
1762 void CHECK_NEW_parser__ReduceAction668(val* self) {
1763 long var /* : Int */;
1764 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction668> */
1765 }
1766 /* runtime class parser__ReduceAction669 */
1767 const struct class class_parser__ReduceAction669 = {
1768 0, /* box_kind */
1769 {
1770 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction669:kernel#Object#object_id */
1771 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction669:kernel#Object#is_same_type */
1772 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction669:kernel#Object#== */
1773 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction669:kernel#Object#!= */
1774 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction669:kernel#Object#output */
1775 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction669:kernel#Object#output_class_name */
1776 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction669:kernel#Object#exit */
1777 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction669:kernel#Object#sys */
1778 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction669:kernel#Object#hash */
1779 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction669:string#Object#to_s */
1780 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction669:string#Object#native_class_name */
1781 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction669:string#Object#class_name */
1782 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction669:string#Object#inspect */
1783 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction669:string#Object#inspect_head */
1784 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction669:string#Object#args */
1785 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction669:math#Object#atan2 */
1786 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction669:math#Object#pi */
1787 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction669:math#Object#srand_from */
1788 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction669:math#Object#srand */
1789 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction669:stream#Object#poll */
1790 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction669:stream#Object#intern_poll */
1791 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction669:time#Object#get_time */
1792 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction669:file#Object#printn */
1793 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction669:file#Object#print */
1794 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction669:file#Object#getc */
1795 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction669:file#Object#gets */
1796 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction669:file#Object#getcwd */
1797 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction669:file#Object#file_getcwd */
1798 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction669:file#Object#stdin */
1799 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction669:file#Object#stdout */
1800 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction669:file#Object#stderr */
1801 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction669:model_base#Object#intrude_visibility */
1802 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction669:model_base#Object#public_visibility */
1803 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction669:model_base#Object#protected_visibility */
1804 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction669:model_base#Object#private_visibility */
1805 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction669:model_base#Object#none_visibility */
1806 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction669:model#Object#abstract_kind */
1807 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction669:model#Object#concrete_kind */
1808 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction669:model#Object#interface_kind */
1809 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction669:model#Object#enum_kind */
1810 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction669:model#Object#extern_kind */
1811 (nitmethod_t)VIRTUAL_parser__ReduceAction669__action, /* pointer to parser:ReduceAction669:parser#ReduceAction669#action */
1812 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction669:parser#ReduceAction#concat */
1813 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction669:parser#ReduceAction#init */
1814 }
1815 };
1816 /* allocate ReduceAction669 */
1817 val* NEW_parser__ReduceAction669(const struct type* type) {
1818 val* self /* : ReduceAction669 */;
1819 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1820 self->type = type;
1821 self->class = &class_parser__ReduceAction669;
1822 return self;
1823 }
1824 /* allocate ReduceAction669 */
1825 void CHECK_NEW_parser__ReduceAction669(val* self) {
1826 long var /* : Int */;
1827 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction669> */
1828 }
1829 /* runtime class parser__ReduceAction670 */
1830 const struct class class_parser__ReduceAction670 = {
1831 0, /* box_kind */
1832 {
1833 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction670:kernel#Object#object_id */
1834 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction670:kernel#Object#is_same_type */
1835 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction670:kernel#Object#== */
1836 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction670:kernel#Object#!= */
1837 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction670:kernel#Object#output */
1838 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction670:kernel#Object#output_class_name */
1839 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction670:kernel#Object#exit */
1840 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction670:kernel#Object#sys */
1841 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction670:kernel#Object#hash */
1842 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction670:string#Object#to_s */
1843 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction670:string#Object#native_class_name */
1844 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction670:string#Object#class_name */
1845 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction670:string#Object#inspect */
1846 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction670:string#Object#inspect_head */
1847 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction670:string#Object#args */
1848 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction670:math#Object#atan2 */
1849 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction670:math#Object#pi */
1850 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction670:math#Object#srand_from */
1851 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction670:math#Object#srand */
1852 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction670:stream#Object#poll */
1853 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction670:stream#Object#intern_poll */
1854 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction670:time#Object#get_time */
1855 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction670:file#Object#printn */
1856 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction670:file#Object#print */
1857 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction670:file#Object#getc */
1858 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction670:file#Object#gets */
1859 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction670:file#Object#getcwd */
1860 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction670:file#Object#file_getcwd */
1861 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction670:file#Object#stdin */
1862 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction670:file#Object#stdout */
1863 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction670:file#Object#stderr */
1864 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction670:model_base#Object#intrude_visibility */
1865 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction670:model_base#Object#public_visibility */
1866 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction670:model_base#Object#protected_visibility */
1867 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction670:model_base#Object#private_visibility */
1868 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction670:model_base#Object#none_visibility */
1869 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction670:model#Object#abstract_kind */
1870 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction670:model#Object#concrete_kind */
1871 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction670:model#Object#interface_kind */
1872 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction670:model#Object#enum_kind */
1873 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction670:model#Object#extern_kind */
1874 (nitmethod_t)VIRTUAL_parser__ReduceAction670__action, /* pointer to parser:ReduceAction670:parser#ReduceAction670#action */
1875 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction670:parser#ReduceAction#concat */
1876 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction670:parser#ReduceAction#init */
1877 }
1878 };
1879 /* allocate ReduceAction670 */
1880 val* NEW_parser__ReduceAction670(const struct type* type) {
1881 val* self /* : ReduceAction670 */;
1882 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1883 self->type = type;
1884 self->class = &class_parser__ReduceAction670;
1885 return self;
1886 }
1887 /* allocate ReduceAction670 */
1888 void CHECK_NEW_parser__ReduceAction670(val* self) {
1889 long var /* : Int */;
1890 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction670> */
1891 }
1892 /* runtime class parser__ReduceAction671 */
1893 const struct class class_parser__ReduceAction671 = {
1894 0, /* box_kind */
1895 {
1896 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction671:kernel#Object#object_id */
1897 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction671:kernel#Object#is_same_type */
1898 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction671:kernel#Object#== */
1899 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction671:kernel#Object#!= */
1900 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction671:kernel#Object#output */
1901 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction671:kernel#Object#output_class_name */
1902 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction671:kernel#Object#exit */
1903 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction671:kernel#Object#sys */
1904 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction671:kernel#Object#hash */
1905 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction671:string#Object#to_s */
1906 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction671:string#Object#native_class_name */
1907 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction671:string#Object#class_name */
1908 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction671:string#Object#inspect */
1909 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction671:string#Object#inspect_head */
1910 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction671:string#Object#args */
1911 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction671:math#Object#atan2 */
1912 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction671:math#Object#pi */
1913 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction671:math#Object#srand_from */
1914 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction671:math#Object#srand */
1915 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction671:stream#Object#poll */
1916 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction671:stream#Object#intern_poll */
1917 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction671:time#Object#get_time */
1918 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction671:file#Object#printn */
1919 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction671:file#Object#print */
1920 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction671:file#Object#getc */
1921 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction671:file#Object#gets */
1922 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction671:file#Object#getcwd */
1923 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction671:file#Object#file_getcwd */
1924 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction671:file#Object#stdin */
1925 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction671:file#Object#stdout */
1926 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction671:file#Object#stderr */
1927 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction671:model_base#Object#intrude_visibility */
1928 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction671:model_base#Object#public_visibility */
1929 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction671:model_base#Object#protected_visibility */
1930 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction671:model_base#Object#private_visibility */
1931 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction671:model_base#Object#none_visibility */
1932 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction671:model#Object#abstract_kind */
1933 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction671:model#Object#concrete_kind */
1934 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction671:model#Object#interface_kind */
1935 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction671:model#Object#enum_kind */
1936 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction671:model#Object#extern_kind */
1937 (nitmethod_t)VIRTUAL_parser__ReduceAction671__action, /* pointer to parser:ReduceAction671:parser#ReduceAction671#action */
1938 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction671:parser#ReduceAction#concat */
1939 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction671:parser#ReduceAction#init */
1940 }
1941 };
1942 /* allocate ReduceAction671 */
1943 val* NEW_parser__ReduceAction671(const struct type* type) {
1944 val* self /* : ReduceAction671 */;
1945 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1946 self->type = type;
1947 self->class = &class_parser__ReduceAction671;
1948 return self;
1949 }
1950 /* allocate ReduceAction671 */
1951 void CHECK_NEW_parser__ReduceAction671(val* self) {
1952 long var /* : Int */;
1953 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction671> */
1954 }
1955 /* runtime class parser__ReduceAction672 */
1956 const struct class class_parser__ReduceAction672 = {
1957 0, /* box_kind */
1958 {
1959 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction672:kernel#Object#object_id */
1960 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction672:kernel#Object#is_same_type */
1961 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction672:kernel#Object#== */
1962 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction672:kernel#Object#!= */
1963 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction672:kernel#Object#output */
1964 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction672:kernel#Object#output_class_name */
1965 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction672:kernel#Object#exit */
1966 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction672:kernel#Object#sys */
1967 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction672:kernel#Object#hash */
1968 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction672:string#Object#to_s */
1969 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction672:string#Object#native_class_name */
1970 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction672:string#Object#class_name */
1971 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction672:string#Object#inspect */
1972 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction672:string#Object#inspect_head */
1973 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction672:string#Object#args */
1974 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction672:math#Object#atan2 */
1975 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction672:math#Object#pi */
1976 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction672:math#Object#srand_from */
1977 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction672:math#Object#srand */
1978 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction672:stream#Object#poll */
1979 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction672:stream#Object#intern_poll */
1980 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction672:time#Object#get_time */
1981 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction672:file#Object#printn */
1982 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction672:file#Object#print */
1983 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction672:file#Object#getc */
1984 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction672:file#Object#gets */
1985 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction672:file#Object#getcwd */
1986 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction672:file#Object#file_getcwd */
1987 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction672:file#Object#stdin */
1988 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction672:file#Object#stdout */
1989 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction672:file#Object#stderr */
1990 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction672:model_base#Object#intrude_visibility */
1991 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction672:model_base#Object#public_visibility */
1992 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction672:model_base#Object#protected_visibility */
1993 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction672:model_base#Object#private_visibility */
1994 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction672:model_base#Object#none_visibility */
1995 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction672:model#Object#abstract_kind */
1996 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction672:model#Object#concrete_kind */
1997 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction672:model#Object#interface_kind */
1998 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction672:model#Object#enum_kind */
1999 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction672:model#Object#extern_kind */
2000 (nitmethod_t)VIRTUAL_parser__ReduceAction672__action, /* pointer to parser:ReduceAction672:parser#ReduceAction672#action */
2001 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction672:parser#ReduceAction#concat */
2002 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction672:parser#ReduceAction#init */
2003 }
2004 };
2005 /* allocate ReduceAction672 */
2006 val* NEW_parser__ReduceAction672(const struct type* type) {
2007 val* self /* : ReduceAction672 */;
2008 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2009 self->type = type;
2010 self->class = &class_parser__ReduceAction672;
2011 return self;
2012 }
2013 /* allocate ReduceAction672 */
2014 void CHECK_NEW_parser__ReduceAction672(val* self) {
2015 long var /* : Int */;
2016 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction672> */
2017 }
2018 /* runtime class parser__ReduceAction673 */
2019 const struct class class_parser__ReduceAction673 = {
2020 0, /* box_kind */
2021 {
2022 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction673:kernel#Object#object_id */
2023 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction673:kernel#Object#is_same_type */
2024 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction673:kernel#Object#== */
2025 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction673:kernel#Object#!= */
2026 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction673:kernel#Object#output */
2027 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction673:kernel#Object#output_class_name */
2028 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction673:kernel#Object#exit */
2029 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction673:kernel#Object#sys */
2030 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction673:kernel#Object#hash */
2031 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction673:string#Object#to_s */
2032 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction673:string#Object#native_class_name */
2033 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction673:string#Object#class_name */
2034 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction673:string#Object#inspect */
2035 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction673:string#Object#inspect_head */
2036 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction673:string#Object#args */
2037 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction673:math#Object#atan2 */
2038 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction673:math#Object#pi */
2039 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction673:math#Object#srand_from */
2040 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction673:math#Object#srand */
2041 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction673:stream#Object#poll */
2042 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction673:stream#Object#intern_poll */
2043 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction673:time#Object#get_time */
2044 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction673:file#Object#printn */
2045 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction673:file#Object#print */
2046 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction673:file#Object#getc */
2047 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction673:file#Object#gets */
2048 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction673:file#Object#getcwd */
2049 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction673:file#Object#file_getcwd */
2050 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction673:file#Object#stdin */
2051 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction673:file#Object#stdout */
2052 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction673:file#Object#stderr */
2053 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction673:model_base#Object#intrude_visibility */
2054 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction673:model_base#Object#public_visibility */
2055 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction673:model_base#Object#protected_visibility */
2056 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction673:model_base#Object#private_visibility */
2057 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction673:model_base#Object#none_visibility */
2058 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction673:model#Object#abstract_kind */
2059 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction673:model#Object#concrete_kind */
2060 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction673:model#Object#interface_kind */
2061 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction673:model#Object#enum_kind */
2062 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction673:model#Object#extern_kind */
2063 (nitmethod_t)VIRTUAL_parser__ReduceAction673__action, /* pointer to parser:ReduceAction673:parser#ReduceAction673#action */
2064 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction673:parser#ReduceAction#concat */
2065 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction673:parser#ReduceAction#init */
2066 }
2067 };
2068 /* allocate ReduceAction673 */
2069 val* NEW_parser__ReduceAction673(const struct type* type) {
2070 val* self /* : ReduceAction673 */;
2071 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2072 self->type = type;
2073 self->class = &class_parser__ReduceAction673;
2074 return self;
2075 }
2076 /* allocate ReduceAction673 */
2077 void CHECK_NEW_parser__ReduceAction673(val* self) {
2078 long var /* : Int */;
2079 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction673> */
2080 }
2081 /* runtime class parser__ReduceAction674 */
2082 const struct class class_parser__ReduceAction674 = {
2083 0, /* box_kind */
2084 {
2085 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction674:kernel#Object#object_id */
2086 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction674:kernel#Object#is_same_type */
2087 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction674:kernel#Object#== */
2088 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction674:kernel#Object#!= */
2089 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction674:kernel#Object#output */
2090 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction674:kernel#Object#output_class_name */
2091 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction674:kernel#Object#exit */
2092 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction674:kernel#Object#sys */
2093 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction674:kernel#Object#hash */
2094 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction674:string#Object#to_s */
2095 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction674:string#Object#native_class_name */
2096 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction674:string#Object#class_name */
2097 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction674:string#Object#inspect */
2098 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction674:string#Object#inspect_head */
2099 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction674:string#Object#args */
2100 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction674:math#Object#atan2 */
2101 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction674:math#Object#pi */
2102 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction674:math#Object#srand_from */
2103 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction674:math#Object#srand */
2104 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction674:stream#Object#poll */
2105 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction674:stream#Object#intern_poll */
2106 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction674:time#Object#get_time */
2107 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction674:file#Object#printn */
2108 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction674:file#Object#print */
2109 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction674:file#Object#getc */
2110 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction674:file#Object#gets */
2111 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction674:file#Object#getcwd */
2112 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction674:file#Object#file_getcwd */
2113 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction674:file#Object#stdin */
2114 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction674:file#Object#stdout */
2115 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction674:file#Object#stderr */
2116 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction674:model_base#Object#intrude_visibility */
2117 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction674:model_base#Object#public_visibility */
2118 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction674:model_base#Object#protected_visibility */
2119 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction674:model_base#Object#private_visibility */
2120 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction674:model_base#Object#none_visibility */
2121 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction674:model#Object#abstract_kind */
2122 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction674:model#Object#concrete_kind */
2123 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction674:model#Object#interface_kind */
2124 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction674:model#Object#enum_kind */
2125 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction674:model#Object#extern_kind */
2126 (nitmethod_t)VIRTUAL_parser__ReduceAction674__action, /* pointer to parser:ReduceAction674:parser#ReduceAction674#action */
2127 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction674:parser#ReduceAction#concat */
2128 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction674:parser#ReduceAction#init */
2129 }
2130 };
2131 /* allocate ReduceAction674 */
2132 val* NEW_parser__ReduceAction674(const struct type* type) {
2133 val* self /* : ReduceAction674 */;
2134 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2135 self->type = type;
2136 self->class = &class_parser__ReduceAction674;
2137 return self;
2138 }
2139 /* allocate ReduceAction674 */
2140 void CHECK_NEW_parser__ReduceAction674(val* self) {
2141 long var /* : Int */;
2142 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction674> */
2143 }
2144 /* runtime class parser__ReduceAction675 */
2145 const struct class class_parser__ReduceAction675 = {
2146 0, /* box_kind */
2147 {
2148 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction675:kernel#Object#object_id */
2149 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction675:kernel#Object#is_same_type */
2150 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction675:kernel#Object#== */
2151 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction675:kernel#Object#!= */
2152 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction675:kernel#Object#output */
2153 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction675:kernel#Object#output_class_name */
2154 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction675:kernel#Object#exit */
2155 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction675:kernel#Object#sys */
2156 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction675:kernel#Object#hash */
2157 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction675:string#Object#to_s */
2158 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction675:string#Object#native_class_name */
2159 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction675:string#Object#class_name */
2160 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction675:string#Object#inspect */
2161 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction675:string#Object#inspect_head */
2162 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction675:string#Object#args */
2163 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction675:math#Object#atan2 */
2164 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction675:math#Object#pi */
2165 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction675:math#Object#srand_from */
2166 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction675:math#Object#srand */
2167 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction675:stream#Object#poll */
2168 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction675:stream#Object#intern_poll */
2169 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction675:time#Object#get_time */
2170 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction675:file#Object#printn */
2171 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction675:file#Object#print */
2172 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction675:file#Object#getc */
2173 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction675:file#Object#gets */
2174 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction675:file#Object#getcwd */
2175 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction675:file#Object#file_getcwd */
2176 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction675:file#Object#stdin */
2177 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction675:file#Object#stdout */
2178 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction675:file#Object#stderr */
2179 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction675:model_base#Object#intrude_visibility */
2180 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction675:model_base#Object#public_visibility */
2181 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction675:model_base#Object#protected_visibility */
2182 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction675:model_base#Object#private_visibility */
2183 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction675:model_base#Object#none_visibility */
2184 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction675:model#Object#abstract_kind */
2185 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction675:model#Object#concrete_kind */
2186 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction675:model#Object#interface_kind */
2187 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction675:model#Object#enum_kind */
2188 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction675:model#Object#extern_kind */
2189 (nitmethod_t)VIRTUAL_parser__ReduceAction675__action, /* pointer to parser:ReduceAction675:parser#ReduceAction675#action */
2190 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction675:parser#ReduceAction#concat */
2191 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction675:parser#ReduceAction#init */
2192 }
2193 };
2194 /* allocate ReduceAction675 */
2195 val* NEW_parser__ReduceAction675(const struct type* type) {
2196 val* self /* : ReduceAction675 */;
2197 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2198 self->type = type;
2199 self->class = &class_parser__ReduceAction675;
2200 return self;
2201 }
2202 /* allocate ReduceAction675 */
2203 void CHECK_NEW_parser__ReduceAction675(val* self) {
2204 long var /* : Int */;
2205 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction675> */
2206 }
2207 /* runtime class parser__ReduceAction676 */
2208 const struct class class_parser__ReduceAction676 = {
2209 0, /* box_kind */
2210 {
2211 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction676:kernel#Object#object_id */
2212 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction676:kernel#Object#is_same_type */
2213 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction676:kernel#Object#== */
2214 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction676:kernel#Object#!= */
2215 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction676:kernel#Object#output */
2216 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction676:kernel#Object#output_class_name */
2217 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction676:kernel#Object#exit */
2218 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction676:kernel#Object#sys */
2219 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction676:kernel#Object#hash */
2220 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction676:string#Object#to_s */
2221 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction676:string#Object#native_class_name */
2222 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction676:string#Object#class_name */
2223 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction676:string#Object#inspect */
2224 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction676:string#Object#inspect_head */
2225 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction676:string#Object#args */
2226 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction676:math#Object#atan2 */
2227 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction676:math#Object#pi */
2228 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction676:math#Object#srand_from */
2229 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction676:math#Object#srand */
2230 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction676:stream#Object#poll */
2231 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction676:stream#Object#intern_poll */
2232 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction676:time#Object#get_time */
2233 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction676:file#Object#printn */
2234 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction676:file#Object#print */
2235 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction676:file#Object#getc */
2236 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction676:file#Object#gets */
2237 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction676:file#Object#getcwd */
2238 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction676:file#Object#file_getcwd */
2239 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction676:file#Object#stdin */
2240 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction676:file#Object#stdout */
2241 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction676:file#Object#stderr */
2242 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction676:model_base#Object#intrude_visibility */
2243 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction676:model_base#Object#public_visibility */
2244 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction676:model_base#Object#protected_visibility */
2245 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction676:model_base#Object#private_visibility */
2246 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction676:model_base#Object#none_visibility */
2247 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction676:model#Object#abstract_kind */
2248 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction676:model#Object#concrete_kind */
2249 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction676:model#Object#interface_kind */
2250 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction676:model#Object#enum_kind */
2251 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction676:model#Object#extern_kind */
2252 (nitmethod_t)VIRTUAL_parser__ReduceAction676__action, /* pointer to parser:ReduceAction676:parser#ReduceAction676#action */
2253 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction676:parser#ReduceAction#concat */
2254 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction676:parser#ReduceAction#init */
2255 }
2256 };
2257 /* allocate ReduceAction676 */
2258 val* NEW_parser__ReduceAction676(const struct type* type) {
2259 val* self /* : ReduceAction676 */;
2260 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2261 self->type = type;
2262 self->class = &class_parser__ReduceAction676;
2263 return self;
2264 }
2265 /* allocate ReduceAction676 */
2266 void CHECK_NEW_parser__ReduceAction676(val* self) {
2267 long var /* : Int */;
2268 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction676> */
2269 }
2270 /* runtime class parser__ReduceAction677 */
2271 const struct class class_parser__ReduceAction677 = {
2272 0, /* box_kind */
2273 {
2274 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction677:kernel#Object#object_id */
2275 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction677:kernel#Object#is_same_type */
2276 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction677:kernel#Object#== */
2277 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction677:kernel#Object#!= */
2278 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction677:kernel#Object#output */
2279 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction677:kernel#Object#output_class_name */
2280 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction677:kernel#Object#exit */
2281 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction677:kernel#Object#sys */
2282 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction677:kernel#Object#hash */
2283 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction677:string#Object#to_s */
2284 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction677:string#Object#native_class_name */
2285 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction677:string#Object#class_name */
2286 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction677:string#Object#inspect */
2287 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction677:string#Object#inspect_head */
2288 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction677:string#Object#args */
2289 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction677:math#Object#atan2 */
2290 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction677:math#Object#pi */
2291 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction677:math#Object#srand_from */
2292 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction677:math#Object#srand */
2293 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction677:stream#Object#poll */
2294 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction677:stream#Object#intern_poll */
2295 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction677:time#Object#get_time */
2296 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction677:file#Object#printn */
2297 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction677:file#Object#print */
2298 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction677:file#Object#getc */
2299 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction677:file#Object#gets */
2300 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction677:file#Object#getcwd */
2301 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction677:file#Object#file_getcwd */
2302 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction677:file#Object#stdin */
2303 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction677:file#Object#stdout */
2304 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction677:file#Object#stderr */
2305 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction677:model_base#Object#intrude_visibility */
2306 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction677:model_base#Object#public_visibility */
2307 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction677:model_base#Object#protected_visibility */
2308 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction677:model_base#Object#private_visibility */
2309 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction677:model_base#Object#none_visibility */
2310 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction677:model#Object#abstract_kind */
2311 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction677:model#Object#concrete_kind */
2312 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction677:model#Object#interface_kind */
2313 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction677:model#Object#enum_kind */
2314 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction677:model#Object#extern_kind */
2315 (nitmethod_t)VIRTUAL_parser__ReduceAction677__action, /* pointer to parser:ReduceAction677:parser#ReduceAction677#action */
2316 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction677:parser#ReduceAction#concat */
2317 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction677:parser#ReduceAction#init */
2318 }
2319 };
2320 /* allocate ReduceAction677 */
2321 val* NEW_parser__ReduceAction677(const struct type* type) {
2322 val* self /* : ReduceAction677 */;
2323 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2324 self->type = type;
2325 self->class = &class_parser__ReduceAction677;
2326 return self;
2327 }
2328 /* allocate ReduceAction677 */
2329 void CHECK_NEW_parser__ReduceAction677(val* self) {
2330 long var /* : Int */;
2331 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction677> */
2332 }
2333 /* runtime class parser__ReduceAction678 */
2334 const struct class class_parser__ReduceAction678 = {
2335 0, /* box_kind */
2336 {
2337 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction678:kernel#Object#object_id */
2338 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction678:kernel#Object#is_same_type */
2339 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction678:kernel#Object#== */
2340 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction678:kernel#Object#!= */
2341 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction678:kernel#Object#output */
2342 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction678:kernel#Object#output_class_name */
2343 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction678:kernel#Object#exit */
2344 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction678:kernel#Object#sys */
2345 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction678:kernel#Object#hash */
2346 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction678:string#Object#to_s */
2347 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction678:string#Object#native_class_name */
2348 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction678:string#Object#class_name */
2349 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction678:string#Object#inspect */
2350 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction678:string#Object#inspect_head */
2351 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction678:string#Object#args */
2352 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction678:math#Object#atan2 */
2353 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction678:math#Object#pi */
2354 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction678:math#Object#srand_from */
2355 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction678:math#Object#srand */
2356 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction678:stream#Object#poll */
2357 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction678:stream#Object#intern_poll */
2358 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction678:time#Object#get_time */
2359 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction678:file#Object#printn */
2360 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction678:file#Object#print */
2361 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction678:file#Object#getc */
2362 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction678:file#Object#gets */
2363 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction678:file#Object#getcwd */
2364 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction678:file#Object#file_getcwd */
2365 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction678:file#Object#stdin */
2366 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction678:file#Object#stdout */
2367 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction678:file#Object#stderr */
2368 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction678:model_base#Object#intrude_visibility */
2369 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction678:model_base#Object#public_visibility */
2370 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction678:model_base#Object#protected_visibility */
2371 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction678:model_base#Object#private_visibility */
2372 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction678:model_base#Object#none_visibility */
2373 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction678:model#Object#abstract_kind */
2374 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction678:model#Object#concrete_kind */
2375 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction678:model#Object#interface_kind */
2376 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction678:model#Object#enum_kind */
2377 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction678:model#Object#extern_kind */
2378 (nitmethod_t)VIRTUAL_parser__ReduceAction678__action, /* pointer to parser:ReduceAction678:parser#ReduceAction678#action */
2379 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction678:parser#ReduceAction#concat */
2380 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction678:parser#ReduceAction#init */
2381 }
2382 };
2383 /* allocate ReduceAction678 */
2384 val* NEW_parser__ReduceAction678(const struct type* type) {
2385 val* self /* : ReduceAction678 */;
2386 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2387 self->type = type;
2388 self->class = &class_parser__ReduceAction678;
2389 return self;
2390 }
2391 /* allocate ReduceAction678 */
2392 void CHECK_NEW_parser__ReduceAction678(val* self) {
2393 long var /* : Int */;
2394 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction678> */
2395 }
2396 /* runtime class parser__ReduceAction679 */
2397 const struct class class_parser__ReduceAction679 = {
2398 0, /* box_kind */
2399 {
2400 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction679:kernel#Object#object_id */
2401 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction679:kernel#Object#is_same_type */
2402 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction679:kernel#Object#== */
2403 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction679:kernel#Object#!= */
2404 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction679:kernel#Object#output */
2405 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction679:kernel#Object#output_class_name */
2406 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction679:kernel#Object#exit */
2407 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction679:kernel#Object#sys */
2408 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction679:kernel#Object#hash */
2409 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction679:string#Object#to_s */
2410 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction679:string#Object#native_class_name */
2411 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction679:string#Object#class_name */
2412 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction679:string#Object#inspect */
2413 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction679:string#Object#inspect_head */
2414 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction679:string#Object#args */
2415 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction679:math#Object#atan2 */
2416 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction679:math#Object#pi */
2417 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction679:math#Object#srand_from */
2418 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction679:math#Object#srand */
2419 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction679:stream#Object#poll */
2420 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction679:stream#Object#intern_poll */
2421 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction679:time#Object#get_time */
2422 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction679:file#Object#printn */
2423 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction679:file#Object#print */
2424 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction679:file#Object#getc */
2425 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction679:file#Object#gets */
2426 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction679:file#Object#getcwd */
2427 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction679:file#Object#file_getcwd */
2428 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction679:file#Object#stdin */
2429 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction679:file#Object#stdout */
2430 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction679:file#Object#stderr */
2431 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction679:model_base#Object#intrude_visibility */
2432 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction679:model_base#Object#public_visibility */
2433 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction679:model_base#Object#protected_visibility */
2434 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction679:model_base#Object#private_visibility */
2435 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction679:model_base#Object#none_visibility */
2436 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction679:model#Object#abstract_kind */
2437 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction679:model#Object#concrete_kind */
2438 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction679:model#Object#interface_kind */
2439 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction679:model#Object#enum_kind */
2440 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction679:model#Object#extern_kind */
2441 (nitmethod_t)VIRTUAL_parser__ReduceAction679__action, /* pointer to parser:ReduceAction679:parser#ReduceAction679#action */
2442 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction679:parser#ReduceAction#concat */
2443 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction679:parser#ReduceAction#init */
2444 }
2445 };
2446 /* allocate ReduceAction679 */
2447 val* NEW_parser__ReduceAction679(const struct type* type) {
2448 val* self /* : ReduceAction679 */;
2449 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2450 self->type = type;
2451 self->class = &class_parser__ReduceAction679;
2452 return self;
2453 }
2454 /* allocate ReduceAction679 */
2455 void CHECK_NEW_parser__ReduceAction679(val* self) {
2456 long var /* : Int */;
2457 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction679> */
2458 }
2459 /* runtime class parser__ReduceAction680 */
2460 const struct class class_parser__ReduceAction680 = {
2461 0, /* box_kind */
2462 {
2463 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction680:kernel#Object#object_id */
2464 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction680:kernel#Object#is_same_type */
2465 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction680:kernel#Object#== */
2466 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction680:kernel#Object#!= */
2467 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction680:kernel#Object#output */
2468 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction680:kernel#Object#output_class_name */
2469 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction680:kernel#Object#exit */
2470 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction680:kernel#Object#sys */
2471 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction680:kernel#Object#hash */
2472 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction680:string#Object#to_s */
2473 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction680:string#Object#native_class_name */
2474 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction680:string#Object#class_name */
2475 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction680:string#Object#inspect */
2476 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction680:string#Object#inspect_head */
2477 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction680:string#Object#args */
2478 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction680:math#Object#atan2 */
2479 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction680:math#Object#pi */
2480 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction680:math#Object#srand_from */
2481 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction680:math#Object#srand */
2482 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction680:stream#Object#poll */
2483 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction680:stream#Object#intern_poll */
2484 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction680:time#Object#get_time */
2485 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction680:file#Object#printn */
2486 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction680:file#Object#print */
2487 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction680:file#Object#getc */
2488 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction680:file#Object#gets */
2489 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction680:file#Object#getcwd */
2490 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction680:file#Object#file_getcwd */
2491 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction680:file#Object#stdin */
2492 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction680:file#Object#stdout */
2493 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction680:file#Object#stderr */
2494 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction680:model_base#Object#intrude_visibility */
2495 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction680:model_base#Object#public_visibility */
2496 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction680:model_base#Object#protected_visibility */
2497 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction680:model_base#Object#private_visibility */
2498 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction680:model_base#Object#none_visibility */
2499 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction680:model#Object#abstract_kind */
2500 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction680:model#Object#concrete_kind */
2501 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction680:model#Object#interface_kind */
2502 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction680:model#Object#enum_kind */
2503 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction680:model#Object#extern_kind */
2504 (nitmethod_t)VIRTUAL_parser__ReduceAction680__action, /* pointer to parser:ReduceAction680:parser#ReduceAction680#action */
2505 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction680:parser#ReduceAction#concat */
2506 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction680:parser#ReduceAction#init */
2507 }
2508 };
2509 /* allocate ReduceAction680 */
2510 val* NEW_parser__ReduceAction680(const struct type* type) {
2511 val* self /* : ReduceAction680 */;
2512 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2513 self->type = type;
2514 self->class = &class_parser__ReduceAction680;
2515 return self;
2516 }
2517 /* allocate ReduceAction680 */
2518 void CHECK_NEW_parser__ReduceAction680(val* self) {
2519 long var /* : Int */;
2520 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction680> */
2521 }
2522 /* runtime class parser__ReduceAction681 */
2523 const struct class class_parser__ReduceAction681 = {
2524 0, /* box_kind */
2525 {
2526 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction681:kernel#Object#object_id */
2527 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction681:kernel#Object#is_same_type */
2528 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction681:kernel#Object#== */
2529 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction681:kernel#Object#!= */
2530 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction681:kernel#Object#output */
2531 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction681:kernel#Object#output_class_name */
2532 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction681:kernel#Object#exit */
2533 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction681:kernel#Object#sys */
2534 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction681:kernel#Object#hash */
2535 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction681:string#Object#to_s */
2536 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction681:string#Object#native_class_name */
2537 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction681:string#Object#class_name */
2538 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction681:string#Object#inspect */
2539 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction681:string#Object#inspect_head */
2540 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction681:string#Object#args */
2541 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction681:math#Object#atan2 */
2542 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction681:math#Object#pi */
2543 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction681:math#Object#srand_from */
2544 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction681:math#Object#srand */
2545 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction681:stream#Object#poll */
2546 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction681:stream#Object#intern_poll */
2547 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction681:time#Object#get_time */
2548 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction681:file#Object#printn */
2549 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction681:file#Object#print */
2550 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction681:file#Object#getc */
2551 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction681:file#Object#gets */
2552 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction681:file#Object#getcwd */
2553 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction681:file#Object#file_getcwd */
2554 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction681:file#Object#stdin */
2555 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction681:file#Object#stdout */
2556 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction681:file#Object#stderr */
2557 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction681:model_base#Object#intrude_visibility */
2558 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction681:model_base#Object#public_visibility */
2559 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction681:model_base#Object#protected_visibility */
2560 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction681:model_base#Object#private_visibility */
2561 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction681:model_base#Object#none_visibility */
2562 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction681:model#Object#abstract_kind */
2563 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction681:model#Object#concrete_kind */
2564 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction681:model#Object#interface_kind */
2565 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction681:model#Object#enum_kind */
2566 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction681:model#Object#extern_kind */
2567 (nitmethod_t)VIRTUAL_parser__ReduceAction681__action, /* pointer to parser:ReduceAction681:parser#ReduceAction681#action */
2568 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction681:parser#ReduceAction#concat */
2569 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction681:parser#ReduceAction#init */
2570 }
2571 };
2572 /* allocate ReduceAction681 */
2573 val* NEW_parser__ReduceAction681(const struct type* type) {
2574 val* self /* : ReduceAction681 */;
2575 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2576 self->type = type;
2577 self->class = &class_parser__ReduceAction681;
2578 return self;
2579 }
2580 /* allocate ReduceAction681 */
2581 void CHECK_NEW_parser__ReduceAction681(val* self) {
2582 long var /* : Int */;
2583 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction681> */
2584 }
2585 /* runtime class parser__ReduceAction682 */
2586 const struct class class_parser__ReduceAction682 = {
2587 0, /* box_kind */
2588 {
2589 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction682:kernel#Object#object_id */
2590 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction682:kernel#Object#is_same_type */
2591 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction682:kernel#Object#== */
2592 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction682:kernel#Object#!= */
2593 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction682:kernel#Object#output */
2594 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction682:kernel#Object#output_class_name */
2595 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction682:kernel#Object#exit */
2596 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction682:kernel#Object#sys */
2597 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction682:kernel#Object#hash */
2598 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction682:string#Object#to_s */
2599 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction682:string#Object#native_class_name */
2600 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction682:string#Object#class_name */
2601 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction682:string#Object#inspect */
2602 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction682:string#Object#inspect_head */
2603 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction682:string#Object#args */
2604 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction682:math#Object#atan2 */
2605 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction682:math#Object#pi */
2606 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction682:math#Object#srand_from */
2607 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction682:math#Object#srand */
2608 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction682:stream#Object#poll */
2609 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction682:stream#Object#intern_poll */
2610 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction682:time#Object#get_time */
2611 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction682:file#Object#printn */
2612 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction682:file#Object#print */
2613 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction682:file#Object#getc */
2614 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction682:file#Object#gets */
2615 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction682:file#Object#getcwd */
2616 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction682:file#Object#file_getcwd */
2617 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction682:file#Object#stdin */
2618 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction682:file#Object#stdout */
2619 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction682:file#Object#stderr */
2620 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction682:model_base#Object#intrude_visibility */
2621 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction682:model_base#Object#public_visibility */
2622 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction682:model_base#Object#protected_visibility */
2623 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction682:model_base#Object#private_visibility */
2624 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction682:model_base#Object#none_visibility */
2625 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction682:model#Object#abstract_kind */
2626 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction682:model#Object#concrete_kind */
2627 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction682:model#Object#interface_kind */
2628 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction682:model#Object#enum_kind */
2629 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction682:model#Object#extern_kind */
2630 (nitmethod_t)VIRTUAL_parser__ReduceAction682__action, /* pointer to parser:ReduceAction682:parser#ReduceAction682#action */
2631 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction682:parser#ReduceAction#concat */
2632 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction682:parser#ReduceAction#init */
2633 }
2634 };
2635 /* allocate ReduceAction682 */
2636 val* NEW_parser__ReduceAction682(const struct type* type) {
2637 val* self /* : ReduceAction682 */;
2638 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2639 self->type = type;
2640 self->class = &class_parser__ReduceAction682;
2641 return self;
2642 }
2643 /* allocate ReduceAction682 */
2644 void CHECK_NEW_parser__ReduceAction682(val* self) {
2645 long var /* : Int */;
2646 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction682> */
2647 }
2648 /* runtime class parser__ReduceAction683 */
2649 const struct class class_parser__ReduceAction683 = {
2650 0, /* box_kind */
2651 {
2652 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction683:kernel#Object#object_id */
2653 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction683:kernel#Object#is_same_type */
2654 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction683:kernel#Object#== */
2655 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction683:kernel#Object#!= */
2656 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction683:kernel#Object#output */
2657 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction683:kernel#Object#output_class_name */
2658 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction683:kernel#Object#exit */
2659 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction683:kernel#Object#sys */
2660 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction683:kernel#Object#hash */
2661 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction683:string#Object#to_s */
2662 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction683:string#Object#native_class_name */
2663 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction683:string#Object#class_name */
2664 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction683:string#Object#inspect */
2665 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction683:string#Object#inspect_head */
2666 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction683:string#Object#args */
2667 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction683:math#Object#atan2 */
2668 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction683:math#Object#pi */
2669 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction683:math#Object#srand_from */
2670 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction683:math#Object#srand */
2671 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction683:stream#Object#poll */
2672 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction683:stream#Object#intern_poll */
2673 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction683:time#Object#get_time */
2674 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction683:file#Object#printn */
2675 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction683:file#Object#print */
2676 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction683:file#Object#getc */
2677 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction683:file#Object#gets */
2678 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction683:file#Object#getcwd */
2679 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction683:file#Object#file_getcwd */
2680 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction683:file#Object#stdin */
2681 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction683:file#Object#stdout */
2682 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction683:file#Object#stderr */
2683 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction683:model_base#Object#intrude_visibility */
2684 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction683:model_base#Object#public_visibility */
2685 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction683:model_base#Object#protected_visibility */
2686 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction683:model_base#Object#private_visibility */
2687 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction683:model_base#Object#none_visibility */
2688 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction683:model#Object#abstract_kind */
2689 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction683:model#Object#concrete_kind */
2690 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction683:model#Object#interface_kind */
2691 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction683:model#Object#enum_kind */
2692 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction683:model#Object#extern_kind */
2693 (nitmethod_t)VIRTUAL_parser__ReduceAction683__action, /* pointer to parser:ReduceAction683:parser#ReduceAction683#action */
2694 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction683:parser#ReduceAction#concat */
2695 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction683:parser#ReduceAction#init */
2696 }
2697 };
2698 /* allocate ReduceAction683 */
2699 val* NEW_parser__ReduceAction683(const struct type* type) {
2700 val* self /* : ReduceAction683 */;
2701 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2702 self->type = type;
2703 self->class = &class_parser__ReduceAction683;
2704 return self;
2705 }
2706 /* allocate ReduceAction683 */
2707 void CHECK_NEW_parser__ReduceAction683(val* self) {
2708 long var /* : Int */;
2709 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction683> */
2710 }
2711 /* runtime class parser__ReduceAction684 */
2712 const struct class class_parser__ReduceAction684 = {
2713 0, /* box_kind */
2714 {
2715 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction684:kernel#Object#object_id */
2716 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction684:kernel#Object#is_same_type */
2717 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction684:kernel#Object#== */
2718 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction684:kernel#Object#!= */
2719 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction684:kernel#Object#output */
2720 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction684:kernel#Object#output_class_name */
2721 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction684:kernel#Object#exit */
2722 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction684:kernel#Object#sys */
2723 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction684:kernel#Object#hash */
2724 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction684:string#Object#to_s */
2725 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction684:string#Object#native_class_name */
2726 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction684:string#Object#class_name */
2727 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction684:string#Object#inspect */
2728 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction684:string#Object#inspect_head */
2729 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction684:string#Object#args */
2730 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction684:math#Object#atan2 */
2731 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction684:math#Object#pi */
2732 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction684:math#Object#srand_from */
2733 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction684:math#Object#srand */
2734 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction684:stream#Object#poll */
2735 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction684:stream#Object#intern_poll */
2736 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction684:time#Object#get_time */
2737 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction684:file#Object#printn */
2738 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction684:file#Object#print */
2739 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction684:file#Object#getc */
2740 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction684:file#Object#gets */
2741 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction684:file#Object#getcwd */
2742 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction684:file#Object#file_getcwd */
2743 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction684:file#Object#stdin */
2744 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction684:file#Object#stdout */
2745 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction684:file#Object#stderr */
2746 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction684:model_base#Object#intrude_visibility */
2747 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction684:model_base#Object#public_visibility */
2748 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction684:model_base#Object#protected_visibility */
2749 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction684:model_base#Object#private_visibility */
2750 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction684:model_base#Object#none_visibility */
2751 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction684:model#Object#abstract_kind */
2752 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction684:model#Object#concrete_kind */
2753 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction684:model#Object#interface_kind */
2754 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction684:model#Object#enum_kind */
2755 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction684:model#Object#extern_kind */
2756 (nitmethod_t)VIRTUAL_parser__ReduceAction684__action, /* pointer to parser:ReduceAction684:parser#ReduceAction684#action */
2757 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction684:parser#ReduceAction#concat */
2758 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction684:parser#ReduceAction#init */
2759 }
2760 };
2761 /* allocate ReduceAction684 */
2762 val* NEW_parser__ReduceAction684(const struct type* type) {
2763 val* self /* : ReduceAction684 */;
2764 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2765 self->type = type;
2766 self->class = &class_parser__ReduceAction684;
2767 return self;
2768 }
2769 /* allocate ReduceAction684 */
2770 void CHECK_NEW_parser__ReduceAction684(val* self) {
2771 long var /* : Int */;
2772 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction684> */
2773 }
2774 /* runtime class parser__ReduceAction685 */
2775 const struct class class_parser__ReduceAction685 = {
2776 0, /* box_kind */
2777 {
2778 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction685:kernel#Object#object_id */
2779 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction685:kernel#Object#is_same_type */
2780 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction685:kernel#Object#== */
2781 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction685:kernel#Object#!= */
2782 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction685:kernel#Object#output */
2783 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction685:kernel#Object#output_class_name */
2784 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction685:kernel#Object#exit */
2785 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction685:kernel#Object#sys */
2786 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction685:kernel#Object#hash */
2787 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction685:string#Object#to_s */
2788 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction685:string#Object#native_class_name */
2789 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction685:string#Object#class_name */
2790 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction685:string#Object#inspect */
2791 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction685:string#Object#inspect_head */
2792 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction685:string#Object#args */
2793 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction685:math#Object#atan2 */
2794 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction685:math#Object#pi */
2795 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction685:math#Object#srand_from */
2796 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction685:math#Object#srand */
2797 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction685:stream#Object#poll */
2798 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction685:stream#Object#intern_poll */
2799 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction685:time#Object#get_time */
2800 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction685:file#Object#printn */
2801 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction685:file#Object#print */
2802 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction685:file#Object#getc */
2803 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction685:file#Object#gets */
2804 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction685:file#Object#getcwd */
2805 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction685:file#Object#file_getcwd */
2806 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction685:file#Object#stdin */
2807 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction685:file#Object#stdout */
2808 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction685:file#Object#stderr */
2809 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction685:model_base#Object#intrude_visibility */
2810 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction685:model_base#Object#public_visibility */
2811 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction685:model_base#Object#protected_visibility */
2812 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction685:model_base#Object#private_visibility */
2813 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction685:model_base#Object#none_visibility */
2814 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction685:model#Object#abstract_kind */
2815 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction685:model#Object#concrete_kind */
2816 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction685:model#Object#interface_kind */
2817 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction685:model#Object#enum_kind */
2818 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction685:model#Object#extern_kind */
2819 (nitmethod_t)VIRTUAL_parser__ReduceAction685__action, /* pointer to parser:ReduceAction685:parser#ReduceAction685#action */
2820 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction685:parser#ReduceAction#concat */
2821 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction685:parser#ReduceAction#init */
2822 }
2823 };
2824 /* allocate ReduceAction685 */
2825 val* NEW_parser__ReduceAction685(const struct type* type) {
2826 val* self /* : ReduceAction685 */;
2827 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2828 self->type = type;
2829 self->class = &class_parser__ReduceAction685;
2830 return self;
2831 }
2832 /* allocate ReduceAction685 */
2833 void CHECK_NEW_parser__ReduceAction685(val* self) {
2834 long var /* : Int */;
2835 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction685> */
2836 }
2837 /* runtime class parser__ReduceAction686 */
2838 const struct class class_parser__ReduceAction686 = {
2839 0, /* box_kind */
2840 {
2841 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction686:kernel#Object#object_id */
2842 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction686:kernel#Object#is_same_type */
2843 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction686:kernel#Object#== */
2844 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction686:kernel#Object#!= */
2845 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction686:kernel#Object#output */
2846 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction686:kernel#Object#output_class_name */
2847 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction686:kernel#Object#exit */
2848 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction686:kernel#Object#sys */
2849 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction686:kernel#Object#hash */
2850 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction686:string#Object#to_s */
2851 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction686:string#Object#native_class_name */
2852 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction686:string#Object#class_name */
2853 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction686:string#Object#inspect */
2854 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction686:string#Object#inspect_head */
2855 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction686:string#Object#args */
2856 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction686:math#Object#atan2 */
2857 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction686:math#Object#pi */
2858 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction686:math#Object#srand_from */
2859 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction686:math#Object#srand */
2860 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction686:stream#Object#poll */
2861 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction686:stream#Object#intern_poll */
2862 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction686:time#Object#get_time */
2863 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction686:file#Object#printn */
2864 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction686:file#Object#print */
2865 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction686:file#Object#getc */
2866 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction686:file#Object#gets */
2867 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction686:file#Object#getcwd */
2868 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction686:file#Object#file_getcwd */
2869 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction686:file#Object#stdin */
2870 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction686:file#Object#stdout */
2871 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction686:file#Object#stderr */
2872 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction686:model_base#Object#intrude_visibility */
2873 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction686:model_base#Object#public_visibility */
2874 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction686:model_base#Object#protected_visibility */
2875 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction686:model_base#Object#private_visibility */
2876 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction686:model_base#Object#none_visibility */
2877 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction686:model#Object#abstract_kind */
2878 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction686:model#Object#concrete_kind */
2879 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction686:model#Object#interface_kind */
2880 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction686:model#Object#enum_kind */
2881 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction686:model#Object#extern_kind */
2882 (nitmethod_t)VIRTUAL_parser__ReduceAction686__action, /* pointer to parser:ReduceAction686:parser#ReduceAction686#action */
2883 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction686:parser#ReduceAction#concat */
2884 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction686:parser#ReduceAction#init */
2885 }
2886 };
2887 /* allocate ReduceAction686 */
2888 val* NEW_parser__ReduceAction686(const struct type* type) {
2889 val* self /* : ReduceAction686 */;
2890 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2891 self->type = type;
2892 self->class = &class_parser__ReduceAction686;
2893 return self;
2894 }
2895 /* allocate ReduceAction686 */
2896 void CHECK_NEW_parser__ReduceAction686(val* self) {
2897 long var /* : Int */;
2898 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction686> */
2899 }
2900 /* runtime class parser__ReduceAction687 */
2901 const struct class class_parser__ReduceAction687 = {
2902 0, /* box_kind */
2903 {
2904 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction687:kernel#Object#object_id */
2905 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction687:kernel#Object#is_same_type */
2906 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction687:kernel#Object#== */
2907 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction687:kernel#Object#!= */
2908 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction687:kernel#Object#output */
2909 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction687:kernel#Object#output_class_name */
2910 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction687:kernel#Object#exit */
2911 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction687:kernel#Object#sys */
2912 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction687:kernel#Object#hash */
2913 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction687:string#Object#to_s */
2914 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction687:string#Object#native_class_name */
2915 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction687:string#Object#class_name */
2916 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction687:string#Object#inspect */
2917 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction687:string#Object#inspect_head */
2918 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction687:string#Object#args */
2919 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction687:math#Object#atan2 */
2920 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction687:math#Object#pi */
2921 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction687:math#Object#srand_from */
2922 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction687:math#Object#srand */
2923 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction687:stream#Object#poll */
2924 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction687:stream#Object#intern_poll */
2925 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction687:time#Object#get_time */
2926 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction687:file#Object#printn */
2927 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction687:file#Object#print */
2928 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction687:file#Object#getc */
2929 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction687:file#Object#gets */
2930 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction687:file#Object#getcwd */
2931 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction687:file#Object#file_getcwd */
2932 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction687:file#Object#stdin */
2933 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction687:file#Object#stdout */
2934 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction687:file#Object#stderr */
2935 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction687:model_base#Object#intrude_visibility */
2936 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction687:model_base#Object#public_visibility */
2937 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction687:model_base#Object#protected_visibility */
2938 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction687:model_base#Object#private_visibility */
2939 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction687:model_base#Object#none_visibility */
2940 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction687:model#Object#abstract_kind */
2941 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction687:model#Object#concrete_kind */
2942 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction687:model#Object#interface_kind */
2943 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction687:model#Object#enum_kind */
2944 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction687:model#Object#extern_kind */
2945 (nitmethod_t)VIRTUAL_parser__ReduceAction687__action, /* pointer to parser:ReduceAction687:parser#ReduceAction687#action */
2946 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction687:parser#ReduceAction#concat */
2947 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction687:parser#ReduceAction#init */
2948 }
2949 };
2950 /* allocate ReduceAction687 */
2951 val* NEW_parser__ReduceAction687(const struct type* type) {
2952 val* self /* : ReduceAction687 */;
2953 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2954 self->type = type;
2955 self->class = &class_parser__ReduceAction687;
2956 return self;
2957 }
2958 /* allocate ReduceAction687 */
2959 void CHECK_NEW_parser__ReduceAction687(val* self) {
2960 long var /* : Int */;
2961 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction687> */
2962 }
2963 /* runtime class parser__ReduceAction688 */
2964 const struct class class_parser__ReduceAction688 = {
2965 0, /* box_kind */
2966 {
2967 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction688:kernel#Object#object_id */
2968 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction688:kernel#Object#is_same_type */
2969 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction688:kernel#Object#== */
2970 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction688:kernel#Object#!= */
2971 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction688:kernel#Object#output */
2972 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction688:kernel#Object#output_class_name */
2973 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction688:kernel#Object#exit */
2974 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction688:kernel#Object#sys */
2975 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction688:kernel#Object#hash */
2976 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction688:string#Object#to_s */
2977 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction688:string#Object#native_class_name */
2978 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction688:string#Object#class_name */
2979 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction688:string#Object#inspect */
2980 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction688:string#Object#inspect_head */
2981 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction688:string#Object#args */
2982 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction688:math#Object#atan2 */
2983 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction688:math#Object#pi */
2984 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction688:math#Object#srand_from */
2985 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction688:math#Object#srand */
2986 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction688:stream#Object#poll */
2987 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction688:stream#Object#intern_poll */
2988 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction688:time#Object#get_time */
2989 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction688:file#Object#printn */
2990 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction688:file#Object#print */
2991 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction688:file#Object#getc */
2992 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction688:file#Object#gets */
2993 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction688:file#Object#getcwd */
2994 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction688:file#Object#file_getcwd */
2995 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction688:file#Object#stdin */
2996 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction688:file#Object#stdout */
2997 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction688:file#Object#stderr */
2998 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction688:model_base#Object#intrude_visibility */
2999 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction688:model_base#Object#public_visibility */
3000 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction688:model_base#Object#protected_visibility */
3001 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction688:model_base#Object#private_visibility */
3002 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction688:model_base#Object#none_visibility */
3003 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction688:model#Object#abstract_kind */
3004 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction688:model#Object#concrete_kind */
3005 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction688:model#Object#interface_kind */
3006 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction688:model#Object#enum_kind */
3007 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction688:model#Object#extern_kind */
3008 (nitmethod_t)VIRTUAL_parser__ReduceAction688__action, /* pointer to parser:ReduceAction688:parser#ReduceAction688#action */
3009 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction688:parser#ReduceAction#concat */
3010 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction688:parser#ReduceAction#init */
3011 }
3012 };
3013 /* allocate ReduceAction688 */
3014 val* NEW_parser__ReduceAction688(const struct type* type) {
3015 val* self /* : ReduceAction688 */;
3016 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3017 self->type = type;
3018 self->class = &class_parser__ReduceAction688;
3019 return self;
3020 }
3021 /* allocate ReduceAction688 */
3022 void CHECK_NEW_parser__ReduceAction688(val* self) {
3023 long var /* : Int */;
3024 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction688> */
3025 }
3026 /* runtime class parser__ReduceAction689 */
3027 const struct class class_parser__ReduceAction689 = {
3028 0, /* box_kind */
3029 {
3030 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction689:kernel#Object#object_id */
3031 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction689:kernel#Object#is_same_type */
3032 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction689:kernel#Object#== */
3033 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction689:kernel#Object#!= */
3034 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction689:kernel#Object#output */
3035 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction689:kernel#Object#output_class_name */
3036 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction689:kernel#Object#exit */
3037 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction689:kernel#Object#sys */
3038 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction689:kernel#Object#hash */
3039 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction689:string#Object#to_s */
3040 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction689:string#Object#native_class_name */
3041 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction689:string#Object#class_name */
3042 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction689:string#Object#inspect */
3043 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction689:string#Object#inspect_head */
3044 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction689:string#Object#args */
3045 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction689:math#Object#atan2 */
3046 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction689:math#Object#pi */
3047 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction689:math#Object#srand_from */
3048 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction689:math#Object#srand */
3049 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction689:stream#Object#poll */
3050 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction689:stream#Object#intern_poll */
3051 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction689:time#Object#get_time */
3052 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction689:file#Object#printn */
3053 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction689:file#Object#print */
3054 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction689:file#Object#getc */
3055 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction689:file#Object#gets */
3056 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction689:file#Object#getcwd */
3057 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction689:file#Object#file_getcwd */
3058 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction689:file#Object#stdin */
3059 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction689:file#Object#stdout */
3060 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction689:file#Object#stderr */
3061 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction689:model_base#Object#intrude_visibility */
3062 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction689:model_base#Object#public_visibility */
3063 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction689:model_base#Object#protected_visibility */
3064 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction689:model_base#Object#private_visibility */
3065 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction689:model_base#Object#none_visibility */
3066 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction689:model#Object#abstract_kind */
3067 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction689:model#Object#concrete_kind */
3068 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction689:model#Object#interface_kind */
3069 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction689:model#Object#enum_kind */
3070 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction689:model#Object#extern_kind */
3071 (nitmethod_t)VIRTUAL_parser__ReduceAction689__action, /* pointer to parser:ReduceAction689:parser#ReduceAction689#action */
3072 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction689:parser#ReduceAction#concat */
3073 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction689:parser#ReduceAction#init */
3074 }
3075 };
3076 /* allocate ReduceAction689 */
3077 val* NEW_parser__ReduceAction689(const struct type* type) {
3078 val* self /* : ReduceAction689 */;
3079 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3080 self->type = type;
3081 self->class = &class_parser__ReduceAction689;
3082 return self;
3083 }
3084 /* allocate ReduceAction689 */
3085 void CHECK_NEW_parser__ReduceAction689(val* self) {
3086 long var /* : Int */;
3087 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction689> */
3088 }
3089 /* runtime class parser__ReduceAction690 */
3090 const struct class class_parser__ReduceAction690 = {
3091 0, /* box_kind */
3092 {
3093 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction690:kernel#Object#object_id */
3094 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction690:kernel#Object#is_same_type */
3095 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction690:kernel#Object#== */
3096 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction690:kernel#Object#!= */
3097 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction690:kernel#Object#output */
3098 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction690:kernel#Object#output_class_name */
3099 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction690:kernel#Object#exit */
3100 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction690:kernel#Object#sys */
3101 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction690:kernel#Object#hash */
3102 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction690:string#Object#to_s */
3103 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction690:string#Object#native_class_name */
3104 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction690:string#Object#class_name */
3105 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction690:string#Object#inspect */
3106 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction690:string#Object#inspect_head */
3107 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction690:string#Object#args */
3108 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction690:math#Object#atan2 */
3109 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction690:math#Object#pi */
3110 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction690:math#Object#srand_from */
3111 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction690:math#Object#srand */
3112 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction690:stream#Object#poll */
3113 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction690:stream#Object#intern_poll */
3114 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction690:time#Object#get_time */
3115 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction690:file#Object#printn */
3116 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction690:file#Object#print */
3117 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction690:file#Object#getc */
3118 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction690:file#Object#gets */
3119 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction690:file#Object#getcwd */
3120 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction690:file#Object#file_getcwd */
3121 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction690:file#Object#stdin */
3122 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction690:file#Object#stdout */
3123 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction690:file#Object#stderr */
3124 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction690:model_base#Object#intrude_visibility */
3125 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction690:model_base#Object#public_visibility */
3126 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction690:model_base#Object#protected_visibility */
3127 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction690:model_base#Object#private_visibility */
3128 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction690:model_base#Object#none_visibility */
3129 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction690:model#Object#abstract_kind */
3130 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction690:model#Object#concrete_kind */
3131 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction690:model#Object#interface_kind */
3132 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction690:model#Object#enum_kind */
3133 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction690:model#Object#extern_kind */
3134 (nitmethod_t)VIRTUAL_parser__ReduceAction690__action, /* pointer to parser:ReduceAction690:parser#ReduceAction690#action */
3135 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction690:parser#ReduceAction#concat */
3136 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction690:parser#ReduceAction#init */
3137 }
3138 };
3139 /* allocate ReduceAction690 */
3140 val* NEW_parser__ReduceAction690(const struct type* type) {
3141 val* self /* : ReduceAction690 */;
3142 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3143 self->type = type;
3144 self->class = &class_parser__ReduceAction690;
3145 return self;
3146 }
3147 /* allocate ReduceAction690 */
3148 void CHECK_NEW_parser__ReduceAction690(val* self) {
3149 long var /* : Int */;
3150 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction690> */
3151 }
3152 /* runtime class parser__ReduceAction691 */
3153 const struct class class_parser__ReduceAction691 = {
3154 0, /* box_kind */
3155 {
3156 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction691:kernel#Object#object_id */
3157 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction691:kernel#Object#is_same_type */
3158 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction691:kernel#Object#== */
3159 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction691:kernel#Object#!= */
3160 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction691:kernel#Object#output */
3161 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction691:kernel#Object#output_class_name */
3162 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction691:kernel#Object#exit */
3163 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction691:kernel#Object#sys */
3164 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction691:kernel#Object#hash */
3165 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction691:string#Object#to_s */
3166 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction691:string#Object#native_class_name */
3167 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction691:string#Object#class_name */
3168 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction691:string#Object#inspect */
3169 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction691:string#Object#inspect_head */
3170 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction691:string#Object#args */
3171 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction691:math#Object#atan2 */
3172 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction691:math#Object#pi */
3173 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction691:math#Object#srand_from */
3174 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction691:math#Object#srand */
3175 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction691:stream#Object#poll */
3176 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction691:stream#Object#intern_poll */
3177 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction691:time#Object#get_time */
3178 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction691:file#Object#printn */
3179 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction691:file#Object#print */
3180 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction691:file#Object#getc */
3181 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction691:file#Object#gets */
3182 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction691:file#Object#getcwd */
3183 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction691:file#Object#file_getcwd */
3184 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction691:file#Object#stdin */
3185 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction691:file#Object#stdout */
3186 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction691:file#Object#stderr */
3187 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction691:model_base#Object#intrude_visibility */
3188 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction691:model_base#Object#public_visibility */
3189 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction691:model_base#Object#protected_visibility */
3190 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction691:model_base#Object#private_visibility */
3191 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction691:model_base#Object#none_visibility */
3192 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction691:model#Object#abstract_kind */
3193 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction691:model#Object#concrete_kind */
3194 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction691:model#Object#interface_kind */
3195 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction691:model#Object#enum_kind */
3196 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction691:model#Object#extern_kind */
3197 (nitmethod_t)VIRTUAL_parser__ReduceAction691__action, /* pointer to parser:ReduceAction691:parser#ReduceAction691#action */
3198 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction691:parser#ReduceAction#concat */
3199 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction691:parser#ReduceAction#init */
3200 }
3201 };
3202 /* allocate ReduceAction691 */
3203 val* NEW_parser__ReduceAction691(const struct type* type) {
3204 val* self /* : ReduceAction691 */;
3205 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3206 self->type = type;
3207 self->class = &class_parser__ReduceAction691;
3208 return self;
3209 }
3210 /* allocate ReduceAction691 */
3211 void CHECK_NEW_parser__ReduceAction691(val* self) {
3212 long var /* : Int */;
3213 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction691> */
3214 }
3215 /* runtime class parser__ReduceAction692 */
3216 const struct class class_parser__ReduceAction692 = {
3217 0, /* box_kind */
3218 {
3219 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction692:kernel#Object#object_id */
3220 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction692:kernel#Object#is_same_type */
3221 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction692:kernel#Object#== */
3222 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction692:kernel#Object#!= */
3223 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction692:kernel#Object#output */
3224 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction692:kernel#Object#output_class_name */
3225 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction692:kernel#Object#exit */
3226 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction692:kernel#Object#sys */
3227 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction692:kernel#Object#hash */
3228 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction692:string#Object#to_s */
3229 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction692:string#Object#native_class_name */
3230 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction692:string#Object#class_name */
3231 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction692:string#Object#inspect */
3232 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction692:string#Object#inspect_head */
3233 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction692:string#Object#args */
3234 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction692:math#Object#atan2 */
3235 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction692:math#Object#pi */
3236 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction692:math#Object#srand_from */
3237 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction692:math#Object#srand */
3238 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction692:stream#Object#poll */
3239 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction692:stream#Object#intern_poll */
3240 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction692:time#Object#get_time */
3241 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction692:file#Object#printn */
3242 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction692:file#Object#print */
3243 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction692:file#Object#getc */
3244 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction692:file#Object#gets */
3245 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction692:file#Object#getcwd */
3246 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction692:file#Object#file_getcwd */
3247 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction692:file#Object#stdin */
3248 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction692:file#Object#stdout */
3249 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction692:file#Object#stderr */
3250 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction692:model_base#Object#intrude_visibility */
3251 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction692:model_base#Object#public_visibility */
3252 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction692:model_base#Object#protected_visibility */
3253 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction692:model_base#Object#private_visibility */
3254 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction692:model_base#Object#none_visibility */
3255 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction692:model#Object#abstract_kind */
3256 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction692:model#Object#concrete_kind */
3257 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction692:model#Object#interface_kind */
3258 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction692:model#Object#enum_kind */
3259 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction692:model#Object#extern_kind */
3260 (nitmethod_t)VIRTUAL_parser__ReduceAction692__action, /* pointer to parser:ReduceAction692:parser#ReduceAction692#action */
3261 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction692:parser#ReduceAction#concat */
3262 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction692:parser#ReduceAction#init */
3263 }
3264 };
3265 /* allocate ReduceAction692 */
3266 val* NEW_parser__ReduceAction692(const struct type* type) {
3267 val* self /* : ReduceAction692 */;
3268 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3269 self->type = type;
3270 self->class = &class_parser__ReduceAction692;
3271 return self;
3272 }
3273 /* allocate ReduceAction692 */
3274 void CHECK_NEW_parser__ReduceAction692(val* self) {
3275 long var /* : Int */;
3276 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction692> */
3277 }
3278 /* runtime class parser__ReduceAction693 */
3279 const struct class class_parser__ReduceAction693 = {
3280 0, /* box_kind */
3281 {
3282 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction693:kernel#Object#object_id */
3283 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction693:kernel#Object#is_same_type */
3284 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction693:kernel#Object#== */
3285 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction693:kernel#Object#!= */
3286 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction693:kernel#Object#output */
3287 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction693:kernel#Object#output_class_name */
3288 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction693:kernel#Object#exit */
3289 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction693:kernel#Object#sys */
3290 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction693:kernel#Object#hash */
3291 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction693:string#Object#to_s */
3292 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction693:string#Object#native_class_name */
3293 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction693:string#Object#class_name */
3294 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction693:string#Object#inspect */
3295 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction693:string#Object#inspect_head */
3296 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction693:string#Object#args */
3297 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction693:math#Object#atan2 */
3298 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction693:math#Object#pi */
3299 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction693:math#Object#srand_from */
3300 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction693:math#Object#srand */
3301 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction693:stream#Object#poll */
3302 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction693:stream#Object#intern_poll */
3303 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction693:time#Object#get_time */
3304 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction693:file#Object#printn */
3305 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction693:file#Object#print */
3306 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction693:file#Object#getc */
3307 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction693:file#Object#gets */
3308 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction693:file#Object#getcwd */
3309 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction693:file#Object#file_getcwd */
3310 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction693:file#Object#stdin */
3311 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction693:file#Object#stdout */
3312 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction693:file#Object#stderr */
3313 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction693:model_base#Object#intrude_visibility */
3314 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction693:model_base#Object#public_visibility */
3315 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction693:model_base#Object#protected_visibility */
3316 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction693:model_base#Object#private_visibility */
3317 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction693:model_base#Object#none_visibility */
3318 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction693:model#Object#abstract_kind */
3319 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction693:model#Object#concrete_kind */
3320 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction693:model#Object#interface_kind */
3321 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction693:model#Object#enum_kind */
3322 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction693:model#Object#extern_kind */
3323 (nitmethod_t)VIRTUAL_parser__ReduceAction693__action, /* pointer to parser:ReduceAction693:parser#ReduceAction693#action */
3324 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction693:parser#ReduceAction#concat */
3325 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction693:parser#ReduceAction#init */
3326 }
3327 };
3328 /* allocate ReduceAction693 */
3329 val* NEW_parser__ReduceAction693(const struct type* type) {
3330 val* self /* : ReduceAction693 */;
3331 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3332 self->type = type;
3333 self->class = &class_parser__ReduceAction693;
3334 return self;
3335 }
3336 /* allocate ReduceAction693 */
3337 void CHECK_NEW_parser__ReduceAction693(val* self) {
3338 long var /* : Int */;
3339 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction693> */
3340 }
3341 /* runtime class parser__ReduceAction694 */
3342 const struct class class_parser__ReduceAction694 = {
3343 0, /* box_kind */
3344 {
3345 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction694:kernel#Object#object_id */
3346 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction694:kernel#Object#is_same_type */
3347 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction694:kernel#Object#== */
3348 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction694:kernel#Object#!= */
3349 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction694:kernel#Object#output */
3350 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction694:kernel#Object#output_class_name */
3351 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction694:kernel#Object#exit */
3352 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction694:kernel#Object#sys */
3353 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction694:kernel#Object#hash */
3354 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction694:string#Object#to_s */
3355 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction694:string#Object#native_class_name */
3356 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction694:string#Object#class_name */
3357 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction694:string#Object#inspect */
3358 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction694:string#Object#inspect_head */
3359 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction694:string#Object#args */
3360 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction694:math#Object#atan2 */
3361 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction694:math#Object#pi */
3362 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction694:math#Object#srand_from */
3363 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction694:math#Object#srand */
3364 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction694:stream#Object#poll */
3365 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction694:stream#Object#intern_poll */
3366 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction694:time#Object#get_time */
3367 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction694:file#Object#printn */
3368 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction694:file#Object#print */
3369 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction694:file#Object#getc */
3370 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction694:file#Object#gets */
3371 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction694:file#Object#getcwd */
3372 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction694:file#Object#file_getcwd */
3373 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction694:file#Object#stdin */
3374 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction694:file#Object#stdout */
3375 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction694:file#Object#stderr */
3376 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction694:model_base#Object#intrude_visibility */
3377 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction694:model_base#Object#public_visibility */
3378 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction694:model_base#Object#protected_visibility */
3379 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction694:model_base#Object#private_visibility */
3380 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction694:model_base#Object#none_visibility */
3381 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction694:model#Object#abstract_kind */
3382 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction694:model#Object#concrete_kind */
3383 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction694:model#Object#interface_kind */
3384 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction694:model#Object#enum_kind */
3385 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction694:model#Object#extern_kind */
3386 (nitmethod_t)VIRTUAL_parser__ReduceAction694__action, /* pointer to parser:ReduceAction694:parser#ReduceAction694#action */
3387 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction694:parser#ReduceAction#concat */
3388 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction694:parser#ReduceAction#init */
3389 }
3390 };
3391 /* allocate ReduceAction694 */
3392 val* NEW_parser__ReduceAction694(const struct type* type) {
3393 val* self /* : ReduceAction694 */;
3394 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3395 self->type = type;
3396 self->class = &class_parser__ReduceAction694;
3397 return self;
3398 }
3399 /* allocate ReduceAction694 */
3400 void CHECK_NEW_parser__ReduceAction694(val* self) {
3401 long var /* : Int */;
3402 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction694> */
3403 }
3404 /* runtime class parser__ReduceAction695 */
3405 const struct class class_parser__ReduceAction695 = {
3406 0, /* box_kind */
3407 {
3408 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction695:kernel#Object#object_id */
3409 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction695:kernel#Object#is_same_type */
3410 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction695:kernel#Object#== */
3411 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction695:kernel#Object#!= */
3412 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction695:kernel#Object#output */
3413 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction695:kernel#Object#output_class_name */
3414 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction695:kernel#Object#exit */
3415 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction695:kernel#Object#sys */
3416 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction695:kernel#Object#hash */
3417 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction695:string#Object#to_s */
3418 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction695:string#Object#native_class_name */
3419 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction695:string#Object#class_name */
3420 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction695:string#Object#inspect */
3421 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction695:string#Object#inspect_head */
3422 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction695:string#Object#args */
3423 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction695:math#Object#atan2 */
3424 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction695:math#Object#pi */
3425 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction695:math#Object#srand_from */
3426 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction695:math#Object#srand */
3427 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction695:stream#Object#poll */
3428 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction695:stream#Object#intern_poll */
3429 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction695:time#Object#get_time */
3430 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction695:file#Object#printn */
3431 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction695:file#Object#print */
3432 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction695:file#Object#getc */
3433 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction695:file#Object#gets */
3434 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction695:file#Object#getcwd */
3435 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction695:file#Object#file_getcwd */
3436 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction695:file#Object#stdin */
3437 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction695:file#Object#stdout */
3438 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction695:file#Object#stderr */
3439 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction695:model_base#Object#intrude_visibility */
3440 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction695:model_base#Object#public_visibility */
3441 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction695:model_base#Object#protected_visibility */
3442 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction695:model_base#Object#private_visibility */
3443 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction695:model_base#Object#none_visibility */
3444 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction695:model#Object#abstract_kind */
3445 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction695:model#Object#concrete_kind */
3446 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction695:model#Object#interface_kind */
3447 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction695:model#Object#enum_kind */
3448 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction695:model#Object#extern_kind */
3449 (nitmethod_t)VIRTUAL_parser__ReduceAction695__action, /* pointer to parser:ReduceAction695:parser#ReduceAction695#action */
3450 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction695:parser#ReduceAction#concat */
3451 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction695:parser#ReduceAction#init */
3452 }
3453 };
3454 /* allocate ReduceAction695 */
3455 val* NEW_parser__ReduceAction695(const struct type* type) {
3456 val* self /* : ReduceAction695 */;
3457 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3458 self->type = type;
3459 self->class = &class_parser__ReduceAction695;
3460 return self;
3461 }
3462 /* allocate ReduceAction695 */
3463 void CHECK_NEW_parser__ReduceAction695(val* self) {
3464 long var /* : Int */;
3465 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction695> */
3466 }
3467 /* runtime class parser__ReduceAction696 */
3468 const struct class class_parser__ReduceAction696 = {
3469 0, /* box_kind */
3470 {
3471 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction696:kernel#Object#object_id */
3472 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction696:kernel#Object#is_same_type */
3473 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction696:kernel#Object#== */
3474 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction696:kernel#Object#!= */
3475 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction696:kernel#Object#output */
3476 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction696:kernel#Object#output_class_name */
3477 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction696:kernel#Object#exit */
3478 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction696:kernel#Object#sys */
3479 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction696:kernel#Object#hash */
3480 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction696:string#Object#to_s */
3481 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction696:string#Object#native_class_name */
3482 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction696:string#Object#class_name */
3483 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction696:string#Object#inspect */
3484 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction696:string#Object#inspect_head */
3485 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction696:string#Object#args */
3486 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction696:math#Object#atan2 */
3487 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction696:math#Object#pi */
3488 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction696:math#Object#srand_from */
3489 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction696:math#Object#srand */
3490 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction696:stream#Object#poll */
3491 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction696:stream#Object#intern_poll */
3492 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction696:time#Object#get_time */
3493 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction696:file#Object#printn */
3494 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction696:file#Object#print */
3495 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction696:file#Object#getc */
3496 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction696:file#Object#gets */
3497 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction696:file#Object#getcwd */
3498 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction696:file#Object#file_getcwd */
3499 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction696:file#Object#stdin */
3500 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction696:file#Object#stdout */
3501 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction696:file#Object#stderr */
3502 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction696:model_base#Object#intrude_visibility */
3503 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction696:model_base#Object#public_visibility */
3504 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction696:model_base#Object#protected_visibility */
3505 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction696:model_base#Object#private_visibility */
3506 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction696:model_base#Object#none_visibility */
3507 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction696:model#Object#abstract_kind */
3508 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction696:model#Object#concrete_kind */
3509 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction696:model#Object#interface_kind */
3510 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction696:model#Object#enum_kind */
3511 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction696:model#Object#extern_kind */
3512 (nitmethod_t)VIRTUAL_parser__ReduceAction696__action, /* pointer to parser:ReduceAction696:parser#ReduceAction696#action */
3513 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction696:parser#ReduceAction#concat */
3514 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction696:parser#ReduceAction#init */
3515 }
3516 };
3517 /* allocate ReduceAction696 */
3518 val* NEW_parser__ReduceAction696(const struct type* type) {
3519 val* self /* : ReduceAction696 */;
3520 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3521 self->type = type;
3522 self->class = &class_parser__ReduceAction696;
3523 return self;
3524 }
3525 /* allocate ReduceAction696 */
3526 void CHECK_NEW_parser__ReduceAction696(val* self) {
3527 long var /* : Int */;
3528 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction696> */
3529 }
3530 /* runtime class parser__ReduceAction697 */
3531 const struct class class_parser__ReduceAction697 = {
3532 0, /* box_kind */
3533 {
3534 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction697:kernel#Object#object_id */
3535 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction697:kernel#Object#is_same_type */
3536 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction697:kernel#Object#== */
3537 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction697:kernel#Object#!= */
3538 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction697:kernel#Object#output */
3539 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction697:kernel#Object#output_class_name */
3540 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction697:kernel#Object#exit */
3541 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction697:kernel#Object#sys */
3542 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction697:kernel#Object#hash */
3543 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction697:string#Object#to_s */
3544 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction697:string#Object#native_class_name */
3545 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction697:string#Object#class_name */
3546 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction697:string#Object#inspect */
3547 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction697:string#Object#inspect_head */
3548 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction697:string#Object#args */
3549 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction697:math#Object#atan2 */
3550 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction697:math#Object#pi */
3551 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction697:math#Object#srand_from */
3552 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction697:math#Object#srand */
3553 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction697:stream#Object#poll */
3554 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction697:stream#Object#intern_poll */
3555 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction697:time#Object#get_time */
3556 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction697:file#Object#printn */
3557 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction697:file#Object#print */
3558 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction697:file#Object#getc */
3559 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction697:file#Object#gets */
3560 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction697:file#Object#getcwd */
3561 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction697:file#Object#file_getcwd */
3562 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction697:file#Object#stdin */
3563 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction697:file#Object#stdout */
3564 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction697:file#Object#stderr */
3565 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction697:model_base#Object#intrude_visibility */
3566 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction697:model_base#Object#public_visibility */
3567 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction697:model_base#Object#protected_visibility */
3568 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction697:model_base#Object#private_visibility */
3569 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction697:model_base#Object#none_visibility */
3570 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction697:model#Object#abstract_kind */
3571 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction697:model#Object#concrete_kind */
3572 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction697:model#Object#interface_kind */
3573 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction697:model#Object#enum_kind */
3574 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction697:model#Object#extern_kind */
3575 (nitmethod_t)VIRTUAL_parser__ReduceAction697__action, /* pointer to parser:ReduceAction697:parser#ReduceAction697#action */
3576 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction697:parser#ReduceAction#concat */
3577 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction697:parser#ReduceAction#init */
3578 }
3579 };
3580 /* allocate ReduceAction697 */
3581 val* NEW_parser__ReduceAction697(const struct type* type) {
3582 val* self /* : ReduceAction697 */;
3583 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3584 self->type = type;
3585 self->class = &class_parser__ReduceAction697;
3586 return self;
3587 }
3588 /* allocate ReduceAction697 */
3589 void CHECK_NEW_parser__ReduceAction697(val* self) {
3590 long var /* : Int */;
3591 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction697> */
3592 }
3593 /* runtime class parser__ReduceAction698 */
3594 const struct class class_parser__ReduceAction698 = {
3595 0, /* box_kind */
3596 {
3597 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction698:kernel#Object#object_id */
3598 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction698:kernel#Object#is_same_type */
3599 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction698:kernel#Object#== */
3600 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction698:kernel#Object#!= */
3601 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction698:kernel#Object#output */
3602 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction698:kernel#Object#output_class_name */
3603 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction698:kernel#Object#exit */
3604 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction698:kernel#Object#sys */
3605 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction698:kernel#Object#hash */
3606 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction698:string#Object#to_s */
3607 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction698:string#Object#native_class_name */
3608 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction698:string#Object#class_name */
3609 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction698:string#Object#inspect */
3610 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction698:string#Object#inspect_head */
3611 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction698:string#Object#args */
3612 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction698:math#Object#atan2 */
3613 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction698:math#Object#pi */
3614 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction698:math#Object#srand_from */
3615 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction698:math#Object#srand */
3616 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction698:stream#Object#poll */
3617 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction698:stream#Object#intern_poll */
3618 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction698:time#Object#get_time */
3619 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction698:file#Object#printn */
3620 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction698:file#Object#print */
3621 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction698:file#Object#getc */
3622 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction698:file#Object#gets */
3623 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction698:file#Object#getcwd */
3624 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction698:file#Object#file_getcwd */
3625 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction698:file#Object#stdin */
3626 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction698:file#Object#stdout */
3627 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction698:file#Object#stderr */
3628 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction698:model_base#Object#intrude_visibility */
3629 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction698:model_base#Object#public_visibility */
3630 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction698:model_base#Object#protected_visibility */
3631 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction698:model_base#Object#private_visibility */
3632 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction698:model_base#Object#none_visibility */
3633 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction698:model#Object#abstract_kind */
3634 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction698:model#Object#concrete_kind */
3635 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction698:model#Object#interface_kind */
3636 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction698:model#Object#enum_kind */
3637 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction698:model#Object#extern_kind */
3638 (nitmethod_t)VIRTUAL_parser__ReduceAction698__action, /* pointer to parser:ReduceAction698:parser#ReduceAction698#action */
3639 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction698:parser#ReduceAction#concat */
3640 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction698:parser#ReduceAction#init */
3641 }
3642 };
3643 /* allocate ReduceAction698 */
3644 val* NEW_parser__ReduceAction698(const struct type* type) {
3645 val* self /* : ReduceAction698 */;
3646 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3647 self->type = type;
3648 self->class = &class_parser__ReduceAction698;
3649 return self;
3650 }
3651 /* allocate ReduceAction698 */
3652 void CHECK_NEW_parser__ReduceAction698(val* self) {
3653 long var /* : Int */;
3654 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction698> */
3655 }
3656 /* runtime class parser__ReduceAction699 */
3657 const struct class class_parser__ReduceAction699 = {
3658 0, /* box_kind */
3659 {
3660 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction699:kernel#Object#object_id */
3661 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction699:kernel#Object#is_same_type */
3662 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction699:kernel#Object#== */
3663 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction699:kernel#Object#!= */
3664 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction699:kernel#Object#output */
3665 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction699:kernel#Object#output_class_name */
3666 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction699:kernel#Object#exit */
3667 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction699:kernel#Object#sys */
3668 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction699:kernel#Object#hash */
3669 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction699:string#Object#to_s */
3670 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction699:string#Object#native_class_name */
3671 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction699:string#Object#class_name */
3672 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction699:string#Object#inspect */
3673 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction699:string#Object#inspect_head */
3674 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction699:string#Object#args */
3675 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction699:math#Object#atan2 */
3676 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction699:math#Object#pi */
3677 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction699:math#Object#srand_from */
3678 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction699:math#Object#srand */
3679 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction699:stream#Object#poll */
3680 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction699:stream#Object#intern_poll */
3681 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction699:time#Object#get_time */
3682 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction699:file#Object#printn */
3683 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction699:file#Object#print */
3684 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction699:file#Object#getc */
3685 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction699:file#Object#gets */
3686 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction699:file#Object#getcwd */
3687 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction699:file#Object#file_getcwd */
3688 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction699:file#Object#stdin */
3689 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction699:file#Object#stdout */
3690 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction699:file#Object#stderr */
3691 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction699:model_base#Object#intrude_visibility */
3692 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction699:model_base#Object#public_visibility */
3693 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction699:model_base#Object#protected_visibility */
3694 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction699:model_base#Object#private_visibility */
3695 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction699:model_base#Object#none_visibility */
3696 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction699:model#Object#abstract_kind */
3697 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction699:model#Object#concrete_kind */
3698 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction699:model#Object#interface_kind */
3699 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction699:model#Object#enum_kind */
3700 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction699:model#Object#extern_kind */
3701 (nitmethod_t)VIRTUAL_parser__ReduceAction699__action, /* pointer to parser:ReduceAction699:parser#ReduceAction699#action */
3702 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction699:parser#ReduceAction#concat */
3703 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction699:parser#ReduceAction#init */
3704 }
3705 };
3706 /* allocate ReduceAction699 */
3707 val* NEW_parser__ReduceAction699(const struct type* type) {
3708 val* self /* : ReduceAction699 */;
3709 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3710 self->type = type;
3711 self->class = &class_parser__ReduceAction699;
3712 return self;
3713 }
3714 /* allocate ReduceAction699 */
3715 void CHECK_NEW_parser__ReduceAction699(val* self) {
3716 long var /* : Int */;
3717 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction699> */
3718 }
3719 /* runtime class parser__ReduceAction701 */
3720 const struct class class_parser__ReduceAction701 = {
3721 0, /* box_kind */
3722 {
3723 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction701:kernel#Object#object_id */
3724 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction701:kernel#Object#is_same_type */
3725 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction701:kernel#Object#== */
3726 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction701:kernel#Object#!= */
3727 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction701:kernel#Object#output */
3728 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction701:kernel#Object#output_class_name */
3729 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction701:kernel#Object#exit */
3730 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction701:kernel#Object#sys */
3731 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction701:kernel#Object#hash */
3732 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction701:string#Object#to_s */
3733 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction701:string#Object#native_class_name */
3734 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction701:string#Object#class_name */
3735 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction701:string#Object#inspect */
3736 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction701:string#Object#inspect_head */
3737 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction701:string#Object#args */
3738 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction701:math#Object#atan2 */
3739 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction701:math#Object#pi */
3740 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction701:math#Object#srand_from */
3741 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction701:math#Object#srand */
3742 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction701:stream#Object#poll */
3743 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction701:stream#Object#intern_poll */
3744 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction701:time#Object#get_time */
3745 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction701:file#Object#printn */
3746 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction701:file#Object#print */
3747 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction701:file#Object#getc */
3748 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction701:file#Object#gets */
3749 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction701:file#Object#getcwd */
3750 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction701:file#Object#file_getcwd */
3751 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction701:file#Object#stdin */
3752 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction701:file#Object#stdout */
3753 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction701:file#Object#stderr */
3754 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction701:model_base#Object#intrude_visibility */
3755 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction701:model_base#Object#public_visibility */
3756 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction701:model_base#Object#protected_visibility */
3757 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction701:model_base#Object#private_visibility */
3758 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction701:model_base#Object#none_visibility */
3759 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction701:model#Object#abstract_kind */
3760 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction701:model#Object#concrete_kind */
3761 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction701:model#Object#interface_kind */
3762 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction701:model#Object#enum_kind */
3763 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction701:model#Object#extern_kind */
3764 (nitmethod_t)VIRTUAL_parser__ReduceAction701__action, /* pointer to parser:ReduceAction701:parser#ReduceAction701#action */
3765 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction701:parser#ReduceAction#concat */
3766 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction701:parser#ReduceAction#init */
3767 }
3768 };
3769 /* allocate ReduceAction701 */
3770 val* NEW_parser__ReduceAction701(const struct type* type) {
3771 val* self /* : ReduceAction701 */;
3772 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3773 self->type = type;
3774 self->class = &class_parser__ReduceAction701;
3775 return self;
3776 }
3777 /* allocate ReduceAction701 */
3778 void CHECK_NEW_parser__ReduceAction701(val* self) {
3779 long var /* : Int */;
3780 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction701> */
3781 }
3782 /* runtime class parser__ReduceAction702 */
3783 const struct class class_parser__ReduceAction702 = {
3784 0, /* box_kind */
3785 {
3786 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction702:kernel#Object#object_id */
3787 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction702:kernel#Object#is_same_type */
3788 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction702:kernel#Object#== */
3789 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction702:kernel#Object#!= */
3790 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction702:kernel#Object#output */
3791 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction702:kernel#Object#output_class_name */
3792 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction702:kernel#Object#exit */
3793 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction702:kernel#Object#sys */
3794 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction702:kernel#Object#hash */
3795 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction702:string#Object#to_s */
3796 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction702:string#Object#native_class_name */
3797 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction702:string#Object#class_name */
3798 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction702:string#Object#inspect */
3799 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction702:string#Object#inspect_head */
3800 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction702:string#Object#args */
3801 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction702:math#Object#atan2 */
3802 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction702:math#Object#pi */
3803 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction702:math#Object#srand_from */
3804 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction702:math#Object#srand */
3805 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction702:stream#Object#poll */
3806 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction702:stream#Object#intern_poll */
3807 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction702:time#Object#get_time */
3808 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction702:file#Object#printn */
3809 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction702:file#Object#print */
3810 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction702:file#Object#getc */
3811 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction702:file#Object#gets */
3812 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction702:file#Object#getcwd */
3813 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction702:file#Object#file_getcwd */
3814 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction702:file#Object#stdin */
3815 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction702:file#Object#stdout */
3816 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction702:file#Object#stderr */
3817 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction702:model_base#Object#intrude_visibility */
3818 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction702:model_base#Object#public_visibility */
3819 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction702:model_base#Object#protected_visibility */
3820 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction702:model_base#Object#private_visibility */
3821 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction702:model_base#Object#none_visibility */
3822 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction702:model#Object#abstract_kind */
3823 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction702:model#Object#concrete_kind */
3824 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction702:model#Object#interface_kind */
3825 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction702:model#Object#enum_kind */
3826 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction702:model#Object#extern_kind */
3827 (nitmethod_t)VIRTUAL_parser__ReduceAction702__action, /* pointer to parser:ReduceAction702:parser#ReduceAction702#action */
3828 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction702:parser#ReduceAction#concat */
3829 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction702:parser#ReduceAction#init */
3830 }
3831 };
3832 /* allocate ReduceAction702 */
3833 val* NEW_parser__ReduceAction702(const struct type* type) {
3834 val* self /* : ReduceAction702 */;
3835 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3836 self->type = type;
3837 self->class = &class_parser__ReduceAction702;
3838 return self;
3839 }
3840 /* allocate ReduceAction702 */
3841 void CHECK_NEW_parser__ReduceAction702(val* self) {
3842 long var /* : Int */;
3843 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction702> */
3844 }
3845 /* runtime class parser__ReduceAction704 */
3846 const struct class class_parser__ReduceAction704 = {
3847 0, /* box_kind */
3848 {
3849 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction704:kernel#Object#object_id */
3850 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction704:kernel#Object#is_same_type */
3851 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction704:kernel#Object#== */
3852 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction704:kernel#Object#!= */
3853 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction704:kernel#Object#output */
3854 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction704:kernel#Object#output_class_name */
3855 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction704:kernel#Object#exit */
3856 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction704:kernel#Object#sys */
3857 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction704:kernel#Object#hash */
3858 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction704:string#Object#to_s */
3859 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction704:string#Object#native_class_name */
3860 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction704:string#Object#class_name */
3861 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction704:string#Object#inspect */
3862 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction704:string#Object#inspect_head */
3863 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction704:string#Object#args */
3864 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction704:math#Object#atan2 */
3865 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction704:math#Object#pi */
3866 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction704:math#Object#srand_from */
3867 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction704:math#Object#srand */
3868 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction704:stream#Object#poll */
3869 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction704:stream#Object#intern_poll */
3870 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction704:time#Object#get_time */
3871 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction704:file#Object#printn */
3872 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction704:file#Object#print */
3873 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction704:file#Object#getc */
3874 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction704:file#Object#gets */
3875 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction704:file#Object#getcwd */
3876 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction704:file#Object#file_getcwd */
3877 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction704:file#Object#stdin */
3878 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction704:file#Object#stdout */
3879 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction704:file#Object#stderr */
3880 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction704:model_base#Object#intrude_visibility */
3881 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction704:model_base#Object#public_visibility */
3882 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction704:model_base#Object#protected_visibility */
3883 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction704:model_base#Object#private_visibility */
3884 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction704:model_base#Object#none_visibility */
3885 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction704:model#Object#abstract_kind */
3886 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction704:model#Object#concrete_kind */
3887 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction704:model#Object#interface_kind */
3888 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction704:model#Object#enum_kind */
3889 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction704:model#Object#extern_kind */
3890 (nitmethod_t)VIRTUAL_parser__ReduceAction704__action, /* pointer to parser:ReduceAction704:parser#ReduceAction704#action */
3891 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction704:parser#ReduceAction#concat */
3892 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction704:parser#ReduceAction#init */
3893 }
3894 };
3895 /* allocate ReduceAction704 */
3896 val* NEW_parser__ReduceAction704(const struct type* type) {
3897 val* self /* : ReduceAction704 */;
3898 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3899 self->type = type;
3900 self->class = &class_parser__ReduceAction704;
3901 return self;
3902 }
3903 /* allocate ReduceAction704 */
3904 void CHECK_NEW_parser__ReduceAction704(val* self) {
3905 long var /* : Int */;
3906 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction704> */
3907 }
3908 /* runtime class parser__ReduceAction705 */
3909 const struct class class_parser__ReduceAction705 = {
3910 0, /* box_kind */
3911 {
3912 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction705:kernel#Object#object_id */
3913 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction705:kernel#Object#is_same_type */
3914 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction705:kernel#Object#== */
3915 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction705:kernel#Object#!= */
3916 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction705:kernel#Object#output */
3917 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction705:kernel#Object#output_class_name */
3918 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction705:kernel#Object#exit */
3919 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction705:kernel#Object#sys */
3920 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction705:kernel#Object#hash */
3921 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction705:string#Object#to_s */
3922 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction705:string#Object#native_class_name */
3923 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction705:string#Object#class_name */
3924 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction705:string#Object#inspect */
3925 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction705:string#Object#inspect_head */
3926 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction705:string#Object#args */
3927 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction705:math#Object#atan2 */
3928 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction705:math#Object#pi */
3929 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction705:math#Object#srand_from */
3930 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction705:math#Object#srand */
3931 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction705:stream#Object#poll */
3932 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction705:stream#Object#intern_poll */
3933 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction705:time#Object#get_time */
3934 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction705:file#Object#printn */
3935 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction705:file#Object#print */
3936 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction705:file#Object#getc */
3937 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction705:file#Object#gets */
3938 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction705:file#Object#getcwd */
3939 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction705:file#Object#file_getcwd */
3940 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction705:file#Object#stdin */
3941 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction705:file#Object#stdout */
3942 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction705:file#Object#stderr */
3943 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction705:model_base#Object#intrude_visibility */
3944 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction705:model_base#Object#public_visibility */
3945 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction705:model_base#Object#protected_visibility */
3946 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction705:model_base#Object#private_visibility */
3947 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction705:model_base#Object#none_visibility */
3948 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction705:model#Object#abstract_kind */
3949 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction705:model#Object#concrete_kind */
3950 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction705:model#Object#interface_kind */
3951 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction705:model#Object#enum_kind */
3952 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction705:model#Object#extern_kind */
3953 (nitmethod_t)VIRTUAL_parser__ReduceAction705__action, /* pointer to parser:ReduceAction705:parser#ReduceAction705#action */
3954 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction705:parser#ReduceAction#concat */
3955 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction705:parser#ReduceAction#init */
3956 }
3957 };
3958 /* allocate ReduceAction705 */
3959 val* NEW_parser__ReduceAction705(const struct type* type) {
3960 val* self /* : ReduceAction705 */;
3961 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3962 self->type = type;
3963 self->class = &class_parser__ReduceAction705;
3964 return self;
3965 }
3966 /* allocate ReduceAction705 */
3967 void CHECK_NEW_parser__ReduceAction705(val* self) {
3968 long var /* : Int */;
3969 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction705> */
3970 }
3971 /* runtime class parser__ReduceAction706 */
3972 const struct class class_parser__ReduceAction706 = {
3973 0, /* box_kind */
3974 {
3975 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction706:kernel#Object#object_id */
3976 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction706:kernel#Object#is_same_type */
3977 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction706:kernel#Object#== */
3978 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction706:kernel#Object#!= */
3979 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction706:kernel#Object#output */
3980 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction706:kernel#Object#output_class_name */
3981 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction706:kernel#Object#exit */
3982 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction706:kernel#Object#sys */
3983 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction706:kernel#Object#hash */
3984 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction706:string#Object#to_s */
3985 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction706:string#Object#native_class_name */
3986 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction706:string#Object#class_name */
3987 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction706:string#Object#inspect */
3988 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction706:string#Object#inspect_head */
3989 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction706:string#Object#args */
3990 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction706:math#Object#atan2 */
3991 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction706:math#Object#pi */
3992 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction706:math#Object#srand_from */
3993 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction706:math#Object#srand */
3994 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction706:stream#Object#poll */
3995 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction706:stream#Object#intern_poll */
3996 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction706:time#Object#get_time */
3997 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction706:file#Object#printn */
3998 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction706:file#Object#print */
3999 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction706:file#Object#getc */
4000 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction706:file#Object#gets */
4001 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction706:file#Object#getcwd */
4002 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction706:file#Object#file_getcwd */
4003 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction706:file#Object#stdin */
4004 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction706:file#Object#stdout */
4005 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction706:file#Object#stderr */
4006 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction706:model_base#Object#intrude_visibility */
4007 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction706:model_base#Object#public_visibility */
4008 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction706:model_base#Object#protected_visibility */
4009 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction706:model_base#Object#private_visibility */
4010 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction706:model_base#Object#none_visibility */
4011 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction706:model#Object#abstract_kind */
4012 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction706:model#Object#concrete_kind */
4013 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction706:model#Object#interface_kind */
4014 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction706:model#Object#enum_kind */
4015 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction706:model#Object#extern_kind */
4016 (nitmethod_t)VIRTUAL_parser__ReduceAction706__action, /* pointer to parser:ReduceAction706:parser#ReduceAction706#action */
4017 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction706:parser#ReduceAction#concat */
4018 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction706:parser#ReduceAction#init */
4019 }
4020 };
4021 /* allocate ReduceAction706 */
4022 val* NEW_parser__ReduceAction706(const struct type* type) {
4023 val* self /* : ReduceAction706 */;
4024 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4025 self->type = type;
4026 self->class = &class_parser__ReduceAction706;
4027 return self;
4028 }
4029 /* allocate ReduceAction706 */
4030 void CHECK_NEW_parser__ReduceAction706(val* self) {
4031 long var /* : Int */;
4032 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction706> */
4033 }
4034 /* runtime class parser__ReduceAction707 */
4035 const struct class class_parser__ReduceAction707 = {
4036 0, /* box_kind */
4037 {
4038 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction707:kernel#Object#object_id */
4039 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction707:kernel#Object#is_same_type */
4040 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction707:kernel#Object#== */
4041 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction707:kernel#Object#!= */
4042 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction707:kernel#Object#output */
4043 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction707:kernel#Object#output_class_name */
4044 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction707:kernel#Object#exit */
4045 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction707:kernel#Object#sys */
4046 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction707:kernel#Object#hash */
4047 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction707:string#Object#to_s */
4048 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction707:string#Object#native_class_name */
4049 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction707:string#Object#class_name */
4050 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction707:string#Object#inspect */
4051 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction707:string#Object#inspect_head */
4052 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction707:string#Object#args */
4053 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction707:math#Object#atan2 */
4054 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction707:math#Object#pi */
4055 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction707:math#Object#srand_from */
4056 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction707:math#Object#srand */
4057 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction707:stream#Object#poll */
4058 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction707:stream#Object#intern_poll */
4059 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction707:time#Object#get_time */
4060 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction707:file#Object#printn */
4061 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction707:file#Object#print */
4062 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction707:file#Object#getc */
4063 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction707:file#Object#gets */
4064 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction707:file#Object#getcwd */
4065 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction707:file#Object#file_getcwd */
4066 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction707:file#Object#stdin */
4067 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction707:file#Object#stdout */
4068 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction707:file#Object#stderr */
4069 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction707:model_base#Object#intrude_visibility */
4070 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction707:model_base#Object#public_visibility */
4071 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction707:model_base#Object#protected_visibility */
4072 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction707:model_base#Object#private_visibility */
4073 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction707:model_base#Object#none_visibility */
4074 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction707:model#Object#abstract_kind */
4075 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction707:model#Object#concrete_kind */
4076 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction707:model#Object#interface_kind */
4077 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction707:model#Object#enum_kind */
4078 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction707:model#Object#extern_kind */
4079 (nitmethod_t)VIRTUAL_parser__ReduceAction707__action, /* pointer to parser:ReduceAction707:parser#ReduceAction707#action */
4080 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction707:parser#ReduceAction#concat */
4081 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction707:parser#ReduceAction#init */
4082 }
4083 };
4084 /* allocate ReduceAction707 */
4085 val* NEW_parser__ReduceAction707(const struct type* type) {
4086 val* self /* : ReduceAction707 */;
4087 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4088 self->type = type;
4089 self->class = &class_parser__ReduceAction707;
4090 return self;
4091 }
4092 /* allocate ReduceAction707 */
4093 void CHECK_NEW_parser__ReduceAction707(val* self) {
4094 long var /* : Int */;
4095 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction707> */
4096 }
4097 /* runtime class parser__ReduceAction709 */
4098 const struct class class_parser__ReduceAction709 = {
4099 0, /* box_kind */
4100 {
4101 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction709:kernel#Object#object_id */
4102 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction709:kernel#Object#is_same_type */
4103 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction709:kernel#Object#== */
4104 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction709:kernel#Object#!= */
4105 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction709:kernel#Object#output */
4106 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction709:kernel#Object#output_class_name */
4107 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction709:kernel#Object#exit */
4108 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction709:kernel#Object#sys */
4109 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction709:kernel#Object#hash */
4110 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction709:string#Object#to_s */
4111 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction709:string#Object#native_class_name */
4112 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction709:string#Object#class_name */
4113 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction709:string#Object#inspect */
4114 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction709:string#Object#inspect_head */
4115 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction709:string#Object#args */
4116 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction709:math#Object#atan2 */
4117 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction709:math#Object#pi */
4118 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction709:math#Object#srand_from */
4119 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction709:math#Object#srand */
4120 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction709:stream#Object#poll */
4121 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction709:stream#Object#intern_poll */
4122 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction709:time#Object#get_time */
4123 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction709:file#Object#printn */
4124 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction709:file#Object#print */
4125 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction709:file#Object#getc */
4126 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction709:file#Object#gets */
4127 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction709:file#Object#getcwd */
4128 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction709:file#Object#file_getcwd */
4129 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction709:file#Object#stdin */
4130 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction709:file#Object#stdout */
4131 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction709:file#Object#stderr */
4132 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction709:model_base#Object#intrude_visibility */
4133 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction709:model_base#Object#public_visibility */
4134 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction709:model_base#Object#protected_visibility */
4135 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction709:model_base#Object#private_visibility */
4136 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction709:model_base#Object#none_visibility */
4137 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction709:model#Object#abstract_kind */
4138 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction709:model#Object#concrete_kind */
4139 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction709:model#Object#interface_kind */
4140 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction709:model#Object#enum_kind */
4141 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction709:model#Object#extern_kind */
4142 (nitmethod_t)VIRTUAL_parser__ReduceAction709__action, /* pointer to parser:ReduceAction709:parser#ReduceAction709#action */
4143 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction709:parser#ReduceAction#concat */
4144 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction709:parser#ReduceAction#init */
4145 }
4146 };
4147 /* allocate ReduceAction709 */
4148 val* NEW_parser__ReduceAction709(const struct type* type) {
4149 val* self /* : ReduceAction709 */;
4150 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4151 self->type = type;
4152 self->class = &class_parser__ReduceAction709;
4153 return self;
4154 }
4155 /* allocate ReduceAction709 */
4156 void CHECK_NEW_parser__ReduceAction709(val* self) {
4157 long var /* : Int */;
4158 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction709> */
4159 }
4160 /* runtime class parser__ReduceAction710 */
4161 const struct class class_parser__ReduceAction710 = {
4162 0, /* box_kind */
4163 {
4164 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction710:kernel#Object#object_id */
4165 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction710:kernel#Object#is_same_type */
4166 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction710:kernel#Object#== */
4167 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction710:kernel#Object#!= */
4168 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction710:kernel#Object#output */
4169 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction710:kernel#Object#output_class_name */
4170 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction710:kernel#Object#exit */
4171 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction710:kernel#Object#sys */
4172 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction710:kernel#Object#hash */
4173 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction710:string#Object#to_s */
4174 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction710:string#Object#native_class_name */
4175 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction710:string#Object#class_name */
4176 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction710:string#Object#inspect */
4177 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction710:string#Object#inspect_head */
4178 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction710:string#Object#args */
4179 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction710:math#Object#atan2 */
4180 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction710:math#Object#pi */
4181 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction710:math#Object#srand_from */
4182 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction710:math#Object#srand */
4183 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction710:stream#Object#poll */
4184 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction710:stream#Object#intern_poll */
4185 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction710:time#Object#get_time */
4186 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction710:file#Object#printn */
4187 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction710:file#Object#print */
4188 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction710:file#Object#getc */
4189 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction710:file#Object#gets */
4190 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction710:file#Object#getcwd */
4191 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction710:file#Object#file_getcwd */
4192 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction710:file#Object#stdin */
4193 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction710:file#Object#stdout */
4194 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction710:file#Object#stderr */
4195 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction710:model_base#Object#intrude_visibility */
4196 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction710:model_base#Object#public_visibility */
4197 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction710:model_base#Object#protected_visibility */
4198 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction710:model_base#Object#private_visibility */
4199 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction710:model_base#Object#none_visibility */
4200 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction710:model#Object#abstract_kind */
4201 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction710:model#Object#concrete_kind */
4202 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction710:model#Object#interface_kind */
4203 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction710:model#Object#enum_kind */
4204 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction710:model#Object#extern_kind */
4205 (nitmethod_t)VIRTUAL_parser__ReduceAction710__action, /* pointer to parser:ReduceAction710:parser#ReduceAction710#action */
4206 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction710:parser#ReduceAction#concat */
4207 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction710:parser#ReduceAction#init */
4208 }
4209 };
4210 /* allocate ReduceAction710 */
4211 val* NEW_parser__ReduceAction710(const struct type* type) {
4212 val* self /* : ReduceAction710 */;
4213 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4214 self->type = type;
4215 self->class = &class_parser__ReduceAction710;
4216 return self;
4217 }
4218 /* allocate ReduceAction710 */
4219 void CHECK_NEW_parser__ReduceAction710(val* self) {
4220 long var /* : Int */;
4221 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction710> */
4222 }
4223 /* runtime class parser__ReduceAction712 */
4224 const struct class class_parser__ReduceAction712 = {
4225 0, /* box_kind */
4226 {
4227 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction712:kernel#Object#object_id */
4228 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction712:kernel#Object#is_same_type */
4229 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction712:kernel#Object#== */
4230 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction712:kernel#Object#!= */
4231 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction712:kernel#Object#output */
4232 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction712:kernel#Object#output_class_name */
4233 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction712:kernel#Object#exit */
4234 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction712:kernel#Object#sys */
4235 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction712:kernel#Object#hash */
4236 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction712:string#Object#to_s */
4237 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction712:string#Object#native_class_name */
4238 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction712:string#Object#class_name */
4239 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction712:string#Object#inspect */
4240 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction712:string#Object#inspect_head */
4241 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction712:string#Object#args */
4242 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction712:math#Object#atan2 */
4243 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction712:math#Object#pi */
4244 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction712:math#Object#srand_from */
4245 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction712:math#Object#srand */
4246 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction712:stream#Object#poll */
4247 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction712:stream#Object#intern_poll */
4248 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction712:time#Object#get_time */
4249 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction712:file#Object#printn */
4250 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction712:file#Object#print */
4251 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction712:file#Object#getc */
4252 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction712:file#Object#gets */
4253 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction712:file#Object#getcwd */
4254 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction712:file#Object#file_getcwd */
4255 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction712:file#Object#stdin */
4256 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction712:file#Object#stdout */
4257 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction712:file#Object#stderr */
4258 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction712:model_base#Object#intrude_visibility */
4259 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction712:model_base#Object#public_visibility */
4260 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction712:model_base#Object#protected_visibility */
4261 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction712:model_base#Object#private_visibility */
4262 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction712:model_base#Object#none_visibility */
4263 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction712:model#Object#abstract_kind */
4264 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction712:model#Object#concrete_kind */
4265 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction712:model#Object#interface_kind */
4266 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction712:model#Object#enum_kind */
4267 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction712:model#Object#extern_kind */
4268 (nitmethod_t)VIRTUAL_parser__ReduceAction712__action, /* pointer to parser:ReduceAction712:parser#ReduceAction712#action */
4269 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction712:parser#ReduceAction#concat */
4270 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction712:parser#ReduceAction#init */
4271 }
4272 };
4273 /* allocate ReduceAction712 */
4274 val* NEW_parser__ReduceAction712(const struct type* type) {
4275 val* self /* : ReduceAction712 */;
4276 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4277 self->type = type;
4278 self->class = &class_parser__ReduceAction712;
4279 return self;
4280 }
4281 /* allocate ReduceAction712 */
4282 void CHECK_NEW_parser__ReduceAction712(val* self) {
4283 long var /* : Int */;
4284 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction712> */
4285 }
4286 /* runtime class parser__ReduceAction713 */
4287 const struct class class_parser__ReduceAction713 = {
4288 0, /* box_kind */
4289 {
4290 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction713:kernel#Object#object_id */
4291 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction713:kernel#Object#is_same_type */
4292 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction713:kernel#Object#== */
4293 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction713:kernel#Object#!= */
4294 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction713:kernel#Object#output */
4295 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction713:kernel#Object#output_class_name */
4296 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction713:kernel#Object#exit */
4297 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction713:kernel#Object#sys */
4298 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction713:kernel#Object#hash */
4299 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction713:string#Object#to_s */
4300 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction713:string#Object#native_class_name */
4301 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction713:string#Object#class_name */
4302 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction713:string#Object#inspect */
4303 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction713:string#Object#inspect_head */
4304 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction713:string#Object#args */
4305 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction713:math#Object#atan2 */
4306 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction713:math#Object#pi */
4307 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction713:math#Object#srand_from */
4308 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction713:math#Object#srand */
4309 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction713:stream#Object#poll */
4310 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction713:stream#Object#intern_poll */
4311 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction713:time#Object#get_time */
4312 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction713:file#Object#printn */
4313 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction713:file#Object#print */
4314 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction713:file#Object#getc */
4315 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction713:file#Object#gets */
4316 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction713:file#Object#getcwd */
4317 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction713:file#Object#file_getcwd */
4318 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction713:file#Object#stdin */
4319 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction713:file#Object#stdout */
4320 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction713:file#Object#stderr */
4321 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction713:model_base#Object#intrude_visibility */
4322 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction713:model_base#Object#public_visibility */
4323 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction713:model_base#Object#protected_visibility */
4324 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction713:model_base#Object#private_visibility */
4325 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction713:model_base#Object#none_visibility */
4326 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction713:model#Object#abstract_kind */
4327 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction713:model#Object#concrete_kind */
4328 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction713:model#Object#interface_kind */
4329 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction713:model#Object#enum_kind */
4330 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction713:model#Object#extern_kind */
4331 (nitmethod_t)VIRTUAL_parser__ReduceAction713__action, /* pointer to parser:ReduceAction713:parser#ReduceAction713#action */
4332 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction713:parser#ReduceAction#concat */
4333 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction713:parser#ReduceAction#init */
4334 }
4335 };
4336 /* allocate ReduceAction713 */
4337 val* NEW_parser__ReduceAction713(const struct type* type) {
4338 val* self /* : ReduceAction713 */;
4339 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4340 self->type = type;
4341 self->class = &class_parser__ReduceAction713;
4342 return self;
4343 }
4344 /* allocate ReduceAction713 */
4345 void CHECK_NEW_parser__ReduceAction713(val* self) {
4346 long var /* : Int */;
4347 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction713> */
4348 }
4349 /* runtime class parser__ReduceAction714 */
4350 const struct class class_parser__ReduceAction714 = {
4351 0, /* box_kind */
4352 {
4353 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction714:kernel#Object#object_id */
4354 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction714:kernel#Object#is_same_type */
4355 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction714:kernel#Object#== */
4356 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction714:kernel#Object#!= */
4357 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction714:kernel#Object#output */
4358 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction714:kernel#Object#output_class_name */
4359 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction714:kernel#Object#exit */
4360 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction714:kernel#Object#sys */
4361 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction714:kernel#Object#hash */
4362 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction714:string#Object#to_s */
4363 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction714:string#Object#native_class_name */
4364 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction714:string#Object#class_name */
4365 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction714:string#Object#inspect */
4366 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction714:string#Object#inspect_head */
4367 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction714:string#Object#args */
4368 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction714:math#Object#atan2 */
4369 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction714:math#Object#pi */
4370 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction714:math#Object#srand_from */
4371 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction714:math#Object#srand */
4372 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction714:stream#Object#poll */
4373 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction714:stream#Object#intern_poll */
4374 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction714:time#Object#get_time */
4375 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction714:file#Object#printn */
4376 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction714:file#Object#print */
4377 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction714:file#Object#getc */
4378 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction714:file#Object#gets */
4379 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction714:file#Object#getcwd */
4380 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction714:file#Object#file_getcwd */
4381 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction714:file#Object#stdin */
4382 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction714:file#Object#stdout */
4383 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction714:file#Object#stderr */
4384 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction714:model_base#Object#intrude_visibility */
4385 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction714:model_base#Object#public_visibility */
4386 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction714:model_base#Object#protected_visibility */
4387 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction714:model_base#Object#private_visibility */
4388 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction714:model_base#Object#none_visibility */
4389 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction714:model#Object#abstract_kind */
4390 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction714:model#Object#concrete_kind */
4391 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction714:model#Object#interface_kind */
4392 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction714:model#Object#enum_kind */
4393 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction714:model#Object#extern_kind */
4394 (nitmethod_t)VIRTUAL_parser__ReduceAction714__action, /* pointer to parser:ReduceAction714:parser#ReduceAction714#action */
4395 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction714:parser#ReduceAction#concat */
4396 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction714:parser#ReduceAction#init */
4397 }
4398 };
4399 /* allocate ReduceAction714 */
4400 val* NEW_parser__ReduceAction714(const struct type* type) {
4401 val* self /* : ReduceAction714 */;
4402 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4403 self->type = type;
4404 self->class = &class_parser__ReduceAction714;
4405 return self;
4406 }
4407 /* allocate ReduceAction714 */
4408 void CHECK_NEW_parser__ReduceAction714(val* self) {
4409 long var /* : Int */;
4410 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction714> */
4411 }
4412 /* runtime class parser__ReduceAction715 */
4413 const struct class class_parser__ReduceAction715 = {
4414 0, /* box_kind */
4415 {
4416 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction715:kernel#Object#object_id */
4417 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction715:kernel#Object#is_same_type */
4418 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction715:kernel#Object#== */
4419 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction715:kernel#Object#!= */
4420 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction715:kernel#Object#output */
4421 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction715:kernel#Object#output_class_name */
4422 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction715:kernel#Object#exit */
4423 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction715:kernel#Object#sys */
4424 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction715:kernel#Object#hash */
4425 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction715:string#Object#to_s */
4426 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction715:string#Object#native_class_name */
4427 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction715:string#Object#class_name */
4428 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction715:string#Object#inspect */
4429 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction715:string#Object#inspect_head */
4430 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction715:string#Object#args */
4431 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction715:math#Object#atan2 */
4432 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction715:math#Object#pi */
4433 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction715:math#Object#srand_from */
4434 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction715:math#Object#srand */
4435 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction715:stream#Object#poll */
4436 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction715:stream#Object#intern_poll */
4437 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction715:time#Object#get_time */
4438 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction715:file#Object#printn */
4439 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction715:file#Object#print */
4440 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction715:file#Object#getc */
4441 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction715:file#Object#gets */
4442 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction715:file#Object#getcwd */
4443 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction715:file#Object#file_getcwd */
4444 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction715:file#Object#stdin */
4445 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction715:file#Object#stdout */
4446 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction715:file#Object#stderr */
4447 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction715:model_base#Object#intrude_visibility */
4448 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction715:model_base#Object#public_visibility */
4449 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction715:model_base#Object#protected_visibility */
4450 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction715:model_base#Object#private_visibility */
4451 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction715:model_base#Object#none_visibility */
4452 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction715:model#Object#abstract_kind */
4453 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction715:model#Object#concrete_kind */
4454 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction715:model#Object#interface_kind */
4455 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction715:model#Object#enum_kind */
4456 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction715:model#Object#extern_kind */
4457 (nitmethod_t)VIRTUAL_parser__ReduceAction715__action, /* pointer to parser:ReduceAction715:parser#ReduceAction715#action */
4458 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction715:parser#ReduceAction#concat */
4459 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction715:parser#ReduceAction#init */
4460 }
4461 };
4462 /* allocate ReduceAction715 */
4463 val* NEW_parser__ReduceAction715(const struct type* type) {
4464 val* self /* : ReduceAction715 */;
4465 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4466 self->type = type;
4467 self->class = &class_parser__ReduceAction715;
4468 return self;
4469 }
4470 /* allocate ReduceAction715 */
4471 void CHECK_NEW_parser__ReduceAction715(val* self) {
4472 long var /* : Int */;
4473 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction715> */
4474 }
4475 /* runtime class parser__ReduceAction716 */
4476 const struct class class_parser__ReduceAction716 = {
4477 0, /* box_kind */
4478 {
4479 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction716:kernel#Object#object_id */
4480 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction716:kernel#Object#is_same_type */
4481 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction716:kernel#Object#== */
4482 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction716:kernel#Object#!= */
4483 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction716:kernel#Object#output */
4484 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction716:kernel#Object#output_class_name */
4485 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction716:kernel#Object#exit */
4486 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction716:kernel#Object#sys */
4487 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction716:kernel#Object#hash */
4488 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction716:string#Object#to_s */
4489 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction716:string#Object#native_class_name */
4490 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction716:string#Object#class_name */
4491 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction716:string#Object#inspect */
4492 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction716:string#Object#inspect_head */
4493 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction716:string#Object#args */
4494 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction716:math#Object#atan2 */
4495 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction716:math#Object#pi */
4496 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction716:math#Object#srand_from */
4497 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction716:math#Object#srand */
4498 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction716:stream#Object#poll */
4499 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction716:stream#Object#intern_poll */
4500 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction716:time#Object#get_time */
4501 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction716:file#Object#printn */
4502 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction716:file#Object#print */
4503 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction716:file#Object#getc */
4504 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction716:file#Object#gets */
4505 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction716:file#Object#getcwd */
4506 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction716:file#Object#file_getcwd */
4507 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction716:file#Object#stdin */
4508 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction716:file#Object#stdout */
4509 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction716:file#Object#stderr */
4510 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction716:model_base#Object#intrude_visibility */
4511 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction716:model_base#Object#public_visibility */
4512 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction716:model_base#Object#protected_visibility */
4513 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction716:model_base#Object#private_visibility */
4514 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction716:model_base#Object#none_visibility */
4515 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction716:model#Object#abstract_kind */
4516 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction716:model#Object#concrete_kind */
4517 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction716:model#Object#interface_kind */
4518 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction716:model#Object#enum_kind */
4519 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction716:model#Object#extern_kind */
4520 (nitmethod_t)VIRTUAL_parser__ReduceAction716__action, /* pointer to parser:ReduceAction716:parser#ReduceAction716#action */
4521 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction716:parser#ReduceAction#concat */
4522 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction716:parser#ReduceAction#init */
4523 }
4524 };
4525 /* allocate ReduceAction716 */
4526 val* NEW_parser__ReduceAction716(const struct type* type) {
4527 val* self /* : ReduceAction716 */;
4528 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4529 self->type = type;
4530 self->class = &class_parser__ReduceAction716;
4531 return self;
4532 }
4533 /* allocate ReduceAction716 */
4534 void CHECK_NEW_parser__ReduceAction716(val* self) {
4535 long var /* : Int */;
4536 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction716> */
4537 }
4538 /* runtime class parser__ReduceAction718 */
4539 const struct class class_parser__ReduceAction718 = {
4540 0, /* box_kind */
4541 {
4542 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction718:kernel#Object#object_id */
4543 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction718:kernel#Object#is_same_type */
4544 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction718:kernel#Object#== */
4545 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction718:kernel#Object#!= */
4546 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction718:kernel#Object#output */
4547 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction718:kernel#Object#output_class_name */
4548 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction718:kernel#Object#exit */
4549 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction718:kernel#Object#sys */
4550 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction718:kernel#Object#hash */
4551 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction718:string#Object#to_s */
4552 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction718:string#Object#native_class_name */
4553 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction718:string#Object#class_name */
4554 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction718:string#Object#inspect */
4555 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction718:string#Object#inspect_head */
4556 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction718:string#Object#args */
4557 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction718:math#Object#atan2 */
4558 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction718:math#Object#pi */
4559 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction718:math#Object#srand_from */
4560 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction718:math#Object#srand */
4561 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction718:stream#Object#poll */
4562 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction718:stream#Object#intern_poll */
4563 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction718:time#Object#get_time */
4564 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction718:file#Object#printn */
4565 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction718:file#Object#print */
4566 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction718:file#Object#getc */
4567 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction718:file#Object#gets */
4568 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction718:file#Object#getcwd */
4569 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction718:file#Object#file_getcwd */
4570 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction718:file#Object#stdin */
4571 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction718:file#Object#stdout */
4572 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction718:file#Object#stderr */
4573 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction718:model_base#Object#intrude_visibility */
4574 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction718:model_base#Object#public_visibility */
4575 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction718:model_base#Object#protected_visibility */
4576 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction718:model_base#Object#private_visibility */
4577 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction718:model_base#Object#none_visibility */
4578 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction718:model#Object#abstract_kind */
4579 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction718:model#Object#concrete_kind */
4580 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction718:model#Object#interface_kind */
4581 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction718:model#Object#enum_kind */
4582 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction718:model#Object#extern_kind */
4583 (nitmethod_t)VIRTUAL_parser__ReduceAction718__action, /* pointer to parser:ReduceAction718:parser#ReduceAction718#action */
4584 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction718:parser#ReduceAction#concat */
4585 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction718:parser#ReduceAction#init */
4586 }
4587 };
4588 /* allocate ReduceAction718 */
4589 val* NEW_parser__ReduceAction718(const struct type* type) {
4590 val* self /* : ReduceAction718 */;
4591 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4592 self->type = type;
4593 self->class = &class_parser__ReduceAction718;
4594 return self;
4595 }
4596 /* allocate ReduceAction718 */
4597 void CHECK_NEW_parser__ReduceAction718(val* self) {
4598 long var /* : Int */;
4599 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction718> */
4600 }
4601 /* runtime class parser__ReduceAction719 */
4602 const struct class class_parser__ReduceAction719 = {
4603 0, /* box_kind */
4604 {
4605 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction719:kernel#Object#object_id */
4606 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction719:kernel#Object#is_same_type */
4607 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction719:kernel#Object#== */
4608 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction719:kernel#Object#!= */
4609 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction719:kernel#Object#output */
4610 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction719:kernel#Object#output_class_name */
4611 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction719:kernel#Object#exit */
4612 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction719:kernel#Object#sys */
4613 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction719:kernel#Object#hash */
4614 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction719:string#Object#to_s */
4615 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction719:string#Object#native_class_name */
4616 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction719:string#Object#class_name */
4617 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction719:string#Object#inspect */
4618 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction719:string#Object#inspect_head */
4619 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction719:string#Object#args */
4620 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction719:math#Object#atan2 */
4621 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction719:math#Object#pi */
4622 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction719:math#Object#srand_from */
4623 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction719:math#Object#srand */
4624 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction719:stream#Object#poll */
4625 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction719:stream#Object#intern_poll */
4626 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction719:time#Object#get_time */
4627 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction719:file#Object#printn */
4628 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction719:file#Object#print */
4629 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction719:file#Object#getc */
4630 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction719:file#Object#gets */
4631 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction719:file#Object#getcwd */
4632 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction719:file#Object#file_getcwd */
4633 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction719:file#Object#stdin */
4634 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction719:file#Object#stdout */
4635 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction719:file#Object#stderr */
4636 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction719:model_base#Object#intrude_visibility */
4637 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction719:model_base#Object#public_visibility */
4638 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction719:model_base#Object#protected_visibility */
4639 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction719:model_base#Object#private_visibility */
4640 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction719:model_base#Object#none_visibility */
4641 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction719:model#Object#abstract_kind */
4642 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction719:model#Object#concrete_kind */
4643 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction719:model#Object#interface_kind */
4644 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction719:model#Object#enum_kind */
4645 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction719:model#Object#extern_kind */
4646 (nitmethod_t)VIRTUAL_parser__ReduceAction719__action, /* pointer to parser:ReduceAction719:parser#ReduceAction719#action */
4647 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction719:parser#ReduceAction#concat */
4648 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction719:parser#ReduceAction#init */
4649 }
4650 };
4651 /* allocate ReduceAction719 */
4652 val* NEW_parser__ReduceAction719(const struct type* type) {
4653 val* self /* : ReduceAction719 */;
4654 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4655 self->type = type;
4656 self->class = &class_parser__ReduceAction719;
4657 return self;
4658 }
4659 /* allocate ReduceAction719 */
4660 void CHECK_NEW_parser__ReduceAction719(val* self) {
4661 long var /* : Int */;
4662 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction719> */
4663 }
4664 /* runtime class parser__ReduceAction721 */
4665 const struct class class_parser__ReduceAction721 = {
4666 0, /* box_kind */
4667 {
4668 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction721:kernel#Object#object_id */
4669 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction721:kernel#Object#is_same_type */
4670 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction721:kernel#Object#== */
4671 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction721:kernel#Object#!= */
4672 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction721:kernel#Object#output */
4673 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction721:kernel#Object#output_class_name */
4674 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction721:kernel#Object#exit */
4675 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction721:kernel#Object#sys */
4676 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction721:kernel#Object#hash */
4677 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction721:string#Object#to_s */
4678 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction721:string#Object#native_class_name */
4679 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction721:string#Object#class_name */
4680 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction721:string#Object#inspect */
4681 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction721:string#Object#inspect_head */
4682 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction721:string#Object#args */
4683 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction721:math#Object#atan2 */
4684 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction721:math#Object#pi */
4685 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction721:math#Object#srand_from */
4686 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction721:math#Object#srand */
4687 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction721:stream#Object#poll */
4688 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction721:stream#Object#intern_poll */
4689 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction721:time#Object#get_time */
4690 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction721:file#Object#printn */
4691 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction721:file#Object#print */
4692 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction721:file#Object#getc */
4693 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction721:file#Object#gets */
4694 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction721:file#Object#getcwd */
4695 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction721:file#Object#file_getcwd */
4696 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction721:file#Object#stdin */
4697 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction721:file#Object#stdout */
4698 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction721:file#Object#stderr */
4699 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction721:model_base#Object#intrude_visibility */
4700 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction721:model_base#Object#public_visibility */
4701 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction721:model_base#Object#protected_visibility */
4702 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction721:model_base#Object#private_visibility */
4703 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction721:model_base#Object#none_visibility */
4704 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction721:model#Object#abstract_kind */
4705 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction721:model#Object#concrete_kind */
4706 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction721:model#Object#interface_kind */
4707 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction721:model#Object#enum_kind */
4708 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction721:model#Object#extern_kind */
4709 (nitmethod_t)VIRTUAL_parser__ReduceAction721__action, /* pointer to parser:ReduceAction721:parser#ReduceAction721#action */
4710 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction721:parser#ReduceAction#concat */
4711 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction721:parser#ReduceAction#init */
4712 }
4713 };
4714 /* allocate ReduceAction721 */
4715 val* NEW_parser__ReduceAction721(const struct type* type) {
4716 val* self /* : ReduceAction721 */;
4717 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4718 self->type = type;
4719 self->class = &class_parser__ReduceAction721;
4720 return self;
4721 }
4722 /* allocate ReduceAction721 */
4723 void CHECK_NEW_parser__ReduceAction721(val* self) {
4724 long var /* : Int */;
4725 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction721> */
4726 }
4727 /* runtime class parser__ReduceAction722 */
4728 const struct class class_parser__ReduceAction722 = {
4729 0, /* box_kind */
4730 {
4731 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction722:kernel#Object#object_id */
4732 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction722:kernel#Object#is_same_type */
4733 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction722:kernel#Object#== */
4734 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction722:kernel#Object#!= */
4735 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction722:kernel#Object#output */
4736 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction722:kernel#Object#output_class_name */
4737 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction722:kernel#Object#exit */
4738 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction722:kernel#Object#sys */
4739 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction722:kernel#Object#hash */
4740 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction722:string#Object#to_s */
4741 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction722:string#Object#native_class_name */
4742 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction722:string#Object#class_name */
4743 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction722:string#Object#inspect */
4744 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction722:string#Object#inspect_head */
4745 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction722:string#Object#args */
4746 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction722:math#Object#atan2 */
4747 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction722:math#Object#pi */
4748 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction722:math#Object#srand_from */
4749 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction722:math#Object#srand */
4750 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction722:stream#Object#poll */
4751 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction722:stream#Object#intern_poll */
4752 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction722:time#Object#get_time */
4753 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction722:file#Object#printn */
4754 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction722:file#Object#print */
4755 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction722:file#Object#getc */
4756 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction722:file#Object#gets */
4757 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction722:file#Object#getcwd */
4758 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction722:file#Object#file_getcwd */
4759 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction722:file#Object#stdin */
4760 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction722:file#Object#stdout */
4761 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction722:file#Object#stderr */
4762 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction722:model_base#Object#intrude_visibility */
4763 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction722:model_base#Object#public_visibility */
4764 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction722:model_base#Object#protected_visibility */
4765 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction722:model_base#Object#private_visibility */
4766 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction722:model_base#Object#none_visibility */
4767 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction722:model#Object#abstract_kind */
4768 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction722:model#Object#concrete_kind */
4769 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction722:model#Object#interface_kind */
4770 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction722:model#Object#enum_kind */
4771 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction722:model#Object#extern_kind */
4772 (nitmethod_t)VIRTUAL_parser__ReduceAction722__action, /* pointer to parser:ReduceAction722:parser#ReduceAction722#action */
4773 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction722:parser#ReduceAction#concat */
4774 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction722:parser#ReduceAction#init */
4775 }
4776 };
4777 /* allocate ReduceAction722 */
4778 val* NEW_parser__ReduceAction722(const struct type* type) {
4779 val* self /* : ReduceAction722 */;
4780 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4781 self->type = type;
4782 self->class = &class_parser__ReduceAction722;
4783 return self;
4784 }
4785 /* allocate ReduceAction722 */
4786 void CHECK_NEW_parser__ReduceAction722(val* self) {
4787 long var /* : Int */;
4788 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction722> */
4789 }
4790 /* runtime class parser__ReduceAction723 */
4791 const struct class class_parser__ReduceAction723 = {
4792 0, /* box_kind */
4793 {
4794 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction723:kernel#Object#object_id */
4795 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction723:kernel#Object#is_same_type */
4796 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction723:kernel#Object#== */
4797 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction723:kernel#Object#!= */
4798 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction723:kernel#Object#output */
4799 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction723:kernel#Object#output_class_name */
4800 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction723:kernel#Object#exit */
4801 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction723:kernel#Object#sys */
4802 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction723:kernel#Object#hash */
4803 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction723:string#Object#to_s */
4804 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction723:string#Object#native_class_name */
4805 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction723:string#Object#class_name */
4806 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction723:string#Object#inspect */
4807 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction723:string#Object#inspect_head */
4808 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction723:string#Object#args */
4809 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction723:math#Object#atan2 */
4810 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction723:math#Object#pi */
4811 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction723:math#Object#srand_from */
4812 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction723:math#Object#srand */
4813 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction723:stream#Object#poll */
4814 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction723:stream#Object#intern_poll */
4815 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction723:time#Object#get_time */
4816 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction723:file#Object#printn */
4817 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction723:file#Object#print */
4818 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction723:file#Object#getc */
4819 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction723:file#Object#gets */
4820 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction723:file#Object#getcwd */
4821 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction723:file#Object#file_getcwd */
4822 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction723:file#Object#stdin */
4823 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction723:file#Object#stdout */
4824 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction723:file#Object#stderr */
4825 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction723:model_base#Object#intrude_visibility */
4826 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction723:model_base#Object#public_visibility */
4827 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction723:model_base#Object#protected_visibility */
4828 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction723:model_base#Object#private_visibility */
4829 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction723:model_base#Object#none_visibility */
4830 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction723:model#Object#abstract_kind */
4831 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction723:model#Object#concrete_kind */
4832 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction723:model#Object#interface_kind */
4833 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction723:model#Object#enum_kind */
4834 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction723:model#Object#extern_kind */
4835 (nitmethod_t)VIRTUAL_parser__ReduceAction723__action, /* pointer to parser:ReduceAction723:parser#ReduceAction723#action */
4836 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction723:parser#ReduceAction#concat */
4837 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction723:parser#ReduceAction#init */
4838 }
4839 };
4840 /* allocate ReduceAction723 */
4841 val* NEW_parser__ReduceAction723(const struct type* type) {
4842 val* self /* : ReduceAction723 */;
4843 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4844 self->type = type;
4845 self->class = &class_parser__ReduceAction723;
4846 return self;
4847 }
4848 /* allocate ReduceAction723 */
4849 void CHECK_NEW_parser__ReduceAction723(val* self) {
4850 long var /* : Int */;
4851 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction723> */
4852 }
4853 /* runtime class parser__ReduceAction724 */
4854 const struct class class_parser__ReduceAction724 = {
4855 0, /* box_kind */
4856 {
4857 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction724:kernel#Object#object_id */
4858 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction724:kernel#Object#is_same_type */
4859 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction724:kernel#Object#== */
4860 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction724:kernel#Object#!= */
4861 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction724:kernel#Object#output */
4862 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction724:kernel#Object#output_class_name */
4863 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction724:kernel#Object#exit */
4864 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction724:kernel#Object#sys */
4865 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction724:kernel#Object#hash */
4866 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction724:string#Object#to_s */
4867 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction724:string#Object#native_class_name */
4868 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction724:string#Object#class_name */
4869 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction724:string#Object#inspect */
4870 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction724:string#Object#inspect_head */
4871 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction724:string#Object#args */
4872 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction724:math#Object#atan2 */
4873 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction724:math#Object#pi */
4874 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction724:math#Object#srand_from */
4875 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction724:math#Object#srand */
4876 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction724:stream#Object#poll */
4877 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction724:stream#Object#intern_poll */
4878 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction724:time#Object#get_time */
4879 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction724:file#Object#printn */
4880 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction724:file#Object#print */
4881 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction724:file#Object#getc */
4882 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction724:file#Object#gets */
4883 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction724:file#Object#getcwd */
4884 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction724:file#Object#file_getcwd */
4885 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction724:file#Object#stdin */
4886 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction724:file#Object#stdout */
4887 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction724:file#Object#stderr */
4888 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction724:model_base#Object#intrude_visibility */
4889 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction724:model_base#Object#public_visibility */
4890 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction724:model_base#Object#protected_visibility */
4891 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction724:model_base#Object#private_visibility */
4892 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction724:model_base#Object#none_visibility */
4893 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction724:model#Object#abstract_kind */
4894 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction724:model#Object#concrete_kind */
4895 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction724:model#Object#interface_kind */
4896 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction724:model#Object#enum_kind */
4897 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction724:model#Object#extern_kind */
4898 (nitmethod_t)VIRTUAL_parser__ReduceAction724__action, /* pointer to parser:ReduceAction724:parser#ReduceAction724#action */
4899 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction724:parser#ReduceAction#concat */
4900 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction724:parser#ReduceAction#init */
4901 }
4902 };
4903 /* allocate ReduceAction724 */
4904 val* NEW_parser__ReduceAction724(const struct type* type) {
4905 val* self /* : ReduceAction724 */;
4906 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4907 self->type = type;
4908 self->class = &class_parser__ReduceAction724;
4909 return self;
4910 }
4911 /* allocate ReduceAction724 */
4912 void CHECK_NEW_parser__ReduceAction724(val* self) {
4913 long var /* : Int */;
4914 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction724> */
4915 }
4916 /* runtime class parser__ReduceAction726 */
4917 const struct class class_parser__ReduceAction726 = {
4918 0, /* box_kind */
4919 {
4920 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction726:kernel#Object#object_id */
4921 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction726:kernel#Object#is_same_type */
4922 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction726:kernel#Object#== */
4923 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction726:kernel#Object#!= */
4924 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction726:kernel#Object#output */
4925 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction726:kernel#Object#output_class_name */
4926 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction726:kernel#Object#exit */
4927 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction726:kernel#Object#sys */
4928 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction726:kernel#Object#hash */
4929 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction726:string#Object#to_s */
4930 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction726:string#Object#native_class_name */
4931 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction726:string#Object#class_name */
4932 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction726:string#Object#inspect */
4933 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction726:string#Object#inspect_head */
4934 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction726:string#Object#args */
4935 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction726:math#Object#atan2 */
4936 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction726:math#Object#pi */
4937 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction726:math#Object#srand_from */
4938 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction726:math#Object#srand */
4939 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction726:stream#Object#poll */
4940 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction726:stream#Object#intern_poll */
4941 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction726:time#Object#get_time */
4942 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction726:file#Object#printn */
4943 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction726:file#Object#print */
4944 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction726:file#Object#getc */
4945 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction726:file#Object#gets */
4946 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction726:file#Object#getcwd */
4947 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction726:file#Object#file_getcwd */
4948 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction726:file#Object#stdin */
4949 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction726:file#Object#stdout */
4950 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction726:file#Object#stderr */
4951 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction726:model_base#Object#intrude_visibility */
4952 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction726:model_base#Object#public_visibility */
4953 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction726:model_base#Object#protected_visibility */
4954 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction726:model_base#Object#private_visibility */
4955 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction726:model_base#Object#none_visibility */
4956 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction726:model#Object#abstract_kind */
4957 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction726:model#Object#concrete_kind */
4958 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction726:model#Object#interface_kind */
4959 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction726:model#Object#enum_kind */
4960 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction726:model#Object#extern_kind */
4961 (nitmethod_t)VIRTUAL_parser__ReduceAction726__action, /* pointer to parser:ReduceAction726:parser#ReduceAction726#action */
4962 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction726:parser#ReduceAction#concat */
4963 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction726:parser#ReduceAction#init */
4964 }
4965 };
4966 /* allocate ReduceAction726 */
4967 val* NEW_parser__ReduceAction726(const struct type* type) {
4968 val* self /* : ReduceAction726 */;
4969 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4970 self->type = type;
4971 self->class = &class_parser__ReduceAction726;
4972 return self;
4973 }
4974 /* allocate ReduceAction726 */
4975 void CHECK_NEW_parser__ReduceAction726(val* self) {
4976 long var /* : Int */;
4977 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction726> */
4978 }
4979 /* runtime class parser__ReduceAction727 */
4980 const struct class class_parser__ReduceAction727 = {
4981 0, /* box_kind */
4982 {
4983 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction727:kernel#Object#object_id */
4984 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction727:kernel#Object#is_same_type */
4985 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction727:kernel#Object#== */
4986 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction727:kernel#Object#!= */
4987 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction727:kernel#Object#output */
4988 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction727:kernel#Object#output_class_name */
4989 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction727:kernel#Object#exit */
4990 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction727:kernel#Object#sys */
4991 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction727:kernel#Object#hash */
4992 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction727:string#Object#to_s */
4993 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction727:string#Object#native_class_name */
4994 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction727:string#Object#class_name */
4995 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction727:string#Object#inspect */
4996 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction727:string#Object#inspect_head */
4997 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction727:string#Object#args */
4998 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction727:math#Object#atan2 */
4999 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction727:math#Object#pi */
5000 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction727:math#Object#srand_from */
5001 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction727:math#Object#srand */
5002 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction727:stream#Object#poll */
5003 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction727:stream#Object#intern_poll */
5004 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction727:time#Object#get_time */
5005 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction727:file#Object#printn */
5006 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction727:file#Object#print */
5007 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction727:file#Object#getc */
5008 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction727:file#Object#gets */
5009 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction727:file#Object#getcwd */
5010 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction727:file#Object#file_getcwd */
5011 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction727:file#Object#stdin */
5012 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction727:file#Object#stdout */
5013 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction727:file#Object#stderr */
5014 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction727:model_base#Object#intrude_visibility */
5015 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction727:model_base#Object#public_visibility */
5016 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction727:model_base#Object#protected_visibility */
5017 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction727:model_base#Object#private_visibility */
5018 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction727:model_base#Object#none_visibility */
5019 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction727:model#Object#abstract_kind */
5020 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction727:model#Object#concrete_kind */
5021 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction727:model#Object#interface_kind */
5022 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction727:model#Object#enum_kind */
5023 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction727:model#Object#extern_kind */
5024 (nitmethod_t)VIRTUAL_parser__ReduceAction727__action, /* pointer to parser:ReduceAction727:parser#ReduceAction727#action */
5025 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction727:parser#ReduceAction#concat */
5026 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction727:parser#ReduceAction#init */
5027 }
5028 };
5029 /* allocate ReduceAction727 */
5030 val* NEW_parser__ReduceAction727(const struct type* type) {
5031 val* self /* : ReduceAction727 */;
5032 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5033 self->type = type;
5034 self->class = &class_parser__ReduceAction727;
5035 return self;
5036 }
5037 /* allocate ReduceAction727 */
5038 void CHECK_NEW_parser__ReduceAction727(val* self) {
5039 long var /* : Int */;
5040 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction727> */
5041 }
5042 /* runtime class parser__ReduceAction729 */
5043 const struct class class_parser__ReduceAction729 = {
5044 0, /* box_kind */
5045 {
5046 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction729:kernel#Object#object_id */
5047 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction729:kernel#Object#is_same_type */
5048 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction729:kernel#Object#== */
5049 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction729:kernel#Object#!= */
5050 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction729:kernel#Object#output */
5051 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction729:kernel#Object#output_class_name */
5052 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction729:kernel#Object#exit */
5053 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction729:kernel#Object#sys */
5054 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction729:kernel#Object#hash */
5055 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction729:string#Object#to_s */
5056 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction729:string#Object#native_class_name */
5057 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction729:string#Object#class_name */
5058 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction729:string#Object#inspect */
5059 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction729:string#Object#inspect_head */
5060 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction729:string#Object#args */
5061 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction729:math#Object#atan2 */
5062 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction729:math#Object#pi */
5063 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction729:math#Object#srand_from */
5064 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction729:math#Object#srand */
5065 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction729:stream#Object#poll */
5066 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction729:stream#Object#intern_poll */
5067 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction729:time#Object#get_time */
5068 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction729:file#Object#printn */
5069 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction729:file#Object#print */
5070 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction729:file#Object#getc */
5071 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction729:file#Object#gets */
5072 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction729:file#Object#getcwd */
5073 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction729:file#Object#file_getcwd */
5074 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction729:file#Object#stdin */
5075 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction729:file#Object#stdout */
5076 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction729:file#Object#stderr */
5077 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction729:model_base#Object#intrude_visibility */
5078 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction729:model_base#Object#public_visibility */
5079 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction729:model_base#Object#protected_visibility */
5080 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction729:model_base#Object#private_visibility */
5081 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction729:model_base#Object#none_visibility */
5082 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction729:model#Object#abstract_kind */
5083 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction729:model#Object#concrete_kind */
5084 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction729:model#Object#interface_kind */
5085 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction729:model#Object#enum_kind */
5086 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction729:model#Object#extern_kind */
5087 (nitmethod_t)VIRTUAL_parser__ReduceAction729__action, /* pointer to parser:ReduceAction729:parser#ReduceAction729#action */
5088 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction729:parser#ReduceAction#concat */
5089 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction729:parser#ReduceAction#init */
5090 }
5091 };
5092 /* allocate ReduceAction729 */
5093 val* NEW_parser__ReduceAction729(const struct type* type) {
5094 val* self /* : ReduceAction729 */;
5095 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5096 self->type = type;
5097 self->class = &class_parser__ReduceAction729;
5098 return self;
5099 }
5100 /* allocate ReduceAction729 */
5101 void CHECK_NEW_parser__ReduceAction729(val* self) {
5102 long var /* : Int */;
5103 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction729> */
5104 }
5105 /* runtime class parser__ReduceAction730 */
5106 const struct class class_parser__ReduceAction730 = {
5107 0, /* box_kind */
5108 {
5109 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction730:kernel#Object#object_id */
5110 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction730:kernel#Object#is_same_type */
5111 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction730:kernel#Object#== */
5112 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction730:kernel#Object#!= */
5113 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction730:kernel#Object#output */
5114 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction730:kernel#Object#output_class_name */
5115 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction730:kernel#Object#exit */
5116 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction730:kernel#Object#sys */
5117 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction730:kernel#Object#hash */
5118 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction730:string#Object#to_s */
5119 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction730:string#Object#native_class_name */
5120 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction730:string#Object#class_name */
5121 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction730:string#Object#inspect */
5122 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction730:string#Object#inspect_head */
5123 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction730:string#Object#args */
5124 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction730:math#Object#atan2 */
5125 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction730:math#Object#pi */
5126 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction730:math#Object#srand_from */
5127 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction730:math#Object#srand */
5128 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction730:stream#Object#poll */
5129 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction730:stream#Object#intern_poll */
5130 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction730:time#Object#get_time */
5131 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction730:file#Object#printn */
5132 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction730:file#Object#print */
5133 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction730:file#Object#getc */
5134 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction730:file#Object#gets */
5135 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction730:file#Object#getcwd */
5136 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction730:file#Object#file_getcwd */
5137 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction730:file#Object#stdin */
5138 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction730:file#Object#stdout */
5139 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction730:file#Object#stderr */
5140 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction730:model_base#Object#intrude_visibility */
5141 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction730:model_base#Object#public_visibility */
5142 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction730:model_base#Object#protected_visibility */
5143 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction730:model_base#Object#private_visibility */
5144 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction730:model_base#Object#none_visibility */
5145 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction730:model#Object#abstract_kind */
5146 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction730:model#Object#concrete_kind */
5147 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction730:model#Object#interface_kind */
5148 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction730:model#Object#enum_kind */
5149 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction730:model#Object#extern_kind */
5150 (nitmethod_t)VIRTUAL_parser__ReduceAction730__action, /* pointer to parser:ReduceAction730:parser#ReduceAction730#action */
5151 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction730:parser#ReduceAction#concat */
5152 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction730:parser#ReduceAction#init */
5153 }
5154 };
5155 /* allocate ReduceAction730 */
5156 val* NEW_parser__ReduceAction730(const struct type* type) {
5157 val* self /* : ReduceAction730 */;
5158 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5159 self->type = type;
5160 self->class = &class_parser__ReduceAction730;
5161 return self;
5162 }
5163 /* allocate ReduceAction730 */
5164 void CHECK_NEW_parser__ReduceAction730(val* self) {
5165 long var /* : Int */;
5166 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction730> */
5167 }
5168 /* runtime class parser__ReduceAction731 */
5169 const struct class class_parser__ReduceAction731 = {
5170 0, /* box_kind */
5171 {
5172 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction731:kernel#Object#object_id */
5173 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction731:kernel#Object#is_same_type */
5174 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction731:kernel#Object#== */
5175 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction731:kernel#Object#!= */
5176 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction731:kernel#Object#output */
5177 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction731:kernel#Object#output_class_name */
5178 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction731:kernel#Object#exit */
5179 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction731:kernel#Object#sys */
5180 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction731:kernel#Object#hash */
5181 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction731:string#Object#to_s */
5182 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction731:string#Object#native_class_name */
5183 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction731:string#Object#class_name */
5184 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction731:string#Object#inspect */
5185 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction731:string#Object#inspect_head */
5186 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction731:string#Object#args */
5187 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction731:math#Object#atan2 */
5188 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction731:math#Object#pi */
5189 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction731:math#Object#srand_from */
5190 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction731:math#Object#srand */
5191 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction731:stream#Object#poll */
5192 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction731:stream#Object#intern_poll */
5193 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction731:time#Object#get_time */
5194 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction731:file#Object#printn */
5195 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction731:file#Object#print */
5196 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction731:file#Object#getc */
5197 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction731:file#Object#gets */
5198 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction731:file#Object#getcwd */
5199 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction731:file#Object#file_getcwd */
5200 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction731:file#Object#stdin */
5201 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction731:file#Object#stdout */
5202 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction731:file#Object#stderr */
5203 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction731:model_base#Object#intrude_visibility */
5204 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction731:model_base#Object#public_visibility */
5205 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction731:model_base#Object#protected_visibility */
5206 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction731:model_base#Object#private_visibility */
5207 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction731:model_base#Object#none_visibility */
5208 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction731:model#Object#abstract_kind */
5209 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction731:model#Object#concrete_kind */
5210 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction731:model#Object#interface_kind */
5211 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction731:model#Object#enum_kind */
5212 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction731:model#Object#extern_kind */
5213 (nitmethod_t)VIRTUAL_parser__ReduceAction731__action, /* pointer to parser:ReduceAction731:parser#ReduceAction731#action */
5214 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction731:parser#ReduceAction#concat */
5215 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction731:parser#ReduceAction#init */
5216 }
5217 };
5218 /* allocate ReduceAction731 */
5219 val* NEW_parser__ReduceAction731(const struct type* type) {
5220 val* self /* : ReduceAction731 */;
5221 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5222 self->type = type;
5223 self->class = &class_parser__ReduceAction731;
5224 return self;
5225 }
5226 /* allocate ReduceAction731 */
5227 void CHECK_NEW_parser__ReduceAction731(val* self) {
5228 long var /* : Int */;
5229 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction731> */
5230 }
5231 /* runtime class parser__ReduceAction732 */
5232 const struct class class_parser__ReduceAction732 = {
5233 0, /* box_kind */
5234 {
5235 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction732:kernel#Object#object_id */
5236 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction732:kernel#Object#is_same_type */
5237 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction732:kernel#Object#== */
5238 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction732:kernel#Object#!= */
5239 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction732:kernel#Object#output */
5240 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction732:kernel#Object#output_class_name */
5241 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction732:kernel#Object#exit */
5242 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction732:kernel#Object#sys */
5243 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction732:kernel#Object#hash */
5244 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction732:string#Object#to_s */
5245 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction732:string#Object#native_class_name */
5246 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction732:string#Object#class_name */
5247 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction732:string#Object#inspect */
5248 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction732:string#Object#inspect_head */
5249 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction732:string#Object#args */
5250 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction732:math#Object#atan2 */
5251 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction732:math#Object#pi */
5252 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction732:math#Object#srand_from */
5253 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction732:math#Object#srand */
5254 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction732:stream#Object#poll */
5255 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction732:stream#Object#intern_poll */
5256 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction732:time#Object#get_time */
5257 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction732:file#Object#printn */
5258 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction732:file#Object#print */
5259 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction732:file#Object#getc */
5260 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction732:file#Object#gets */
5261 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction732:file#Object#getcwd */
5262 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction732:file#Object#file_getcwd */
5263 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction732:file#Object#stdin */
5264 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction732:file#Object#stdout */
5265 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction732:file#Object#stderr */
5266 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction732:model_base#Object#intrude_visibility */
5267 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction732:model_base#Object#public_visibility */
5268 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction732:model_base#Object#protected_visibility */
5269 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction732:model_base#Object#private_visibility */
5270 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction732:model_base#Object#none_visibility */
5271 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction732:model#Object#abstract_kind */
5272 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction732:model#Object#concrete_kind */
5273 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction732:model#Object#interface_kind */
5274 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction732:model#Object#enum_kind */
5275 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction732:model#Object#extern_kind */
5276 (nitmethod_t)VIRTUAL_parser__ReduceAction732__action, /* pointer to parser:ReduceAction732:parser#ReduceAction732#action */
5277 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction732:parser#ReduceAction#concat */
5278 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction732:parser#ReduceAction#init */
5279 }
5280 };
5281 /* allocate ReduceAction732 */
5282 val* NEW_parser__ReduceAction732(const struct type* type) {
5283 val* self /* : ReduceAction732 */;
5284 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5285 self->type = type;
5286 self->class = &class_parser__ReduceAction732;
5287 return self;
5288 }
5289 /* allocate ReduceAction732 */
5290 void CHECK_NEW_parser__ReduceAction732(val* self) {
5291 long var /* : Int */;
5292 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction732> */
5293 }
5294 /* runtime class parser__ReduceAction733 */
5295 const struct class class_parser__ReduceAction733 = {
5296 0, /* box_kind */
5297 {
5298 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction733:kernel#Object#object_id */
5299 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction733:kernel#Object#is_same_type */
5300 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction733:kernel#Object#== */
5301 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction733:kernel#Object#!= */
5302 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction733:kernel#Object#output */
5303 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction733:kernel#Object#output_class_name */
5304 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction733:kernel#Object#exit */
5305 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction733:kernel#Object#sys */
5306 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction733:kernel#Object#hash */
5307 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction733:string#Object#to_s */
5308 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction733:string#Object#native_class_name */
5309 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction733:string#Object#class_name */
5310 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction733:string#Object#inspect */
5311 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction733:string#Object#inspect_head */
5312 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction733:string#Object#args */
5313 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction733:math#Object#atan2 */
5314 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction733:math#Object#pi */
5315 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction733:math#Object#srand_from */
5316 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction733:math#Object#srand */
5317 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction733:stream#Object#poll */
5318 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction733:stream#Object#intern_poll */
5319 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction733:time#Object#get_time */
5320 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction733:file#Object#printn */
5321 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction733:file#Object#print */
5322 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction733:file#Object#getc */
5323 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction733:file#Object#gets */
5324 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction733:file#Object#getcwd */
5325 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction733:file#Object#file_getcwd */
5326 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction733:file#Object#stdin */
5327 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction733:file#Object#stdout */
5328 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction733:file#Object#stderr */
5329 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction733:model_base#Object#intrude_visibility */
5330 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction733:model_base#Object#public_visibility */
5331 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction733:model_base#Object#protected_visibility */
5332 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction733:model_base#Object#private_visibility */
5333 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction733:model_base#Object#none_visibility */
5334 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction733:model#Object#abstract_kind */
5335 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction733:model#Object#concrete_kind */
5336 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction733:model#Object#interface_kind */
5337 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction733:model#Object#enum_kind */
5338 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction733:model#Object#extern_kind */
5339 (nitmethod_t)VIRTUAL_parser__ReduceAction733__action, /* pointer to parser:ReduceAction733:parser#ReduceAction733#action */
5340 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction733:parser#ReduceAction#concat */
5341 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction733:parser#ReduceAction#init */
5342 }
5343 };
5344 /* allocate ReduceAction733 */
5345 val* NEW_parser__ReduceAction733(const struct type* type) {
5346 val* self /* : ReduceAction733 */;
5347 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5348 self->type = type;
5349 self->class = &class_parser__ReduceAction733;
5350 return self;
5351 }
5352 /* allocate ReduceAction733 */
5353 void CHECK_NEW_parser__ReduceAction733(val* self) {
5354 long var /* : Int */;
5355 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction733> */
5356 }
5357 /* runtime class parser__ReduceAction734 */
5358 const struct class class_parser__ReduceAction734 = {
5359 0, /* box_kind */
5360 {
5361 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction734:kernel#Object#object_id */
5362 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction734:kernel#Object#is_same_type */
5363 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction734:kernel#Object#== */
5364 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction734:kernel#Object#!= */
5365 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction734:kernel#Object#output */
5366 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction734:kernel#Object#output_class_name */
5367 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction734:kernel#Object#exit */
5368 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction734:kernel#Object#sys */
5369 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction734:kernel#Object#hash */
5370 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction734:string#Object#to_s */
5371 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction734:string#Object#native_class_name */
5372 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction734:string#Object#class_name */
5373 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction734:string#Object#inspect */
5374 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction734:string#Object#inspect_head */
5375 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction734:string#Object#args */
5376 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction734:math#Object#atan2 */
5377 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction734:math#Object#pi */
5378 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction734:math#Object#srand_from */
5379 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction734:math#Object#srand */
5380 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction734:stream#Object#poll */
5381 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction734:stream#Object#intern_poll */
5382 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction734:time#Object#get_time */
5383 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction734:file#Object#printn */
5384 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction734:file#Object#print */
5385 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction734:file#Object#getc */
5386 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction734:file#Object#gets */
5387 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction734:file#Object#getcwd */
5388 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction734:file#Object#file_getcwd */
5389 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction734:file#Object#stdin */
5390 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction734:file#Object#stdout */
5391 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction734:file#Object#stderr */
5392 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction734:model_base#Object#intrude_visibility */
5393 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction734:model_base#Object#public_visibility */
5394 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction734:model_base#Object#protected_visibility */
5395 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction734:model_base#Object#private_visibility */
5396 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction734:model_base#Object#none_visibility */
5397 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction734:model#Object#abstract_kind */
5398 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction734:model#Object#concrete_kind */
5399 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction734:model#Object#interface_kind */
5400 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction734:model#Object#enum_kind */
5401 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction734:model#Object#extern_kind */
5402 (nitmethod_t)VIRTUAL_parser__ReduceAction734__action, /* pointer to parser:ReduceAction734:parser#ReduceAction734#action */
5403 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction734:parser#ReduceAction#concat */
5404 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction734:parser#ReduceAction#init */
5405 }
5406 };
5407 /* allocate ReduceAction734 */
5408 val* NEW_parser__ReduceAction734(const struct type* type) {
5409 val* self /* : ReduceAction734 */;
5410 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5411 self->type = type;
5412 self->class = &class_parser__ReduceAction734;
5413 return self;
5414 }
5415 /* allocate ReduceAction734 */
5416 void CHECK_NEW_parser__ReduceAction734(val* self) {
5417 long var /* : Int */;
5418 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction734> */
5419 }
5420 /* runtime class parser__ReduceAction735 */
5421 const struct class class_parser__ReduceAction735 = {
5422 0, /* box_kind */
5423 {
5424 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction735:kernel#Object#object_id */
5425 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction735:kernel#Object#is_same_type */
5426 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction735:kernel#Object#== */
5427 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction735:kernel#Object#!= */
5428 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction735:kernel#Object#output */
5429 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction735:kernel#Object#output_class_name */
5430 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction735:kernel#Object#exit */
5431 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction735:kernel#Object#sys */
5432 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction735:kernel#Object#hash */
5433 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction735:string#Object#to_s */
5434 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction735:string#Object#native_class_name */
5435 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction735:string#Object#class_name */
5436 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction735:string#Object#inspect */
5437 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction735:string#Object#inspect_head */
5438 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction735:string#Object#args */
5439 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction735:math#Object#atan2 */
5440 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction735:math#Object#pi */
5441 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction735:math#Object#srand_from */
5442 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction735:math#Object#srand */
5443 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction735:stream#Object#poll */
5444 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction735:stream#Object#intern_poll */
5445 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction735:time#Object#get_time */
5446 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction735:file#Object#printn */
5447 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction735:file#Object#print */
5448 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction735:file#Object#getc */
5449 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction735:file#Object#gets */
5450 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction735:file#Object#getcwd */
5451 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction735:file#Object#file_getcwd */
5452 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction735:file#Object#stdin */
5453 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction735:file#Object#stdout */
5454 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction735:file#Object#stderr */
5455 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction735:model_base#Object#intrude_visibility */
5456 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction735:model_base#Object#public_visibility */
5457 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction735:model_base#Object#protected_visibility */
5458 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction735:model_base#Object#private_visibility */
5459 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction735:model_base#Object#none_visibility */
5460 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction735:model#Object#abstract_kind */
5461 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction735:model#Object#concrete_kind */
5462 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction735:model#Object#interface_kind */
5463 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction735:model#Object#enum_kind */
5464 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction735:model#Object#extern_kind */
5465 (nitmethod_t)VIRTUAL_parser__ReduceAction735__action, /* pointer to parser:ReduceAction735:parser#ReduceAction735#action */
5466 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction735:parser#ReduceAction#concat */
5467 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction735:parser#ReduceAction#init */
5468 }
5469 };
5470 /* allocate ReduceAction735 */
5471 val* NEW_parser__ReduceAction735(const struct type* type) {
5472 val* self /* : ReduceAction735 */;
5473 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5474 self->type = type;
5475 self->class = &class_parser__ReduceAction735;
5476 return self;
5477 }
5478 /* allocate ReduceAction735 */
5479 void CHECK_NEW_parser__ReduceAction735(val* self) {
5480 long var /* : Int */;
5481 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction735> */
5482 }
5483 /* runtime class parser__ReduceAction736 */
5484 const struct class class_parser__ReduceAction736 = {
5485 0, /* box_kind */
5486 {
5487 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction736:kernel#Object#object_id */
5488 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction736:kernel#Object#is_same_type */
5489 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction736:kernel#Object#== */
5490 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction736:kernel#Object#!= */
5491 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction736:kernel#Object#output */
5492 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction736:kernel#Object#output_class_name */
5493 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction736:kernel#Object#exit */
5494 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction736:kernel#Object#sys */
5495 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction736:kernel#Object#hash */
5496 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction736:string#Object#to_s */
5497 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction736:string#Object#native_class_name */
5498 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction736:string#Object#class_name */
5499 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction736:string#Object#inspect */
5500 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction736:string#Object#inspect_head */
5501 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction736:string#Object#args */
5502 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction736:math#Object#atan2 */
5503 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction736:math#Object#pi */
5504 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction736:math#Object#srand_from */
5505 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction736:math#Object#srand */
5506 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction736:stream#Object#poll */
5507 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction736:stream#Object#intern_poll */
5508 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction736:time#Object#get_time */
5509 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction736:file#Object#printn */
5510 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction736:file#Object#print */
5511 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction736:file#Object#getc */
5512 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction736:file#Object#gets */
5513 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction736:file#Object#getcwd */
5514 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction736:file#Object#file_getcwd */
5515 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction736:file#Object#stdin */
5516 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction736:file#Object#stdout */
5517 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction736:file#Object#stderr */
5518 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction736:model_base#Object#intrude_visibility */
5519 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction736:model_base#Object#public_visibility */
5520 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction736:model_base#Object#protected_visibility */
5521 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction736:model_base#Object#private_visibility */
5522 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction736:model_base#Object#none_visibility */
5523 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction736:model#Object#abstract_kind */
5524 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction736:model#Object#concrete_kind */
5525 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction736:model#Object#interface_kind */
5526 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction736:model#Object#enum_kind */
5527 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction736:model#Object#extern_kind */
5528 (nitmethod_t)VIRTUAL_parser__ReduceAction736__action, /* pointer to parser:ReduceAction736:parser#ReduceAction736#action */
5529 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction736:parser#ReduceAction#concat */
5530 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction736:parser#ReduceAction#init */
5531 }
5532 };
5533 /* allocate ReduceAction736 */
5534 val* NEW_parser__ReduceAction736(const struct type* type) {
5535 val* self /* : ReduceAction736 */;
5536 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5537 self->type = type;
5538 self->class = &class_parser__ReduceAction736;
5539 return self;
5540 }
5541 /* allocate ReduceAction736 */
5542 void CHECK_NEW_parser__ReduceAction736(val* self) {
5543 long var /* : Int */;
5544 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction736> */
5545 }
5546 /* runtime class parser__ReduceAction737 */
5547 const struct class class_parser__ReduceAction737 = {
5548 0, /* box_kind */
5549 {
5550 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction737:kernel#Object#object_id */
5551 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction737:kernel#Object#is_same_type */
5552 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction737:kernel#Object#== */
5553 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction737:kernel#Object#!= */
5554 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction737:kernel#Object#output */
5555 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction737:kernel#Object#output_class_name */
5556 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction737:kernel#Object#exit */
5557 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction737:kernel#Object#sys */
5558 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction737:kernel#Object#hash */
5559 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction737:string#Object#to_s */
5560 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction737:string#Object#native_class_name */
5561 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction737:string#Object#class_name */
5562 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction737:string#Object#inspect */
5563 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction737:string#Object#inspect_head */
5564 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction737:string#Object#args */
5565 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction737:math#Object#atan2 */
5566 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction737:math#Object#pi */
5567 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction737:math#Object#srand_from */
5568 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction737:math#Object#srand */
5569 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction737:stream#Object#poll */
5570 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction737:stream#Object#intern_poll */
5571 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction737:time#Object#get_time */
5572 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction737:file#Object#printn */
5573 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction737:file#Object#print */
5574 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction737:file#Object#getc */
5575 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction737:file#Object#gets */
5576 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction737:file#Object#getcwd */
5577 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction737:file#Object#file_getcwd */
5578 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction737:file#Object#stdin */
5579 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction737:file#Object#stdout */
5580 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction737:file#Object#stderr */
5581 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction737:model_base#Object#intrude_visibility */
5582 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction737:model_base#Object#public_visibility */
5583 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction737:model_base#Object#protected_visibility */
5584 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction737:model_base#Object#private_visibility */
5585 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction737:model_base#Object#none_visibility */
5586 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction737:model#Object#abstract_kind */
5587 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction737:model#Object#concrete_kind */
5588 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction737:model#Object#interface_kind */
5589 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction737:model#Object#enum_kind */
5590 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction737:model#Object#extern_kind */
5591 (nitmethod_t)VIRTUAL_parser__ReduceAction737__action, /* pointer to parser:ReduceAction737:parser#ReduceAction737#action */
5592 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction737:parser#ReduceAction#concat */
5593 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction737:parser#ReduceAction#init */
5594 }
5595 };
5596 /* allocate ReduceAction737 */
5597 val* NEW_parser__ReduceAction737(const struct type* type) {
5598 val* self /* : ReduceAction737 */;
5599 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5600 self->type = type;
5601 self->class = &class_parser__ReduceAction737;
5602 return self;
5603 }
5604 /* allocate ReduceAction737 */
5605 void CHECK_NEW_parser__ReduceAction737(val* self) {
5606 long var /* : Int */;
5607 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction737> */
5608 }
5609 /* runtime class parser__ReduceAction738 */
5610 const struct class class_parser__ReduceAction738 = {
5611 0, /* box_kind */
5612 {
5613 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction738:kernel#Object#object_id */
5614 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction738:kernel#Object#is_same_type */
5615 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction738:kernel#Object#== */
5616 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction738:kernel#Object#!= */
5617 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction738:kernel#Object#output */
5618 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction738:kernel#Object#output_class_name */
5619 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction738:kernel#Object#exit */
5620 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction738:kernel#Object#sys */
5621 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction738:kernel#Object#hash */
5622 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction738:string#Object#to_s */
5623 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction738:string#Object#native_class_name */
5624 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction738:string#Object#class_name */
5625 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction738:string#Object#inspect */
5626 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction738:string#Object#inspect_head */
5627 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction738:string#Object#args */
5628 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction738:math#Object#atan2 */
5629 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction738:math#Object#pi */
5630 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction738:math#Object#srand_from */
5631 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction738:math#Object#srand */
5632 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction738:stream#Object#poll */
5633 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction738:stream#Object#intern_poll */
5634 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction738:time#Object#get_time */
5635 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction738:file#Object#printn */
5636 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction738:file#Object#print */
5637 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction738:file#Object#getc */
5638 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction738:file#Object#gets */
5639 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction738:file#Object#getcwd */
5640 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction738:file#Object#file_getcwd */
5641 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction738:file#Object#stdin */
5642 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction738:file#Object#stdout */
5643 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction738:file#Object#stderr */
5644 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction738:model_base#Object#intrude_visibility */
5645 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction738:model_base#Object#public_visibility */
5646 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction738:model_base#Object#protected_visibility */
5647 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction738:model_base#Object#private_visibility */
5648 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction738:model_base#Object#none_visibility */
5649 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction738:model#Object#abstract_kind */
5650 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction738:model#Object#concrete_kind */
5651 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction738:model#Object#interface_kind */
5652 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction738:model#Object#enum_kind */
5653 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction738:model#Object#extern_kind */
5654 (nitmethod_t)VIRTUAL_parser__ReduceAction738__action, /* pointer to parser:ReduceAction738:parser#ReduceAction738#action */
5655 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction738:parser#ReduceAction#concat */
5656 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction738:parser#ReduceAction#init */
5657 }
5658 };
5659 /* allocate ReduceAction738 */
5660 val* NEW_parser__ReduceAction738(const struct type* type) {
5661 val* self /* : ReduceAction738 */;
5662 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5663 self->type = type;
5664 self->class = &class_parser__ReduceAction738;
5665 return self;
5666 }
5667 /* allocate ReduceAction738 */
5668 void CHECK_NEW_parser__ReduceAction738(val* self) {
5669 long var /* : Int */;
5670 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction738> */
5671 }
5672 /* runtime class parser__ReduceAction741 */
5673 const struct class class_parser__ReduceAction741 = {
5674 0, /* box_kind */
5675 {
5676 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction741:kernel#Object#object_id */
5677 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction741:kernel#Object#is_same_type */
5678 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction741:kernel#Object#== */
5679 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction741:kernel#Object#!= */
5680 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction741:kernel#Object#output */
5681 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction741:kernel#Object#output_class_name */
5682 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction741:kernel#Object#exit */
5683 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction741:kernel#Object#sys */
5684 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction741:kernel#Object#hash */
5685 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction741:string#Object#to_s */
5686 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction741:string#Object#native_class_name */
5687 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction741:string#Object#class_name */
5688 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction741:string#Object#inspect */
5689 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction741:string#Object#inspect_head */
5690 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction741:string#Object#args */
5691 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction741:math#Object#atan2 */
5692 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction741:math#Object#pi */
5693 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction741:math#Object#srand_from */
5694 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction741:math#Object#srand */
5695 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction741:stream#Object#poll */
5696 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction741:stream#Object#intern_poll */
5697 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction741:time#Object#get_time */
5698 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction741:file#Object#printn */
5699 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction741:file#Object#print */
5700 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction741:file#Object#getc */
5701 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction741:file#Object#gets */
5702 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction741:file#Object#getcwd */
5703 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction741:file#Object#file_getcwd */
5704 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction741:file#Object#stdin */
5705 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction741:file#Object#stdout */
5706 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction741:file#Object#stderr */
5707 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction741:model_base#Object#intrude_visibility */
5708 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction741:model_base#Object#public_visibility */
5709 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction741:model_base#Object#protected_visibility */
5710 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction741:model_base#Object#private_visibility */
5711 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction741:model_base#Object#none_visibility */
5712 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction741:model#Object#abstract_kind */
5713 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction741:model#Object#concrete_kind */
5714 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction741:model#Object#interface_kind */
5715 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction741:model#Object#enum_kind */
5716 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction741:model#Object#extern_kind */
5717 (nitmethod_t)VIRTUAL_parser__ReduceAction741__action, /* pointer to parser:ReduceAction741:parser#ReduceAction741#action */
5718 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction741:parser#ReduceAction#concat */
5719 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction741:parser#ReduceAction#init */
5720 }
5721 };
5722 /* allocate ReduceAction741 */
5723 val* NEW_parser__ReduceAction741(const struct type* type) {
5724 val* self /* : ReduceAction741 */;
5725 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5726 self->type = type;
5727 self->class = &class_parser__ReduceAction741;
5728 return self;
5729 }
5730 /* allocate ReduceAction741 */
5731 void CHECK_NEW_parser__ReduceAction741(val* self) {
5732 long var /* : Int */;
5733 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction741> */
5734 }
5735 /* runtime class parser__ReduceAction742 */
5736 const struct class class_parser__ReduceAction742 = {
5737 0, /* box_kind */
5738 {
5739 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction742:kernel#Object#object_id */
5740 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction742:kernel#Object#is_same_type */
5741 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction742:kernel#Object#== */
5742 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction742:kernel#Object#!= */
5743 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction742:kernel#Object#output */
5744 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction742:kernel#Object#output_class_name */
5745 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction742:kernel#Object#exit */
5746 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction742:kernel#Object#sys */
5747 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction742:kernel#Object#hash */
5748 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction742:string#Object#to_s */
5749 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction742:string#Object#native_class_name */
5750 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction742:string#Object#class_name */
5751 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction742:string#Object#inspect */
5752 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction742:string#Object#inspect_head */
5753 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction742:string#Object#args */
5754 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction742:math#Object#atan2 */
5755 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction742:math#Object#pi */
5756 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction742:math#Object#srand_from */
5757 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction742:math#Object#srand */
5758 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction742:stream#Object#poll */
5759 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction742:stream#Object#intern_poll */
5760 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction742:time#Object#get_time */
5761 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction742:file#Object#printn */
5762 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction742:file#Object#print */
5763 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction742:file#Object#getc */
5764 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction742:file#Object#gets */
5765 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction742:file#Object#getcwd */
5766 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction742:file#Object#file_getcwd */
5767 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction742:file#Object#stdin */
5768 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction742:file#Object#stdout */
5769 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction742:file#Object#stderr */
5770 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction742:model_base#Object#intrude_visibility */
5771 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction742:model_base#Object#public_visibility */
5772 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction742:model_base#Object#protected_visibility */
5773 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction742:model_base#Object#private_visibility */
5774 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction742:model_base#Object#none_visibility */
5775 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction742:model#Object#abstract_kind */
5776 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction742:model#Object#concrete_kind */
5777 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction742:model#Object#interface_kind */
5778 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction742:model#Object#enum_kind */
5779 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction742:model#Object#extern_kind */
5780 (nitmethod_t)VIRTUAL_parser__ReduceAction742__action, /* pointer to parser:ReduceAction742:parser#ReduceAction742#action */
5781 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction742:parser#ReduceAction#concat */
5782 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction742:parser#ReduceAction#init */
5783 }
5784 };
5785 /* allocate ReduceAction742 */
5786 val* NEW_parser__ReduceAction742(const struct type* type) {
5787 val* self /* : ReduceAction742 */;
5788 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5789 self->type = type;
5790 self->class = &class_parser__ReduceAction742;
5791 return self;
5792 }
5793 /* allocate ReduceAction742 */
5794 void CHECK_NEW_parser__ReduceAction742(val* self) {
5795 long var /* : Int */;
5796 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction742> */
5797 }
5798 /* runtime class parser__ReduceAction743 */
5799 const struct class class_parser__ReduceAction743 = {
5800 0, /* box_kind */
5801 {
5802 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction743:kernel#Object#object_id */
5803 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction743:kernel#Object#is_same_type */
5804 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction743:kernel#Object#== */
5805 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction743:kernel#Object#!= */
5806 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction743:kernel#Object#output */
5807 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction743:kernel#Object#output_class_name */
5808 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction743:kernel#Object#exit */
5809 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction743:kernel#Object#sys */
5810 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction743:kernel#Object#hash */
5811 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction743:string#Object#to_s */
5812 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction743:string#Object#native_class_name */
5813 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction743:string#Object#class_name */
5814 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction743:string#Object#inspect */
5815 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction743:string#Object#inspect_head */
5816 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction743:string#Object#args */
5817 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction743:math#Object#atan2 */
5818 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction743:math#Object#pi */
5819 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction743:math#Object#srand_from */
5820 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction743:math#Object#srand */
5821 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction743:stream#Object#poll */
5822 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction743:stream#Object#intern_poll */
5823 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction743:time#Object#get_time */
5824 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction743:file#Object#printn */
5825 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction743:file#Object#print */
5826 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction743:file#Object#getc */
5827 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction743:file#Object#gets */
5828 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction743:file#Object#getcwd */
5829 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction743:file#Object#file_getcwd */
5830 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction743:file#Object#stdin */
5831 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction743:file#Object#stdout */
5832 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction743:file#Object#stderr */
5833 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction743:model_base#Object#intrude_visibility */
5834 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction743:model_base#Object#public_visibility */
5835 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction743:model_base#Object#protected_visibility */
5836 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction743:model_base#Object#private_visibility */
5837 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction743:model_base#Object#none_visibility */
5838 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction743:model#Object#abstract_kind */
5839 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction743:model#Object#concrete_kind */
5840 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction743:model#Object#interface_kind */
5841 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction743:model#Object#enum_kind */
5842 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction743:model#Object#extern_kind */
5843 (nitmethod_t)VIRTUAL_parser__ReduceAction743__action, /* pointer to parser:ReduceAction743:parser#ReduceAction743#action */
5844 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction743:parser#ReduceAction#concat */
5845 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction743:parser#ReduceAction#init */
5846 }
5847 };
5848 /* allocate ReduceAction743 */
5849 val* NEW_parser__ReduceAction743(const struct type* type) {
5850 val* self /* : ReduceAction743 */;
5851 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5852 self->type = type;
5853 self->class = &class_parser__ReduceAction743;
5854 return self;
5855 }
5856 /* allocate ReduceAction743 */
5857 void CHECK_NEW_parser__ReduceAction743(val* self) {
5858 long var /* : Int */;
5859 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction743> */
5860 }
5861 /* runtime class parser__ReduceAction744 */
5862 const struct class class_parser__ReduceAction744 = {
5863 0, /* box_kind */
5864 {
5865 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction744:kernel#Object#object_id */
5866 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction744:kernel#Object#is_same_type */
5867 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction744:kernel#Object#== */
5868 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction744:kernel#Object#!= */
5869 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction744:kernel#Object#output */
5870 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction744:kernel#Object#output_class_name */
5871 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction744:kernel#Object#exit */
5872 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction744:kernel#Object#sys */
5873 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction744:kernel#Object#hash */
5874 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction744:string#Object#to_s */
5875 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction744:string#Object#native_class_name */
5876 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction744:string#Object#class_name */
5877 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction744:string#Object#inspect */
5878 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction744:string#Object#inspect_head */
5879 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction744:string#Object#args */
5880 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction744:math#Object#atan2 */
5881 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction744:math#Object#pi */
5882 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction744:math#Object#srand_from */
5883 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction744:math#Object#srand */
5884 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction744:stream#Object#poll */
5885 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction744:stream#Object#intern_poll */
5886 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction744:time#Object#get_time */
5887 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction744:file#Object#printn */
5888 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction744:file#Object#print */
5889 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction744:file#Object#getc */
5890 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction744:file#Object#gets */
5891 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction744:file#Object#getcwd */
5892 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction744:file#Object#file_getcwd */
5893 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction744:file#Object#stdin */
5894 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction744:file#Object#stdout */
5895 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction744:file#Object#stderr */
5896 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction744:model_base#Object#intrude_visibility */
5897 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction744:model_base#Object#public_visibility */
5898 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction744:model_base#Object#protected_visibility */
5899 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction744:model_base#Object#private_visibility */
5900 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction744:model_base#Object#none_visibility */
5901 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction744:model#Object#abstract_kind */
5902 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction744:model#Object#concrete_kind */
5903 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction744:model#Object#interface_kind */
5904 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction744:model#Object#enum_kind */
5905 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction744:model#Object#extern_kind */
5906 (nitmethod_t)VIRTUAL_parser__ReduceAction744__action, /* pointer to parser:ReduceAction744:parser#ReduceAction744#action */
5907 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction744:parser#ReduceAction#concat */
5908 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction744:parser#ReduceAction#init */
5909 }
5910 };
5911 /* allocate ReduceAction744 */
5912 val* NEW_parser__ReduceAction744(const struct type* type) {
5913 val* self /* : ReduceAction744 */;
5914 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5915 self->type = type;
5916 self->class = &class_parser__ReduceAction744;
5917 return self;
5918 }
5919 /* allocate ReduceAction744 */
5920 void CHECK_NEW_parser__ReduceAction744(val* self) {
5921 long var /* : Int */;
5922 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction744> */
5923 }
5924 /* runtime class parser__ReduceAction745 */
5925 const struct class class_parser__ReduceAction745 = {
5926 0, /* box_kind */
5927 {
5928 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction745:kernel#Object#object_id */
5929 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction745:kernel#Object#is_same_type */
5930 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction745:kernel#Object#== */
5931 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction745:kernel#Object#!= */
5932 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction745:kernel#Object#output */
5933 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction745:kernel#Object#output_class_name */
5934 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction745:kernel#Object#exit */
5935 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction745:kernel#Object#sys */
5936 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction745:kernel#Object#hash */
5937 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction745:string#Object#to_s */
5938 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction745:string#Object#native_class_name */
5939 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction745:string#Object#class_name */
5940 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction745:string#Object#inspect */
5941 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction745:string#Object#inspect_head */
5942 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction745:string#Object#args */
5943 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction745:math#Object#atan2 */
5944 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction745:math#Object#pi */
5945 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction745:math#Object#srand_from */
5946 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction745:math#Object#srand */
5947 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction745:stream#Object#poll */
5948 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction745:stream#Object#intern_poll */
5949 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction745:time#Object#get_time */
5950 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction745:file#Object#printn */
5951 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction745:file#Object#print */
5952 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction745:file#Object#getc */
5953 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction745:file#Object#gets */
5954 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction745:file#Object#getcwd */
5955 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction745:file#Object#file_getcwd */
5956 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction745:file#Object#stdin */
5957 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction745:file#Object#stdout */
5958 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction745:file#Object#stderr */
5959 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction745:model_base#Object#intrude_visibility */
5960 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction745:model_base#Object#public_visibility */
5961 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction745:model_base#Object#protected_visibility */
5962 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction745:model_base#Object#private_visibility */
5963 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction745:model_base#Object#none_visibility */
5964 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction745:model#Object#abstract_kind */
5965 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction745:model#Object#concrete_kind */
5966 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction745:model#Object#interface_kind */
5967 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction745:model#Object#enum_kind */
5968 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction745:model#Object#extern_kind */
5969 (nitmethod_t)VIRTUAL_parser__ReduceAction745__action, /* pointer to parser:ReduceAction745:parser#ReduceAction745#action */
5970 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction745:parser#ReduceAction#concat */
5971 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction745:parser#ReduceAction#init */
5972 }
5973 };
5974 /* allocate ReduceAction745 */
5975 val* NEW_parser__ReduceAction745(const struct type* type) {
5976 val* self /* : ReduceAction745 */;
5977 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5978 self->type = type;
5979 self->class = &class_parser__ReduceAction745;
5980 return self;
5981 }
5982 /* allocate ReduceAction745 */
5983 void CHECK_NEW_parser__ReduceAction745(val* self) {
5984 long var /* : Int */;
5985 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction745> */
5986 }
5987 /* runtime class parser__ReduceAction746 */
5988 const struct class class_parser__ReduceAction746 = {
5989 0, /* box_kind */
5990 {
5991 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction746:kernel#Object#object_id */
5992 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction746:kernel#Object#is_same_type */
5993 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction746:kernel#Object#== */
5994 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction746:kernel#Object#!= */
5995 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction746:kernel#Object#output */
5996 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction746:kernel#Object#output_class_name */
5997 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction746:kernel#Object#exit */
5998 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction746:kernel#Object#sys */
5999 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction746:kernel#Object#hash */
6000 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction746:string#Object#to_s */
6001 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction746:string#Object#native_class_name */
6002 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction746:string#Object#class_name */
6003 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction746:string#Object#inspect */
6004 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction746:string#Object#inspect_head */
6005 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction746:string#Object#args */
6006 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction746:math#Object#atan2 */
6007 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction746:math#Object#pi */
6008 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction746:math#Object#srand_from */
6009 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction746:math#Object#srand */
6010 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction746:stream#Object#poll */
6011 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction746:stream#Object#intern_poll */
6012 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction746:time#Object#get_time */
6013 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction746:file#Object#printn */
6014 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction746:file#Object#print */
6015 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction746:file#Object#getc */
6016 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction746:file#Object#gets */
6017 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction746:file#Object#getcwd */
6018 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction746:file#Object#file_getcwd */
6019 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction746:file#Object#stdin */
6020 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction746:file#Object#stdout */
6021 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction746:file#Object#stderr */
6022 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction746:model_base#Object#intrude_visibility */
6023 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction746:model_base#Object#public_visibility */
6024 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction746:model_base#Object#protected_visibility */
6025 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction746:model_base#Object#private_visibility */
6026 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction746:model_base#Object#none_visibility */
6027 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction746:model#Object#abstract_kind */
6028 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction746:model#Object#concrete_kind */
6029 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction746:model#Object#interface_kind */
6030 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction746:model#Object#enum_kind */
6031 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction746:model#Object#extern_kind */
6032 (nitmethod_t)VIRTUAL_parser__ReduceAction746__action, /* pointer to parser:ReduceAction746:parser#ReduceAction746#action */
6033 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction746:parser#ReduceAction#concat */
6034 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction746:parser#ReduceAction#init */
6035 }
6036 };
6037 /* allocate ReduceAction746 */
6038 val* NEW_parser__ReduceAction746(const struct type* type) {
6039 val* self /* : ReduceAction746 */;
6040 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6041 self->type = type;
6042 self->class = &class_parser__ReduceAction746;
6043 return self;
6044 }
6045 /* allocate ReduceAction746 */
6046 void CHECK_NEW_parser__ReduceAction746(val* self) {
6047 long var /* : Int */;
6048 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction746> */
6049 }
6050 /* runtime class parser__ReduceAction747 */
6051 const struct class class_parser__ReduceAction747 = {
6052 0, /* box_kind */
6053 {
6054 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction747:kernel#Object#object_id */
6055 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction747:kernel#Object#is_same_type */
6056 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction747:kernel#Object#== */
6057 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction747:kernel#Object#!= */
6058 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction747:kernel#Object#output */
6059 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction747:kernel#Object#output_class_name */
6060 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction747:kernel#Object#exit */
6061 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction747:kernel#Object#sys */
6062 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction747:kernel#Object#hash */
6063 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction747:string#Object#to_s */
6064 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction747:string#Object#native_class_name */
6065 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction747:string#Object#class_name */
6066 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction747:string#Object#inspect */
6067 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction747:string#Object#inspect_head */
6068 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction747:string#Object#args */
6069 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction747:math#Object#atan2 */
6070 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction747:math#Object#pi */
6071 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction747:math#Object#srand_from */
6072 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction747:math#Object#srand */
6073 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction747:stream#Object#poll */
6074 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction747:stream#Object#intern_poll */
6075 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction747:time#Object#get_time */
6076 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction747:file#Object#printn */
6077 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction747:file#Object#print */
6078 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction747:file#Object#getc */
6079 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction747:file#Object#gets */
6080 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction747:file#Object#getcwd */
6081 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction747:file#Object#file_getcwd */
6082 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction747:file#Object#stdin */
6083 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction747:file#Object#stdout */
6084 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction747:file#Object#stderr */
6085 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction747:model_base#Object#intrude_visibility */
6086 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction747:model_base#Object#public_visibility */
6087 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction747:model_base#Object#protected_visibility */
6088 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction747:model_base#Object#private_visibility */
6089 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction747:model_base#Object#none_visibility */
6090 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction747:model#Object#abstract_kind */
6091 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction747:model#Object#concrete_kind */
6092 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction747:model#Object#interface_kind */
6093 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction747:model#Object#enum_kind */
6094 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction747:model#Object#extern_kind */
6095 (nitmethod_t)VIRTUAL_parser__ReduceAction747__action, /* pointer to parser:ReduceAction747:parser#ReduceAction747#action */
6096 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction747:parser#ReduceAction#concat */
6097 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction747:parser#ReduceAction#init */
6098 }
6099 };
6100 /* allocate ReduceAction747 */
6101 val* NEW_parser__ReduceAction747(const struct type* type) {
6102 val* self /* : ReduceAction747 */;
6103 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6104 self->type = type;
6105 self->class = &class_parser__ReduceAction747;
6106 return self;
6107 }
6108 /* allocate ReduceAction747 */
6109 void CHECK_NEW_parser__ReduceAction747(val* self) {
6110 long var /* : Int */;
6111 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction747> */
6112 }
6113 /* runtime class parser__ReduceAction748 */
6114 const struct class class_parser__ReduceAction748 = {
6115 0, /* box_kind */
6116 {
6117 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction748:kernel#Object#object_id */
6118 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction748:kernel#Object#is_same_type */
6119 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction748:kernel#Object#== */
6120 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction748:kernel#Object#!= */
6121 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction748:kernel#Object#output */
6122 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction748:kernel#Object#output_class_name */
6123 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction748:kernel#Object#exit */
6124 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction748:kernel#Object#sys */
6125 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction748:kernel#Object#hash */
6126 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction748:string#Object#to_s */
6127 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction748:string#Object#native_class_name */
6128 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction748:string#Object#class_name */
6129 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction748:string#Object#inspect */
6130 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction748:string#Object#inspect_head */
6131 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction748:string#Object#args */
6132 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction748:math#Object#atan2 */
6133 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction748:math#Object#pi */
6134 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction748:math#Object#srand_from */
6135 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction748:math#Object#srand */
6136 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction748:stream#Object#poll */
6137 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction748:stream#Object#intern_poll */
6138 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction748:time#Object#get_time */
6139 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction748:file#Object#printn */
6140 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction748:file#Object#print */
6141 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction748:file#Object#getc */
6142 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction748:file#Object#gets */
6143 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction748:file#Object#getcwd */
6144 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction748:file#Object#file_getcwd */
6145 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction748:file#Object#stdin */
6146 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction748:file#Object#stdout */
6147 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction748:file#Object#stderr */
6148 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction748:model_base#Object#intrude_visibility */
6149 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction748:model_base#Object#public_visibility */
6150 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction748:model_base#Object#protected_visibility */
6151 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction748:model_base#Object#private_visibility */
6152 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction748:model_base#Object#none_visibility */
6153 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction748:model#Object#abstract_kind */
6154 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction748:model#Object#concrete_kind */
6155 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction748:model#Object#interface_kind */
6156 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction748:model#Object#enum_kind */
6157 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction748:model#Object#extern_kind */
6158 (nitmethod_t)VIRTUAL_parser__ReduceAction748__action, /* pointer to parser:ReduceAction748:parser#ReduceAction748#action */
6159 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction748:parser#ReduceAction#concat */
6160 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction748:parser#ReduceAction#init */
6161 }
6162 };
6163 /* allocate ReduceAction748 */
6164 val* NEW_parser__ReduceAction748(const struct type* type) {
6165 val* self /* : ReduceAction748 */;
6166 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6167 self->type = type;
6168 self->class = &class_parser__ReduceAction748;
6169 return self;
6170 }
6171 /* allocate ReduceAction748 */
6172 void CHECK_NEW_parser__ReduceAction748(val* self) {
6173 long var /* : Int */;
6174 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction748> */
6175 }
6176 /* runtime class parser__ReduceAction749 */
6177 const struct class class_parser__ReduceAction749 = {
6178 0, /* box_kind */
6179 {
6180 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction749:kernel#Object#object_id */
6181 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction749:kernel#Object#is_same_type */
6182 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction749:kernel#Object#== */
6183 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction749:kernel#Object#!= */
6184 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction749:kernel#Object#output */
6185 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction749:kernel#Object#output_class_name */
6186 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction749:kernel#Object#exit */
6187 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction749:kernel#Object#sys */
6188 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction749:kernel#Object#hash */
6189 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction749:string#Object#to_s */
6190 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction749:string#Object#native_class_name */
6191 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction749:string#Object#class_name */
6192 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction749:string#Object#inspect */
6193 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction749:string#Object#inspect_head */
6194 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction749:string#Object#args */
6195 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction749:math#Object#atan2 */
6196 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction749:math#Object#pi */
6197 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction749:math#Object#srand_from */
6198 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction749:math#Object#srand */
6199 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction749:stream#Object#poll */
6200 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction749:stream#Object#intern_poll */
6201 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction749:time#Object#get_time */
6202 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction749:file#Object#printn */
6203 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction749:file#Object#print */
6204 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction749:file#Object#getc */
6205 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction749:file#Object#gets */
6206 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction749:file#Object#getcwd */
6207 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction749:file#Object#file_getcwd */
6208 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction749:file#Object#stdin */
6209 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction749:file#Object#stdout */
6210 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction749:file#Object#stderr */
6211 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction749:model_base#Object#intrude_visibility */
6212 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction749:model_base#Object#public_visibility */
6213 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction749:model_base#Object#protected_visibility */
6214 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction749:model_base#Object#private_visibility */
6215 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction749:model_base#Object#none_visibility */
6216 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction749:model#Object#abstract_kind */
6217 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction749:model#Object#concrete_kind */
6218 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction749:model#Object#interface_kind */
6219 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction749:model#Object#enum_kind */
6220 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction749:model#Object#extern_kind */
6221 (nitmethod_t)VIRTUAL_parser__ReduceAction749__action, /* pointer to parser:ReduceAction749:parser#ReduceAction749#action */
6222 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction749:parser#ReduceAction#concat */
6223 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction749:parser#ReduceAction#init */
6224 }
6225 };
6226 /* allocate ReduceAction749 */
6227 val* NEW_parser__ReduceAction749(const struct type* type) {
6228 val* self /* : ReduceAction749 */;
6229 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6230 self->type = type;
6231 self->class = &class_parser__ReduceAction749;
6232 return self;
6233 }
6234 /* allocate ReduceAction749 */
6235 void CHECK_NEW_parser__ReduceAction749(val* self) {
6236 long var /* : Int */;
6237 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction749> */
6238 }
6239 /* runtime class parser__ReduceAction750 */
6240 const struct class class_parser__ReduceAction750 = {
6241 0, /* box_kind */
6242 {
6243 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction750:kernel#Object#object_id */
6244 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction750:kernel#Object#is_same_type */
6245 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction750:kernel#Object#== */
6246 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction750:kernel#Object#!= */
6247 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction750:kernel#Object#output */
6248 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction750:kernel#Object#output_class_name */
6249 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction750:kernel#Object#exit */
6250 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction750:kernel#Object#sys */
6251 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction750:kernel#Object#hash */
6252 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction750:string#Object#to_s */
6253 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction750:string#Object#native_class_name */
6254 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction750:string#Object#class_name */
6255 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction750:string#Object#inspect */
6256 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction750:string#Object#inspect_head */
6257 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction750:string#Object#args */
6258 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction750:math#Object#atan2 */
6259 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction750:math#Object#pi */
6260 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction750:math#Object#srand_from */
6261 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction750:math#Object#srand */
6262 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction750:stream#Object#poll */
6263 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction750:stream#Object#intern_poll */
6264 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction750:time#Object#get_time */
6265 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction750:file#Object#printn */
6266 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction750:file#Object#print */
6267 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction750:file#Object#getc */
6268 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction750:file#Object#gets */
6269 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction750:file#Object#getcwd */
6270 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction750:file#Object#file_getcwd */
6271 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction750:file#Object#stdin */
6272 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction750:file#Object#stdout */
6273 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction750:file#Object#stderr */
6274 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction750:model_base#Object#intrude_visibility */
6275 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction750:model_base#Object#public_visibility */
6276 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction750:model_base#Object#protected_visibility */
6277 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction750:model_base#Object#private_visibility */
6278 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction750:model_base#Object#none_visibility */
6279 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction750:model#Object#abstract_kind */
6280 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction750:model#Object#concrete_kind */
6281 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction750:model#Object#interface_kind */
6282 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction750:model#Object#enum_kind */
6283 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction750:model#Object#extern_kind */
6284 (nitmethod_t)VIRTUAL_parser__ReduceAction750__action, /* pointer to parser:ReduceAction750:parser#ReduceAction750#action */
6285 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction750:parser#ReduceAction#concat */
6286 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction750:parser#ReduceAction#init */
6287 }
6288 };
6289 /* allocate ReduceAction750 */
6290 val* NEW_parser__ReduceAction750(const struct type* type) {
6291 val* self /* : ReduceAction750 */;
6292 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6293 self->type = type;
6294 self->class = &class_parser__ReduceAction750;
6295 return self;
6296 }
6297 /* allocate ReduceAction750 */
6298 void CHECK_NEW_parser__ReduceAction750(val* self) {
6299 long var /* : Int */;
6300 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction750> */
6301 }
6302 /* runtime class parser__ReduceAction751 */
6303 const struct class class_parser__ReduceAction751 = {
6304 0, /* box_kind */
6305 {
6306 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction751:kernel#Object#object_id */
6307 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction751:kernel#Object#is_same_type */
6308 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction751:kernel#Object#== */
6309 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction751:kernel#Object#!= */
6310 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction751:kernel#Object#output */
6311 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction751:kernel#Object#output_class_name */
6312 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction751:kernel#Object#exit */
6313 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction751:kernel#Object#sys */
6314 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction751:kernel#Object#hash */
6315 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction751:string#Object#to_s */
6316 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction751:string#Object#native_class_name */
6317 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction751:string#Object#class_name */
6318 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction751:string#Object#inspect */
6319 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction751:string#Object#inspect_head */
6320 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction751:string#Object#args */
6321 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction751:math#Object#atan2 */
6322 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction751:math#Object#pi */
6323 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction751:math#Object#srand_from */
6324 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction751:math#Object#srand */
6325 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction751:stream#Object#poll */
6326 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction751:stream#Object#intern_poll */
6327 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction751:time#Object#get_time */
6328 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction751:file#Object#printn */
6329 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction751:file#Object#print */
6330 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction751:file#Object#getc */
6331 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction751:file#Object#gets */
6332 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction751:file#Object#getcwd */
6333 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction751:file#Object#file_getcwd */
6334 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction751:file#Object#stdin */
6335 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction751:file#Object#stdout */
6336 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction751:file#Object#stderr */
6337 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction751:model_base#Object#intrude_visibility */
6338 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction751:model_base#Object#public_visibility */
6339 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction751:model_base#Object#protected_visibility */
6340 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction751:model_base#Object#private_visibility */
6341 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction751:model_base#Object#none_visibility */
6342 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction751:model#Object#abstract_kind */
6343 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction751:model#Object#concrete_kind */
6344 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction751:model#Object#interface_kind */
6345 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction751:model#Object#enum_kind */
6346 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction751:model#Object#extern_kind */
6347 (nitmethod_t)VIRTUAL_parser__ReduceAction751__action, /* pointer to parser:ReduceAction751:parser#ReduceAction751#action */
6348 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction751:parser#ReduceAction#concat */
6349 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction751:parser#ReduceAction#init */
6350 }
6351 };
6352 /* allocate ReduceAction751 */
6353 val* NEW_parser__ReduceAction751(const struct type* type) {
6354 val* self /* : ReduceAction751 */;
6355 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6356 self->type = type;
6357 self->class = &class_parser__ReduceAction751;
6358 return self;
6359 }
6360 /* allocate ReduceAction751 */
6361 void CHECK_NEW_parser__ReduceAction751(val* self) {
6362 long var /* : Int */;
6363 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction751> */
6364 }
6365 /* runtime class parser__ReduceAction752 */
6366 const struct class class_parser__ReduceAction752 = {
6367 0, /* box_kind */
6368 {
6369 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction752:kernel#Object#object_id */
6370 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction752:kernel#Object#is_same_type */
6371 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction752:kernel#Object#== */
6372 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction752:kernel#Object#!= */
6373 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction752:kernel#Object#output */
6374 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction752:kernel#Object#output_class_name */
6375 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction752:kernel#Object#exit */
6376 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction752:kernel#Object#sys */
6377 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction752:kernel#Object#hash */
6378 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction752:string#Object#to_s */
6379 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction752:string#Object#native_class_name */
6380 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction752:string#Object#class_name */
6381 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction752:string#Object#inspect */
6382 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction752:string#Object#inspect_head */
6383 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction752:string#Object#args */
6384 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction752:math#Object#atan2 */
6385 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction752:math#Object#pi */
6386 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction752:math#Object#srand_from */
6387 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction752:math#Object#srand */
6388 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction752:stream#Object#poll */
6389 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction752:stream#Object#intern_poll */
6390 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction752:time#Object#get_time */
6391 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction752:file#Object#printn */
6392 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction752:file#Object#print */
6393 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction752:file#Object#getc */
6394 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction752:file#Object#gets */
6395 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction752:file#Object#getcwd */
6396 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction752:file#Object#file_getcwd */
6397 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction752:file#Object#stdin */
6398 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction752:file#Object#stdout */
6399 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction752:file#Object#stderr */
6400 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction752:model_base#Object#intrude_visibility */
6401 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction752:model_base#Object#public_visibility */
6402 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction752:model_base#Object#protected_visibility */
6403 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction752:model_base#Object#private_visibility */
6404 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction752:model_base#Object#none_visibility */
6405 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction752:model#Object#abstract_kind */
6406 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction752:model#Object#concrete_kind */
6407 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction752:model#Object#interface_kind */
6408 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction752:model#Object#enum_kind */
6409 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction752:model#Object#extern_kind */
6410 (nitmethod_t)VIRTUAL_parser__ReduceAction752__action, /* pointer to parser:ReduceAction752:parser#ReduceAction752#action */
6411 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction752:parser#ReduceAction#concat */
6412 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction752:parser#ReduceAction#init */
6413 }
6414 };
6415 /* allocate ReduceAction752 */
6416 val* NEW_parser__ReduceAction752(const struct type* type) {
6417 val* self /* : ReduceAction752 */;
6418 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6419 self->type = type;
6420 self->class = &class_parser__ReduceAction752;
6421 return self;
6422 }
6423 /* allocate ReduceAction752 */
6424 void CHECK_NEW_parser__ReduceAction752(val* self) {
6425 long var /* : Int */;
6426 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction752> */
6427 }
6428 /* runtime class parser__ReduceAction753 */
6429 const struct class class_parser__ReduceAction753 = {
6430 0, /* box_kind */
6431 {
6432 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction753:kernel#Object#object_id */
6433 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction753:kernel#Object#is_same_type */
6434 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction753:kernel#Object#== */
6435 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction753:kernel#Object#!= */
6436 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction753:kernel#Object#output */
6437 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction753:kernel#Object#output_class_name */
6438 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction753:kernel#Object#exit */
6439 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction753:kernel#Object#sys */
6440 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction753:kernel#Object#hash */
6441 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction753:string#Object#to_s */
6442 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction753:string#Object#native_class_name */
6443 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction753:string#Object#class_name */
6444 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction753:string#Object#inspect */
6445 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction753:string#Object#inspect_head */
6446 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction753:string#Object#args */
6447 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction753:math#Object#atan2 */
6448 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction753:math#Object#pi */
6449 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction753:math#Object#srand_from */
6450 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction753:math#Object#srand */
6451 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction753:stream#Object#poll */
6452 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction753:stream#Object#intern_poll */
6453 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction753:time#Object#get_time */
6454 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction753:file#Object#printn */
6455 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction753:file#Object#print */
6456 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction753:file#Object#getc */
6457 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction753:file#Object#gets */
6458 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction753:file#Object#getcwd */
6459 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction753:file#Object#file_getcwd */
6460 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction753:file#Object#stdin */
6461 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction753:file#Object#stdout */
6462 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction753:file#Object#stderr */
6463 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction753:model_base#Object#intrude_visibility */
6464 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction753:model_base#Object#public_visibility */
6465 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction753:model_base#Object#protected_visibility */
6466 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction753:model_base#Object#private_visibility */
6467 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction753:model_base#Object#none_visibility */
6468 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction753:model#Object#abstract_kind */
6469 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction753:model#Object#concrete_kind */
6470 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction753:model#Object#interface_kind */
6471 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction753:model#Object#enum_kind */
6472 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction753:model#Object#extern_kind */
6473 (nitmethod_t)VIRTUAL_parser__ReduceAction753__action, /* pointer to parser:ReduceAction753:parser#ReduceAction753#action */
6474 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction753:parser#ReduceAction#concat */
6475 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction753:parser#ReduceAction#init */
6476 }
6477 };
6478 /* allocate ReduceAction753 */
6479 val* NEW_parser__ReduceAction753(const struct type* type) {
6480 val* self /* : ReduceAction753 */;
6481 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6482 self->type = type;
6483 self->class = &class_parser__ReduceAction753;
6484 return self;
6485 }
6486 /* allocate ReduceAction753 */
6487 void CHECK_NEW_parser__ReduceAction753(val* self) {
6488 long var /* : Int */;
6489 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction753> */
6490 }
6491 /* runtime class parser__ReduceAction763 */
6492 const struct class class_parser__ReduceAction763 = {
6493 0, /* box_kind */
6494 {
6495 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction763:kernel#Object#object_id */
6496 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction763:kernel#Object#is_same_type */
6497 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction763:kernel#Object#== */
6498 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction763:kernel#Object#!= */
6499 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction763:kernel#Object#output */
6500 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction763:kernel#Object#output_class_name */
6501 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction763:kernel#Object#exit */
6502 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction763:kernel#Object#sys */
6503 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction763:kernel#Object#hash */
6504 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction763:string#Object#to_s */
6505 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction763:string#Object#native_class_name */
6506 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction763:string#Object#class_name */
6507 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction763:string#Object#inspect */
6508 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction763:string#Object#inspect_head */
6509 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction763:string#Object#args */
6510 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction763:math#Object#atan2 */
6511 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction763:math#Object#pi */
6512 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction763:math#Object#srand_from */
6513 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction763:math#Object#srand */
6514 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction763:stream#Object#poll */
6515 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction763:stream#Object#intern_poll */
6516 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction763:time#Object#get_time */
6517 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction763:file#Object#printn */
6518 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction763:file#Object#print */
6519 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction763:file#Object#getc */
6520 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction763:file#Object#gets */
6521 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction763:file#Object#getcwd */
6522 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction763:file#Object#file_getcwd */
6523 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction763:file#Object#stdin */
6524 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction763:file#Object#stdout */
6525 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction763:file#Object#stderr */
6526 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction763:model_base#Object#intrude_visibility */
6527 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction763:model_base#Object#public_visibility */
6528 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction763:model_base#Object#protected_visibility */
6529 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction763:model_base#Object#private_visibility */
6530 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction763:model_base#Object#none_visibility */
6531 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction763:model#Object#abstract_kind */
6532 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction763:model#Object#concrete_kind */
6533 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction763:model#Object#interface_kind */
6534 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction763:model#Object#enum_kind */
6535 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction763:model#Object#extern_kind */
6536 (nitmethod_t)VIRTUAL_parser__ReduceAction763__action, /* pointer to parser:ReduceAction763:parser#ReduceAction763#action */
6537 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction763:parser#ReduceAction#concat */
6538 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction763:parser#ReduceAction#init */
6539 }
6540 };
6541 /* allocate ReduceAction763 */
6542 val* NEW_parser__ReduceAction763(const struct type* type) {
6543 val* self /* : ReduceAction763 */;
6544 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6545 self->type = type;
6546 self->class = &class_parser__ReduceAction763;
6547 return self;
6548 }
6549 /* allocate ReduceAction763 */
6550 void CHECK_NEW_parser__ReduceAction763(val* self) {
6551 long var /* : Int */;
6552 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction763> */
6553 }
6554 /* runtime class parser__ReduceAction765 */
6555 const struct class class_parser__ReduceAction765 = {
6556 0, /* box_kind */
6557 {
6558 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction765:kernel#Object#object_id */
6559 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction765:kernel#Object#is_same_type */
6560 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction765:kernel#Object#== */
6561 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction765:kernel#Object#!= */
6562 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction765:kernel#Object#output */
6563 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction765:kernel#Object#output_class_name */
6564 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction765:kernel#Object#exit */
6565 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction765:kernel#Object#sys */
6566 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction765:kernel#Object#hash */
6567 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction765:string#Object#to_s */
6568 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction765:string#Object#native_class_name */
6569 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction765:string#Object#class_name */
6570 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction765:string#Object#inspect */
6571 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction765:string#Object#inspect_head */
6572 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction765:string#Object#args */
6573 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction765:math#Object#atan2 */
6574 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction765:math#Object#pi */
6575 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction765:math#Object#srand_from */
6576 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction765:math#Object#srand */
6577 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction765:stream#Object#poll */
6578 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction765:stream#Object#intern_poll */
6579 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction765:time#Object#get_time */
6580 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction765:file#Object#printn */
6581 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction765:file#Object#print */
6582 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction765:file#Object#getc */
6583 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction765:file#Object#gets */
6584 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction765:file#Object#getcwd */
6585 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction765:file#Object#file_getcwd */
6586 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction765:file#Object#stdin */
6587 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction765:file#Object#stdout */
6588 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction765:file#Object#stderr */
6589 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction765:model_base#Object#intrude_visibility */
6590 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction765:model_base#Object#public_visibility */
6591 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction765:model_base#Object#protected_visibility */
6592 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction765:model_base#Object#private_visibility */
6593 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction765:model_base#Object#none_visibility */
6594 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction765:model#Object#abstract_kind */
6595 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction765:model#Object#concrete_kind */
6596 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction765:model#Object#interface_kind */
6597 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction765:model#Object#enum_kind */
6598 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction765:model#Object#extern_kind */
6599 (nitmethod_t)VIRTUAL_parser__ReduceAction765__action, /* pointer to parser:ReduceAction765:parser#ReduceAction765#action */
6600 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction765:parser#ReduceAction#concat */
6601 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction765:parser#ReduceAction#init */
6602 }
6603 };
6604 /* allocate ReduceAction765 */
6605 val* NEW_parser__ReduceAction765(const struct type* type) {
6606 val* self /* : ReduceAction765 */;
6607 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6608 self->type = type;
6609 self->class = &class_parser__ReduceAction765;
6610 return self;
6611 }
6612 /* allocate ReduceAction765 */
6613 void CHECK_NEW_parser__ReduceAction765(val* self) {
6614 long var /* : Int */;
6615 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction765> */
6616 }
6617 /* runtime class parser__ReduceAction767 */
6618 const struct class class_parser__ReduceAction767 = {
6619 0, /* box_kind */
6620 {
6621 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction767:kernel#Object#object_id */
6622 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction767:kernel#Object#is_same_type */
6623 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction767:kernel#Object#== */
6624 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction767:kernel#Object#!= */
6625 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction767:kernel#Object#output */
6626 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction767:kernel#Object#output_class_name */
6627 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction767:kernel#Object#exit */
6628 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction767:kernel#Object#sys */
6629 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction767:kernel#Object#hash */
6630 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction767:string#Object#to_s */
6631 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction767:string#Object#native_class_name */
6632 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction767:string#Object#class_name */
6633 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction767:string#Object#inspect */
6634 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction767:string#Object#inspect_head */
6635 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction767:string#Object#args */
6636 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction767:math#Object#atan2 */
6637 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction767:math#Object#pi */
6638 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction767:math#Object#srand_from */
6639 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction767:math#Object#srand */
6640 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction767:stream#Object#poll */
6641 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction767:stream#Object#intern_poll */
6642 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction767:time#Object#get_time */
6643 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction767:file#Object#printn */
6644 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction767:file#Object#print */
6645 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction767:file#Object#getc */
6646 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction767:file#Object#gets */
6647 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction767:file#Object#getcwd */
6648 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction767:file#Object#file_getcwd */
6649 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction767:file#Object#stdin */
6650 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction767:file#Object#stdout */
6651 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction767:file#Object#stderr */
6652 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction767:model_base#Object#intrude_visibility */
6653 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction767:model_base#Object#public_visibility */
6654 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction767:model_base#Object#protected_visibility */
6655 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction767:model_base#Object#private_visibility */
6656 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction767:model_base#Object#none_visibility */
6657 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction767:model#Object#abstract_kind */
6658 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction767:model#Object#concrete_kind */
6659 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction767:model#Object#interface_kind */
6660 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction767:model#Object#enum_kind */
6661 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction767:model#Object#extern_kind */
6662 (nitmethod_t)VIRTUAL_parser__ReduceAction767__action, /* pointer to parser:ReduceAction767:parser#ReduceAction767#action */
6663 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction767:parser#ReduceAction#concat */
6664 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction767:parser#ReduceAction#init */
6665 }
6666 };
6667 /* allocate ReduceAction767 */
6668 val* NEW_parser__ReduceAction767(const struct type* type) {
6669 val* self /* : ReduceAction767 */;
6670 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6671 self->type = type;
6672 self->class = &class_parser__ReduceAction767;
6673 return self;
6674 }
6675 /* allocate ReduceAction767 */
6676 void CHECK_NEW_parser__ReduceAction767(val* self) {
6677 long var /* : Int */;
6678 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction767> */
6679 }
6680 /* runtime class parser__ReduceAction768 */
6681 const struct class class_parser__ReduceAction768 = {
6682 0, /* box_kind */
6683 {
6684 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction768:kernel#Object#object_id */
6685 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction768:kernel#Object#is_same_type */
6686 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction768:kernel#Object#== */
6687 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction768:kernel#Object#!= */
6688 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction768:kernel#Object#output */
6689 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction768:kernel#Object#output_class_name */
6690 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction768:kernel#Object#exit */
6691 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction768:kernel#Object#sys */
6692 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction768:kernel#Object#hash */
6693 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction768:string#Object#to_s */
6694 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction768:string#Object#native_class_name */
6695 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction768:string#Object#class_name */
6696 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction768:string#Object#inspect */
6697 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction768:string#Object#inspect_head */
6698 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction768:string#Object#args */
6699 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction768:math#Object#atan2 */
6700 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction768:math#Object#pi */
6701 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction768:math#Object#srand_from */
6702 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction768:math#Object#srand */
6703 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction768:stream#Object#poll */
6704 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction768:stream#Object#intern_poll */
6705 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction768:time#Object#get_time */
6706 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction768:file#Object#printn */
6707 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction768:file#Object#print */
6708 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction768:file#Object#getc */
6709 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction768:file#Object#gets */
6710 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction768:file#Object#getcwd */
6711 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction768:file#Object#file_getcwd */
6712 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction768:file#Object#stdin */
6713 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction768:file#Object#stdout */
6714 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction768:file#Object#stderr */
6715 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction768:model_base#Object#intrude_visibility */
6716 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction768:model_base#Object#public_visibility */
6717 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction768:model_base#Object#protected_visibility */
6718 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction768:model_base#Object#private_visibility */
6719 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction768:model_base#Object#none_visibility */
6720 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction768:model#Object#abstract_kind */
6721 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction768:model#Object#concrete_kind */
6722 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction768:model#Object#interface_kind */
6723 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction768:model#Object#enum_kind */
6724 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction768:model#Object#extern_kind */
6725 (nitmethod_t)VIRTUAL_parser__ReduceAction768__action, /* pointer to parser:ReduceAction768:parser#ReduceAction768#action */
6726 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction768:parser#ReduceAction#concat */
6727 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction768:parser#ReduceAction#init */
6728 }
6729 };
6730 /* allocate ReduceAction768 */
6731 val* NEW_parser__ReduceAction768(const struct type* type) {
6732 val* self /* : ReduceAction768 */;
6733 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6734 self->type = type;
6735 self->class = &class_parser__ReduceAction768;
6736 return self;
6737 }
6738 /* allocate ReduceAction768 */
6739 void CHECK_NEW_parser__ReduceAction768(val* self) {
6740 long var /* : Int */;
6741 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction768> */
6742 }
6743 /* runtime class parser__ReduceAction769 */
6744 const struct class class_parser__ReduceAction769 = {
6745 0, /* box_kind */
6746 {
6747 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction769:kernel#Object#object_id */
6748 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction769:kernel#Object#is_same_type */
6749 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction769:kernel#Object#== */
6750 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction769:kernel#Object#!= */
6751 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction769:kernel#Object#output */
6752 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction769:kernel#Object#output_class_name */
6753 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction769:kernel#Object#exit */
6754 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction769:kernel#Object#sys */
6755 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction769:kernel#Object#hash */
6756 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction769:string#Object#to_s */
6757 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction769:string#Object#native_class_name */
6758 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction769:string#Object#class_name */
6759 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction769:string#Object#inspect */
6760 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction769:string#Object#inspect_head */
6761 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction769:string#Object#args */
6762 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction769:math#Object#atan2 */
6763 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction769:math#Object#pi */
6764 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction769:math#Object#srand_from */
6765 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction769:math#Object#srand */
6766 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction769:stream#Object#poll */
6767 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction769:stream#Object#intern_poll */
6768 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction769:time#Object#get_time */
6769 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction769:file#Object#printn */
6770 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction769:file#Object#print */
6771 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction769:file#Object#getc */
6772 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction769:file#Object#gets */
6773 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction769:file#Object#getcwd */
6774 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction769:file#Object#file_getcwd */
6775 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction769:file#Object#stdin */
6776 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction769:file#Object#stdout */
6777 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction769:file#Object#stderr */
6778 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction769:model_base#Object#intrude_visibility */
6779 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction769:model_base#Object#public_visibility */
6780 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction769:model_base#Object#protected_visibility */
6781 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction769:model_base#Object#private_visibility */
6782 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction769:model_base#Object#none_visibility */
6783 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction769:model#Object#abstract_kind */
6784 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction769:model#Object#concrete_kind */
6785 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction769:model#Object#interface_kind */
6786 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction769:model#Object#enum_kind */
6787 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction769:model#Object#extern_kind */
6788 (nitmethod_t)VIRTUAL_parser__ReduceAction769__action, /* pointer to parser:ReduceAction769:parser#ReduceAction769#action */
6789 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction769:parser#ReduceAction#concat */
6790 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction769:parser#ReduceAction#init */
6791 }
6792 };
6793 /* allocate ReduceAction769 */
6794 val* NEW_parser__ReduceAction769(const struct type* type) {
6795 val* self /* : ReduceAction769 */;
6796 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6797 self->type = type;
6798 self->class = &class_parser__ReduceAction769;
6799 return self;
6800 }
6801 /* allocate ReduceAction769 */
6802 void CHECK_NEW_parser__ReduceAction769(val* self) {
6803 long var /* : Int */;
6804 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction769> */
6805 }
6806 /* runtime class parser__ReduceAction770 */
6807 const struct class class_parser__ReduceAction770 = {
6808 0, /* box_kind */
6809 {
6810 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction770:kernel#Object#object_id */
6811 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction770:kernel#Object#is_same_type */
6812 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction770:kernel#Object#== */
6813 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction770:kernel#Object#!= */
6814 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction770:kernel#Object#output */
6815 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction770:kernel#Object#output_class_name */
6816 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction770:kernel#Object#exit */
6817 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction770:kernel#Object#sys */
6818 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction770:kernel#Object#hash */
6819 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction770:string#Object#to_s */
6820 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction770:string#Object#native_class_name */
6821 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction770:string#Object#class_name */
6822 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction770:string#Object#inspect */
6823 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction770:string#Object#inspect_head */
6824 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction770:string#Object#args */
6825 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction770:math#Object#atan2 */
6826 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction770:math#Object#pi */
6827 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction770:math#Object#srand_from */
6828 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction770:math#Object#srand */
6829 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction770:stream#Object#poll */
6830 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction770:stream#Object#intern_poll */
6831 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction770:time#Object#get_time */
6832 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction770:file#Object#printn */
6833 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction770:file#Object#print */
6834 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction770:file#Object#getc */
6835 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction770:file#Object#gets */
6836 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction770:file#Object#getcwd */
6837 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction770:file#Object#file_getcwd */
6838 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction770:file#Object#stdin */
6839 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction770:file#Object#stdout */
6840 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction770:file#Object#stderr */
6841 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction770:model_base#Object#intrude_visibility */
6842 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction770:model_base#Object#public_visibility */
6843 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction770:model_base#Object#protected_visibility */
6844 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction770:model_base#Object#private_visibility */
6845 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction770:model_base#Object#none_visibility */
6846 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction770:model#Object#abstract_kind */
6847 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction770:model#Object#concrete_kind */
6848 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction770:model#Object#interface_kind */
6849 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction770:model#Object#enum_kind */
6850 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction770:model#Object#extern_kind */
6851 (nitmethod_t)VIRTUAL_parser__ReduceAction770__action, /* pointer to parser:ReduceAction770:parser#ReduceAction770#action */
6852 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction770:parser#ReduceAction#concat */
6853 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction770:parser#ReduceAction#init */
6854 }
6855 };
6856 /* allocate ReduceAction770 */
6857 val* NEW_parser__ReduceAction770(const struct type* type) {
6858 val* self /* : ReduceAction770 */;
6859 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6860 self->type = type;
6861 self->class = &class_parser__ReduceAction770;
6862 return self;
6863 }
6864 /* allocate ReduceAction770 */
6865 void CHECK_NEW_parser__ReduceAction770(val* self) {
6866 long var /* : Int */;
6867 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction770> */
6868 }
6869 /* runtime class parser__ReduceAction772 */
6870 const struct class class_parser__ReduceAction772 = {
6871 0, /* box_kind */
6872 {
6873 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction772:kernel#Object#object_id */
6874 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction772:kernel#Object#is_same_type */
6875 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction772:kernel#Object#== */
6876 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction772:kernel#Object#!= */
6877 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction772:kernel#Object#output */
6878 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction772:kernel#Object#output_class_name */
6879 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction772:kernel#Object#exit */
6880 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction772:kernel#Object#sys */
6881 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction772:kernel#Object#hash */
6882 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction772:string#Object#to_s */
6883 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction772:string#Object#native_class_name */
6884 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction772:string#Object#class_name */
6885 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction772:string#Object#inspect */
6886 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction772:string#Object#inspect_head */
6887 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction772:string#Object#args */
6888 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction772:math#Object#atan2 */
6889 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction772:math#Object#pi */
6890 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction772:math#Object#srand_from */
6891 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction772:math#Object#srand */
6892 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction772:stream#Object#poll */
6893 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction772:stream#Object#intern_poll */
6894 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction772:time#Object#get_time */
6895 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction772:file#Object#printn */
6896 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction772:file#Object#print */
6897 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction772:file#Object#getc */
6898 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction772:file#Object#gets */
6899 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction772:file#Object#getcwd */
6900 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction772:file#Object#file_getcwd */
6901 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction772:file#Object#stdin */
6902 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction772:file#Object#stdout */
6903 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction772:file#Object#stderr */
6904 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction772:model_base#Object#intrude_visibility */
6905 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction772:model_base#Object#public_visibility */
6906 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction772:model_base#Object#protected_visibility */
6907 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction772:model_base#Object#private_visibility */
6908 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction772:model_base#Object#none_visibility */
6909 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction772:model#Object#abstract_kind */
6910 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction772:model#Object#concrete_kind */
6911 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction772:model#Object#interface_kind */
6912 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction772:model#Object#enum_kind */
6913 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction772:model#Object#extern_kind */
6914 (nitmethod_t)VIRTUAL_parser__ReduceAction772__action, /* pointer to parser:ReduceAction772:parser#ReduceAction772#action */
6915 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction772:parser#ReduceAction#concat */
6916 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction772:parser#ReduceAction#init */
6917 }
6918 };
6919 /* allocate ReduceAction772 */
6920 val* NEW_parser__ReduceAction772(const struct type* type) {
6921 val* self /* : ReduceAction772 */;
6922 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6923 self->type = type;
6924 self->class = &class_parser__ReduceAction772;
6925 return self;
6926 }
6927 /* allocate ReduceAction772 */
6928 void CHECK_NEW_parser__ReduceAction772(val* self) {
6929 long var /* : Int */;
6930 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction772> */
6931 }
6932 /* runtime class parser__ReduceAction774 */
6933 const struct class class_parser__ReduceAction774 = {
6934 0, /* box_kind */
6935 {
6936 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction774:kernel#Object#object_id */
6937 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction774:kernel#Object#is_same_type */
6938 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction774:kernel#Object#== */
6939 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction774:kernel#Object#!= */
6940 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction774:kernel#Object#output */
6941 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction774:kernel#Object#output_class_name */
6942 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction774:kernel#Object#exit */
6943 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction774:kernel#Object#sys */
6944 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction774:kernel#Object#hash */
6945 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction774:string#Object#to_s */
6946 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction774:string#Object#native_class_name */
6947 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction774:string#Object#class_name */
6948 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction774:string#Object#inspect */
6949 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction774:string#Object#inspect_head */
6950 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction774:string#Object#args */
6951 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction774:math#Object#atan2 */
6952 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction774:math#Object#pi */
6953 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction774:math#Object#srand_from */
6954 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction774:math#Object#srand */
6955 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction774:stream#Object#poll */
6956 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction774:stream#Object#intern_poll */
6957 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction774:time#Object#get_time */
6958 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction774:file#Object#printn */
6959 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction774:file#Object#print */
6960 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction774:file#Object#getc */
6961 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction774:file#Object#gets */
6962 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction774:file#Object#getcwd */
6963 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction774:file#Object#file_getcwd */
6964 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction774:file#Object#stdin */
6965 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction774:file#Object#stdout */
6966 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction774:file#Object#stderr */
6967 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction774:model_base#Object#intrude_visibility */
6968 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction774:model_base#Object#public_visibility */
6969 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction774:model_base#Object#protected_visibility */
6970 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction774:model_base#Object#private_visibility */
6971 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction774:model_base#Object#none_visibility */
6972 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction774:model#Object#abstract_kind */
6973 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction774:model#Object#concrete_kind */
6974 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction774:model#Object#interface_kind */
6975 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction774:model#Object#enum_kind */
6976 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction774:model#Object#extern_kind */
6977 (nitmethod_t)VIRTUAL_parser__ReduceAction774__action, /* pointer to parser:ReduceAction774:parser#ReduceAction774#action */
6978 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction774:parser#ReduceAction#concat */
6979 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction774:parser#ReduceAction#init */
6980 }
6981 };
6982 /* allocate ReduceAction774 */
6983 val* NEW_parser__ReduceAction774(const struct type* type) {
6984 val* self /* : ReduceAction774 */;
6985 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6986 self->type = type;
6987 self->class = &class_parser__ReduceAction774;
6988 return self;
6989 }
6990 /* allocate ReduceAction774 */
6991 void CHECK_NEW_parser__ReduceAction774(val* self) {
6992 long var /* : Int */;
6993 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction774> */
6994 }
6995 /* runtime class parser__ReduceAction775 */
6996 const struct class class_parser__ReduceAction775 = {
6997 0, /* box_kind */
6998 {
6999 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction775:kernel#Object#object_id */
7000 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction775:kernel#Object#is_same_type */
7001 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction775:kernel#Object#== */
7002 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction775:kernel#Object#!= */
7003 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction775:kernel#Object#output */
7004 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction775:kernel#Object#output_class_name */
7005 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction775:kernel#Object#exit */
7006 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction775:kernel#Object#sys */
7007 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction775:kernel#Object#hash */
7008 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction775:string#Object#to_s */
7009 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction775:string#Object#native_class_name */
7010 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction775:string#Object#class_name */
7011 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction775:string#Object#inspect */
7012 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction775:string#Object#inspect_head */
7013 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction775:string#Object#args */
7014 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction775:math#Object#atan2 */
7015 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction775:math#Object#pi */
7016 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction775:math#Object#srand_from */
7017 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction775:math#Object#srand */
7018 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction775:stream#Object#poll */
7019 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction775:stream#Object#intern_poll */
7020 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction775:time#Object#get_time */
7021 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction775:file#Object#printn */
7022 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction775:file#Object#print */
7023 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction775:file#Object#getc */
7024 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction775:file#Object#gets */
7025 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction775:file#Object#getcwd */
7026 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction775:file#Object#file_getcwd */
7027 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction775:file#Object#stdin */
7028 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction775:file#Object#stdout */
7029 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction775:file#Object#stderr */
7030 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction775:model_base#Object#intrude_visibility */
7031 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction775:model_base#Object#public_visibility */
7032 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction775:model_base#Object#protected_visibility */
7033 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction775:model_base#Object#private_visibility */
7034 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction775:model_base#Object#none_visibility */
7035 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction775:model#Object#abstract_kind */
7036 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction775:model#Object#concrete_kind */
7037 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction775:model#Object#interface_kind */
7038 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction775:model#Object#enum_kind */
7039 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction775:model#Object#extern_kind */
7040 (nitmethod_t)VIRTUAL_parser__ReduceAction775__action, /* pointer to parser:ReduceAction775:parser#ReduceAction775#action */
7041 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction775:parser#ReduceAction#concat */
7042 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction775:parser#ReduceAction#init */
7043 }
7044 };
7045 /* allocate ReduceAction775 */
7046 val* NEW_parser__ReduceAction775(const struct type* type) {
7047 val* self /* : ReduceAction775 */;
7048 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7049 self->type = type;
7050 self->class = &class_parser__ReduceAction775;
7051 return self;
7052 }
7053 /* allocate ReduceAction775 */
7054 void CHECK_NEW_parser__ReduceAction775(val* self) {
7055 long var /* : Int */;
7056 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction775> */
7057 }
7058 /* runtime class parser__ReduceAction776 */
7059 const struct class class_parser__ReduceAction776 = {
7060 0, /* box_kind */
7061 {
7062 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction776:kernel#Object#object_id */
7063 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction776:kernel#Object#is_same_type */
7064 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction776:kernel#Object#== */
7065 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction776:kernel#Object#!= */
7066 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction776:kernel#Object#output */
7067 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction776:kernel#Object#output_class_name */
7068 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction776:kernel#Object#exit */
7069 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction776:kernel#Object#sys */
7070 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction776:kernel#Object#hash */
7071 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction776:string#Object#to_s */
7072 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction776:string#Object#native_class_name */
7073 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction776:string#Object#class_name */
7074 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction776:string#Object#inspect */
7075 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction776:string#Object#inspect_head */
7076 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction776:string#Object#args */
7077 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction776:math#Object#atan2 */
7078 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction776:math#Object#pi */
7079 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction776:math#Object#srand_from */
7080 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction776:math#Object#srand */
7081 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction776:stream#Object#poll */
7082 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction776:stream#Object#intern_poll */
7083 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction776:time#Object#get_time */
7084 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction776:file#Object#printn */
7085 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction776:file#Object#print */
7086 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction776:file#Object#getc */
7087 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction776:file#Object#gets */
7088 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction776:file#Object#getcwd */
7089 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction776:file#Object#file_getcwd */
7090 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction776:file#Object#stdin */
7091 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction776:file#Object#stdout */
7092 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction776:file#Object#stderr */
7093 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction776:model_base#Object#intrude_visibility */
7094 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction776:model_base#Object#public_visibility */
7095 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction776:model_base#Object#protected_visibility */
7096 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction776:model_base#Object#private_visibility */
7097 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction776:model_base#Object#none_visibility */
7098 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction776:model#Object#abstract_kind */
7099 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction776:model#Object#concrete_kind */
7100 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction776:model#Object#interface_kind */
7101 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction776:model#Object#enum_kind */
7102 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction776:model#Object#extern_kind */
7103 (nitmethod_t)VIRTUAL_parser__ReduceAction776__action, /* pointer to parser:ReduceAction776:parser#ReduceAction776#action */
7104 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction776:parser#ReduceAction#concat */
7105 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction776:parser#ReduceAction#init */
7106 }
7107 };
7108 /* allocate ReduceAction776 */
7109 val* NEW_parser__ReduceAction776(const struct type* type) {
7110 val* self /* : ReduceAction776 */;
7111 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7112 self->type = type;
7113 self->class = &class_parser__ReduceAction776;
7114 return self;
7115 }
7116 /* allocate ReduceAction776 */
7117 void CHECK_NEW_parser__ReduceAction776(val* self) {
7118 long var /* : Int */;
7119 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction776> */
7120 }
7121 /* runtime class parser__ReduceAction777 */
7122 const struct class class_parser__ReduceAction777 = {
7123 0, /* box_kind */
7124 {
7125 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction777:kernel#Object#object_id */
7126 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction777:kernel#Object#is_same_type */
7127 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction777:kernel#Object#== */
7128 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction777:kernel#Object#!= */
7129 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction777:kernel#Object#output */
7130 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction777:kernel#Object#output_class_name */
7131 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction777:kernel#Object#exit */
7132 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction777:kernel#Object#sys */
7133 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction777:kernel#Object#hash */
7134 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction777:string#Object#to_s */
7135 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction777:string#Object#native_class_name */
7136 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction777:string#Object#class_name */
7137 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction777:string#Object#inspect */
7138 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction777:string#Object#inspect_head */
7139 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction777:string#Object#args */
7140 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction777:math#Object#atan2 */
7141 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction777:math#Object#pi */
7142 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction777:math#Object#srand_from */
7143 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction777:math#Object#srand */
7144 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction777:stream#Object#poll */
7145 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction777:stream#Object#intern_poll */
7146 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction777:time#Object#get_time */
7147 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction777:file#Object#printn */
7148 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction777:file#Object#print */
7149 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction777:file#Object#getc */
7150 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction777:file#Object#gets */
7151 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction777:file#Object#getcwd */
7152 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction777:file#Object#file_getcwd */
7153 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction777:file#Object#stdin */
7154 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction777:file#Object#stdout */
7155 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction777:file#Object#stderr */
7156 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction777:model_base#Object#intrude_visibility */
7157 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction777:model_base#Object#public_visibility */
7158 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction777:model_base#Object#protected_visibility */
7159 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction777:model_base#Object#private_visibility */
7160 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction777:model_base#Object#none_visibility */
7161 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction777:model#Object#abstract_kind */
7162 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction777:model#Object#concrete_kind */
7163 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction777:model#Object#interface_kind */
7164 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction777:model#Object#enum_kind */
7165 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction777:model#Object#extern_kind */
7166 (nitmethod_t)VIRTUAL_parser__ReduceAction777__action, /* pointer to parser:ReduceAction777:parser#ReduceAction777#action */
7167 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction777:parser#ReduceAction#concat */
7168 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction777:parser#ReduceAction#init */
7169 }
7170 };
7171 /* allocate ReduceAction777 */
7172 val* NEW_parser__ReduceAction777(const struct type* type) {
7173 val* self /* : ReduceAction777 */;
7174 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7175 self->type = type;
7176 self->class = &class_parser__ReduceAction777;
7177 return self;
7178 }
7179 /* allocate ReduceAction777 */
7180 void CHECK_NEW_parser__ReduceAction777(val* self) {
7181 long var /* : Int */;
7182 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction777> */
7183 }
7184 /* runtime class parser__ReduceAction778 */
7185 const struct class class_parser__ReduceAction778 = {
7186 0, /* box_kind */
7187 {
7188 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction778:kernel#Object#object_id */
7189 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction778:kernel#Object#is_same_type */
7190 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction778:kernel#Object#== */
7191 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction778:kernel#Object#!= */
7192 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction778:kernel#Object#output */
7193 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction778:kernel#Object#output_class_name */
7194 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction778:kernel#Object#exit */
7195 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction778:kernel#Object#sys */
7196 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction778:kernel#Object#hash */
7197 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction778:string#Object#to_s */
7198 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction778:string#Object#native_class_name */
7199 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction778:string#Object#class_name */
7200 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction778:string#Object#inspect */
7201 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction778:string#Object#inspect_head */
7202 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction778:string#Object#args */
7203 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction778:math#Object#atan2 */
7204 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction778:math#Object#pi */
7205 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction778:math#Object#srand_from */
7206 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction778:math#Object#srand */
7207 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction778:stream#Object#poll */
7208 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction778:stream#Object#intern_poll */
7209 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction778:time#Object#get_time */
7210 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction778:file#Object#printn */
7211 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction778:file#Object#print */
7212 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction778:file#Object#getc */
7213 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction778:file#Object#gets */
7214 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction778:file#Object#getcwd */
7215 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction778:file#Object#file_getcwd */
7216 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction778:file#Object#stdin */
7217 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction778:file#Object#stdout */
7218 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction778:file#Object#stderr */
7219 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction778:model_base#Object#intrude_visibility */
7220 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction778:model_base#Object#public_visibility */
7221 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction778:model_base#Object#protected_visibility */
7222 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction778:model_base#Object#private_visibility */
7223 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction778:model_base#Object#none_visibility */
7224 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction778:model#Object#abstract_kind */
7225 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction778:model#Object#concrete_kind */
7226 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction778:model#Object#interface_kind */
7227 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction778:model#Object#enum_kind */
7228 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction778:model#Object#extern_kind */
7229 (nitmethod_t)VIRTUAL_parser__ReduceAction778__action, /* pointer to parser:ReduceAction778:parser#ReduceAction778#action */
7230 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction778:parser#ReduceAction#concat */
7231 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction778:parser#ReduceAction#init */
7232 }
7233 };
7234 /* allocate ReduceAction778 */
7235 val* NEW_parser__ReduceAction778(const struct type* type) {
7236 val* self /* : ReduceAction778 */;
7237 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7238 self->type = type;
7239 self->class = &class_parser__ReduceAction778;
7240 return self;
7241 }
7242 /* allocate ReduceAction778 */
7243 void CHECK_NEW_parser__ReduceAction778(val* self) {
7244 long var /* : Int */;
7245 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction778> */
7246 }
7247 /* runtime class parser__ReduceAction779 */
7248 const struct class class_parser__ReduceAction779 = {
7249 0, /* box_kind */
7250 {
7251 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction779:kernel#Object#object_id */
7252 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction779:kernel#Object#is_same_type */
7253 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction779:kernel#Object#== */
7254 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction779:kernel#Object#!= */
7255 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction779:kernel#Object#output */
7256 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction779:kernel#Object#output_class_name */
7257 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction779:kernel#Object#exit */
7258 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction779:kernel#Object#sys */
7259 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction779:kernel#Object#hash */
7260 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction779:string#Object#to_s */
7261 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction779:string#Object#native_class_name */
7262 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction779:string#Object#class_name */
7263 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction779:string#Object#inspect */
7264 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction779:string#Object#inspect_head */
7265 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction779:string#Object#args */
7266 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction779:math#Object#atan2 */
7267 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction779:math#Object#pi */
7268 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction779:math#Object#srand_from */
7269 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction779:math#Object#srand */
7270 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction779:stream#Object#poll */
7271 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction779:stream#Object#intern_poll */
7272 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction779:time#Object#get_time */
7273 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction779:file#Object#printn */
7274 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction779:file#Object#print */
7275 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction779:file#Object#getc */
7276 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction779:file#Object#gets */
7277 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction779:file#Object#getcwd */
7278 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction779:file#Object#file_getcwd */
7279 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction779:file#Object#stdin */
7280 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction779:file#Object#stdout */
7281 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction779:file#Object#stderr */
7282 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction779:model_base#Object#intrude_visibility */
7283 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction779:model_base#Object#public_visibility */
7284 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction779:model_base#Object#protected_visibility */
7285 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction779:model_base#Object#private_visibility */
7286 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction779:model_base#Object#none_visibility */
7287 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction779:model#Object#abstract_kind */
7288 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction779:model#Object#concrete_kind */
7289 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction779:model#Object#interface_kind */
7290 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction779:model#Object#enum_kind */
7291 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction779:model#Object#extern_kind */
7292 (nitmethod_t)VIRTUAL_parser__ReduceAction779__action, /* pointer to parser:ReduceAction779:parser#ReduceAction779#action */
7293 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction779:parser#ReduceAction#concat */
7294 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction779:parser#ReduceAction#init */
7295 }
7296 };
7297 /* allocate ReduceAction779 */
7298 val* NEW_parser__ReduceAction779(const struct type* type) {
7299 val* self /* : ReduceAction779 */;
7300 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7301 self->type = type;
7302 self->class = &class_parser__ReduceAction779;
7303 return self;
7304 }
7305 /* allocate ReduceAction779 */
7306 void CHECK_NEW_parser__ReduceAction779(val* self) {
7307 long var /* : Int */;
7308 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction779> */
7309 }
7310 /* runtime class parser__ReduceAction780 */
7311 const struct class class_parser__ReduceAction780 = {
7312 0, /* box_kind */
7313 {
7314 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction780:kernel#Object#object_id */
7315 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction780:kernel#Object#is_same_type */
7316 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction780:kernel#Object#== */
7317 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction780:kernel#Object#!= */
7318 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction780:kernel#Object#output */
7319 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction780:kernel#Object#output_class_name */
7320 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction780:kernel#Object#exit */
7321 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction780:kernel#Object#sys */
7322 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction780:kernel#Object#hash */
7323 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction780:string#Object#to_s */
7324 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction780:string#Object#native_class_name */
7325 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction780:string#Object#class_name */
7326 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction780:string#Object#inspect */
7327 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction780:string#Object#inspect_head */
7328 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction780:string#Object#args */
7329 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction780:math#Object#atan2 */
7330 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction780:math#Object#pi */
7331 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction780:math#Object#srand_from */
7332 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction780:math#Object#srand */
7333 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction780:stream#Object#poll */
7334 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction780:stream#Object#intern_poll */
7335 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction780:time#Object#get_time */
7336 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction780:file#Object#printn */
7337 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction780:file#Object#print */
7338 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction780:file#Object#getc */
7339 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction780:file#Object#gets */
7340 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction780:file#Object#getcwd */
7341 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction780:file#Object#file_getcwd */
7342 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction780:file#Object#stdin */
7343 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction780:file#Object#stdout */
7344 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction780:file#Object#stderr */
7345 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction780:model_base#Object#intrude_visibility */
7346 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction780:model_base#Object#public_visibility */
7347 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction780:model_base#Object#protected_visibility */
7348 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction780:model_base#Object#private_visibility */
7349 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction780:model_base#Object#none_visibility */
7350 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction780:model#Object#abstract_kind */
7351 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction780:model#Object#concrete_kind */
7352 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction780:model#Object#interface_kind */
7353 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction780:model#Object#enum_kind */
7354 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction780:model#Object#extern_kind */
7355 (nitmethod_t)VIRTUAL_parser__ReduceAction780__action, /* pointer to parser:ReduceAction780:parser#ReduceAction780#action */
7356 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction780:parser#ReduceAction#concat */
7357 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction780:parser#ReduceAction#init */
7358 }
7359 };
7360 /* allocate ReduceAction780 */
7361 val* NEW_parser__ReduceAction780(const struct type* type) {
7362 val* self /* : ReduceAction780 */;
7363 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7364 self->type = type;
7365 self->class = &class_parser__ReduceAction780;
7366 return self;
7367 }
7368 /* allocate ReduceAction780 */
7369 void CHECK_NEW_parser__ReduceAction780(val* self) {
7370 long var /* : Int */;
7371 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction780> */
7372 }
7373 /* runtime class parser__ReduceAction781 */
7374 const struct class class_parser__ReduceAction781 = {
7375 0, /* box_kind */
7376 {
7377 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction781:kernel#Object#object_id */
7378 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction781:kernel#Object#is_same_type */
7379 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction781:kernel#Object#== */
7380 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction781:kernel#Object#!= */
7381 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction781:kernel#Object#output */
7382 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction781:kernel#Object#output_class_name */
7383 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction781:kernel#Object#exit */
7384 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction781:kernel#Object#sys */
7385 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction781:kernel#Object#hash */
7386 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction781:string#Object#to_s */
7387 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction781:string#Object#native_class_name */
7388 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction781:string#Object#class_name */
7389 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction781:string#Object#inspect */
7390 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction781:string#Object#inspect_head */
7391 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction781:string#Object#args */
7392 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction781:math#Object#atan2 */
7393 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction781:math#Object#pi */
7394 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction781:math#Object#srand_from */
7395 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction781:math#Object#srand */
7396 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction781:stream#Object#poll */
7397 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction781:stream#Object#intern_poll */
7398 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction781:time#Object#get_time */
7399 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction781:file#Object#printn */
7400 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction781:file#Object#print */
7401 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction781:file#Object#getc */
7402 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction781:file#Object#gets */
7403 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction781:file#Object#getcwd */
7404 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction781:file#Object#file_getcwd */
7405 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction781:file#Object#stdin */
7406 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction781:file#Object#stdout */
7407 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction781:file#Object#stderr */
7408 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction781:model_base#Object#intrude_visibility */
7409 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction781:model_base#Object#public_visibility */
7410 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction781:model_base#Object#protected_visibility */
7411 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction781:model_base#Object#private_visibility */
7412 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction781:model_base#Object#none_visibility */
7413 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction781:model#Object#abstract_kind */
7414 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction781:model#Object#concrete_kind */
7415 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction781:model#Object#interface_kind */
7416 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction781:model#Object#enum_kind */
7417 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction781:model#Object#extern_kind */
7418 (nitmethod_t)VIRTUAL_parser__ReduceAction781__action, /* pointer to parser:ReduceAction781:parser#ReduceAction781#action */
7419 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction781:parser#ReduceAction#concat */
7420 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction781:parser#ReduceAction#init */
7421 }
7422 };
7423 /* allocate ReduceAction781 */
7424 val* NEW_parser__ReduceAction781(const struct type* type) {
7425 val* self /* : ReduceAction781 */;
7426 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7427 self->type = type;
7428 self->class = &class_parser__ReduceAction781;
7429 return self;
7430 }
7431 /* allocate ReduceAction781 */
7432 void CHECK_NEW_parser__ReduceAction781(val* self) {
7433 long var /* : Int */;
7434 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction781> */
7435 }
7436 /* runtime class parser__ReduceAction782 */
7437 const struct class class_parser__ReduceAction782 = {
7438 0, /* box_kind */
7439 {
7440 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction782:kernel#Object#object_id */
7441 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction782:kernel#Object#is_same_type */
7442 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction782:kernel#Object#== */
7443 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction782:kernel#Object#!= */
7444 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction782:kernel#Object#output */
7445 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction782:kernel#Object#output_class_name */
7446 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction782:kernel#Object#exit */
7447 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction782:kernel#Object#sys */
7448 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction782:kernel#Object#hash */
7449 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction782:string#Object#to_s */
7450 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction782:string#Object#native_class_name */
7451 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction782:string#Object#class_name */
7452 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction782:string#Object#inspect */
7453 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction782:string#Object#inspect_head */
7454 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction782:string#Object#args */
7455 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction782:math#Object#atan2 */
7456 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction782:math#Object#pi */
7457 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction782:math#Object#srand_from */
7458 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction782:math#Object#srand */
7459 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction782:stream#Object#poll */
7460 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction782:stream#Object#intern_poll */
7461 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction782:time#Object#get_time */
7462 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction782:file#Object#printn */
7463 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction782:file#Object#print */
7464 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction782:file#Object#getc */
7465 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction782:file#Object#gets */
7466 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction782:file#Object#getcwd */
7467 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction782:file#Object#file_getcwd */
7468 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction782:file#Object#stdin */
7469 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction782:file#Object#stdout */
7470 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction782:file#Object#stderr */
7471 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction782:model_base#Object#intrude_visibility */
7472 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction782:model_base#Object#public_visibility */
7473 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction782:model_base#Object#protected_visibility */
7474 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction782:model_base#Object#private_visibility */
7475 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction782:model_base#Object#none_visibility */
7476 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction782:model#Object#abstract_kind */
7477 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction782:model#Object#concrete_kind */
7478 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction782:model#Object#interface_kind */
7479 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction782:model#Object#enum_kind */
7480 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction782:model#Object#extern_kind */
7481 (nitmethod_t)VIRTUAL_parser__ReduceAction782__action, /* pointer to parser:ReduceAction782:parser#ReduceAction782#action */
7482 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction782:parser#ReduceAction#concat */
7483 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction782:parser#ReduceAction#init */
7484 }
7485 };
7486 /* allocate ReduceAction782 */
7487 val* NEW_parser__ReduceAction782(const struct type* type) {
7488 val* self /* : ReduceAction782 */;
7489 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7490 self->type = type;
7491 self->class = &class_parser__ReduceAction782;
7492 return self;
7493 }
7494 /* allocate ReduceAction782 */
7495 void CHECK_NEW_parser__ReduceAction782(val* self) {
7496 long var /* : Int */;
7497 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction782> */
7498 }
7499 /* runtime class parser__ReduceAction783 */
7500 const struct class class_parser__ReduceAction783 = {
7501 0, /* box_kind */
7502 {
7503 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction783:kernel#Object#object_id */
7504 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction783:kernel#Object#is_same_type */
7505 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction783:kernel#Object#== */
7506 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction783:kernel#Object#!= */
7507 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction783:kernel#Object#output */
7508 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction783:kernel#Object#output_class_name */
7509 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction783:kernel#Object#exit */
7510 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction783:kernel#Object#sys */
7511 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction783:kernel#Object#hash */
7512 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction783:string#Object#to_s */
7513 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction783:string#Object#native_class_name */
7514 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction783:string#Object#class_name */
7515 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction783:string#Object#inspect */
7516 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction783:string#Object#inspect_head */
7517 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction783:string#Object#args */
7518 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction783:math#Object#atan2 */
7519 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction783:math#Object#pi */
7520 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction783:math#Object#srand_from */
7521 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction783:math#Object#srand */
7522 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction783:stream#Object#poll */
7523 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction783:stream#Object#intern_poll */
7524 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction783:time#Object#get_time */
7525 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction783:file#Object#printn */
7526 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction783:file#Object#print */
7527 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction783:file#Object#getc */
7528 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction783:file#Object#gets */
7529 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction783:file#Object#getcwd */
7530 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction783:file#Object#file_getcwd */
7531 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction783:file#Object#stdin */
7532 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction783:file#Object#stdout */
7533 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction783:file#Object#stderr */
7534 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction783:model_base#Object#intrude_visibility */
7535 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction783:model_base#Object#public_visibility */
7536 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction783:model_base#Object#protected_visibility */
7537 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction783:model_base#Object#private_visibility */
7538 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction783:model_base#Object#none_visibility */
7539 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction783:model#Object#abstract_kind */
7540 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction783:model#Object#concrete_kind */
7541 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction783:model#Object#interface_kind */
7542 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction783:model#Object#enum_kind */
7543 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction783:model#Object#extern_kind */
7544 (nitmethod_t)VIRTUAL_parser__ReduceAction783__action, /* pointer to parser:ReduceAction783:parser#ReduceAction783#action */
7545 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction783:parser#ReduceAction#concat */
7546 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction783:parser#ReduceAction#init */
7547 }
7548 };
7549 /* allocate ReduceAction783 */
7550 val* NEW_parser__ReduceAction783(const struct type* type) {
7551 val* self /* : ReduceAction783 */;
7552 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7553 self->type = type;
7554 self->class = &class_parser__ReduceAction783;
7555 return self;
7556 }
7557 /* allocate ReduceAction783 */
7558 void CHECK_NEW_parser__ReduceAction783(val* self) {
7559 long var /* : Int */;
7560 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction783> */
7561 }
7562 /* runtime class parser__ReduceAction784 */
7563 const struct class class_parser__ReduceAction784 = {
7564 0, /* box_kind */
7565 {
7566 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction784:kernel#Object#object_id */
7567 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction784:kernel#Object#is_same_type */
7568 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction784:kernel#Object#== */
7569 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction784:kernel#Object#!= */
7570 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction784:kernel#Object#output */
7571 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction784:kernel#Object#output_class_name */
7572 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction784:kernel#Object#exit */
7573 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction784:kernel#Object#sys */
7574 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction784:kernel#Object#hash */
7575 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction784:string#Object#to_s */
7576 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction784:string#Object#native_class_name */
7577 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction784:string#Object#class_name */
7578 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction784:string#Object#inspect */
7579 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction784:string#Object#inspect_head */
7580 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction784:string#Object#args */
7581 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction784:math#Object#atan2 */
7582 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction784:math#Object#pi */
7583 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction784:math#Object#srand_from */
7584 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction784:math#Object#srand */
7585 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction784:stream#Object#poll */
7586 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction784:stream#Object#intern_poll */
7587 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction784:time#Object#get_time */
7588 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction784:file#Object#printn */
7589 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction784:file#Object#print */
7590 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction784:file#Object#getc */
7591 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction784:file#Object#gets */
7592 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction784:file#Object#getcwd */
7593 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction784:file#Object#file_getcwd */
7594 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction784:file#Object#stdin */
7595 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction784:file#Object#stdout */
7596 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction784:file#Object#stderr */
7597 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction784:model_base#Object#intrude_visibility */
7598 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction784:model_base#Object#public_visibility */
7599 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction784:model_base#Object#protected_visibility */
7600 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction784:model_base#Object#private_visibility */
7601 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction784:model_base#Object#none_visibility */
7602 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction784:model#Object#abstract_kind */
7603 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction784:model#Object#concrete_kind */
7604 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction784:model#Object#interface_kind */
7605 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction784:model#Object#enum_kind */
7606 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction784:model#Object#extern_kind */
7607 (nitmethod_t)VIRTUAL_parser__ReduceAction784__action, /* pointer to parser:ReduceAction784:parser#ReduceAction784#action */
7608 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction784:parser#ReduceAction#concat */
7609 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction784:parser#ReduceAction#init */
7610 }
7611 };
7612 /* allocate ReduceAction784 */
7613 val* NEW_parser__ReduceAction784(const struct type* type) {
7614 val* self /* : ReduceAction784 */;
7615 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7616 self->type = type;
7617 self->class = &class_parser__ReduceAction784;
7618 return self;
7619 }
7620 /* allocate ReduceAction784 */
7621 void CHECK_NEW_parser__ReduceAction784(val* self) {
7622 long var /* : Int */;
7623 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction784> */
7624 }
7625 /* runtime class parser__ReduceAction786 */
7626 const struct class class_parser__ReduceAction786 = {
7627 0, /* box_kind */
7628 {
7629 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction786:kernel#Object#object_id */
7630 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction786:kernel#Object#is_same_type */
7631 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction786:kernel#Object#== */
7632 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction786:kernel#Object#!= */
7633 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction786:kernel#Object#output */
7634 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction786:kernel#Object#output_class_name */
7635 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction786:kernel#Object#exit */
7636 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction786:kernel#Object#sys */
7637 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction786:kernel#Object#hash */
7638 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction786:string#Object#to_s */
7639 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction786:string#Object#native_class_name */
7640 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction786:string#Object#class_name */
7641 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction786:string#Object#inspect */
7642 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction786:string#Object#inspect_head */
7643 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction786:string#Object#args */
7644 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction786:math#Object#atan2 */
7645 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction786:math#Object#pi */
7646 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction786:math#Object#srand_from */
7647 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction786:math#Object#srand */
7648 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction786:stream#Object#poll */
7649 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction786:stream#Object#intern_poll */
7650 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction786:time#Object#get_time */
7651 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction786:file#Object#printn */
7652 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction786:file#Object#print */
7653 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction786:file#Object#getc */
7654 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction786:file#Object#gets */
7655 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction786:file#Object#getcwd */
7656 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction786:file#Object#file_getcwd */
7657 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction786:file#Object#stdin */
7658 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction786:file#Object#stdout */
7659 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction786:file#Object#stderr */
7660 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction786:model_base#Object#intrude_visibility */
7661 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction786:model_base#Object#public_visibility */
7662 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction786:model_base#Object#protected_visibility */
7663 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction786:model_base#Object#private_visibility */
7664 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction786:model_base#Object#none_visibility */
7665 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction786:model#Object#abstract_kind */
7666 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction786:model#Object#concrete_kind */
7667 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction786:model#Object#interface_kind */
7668 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction786:model#Object#enum_kind */
7669 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction786:model#Object#extern_kind */
7670 (nitmethod_t)VIRTUAL_parser__ReduceAction786__action, /* pointer to parser:ReduceAction786:parser#ReduceAction786#action */
7671 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction786:parser#ReduceAction#concat */
7672 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction786:parser#ReduceAction#init */
7673 }
7674 };
7675 /* allocate ReduceAction786 */
7676 val* NEW_parser__ReduceAction786(const struct type* type) {
7677 val* self /* : ReduceAction786 */;
7678 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7679 self->type = type;
7680 self->class = &class_parser__ReduceAction786;
7681 return self;
7682 }
7683 /* allocate ReduceAction786 */
7684 void CHECK_NEW_parser__ReduceAction786(val* self) {
7685 long var /* : Int */;
7686 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction786> */
7687 }
7688 /* runtime class parser__ReduceAction787 */
7689 const struct class class_parser__ReduceAction787 = {
7690 0, /* box_kind */
7691 {
7692 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction787:kernel#Object#object_id */
7693 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction787:kernel#Object#is_same_type */
7694 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction787:kernel#Object#== */
7695 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction787:kernel#Object#!= */
7696 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction787:kernel#Object#output */
7697 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction787:kernel#Object#output_class_name */
7698 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction787:kernel#Object#exit */
7699 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction787:kernel#Object#sys */
7700 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction787:kernel#Object#hash */
7701 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction787:string#Object#to_s */
7702 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction787:string#Object#native_class_name */
7703 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction787:string#Object#class_name */
7704 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction787:string#Object#inspect */
7705 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction787:string#Object#inspect_head */
7706 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction787:string#Object#args */
7707 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction787:math#Object#atan2 */
7708 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction787:math#Object#pi */
7709 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction787:math#Object#srand_from */
7710 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction787:math#Object#srand */
7711 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction787:stream#Object#poll */
7712 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction787:stream#Object#intern_poll */
7713 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction787:time#Object#get_time */
7714 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction787:file#Object#printn */
7715 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction787:file#Object#print */
7716 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction787:file#Object#getc */
7717 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction787:file#Object#gets */
7718 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction787:file#Object#getcwd */
7719 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction787:file#Object#file_getcwd */
7720 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction787:file#Object#stdin */
7721 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction787:file#Object#stdout */
7722 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction787:file#Object#stderr */
7723 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction787:model_base#Object#intrude_visibility */
7724 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction787:model_base#Object#public_visibility */
7725 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction787:model_base#Object#protected_visibility */
7726 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction787:model_base#Object#private_visibility */
7727 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction787:model_base#Object#none_visibility */
7728 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction787:model#Object#abstract_kind */
7729 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction787:model#Object#concrete_kind */
7730 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction787:model#Object#interface_kind */
7731 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction787:model#Object#enum_kind */
7732 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction787:model#Object#extern_kind */
7733 (nitmethod_t)VIRTUAL_parser__ReduceAction787__action, /* pointer to parser:ReduceAction787:parser#ReduceAction787#action */
7734 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction787:parser#ReduceAction#concat */
7735 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction787:parser#ReduceAction#init */
7736 }
7737 };
7738 /* allocate ReduceAction787 */
7739 val* NEW_parser__ReduceAction787(const struct type* type) {
7740 val* self /* : ReduceAction787 */;
7741 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7742 self->type = type;
7743 self->class = &class_parser__ReduceAction787;
7744 return self;
7745 }
7746 /* allocate ReduceAction787 */
7747 void CHECK_NEW_parser__ReduceAction787(val* self) {
7748 long var /* : Int */;
7749 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction787> */
7750 }
7751 /* runtime class parser__ReduceAction789 */
7752 const struct class class_parser__ReduceAction789 = {
7753 0, /* box_kind */
7754 {
7755 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction789:kernel#Object#object_id */
7756 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction789:kernel#Object#is_same_type */
7757 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction789:kernel#Object#== */
7758 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction789:kernel#Object#!= */
7759 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction789:kernel#Object#output */
7760 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction789:kernel#Object#output_class_name */
7761 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction789:kernel#Object#exit */
7762 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction789:kernel#Object#sys */
7763 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction789:kernel#Object#hash */
7764 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction789:string#Object#to_s */
7765 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction789:string#Object#native_class_name */
7766 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction789:string#Object#class_name */
7767 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction789:string#Object#inspect */
7768 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction789:string#Object#inspect_head */
7769 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction789:string#Object#args */
7770 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction789:math#Object#atan2 */
7771 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction789:math#Object#pi */
7772 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction789:math#Object#srand_from */
7773 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction789:math#Object#srand */
7774 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction789:stream#Object#poll */
7775 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction789:stream#Object#intern_poll */
7776 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction789:time#Object#get_time */
7777 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction789:file#Object#printn */
7778 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction789:file#Object#print */
7779 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction789:file#Object#getc */
7780 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction789:file#Object#gets */
7781 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction789:file#Object#getcwd */
7782 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction789:file#Object#file_getcwd */
7783 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction789:file#Object#stdin */
7784 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction789:file#Object#stdout */
7785 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction789:file#Object#stderr */
7786 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction789:model_base#Object#intrude_visibility */
7787 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction789:model_base#Object#public_visibility */
7788 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction789:model_base#Object#protected_visibility */
7789 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction789:model_base#Object#private_visibility */
7790 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction789:model_base#Object#none_visibility */
7791 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction789:model#Object#abstract_kind */
7792 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction789:model#Object#concrete_kind */
7793 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction789:model#Object#interface_kind */
7794 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction789:model#Object#enum_kind */
7795 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction789:model#Object#extern_kind */
7796 (nitmethod_t)VIRTUAL_parser__ReduceAction789__action, /* pointer to parser:ReduceAction789:parser#ReduceAction789#action */
7797 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction789:parser#ReduceAction#concat */
7798 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction789:parser#ReduceAction#init */
7799 }
7800 };
7801 /* allocate ReduceAction789 */
7802 val* NEW_parser__ReduceAction789(const struct type* type) {
7803 val* self /* : ReduceAction789 */;
7804 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7805 self->type = type;
7806 self->class = &class_parser__ReduceAction789;
7807 return self;
7808 }
7809 /* allocate ReduceAction789 */
7810 void CHECK_NEW_parser__ReduceAction789(val* self) {
7811 long var /* : Int */;
7812 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction789> */
7813 }
7814 /* runtime class parser__ReduceAction790 */
7815 const struct class class_parser__ReduceAction790 = {
7816 0, /* box_kind */
7817 {
7818 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction790:kernel#Object#object_id */
7819 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction790:kernel#Object#is_same_type */
7820 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction790:kernel#Object#== */
7821 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction790:kernel#Object#!= */
7822 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction790:kernel#Object#output */
7823 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction790:kernel#Object#output_class_name */
7824 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction790:kernel#Object#exit */
7825 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction790:kernel#Object#sys */
7826 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction790:kernel#Object#hash */
7827 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction790:string#Object#to_s */
7828 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction790:string#Object#native_class_name */
7829 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction790:string#Object#class_name */
7830 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction790:string#Object#inspect */
7831 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction790:string#Object#inspect_head */
7832 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction790:string#Object#args */
7833 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction790:math#Object#atan2 */
7834 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction790:math#Object#pi */
7835 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction790:math#Object#srand_from */
7836 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction790:math#Object#srand */
7837 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction790:stream#Object#poll */
7838 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction790:stream#Object#intern_poll */
7839 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction790:time#Object#get_time */
7840 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction790:file#Object#printn */
7841 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction790:file#Object#print */
7842 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction790:file#Object#getc */
7843 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction790:file#Object#gets */
7844 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction790:file#Object#getcwd */
7845 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction790:file#Object#file_getcwd */
7846 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction790:file#Object#stdin */
7847 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction790:file#Object#stdout */
7848 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction790:file#Object#stderr */
7849 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction790:model_base#Object#intrude_visibility */
7850 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction790:model_base#Object#public_visibility */
7851 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction790:model_base#Object#protected_visibility */
7852 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction790:model_base#Object#private_visibility */
7853 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction790:model_base#Object#none_visibility */
7854 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction790:model#Object#abstract_kind */
7855 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction790:model#Object#concrete_kind */
7856 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction790:model#Object#interface_kind */
7857 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction790:model#Object#enum_kind */
7858 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction790:model#Object#extern_kind */
7859 (nitmethod_t)VIRTUAL_parser__ReduceAction790__action, /* pointer to parser:ReduceAction790:parser#ReduceAction790#action */
7860 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction790:parser#ReduceAction#concat */
7861 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction790:parser#ReduceAction#init */
7862 }
7863 };
7864 /* allocate ReduceAction790 */
7865 val* NEW_parser__ReduceAction790(const struct type* type) {
7866 val* self /* : ReduceAction790 */;
7867 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7868 self->type = type;
7869 self->class = &class_parser__ReduceAction790;
7870 return self;
7871 }
7872 /* allocate ReduceAction790 */
7873 void CHECK_NEW_parser__ReduceAction790(val* self) {
7874 long var /* : Int */;
7875 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction790> */
7876 }
7877 /* runtime class parser__ReduceAction791 */
7878 const struct class class_parser__ReduceAction791 = {
7879 0, /* box_kind */
7880 {
7881 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction791:kernel#Object#object_id */
7882 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction791:kernel#Object#is_same_type */
7883 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction791:kernel#Object#== */
7884 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction791:kernel#Object#!= */
7885 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction791:kernel#Object#output */
7886 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction791:kernel#Object#output_class_name */
7887 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction791:kernel#Object#exit */
7888 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction791:kernel#Object#sys */
7889 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction791:kernel#Object#hash */
7890 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction791:string#Object#to_s */
7891 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction791:string#Object#native_class_name */
7892 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction791:string#Object#class_name */
7893 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction791:string#Object#inspect */
7894 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction791:string#Object#inspect_head */
7895 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction791:string#Object#args */
7896 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction791:math#Object#atan2 */
7897 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction791:math#Object#pi */
7898 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction791:math#Object#srand_from */
7899 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction791:math#Object#srand */
7900 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction791:stream#Object#poll */
7901 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction791:stream#Object#intern_poll */
7902 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction791:time#Object#get_time */
7903 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction791:file#Object#printn */
7904 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction791:file#Object#print */
7905 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction791:file#Object#getc */
7906 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction791:file#Object#gets */
7907 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction791:file#Object#getcwd */
7908 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction791:file#Object#file_getcwd */
7909 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction791:file#Object#stdin */
7910 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction791:file#Object#stdout */
7911 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction791:file#Object#stderr */
7912 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction791:model_base#Object#intrude_visibility */
7913 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction791:model_base#Object#public_visibility */
7914 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction791:model_base#Object#protected_visibility */
7915 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction791:model_base#Object#private_visibility */
7916 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction791:model_base#Object#none_visibility */
7917 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction791:model#Object#abstract_kind */
7918 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction791:model#Object#concrete_kind */
7919 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction791:model#Object#interface_kind */
7920 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction791:model#Object#enum_kind */
7921 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction791:model#Object#extern_kind */
7922 (nitmethod_t)VIRTUAL_parser__ReduceAction791__action, /* pointer to parser:ReduceAction791:parser#ReduceAction791#action */
7923 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction791:parser#ReduceAction#concat */
7924 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction791:parser#ReduceAction#init */
7925 }
7926 };
7927 /* allocate ReduceAction791 */
7928 val* NEW_parser__ReduceAction791(const struct type* type) {
7929 val* self /* : ReduceAction791 */;
7930 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7931 self->type = type;
7932 self->class = &class_parser__ReduceAction791;
7933 return self;
7934 }
7935 /* allocate ReduceAction791 */
7936 void CHECK_NEW_parser__ReduceAction791(val* self) {
7937 long var /* : Int */;
7938 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction791> */
7939 }
7940 /* runtime class parser__ReduceAction793 */
7941 const struct class class_parser__ReduceAction793 = {
7942 0, /* box_kind */
7943 {
7944 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction793:kernel#Object#object_id */
7945 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction793:kernel#Object#is_same_type */
7946 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction793:kernel#Object#== */
7947 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction793:kernel#Object#!= */
7948 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction793:kernel#Object#output */
7949 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction793:kernel#Object#output_class_name */
7950 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction793:kernel#Object#exit */
7951 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction793:kernel#Object#sys */
7952 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction793:kernel#Object#hash */
7953 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction793:string#Object#to_s */
7954 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction793:string#Object#native_class_name */
7955 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction793:string#Object#class_name */
7956 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction793:string#Object#inspect */
7957 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction793:string#Object#inspect_head */
7958 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction793:string#Object#args */
7959 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction793:math#Object#atan2 */
7960 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction793:math#Object#pi */
7961 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction793:math#Object#srand_from */
7962 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction793:math#Object#srand */
7963 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction793:stream#Object#poll */
7964 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction793:stream#Object#intern_poll */
7965 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction793:time#Object#get_time */
7966 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction793:file#Object#printn */
7967 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction793:file#Object#print */
7968 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction793:file#Object#getc */
7969 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction793:file#Object#gets */
7970 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction793:file#Object#getcwd */
7971 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction793:file#Object#file_getcwd */
7972 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction793:file#Object#stdin */
7973 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction793:file#Object#stdout */
7974 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction793:file#Object#stderr */
7975 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction793:model_base#Object#intrude_visibility */
7976 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction793:model_base#Object#public_visibility */
7977 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction793:model_base#Object#protected_visibility */
7978 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction793:model_base#Object#private_visibility */
7979 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction793:model_base#Object#none_visibility */
7980 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction793:model#Object#abstract_kind */
7981 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction793:model#Object#concrete_kind */
7982 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction793:model#Object#interface_kind */
7983 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction793:model#Object#enum_kind */
7984 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction793:model#Object#extern_kind */
7985 (nitmethod_t)VIRTUAL_parser__ReduceAction793__action, /* pointer to parser:ReduceAction793:parser#ReduceAction793#action */
7986 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction793:parser#ReduceAction#concat */
7987 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction793:parser#ReduceAction#init */
7988 }
7989 };
7990 /* allocate ReduceAction793 */
7991 val* NEW_parser__ReduceAction793(const struct type* type) {
7992 val* self /* : ReduceAction793 */;
7993 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7994 self->type = type;
7995 self->class = &class_parser__ReduceAction793;
7996 return self;
7997 }
7998 /* allocate ReduceAction793 */
7999 void CHECK_NEW_parser__ReduceAction793(val* self) {
8000 long var /* : Int */;
8001 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction793> */
8002 }
8003 /* runtime class parser__ReduceAction794 */
8004 const struct class class_parser__ReduceAction794 = {
8005 0, /* box_kind */
8006 {
8007 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction794:kernel#Object#object_id */
8008 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction794:kernel#Object#is_same_type */
8009 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction794:kernel#Object#== */
8010 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction794:kernel#Object#!= */
8011 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction794:kernel#Object#output */
8012 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction794:kernel#Object#output_class_name */
8013 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction794:kernel#Object#exit */
8014 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction794:kernel#Object#sys */
8015 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction794:kernel#Object#hash */
8016 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction794:string#Object#to_s */
8017 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction794:string#Object#native_class_name */
8018 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction794:string#Object#class_name */
8019 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction794:string#Object#inspect */
8020 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction794:string#Object#inspect_head */
8021 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction794:string#Object#args */
8022 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction794:math#Object#atan2 */
8023 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction794:math#Object#pi */
8024 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction794:math#Object#srand_from */
8025 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction794:math#Object#srand */
8026 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction794:stream#Object#poll */
8027 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction794:stream#Object#intern_poll */
8028 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction794:time#Object#get_time */
8029 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction794:file#Object#printn */
8030 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction794:file#Object#print */
8031 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction794:file#Object#getc */
8032 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction794:file#Object#gets */
8033 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction794:file#Object#getcwd */
8034 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction794:file#Object#file_getcwd */
8035 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction794:file#Object#stdin */
8036 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction794:file#Object#stdout */
8037 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction794:file#Object#stderr */
8038 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction794:model_base#Object#intrude_visibility */
8039 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction794:model_base#Object#public_visibility */
8040 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction794:model_base#Object#protected_visibility */
8041 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction794:model_base#Object#private_visibility */
8042 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction794:model_base#Object#none_visibility */
8043 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction794:model#Object#abstract_kind */
8044 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction794:model#Object#concrete_kind */
8045 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction794:model#Object#interface_kind */
8046 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction794:model#Object#enum_kind */
8047 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction794:model#Object#extern_kind */
8048 (nitmethod_t)VIRTUAL_parser__ReduceAction794__action, /* pointer to parser:ReduceAction794:parser#ReduceAction794#action */
8049 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction794:parser#ReduceAction#concat */
8050 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction794:parser#ReduceAction#init */
8051 }
8052 };
8053 /* allocate ReduceAction794 */
8054 val* NEW_parser__ReduceAction794(const struct type* type) {
8055 val* self /* : ReduceAction794 */;
8056 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8057 self->type = type;
8058 self->class = &class_parser__ReduceAction794;
8059 return self;
8060 }
8061 /* allocate ReduceAction794 */
8062 void CHECK_NEW_parser__ReduceAction794(val* self) {
8063 long var /* : Int */;
8064 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction794> */
8065 }
8066 /* runtime class parser__ReduceAction796 */
8067 const struct class class_parser__ReduceAction796 = {
8068 0, /* box_kind */
8069 {
8070 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction796:kernel#Object#object_id */
8071 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction796:kernel#Object#is_same_type */
8072 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction796:kernel#Object#== */
8073 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction796:kernel#Object#!= */
8074 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction796:kernel#Object#output */
8075 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction796:kernel#Object#output_class_name */
8076 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction796:kernel#Object#exit */
8077 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction796:kernel#Object#sys */
8078 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction796:kernel#Object#hash */
8079 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction796:string#Object#to_s */
8080 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction796:string#Object#native_class_name */
8081 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction796:string#Object#class_name */
8082 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction796:string#Object#inspect */
8083 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction796:string#Object#inspect_head */
8084 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction796:string#Object#args */
8085 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction796:math#Object#atan2 */
8086 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction796:math#Object#pi */
8087 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction796:math#Object#srand_from */
8088 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction796:math#Object#srand */
8089 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction796:stream#Object#poll */
8090 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction796:stream#Object#intern_poll */
8091 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction796:time#Object#get_time */
8092 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction796:file#Object#printn */
8093 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction796:file#Object#print */
8094 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction796:file#Object#getc */
8095 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction796:file#Object#gets */
8096 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction796:file#Object#getcwd */
8097 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction796:file#Object#file_getcwd */
8098 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction796:file#Object#stdin */
8099 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction796:file#Object#stdout */
8100 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction796:file#Object#stderr */
8101 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction796:model_base#Object#intrude_visibility */
8102 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction796:model_base#Object#public_visibility */
8103 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction796:model_base#Object#protected_visibility */
8104 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction796:model_base#Object#private_visibility */
8105 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction796:model_base#Object#none_visibility */
8106 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction796:model#Object#abstract_kind */
8107 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction796:model#Object#concrete_kind */
8108 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction796:model#Object#interface_kind */
8109 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction796:model#Object#enum_kind */
8110 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction796:model#Object#extern_kind */
8111 (nitmethod_t)VIRTUAL_parser__ReduceAction796__action, /* pointer to parser:ReduceAction796:parser#ReduceAction796#action */
8112 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction796:parser#ReduceAction#concat */
8113 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction796:parser#ReduceAction#init */
8114 }
8115 };
8116 /* allocate ReduceAction796 */
8117 val* NEW_parser__ReduceAction796(const struct type* type) {
8118 val* self /* : ReduceAction796 */;
8119 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8120 self->type = type;
8121 self->class = &class_parser__ReduceAction796;
8122 return self;
8123 }
8124 /* allocate ReduceAction796 */
8125 void CHECK_NEW_parser__ReduceAction796(val* self) {
8126 long var /* : Int */;
8127 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction796> */
8128 }
8129 /* runtime class parser__ReduceAction797 */
8130 const struct class class_parser__ReduceAction797 = {
8131 0, /* box_kind */
8132 {
8133 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction797:kernel#Object#object_id */
8134 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction797:kernel#Object#is_same_type */
8135 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction797:kernel#Object#== */
8136 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction797:kernel#Object#!= */
8137 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction797:kernel#Object#output */
8138 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction797:kernel#Object#output_class_name */
8139 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction797:kernel#Object#exit */
8140 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction797:kernel#Object#sys */
8141 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction797:kernel#Object#hash */
8142 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction797:string#Object#to_s */
8143 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction797:string#Object#native_class_name */
8144 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction797:string#Object#class_name */
8145 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction797:string#Object#inspect */
8146 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction797:string#Object#inspect_head */
8147 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction797:string#Object#args */
8148 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction797:math#Object#atan2 */
8149 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction797:math#Object#pi */
8150 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction797:math#Object#srand_from */
8151 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction797:math#Object#srand */
8152 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction797:stream#Object#poll */
8153 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction797:stream#Object#intern_poll */
8154 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction797:time#Object#get_time */
8155 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction797:file#Object#printn */
8156 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction797:file#Object#print */
8157 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction797:file#Object#getc */
8158 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction797:file#Object#gets */
8159 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction797:file#Object#getcwd */
8160 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction797:file#Object#file_getcwd */
8161 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction797:file#Object#stdin */
8162 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction797:file#Object#stdout */
8163 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction797:file#Object#stderr */
8164 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction797:model_base#Object#intrude_visibility */
8165 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction797:model_base#Object#public_visibility */
8166 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction797:model_base#Object#protected_visibility */
8167 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction797:model_base#Object#private_visibility */
8168 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction797:model_base#Object#none_visibility */
8169 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction797:model#Object#abstract_kind */
8170 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction797:model#Object#concrete_kind */
8171 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction797:model#Object#interface_kind */
8172 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction797:model#Object#enum_kind */
8173 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction797:model#Object#extern_kind */
8174 (nitmethod_t)VIRTUAL_parser__ReduceAction797__action, /* pointer to parser:ReduceAction797:parser#ReduceAction797#action */
8175 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction797:parser#ReduceAction#concat */
8176 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction797:parser#ReduceAction#init */
8177 }
8178 };
8179 /* allocate ReduceAction797 */
8180 val* NEW_parser__ReduceAction797(const struct type* type) {
8181 val* self /* : ReduceAction797 */;
8182 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8183 self->type = type;
8184 self->class = &class_parser__ReduceAction797;
8185 return self;
8186 }
8187 /* allocate ReduceAction797 */
8188 void CHECK_NEW_parser__ReduceAction797(val* self) {
8189 long var /* : Int */;
8190 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction797> */
8191 }
8192 /* runtime class parser__ReduceAction798 */
8193 const struct class class_parser__ReduceAction798 = {
8194 0, /* box_kind */
8195 {
8196 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction798:kernel#Object#object_id */
8197 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction798:kernel#Object#is_same_type */
8198 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction798:kernel#Object#== */
8199 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction798:kernel#Object#!= */
8200 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction798:kernel#Object#output */
8201 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction798:kernel#Object#output_class_name */
8202 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction798:kernel#Object#exit */
8203 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction798:kernel#Object#sys */
8204 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction798:kernel#Object#hash */
8205 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction798:string#Object#to_s */
8206 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction798:string#Object#native_class_name */
8207 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction798:string#Object#class_name */
8208 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction798:string#Object#inspect */
8209 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction798:string#Object#inspect_head */
8210 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction798:string#Object#args */
8211 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction798:math#Object#atan2 */
8212 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction798:math#Object#pi */
8213 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction798:math#Object#srand_from */
8214 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction798:math#Object#srand */
8215 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction798:stream#Object#poll */
8216 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction798:stream#Object#intern_poll */
8217 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction798:time#Object#get_time */
8218 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction798:file#Object#printn */
8219 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction798:file#Object#print */
8220 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction798:file#Object#getc */
8221 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction798:file#Object#gets */
8222 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction798:file#Object#getcwd */
8223 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction798:file#Object#file_getcwd */
8224 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction798:file#Object#stdin */
8225 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction798:file#Object#stdout */
8226 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction798:file#Object#stderr */
8227 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction798:model_base#Object#intrude_visibility */
8228 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction798:model_base#Object#public_visibility */
8229 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction798:model_base#Object#protected_visibility */
8230 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction798:model_base#Object#private_visibility */
8231 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction798:model_base#Object#none_visibility */
8232 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction798:model#Object#abstract_kind */
8233 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction798:model#Object#concrete_kind */
8234 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction798:model#Object#interface_kind */
8235 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction798:model#Object#enum_kind */
8236 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction798:model#Object#extern_kind */
8237 (nitmethod_t)VIRTUAL_parser__ReduceAction798__action, /* pointer to parser:ReduceAction798:parser#ReduceAction798#action */
8238 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction798:parser#ReduceAction#concat */
8239 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction798:parser#ReduceAction#init */
8240 }
8241 };
8242 /* allocate ReduceAction798 */
8243 val* NEW_parser__ReduceAction798(const struct type* type) {
8244 val* self /* : ReduceAction798 */;
8245 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8246 self->type = type;
8247 self->class = &class_parser__ReduceAction798;
8248 return self;
8249 }
8250 /* allocate ReduceAction798 */
8251 void CHECK_NEW_parser__ReduceAction798(val* self) {
8252 long var /* : Int */;
8253 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction798> */
8254 }
8255 /* runtime class parser__ReduceAction799 */
8256 const struct class class_parser__ReduceAction799 = {
8257 0, /* box_kind */
8258 {
8259 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction799:kernel#Object#object_id */
8260 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction799:kernel#Object#is_same_type */
8261 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction799:kernel#Object#== */
8262 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction799:kernel#Object#!= */
8263 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction799:kernel#Object#output */
8264 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction799:kernel#Object#output_class_name */
8265 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction799:kernel#Object#exit */
8266 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction799:kernel#Object#sys */
8267 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction799:kernel#Object#hash */
8268 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction799:string#Object#to_s */
8269 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction799:string#Object#native_class_name */
8270 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction799:string#Object#class_name */
8271 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction799:string#Object#inspect */
8272 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction799:string#Object#inspect_head */
8273 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction799:string#Object#args */
8274 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction799:math#Object#atan2 */
8275 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction799:math#Object#pi */
8276 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction799:math#Object#srand_from */
8277 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction799:math#Object#srand */
8278 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction799:stream#Object#poll */
8279 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction799:stream#Object#intern_poll */
8280 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction799:time#Object#get_time */
8281 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction799:file#Object#printn */
8282 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction799:file#Object#print */
8283 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction799:file#Object#getc */
8284 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction799:file#Object#gets */
8285 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction799:file#Object#getcwd */
8286 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction799:file#Object#file_getcwd */
8287 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction799:file#Object#stdin */
8288 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction799:file#Object#stdout */
8289 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction799:file#Object#stderr */
8290 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction799:model_base#Object#intrude_visibility */
8291 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction799:model_base#Object#public_visibility */
8292 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction799:model_base#Object#protected_visibility */
8293 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction799:model_base#Object#private_visibility */
8294 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction799:model_base#Object#none_visibility */
8295 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction799:model#Object#abstract_kind */
8296 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction799:model#Object#concrete_kind */
8297 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction799:model#Object#interface_kind */
8298 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction799:model#Object#enum_kind */
8299 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction799:model#Object#extern_kind */
8300 (nitmethod_t)VIRTUAL_parser__ReduceAction799__action, /* pointer to parser:ReduceAction799:parser#ReduceAction799#action */
8301 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction799:parser#ReduceAction#concat */
8302 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction799:parser#ReduceAction#init */
8303 }
8304 };
8305 /* allocate ReduceAction799 */
8306 val* NEW_parser__ReduceAction799(const struct type* type) {
8307 val* self /* : ReduceAction799 */;
8308 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8309 self->type = type;
8310 self->class = &class_parser__ReduceAction799;
8311 return self;
8312 }
8313 /* allocate ReduceAction799 */
8314 void CHECK_NEW_parser__ReduceAction799(val* self) {
8315 long var /* : Int */;
8316 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction799> */
8317 }
8318 /* runtime class parser__ReduceAction800 */
8319 const struct class class_parser__ReduceAction800 = {
8320 0, /* box_kind */
8321 {
8322 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction800:kernel#Object#object_id */
8323 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction800:kernel#Object#is_same_type */
8324 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction800:kernel#Object#== */
8325 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction800:kernel#Object#!= */
8326 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction800:kernel#Object#output */
8327 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction800:kernel#Object#output_class_name */
8328 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction800:kernel#Object#exit */
8329 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction800:kernel#Object#sys */
8330 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction800:kernel#Object#hash */
8331 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction800:string#Object#to_s */
8332 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction800:string#Object#native_class_name */
8333 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction800:string#Object#class_name */
8334 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction800:string#Object#inspect */
8335 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction800:string#Object#inspect_head */
8336 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction800:string#Object#args */
8337 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction800:math#Object#atan2 */
8338 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction800:math#Object#pi */
8339 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction800:math#Object#srand_from */
8340 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction800:math#Object#srand */
8341 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction800:stream#Object#poll */
8342 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction800:stream#Object#intern_poll */
8343 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction800:time#Object#get_time */
8344 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction800:file#Object#printn */
8345 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction800:file#Object#print */
8346 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction800:file#Object#getc */
8347 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction800:file#Object#gets */
8348 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction800:file#Object#getcwd */
8349 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction800:file#Object#file_getcwd */
8350 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction800:file#Object#stdin */
8351 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction800:file#Object#stdout */
8352 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction800:file#Object#stderr */
8353 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction800:model_base#Object#intrude_visibility */
8354 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction800:model_base#Object#public_visibility */
8355 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction800:model_base#Object#protected_visibility */
8356 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction800:model_base#Object#private_visibility */
8357 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction800:model_base#Object#none_visibility */
8358 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction800:model#Object#abstract_kind */
8359 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction800:model#Object#concrete_kind */
8360 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction800:model#Object#interface_kind */
8361 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction800:model#Object#enum_kind */
8362 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction800:model#Object#extern_kind */
8363 (nitmethod_t)VIRTUAL_parser__ReduceAction800__action, /* pointer to parser:ReduceAction800:parser#ReduceAction800#action */
8364 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction800:parser#ReduceAction#concat */
8365 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction800:parser#ReduceAction#init */
8366 }
8367 };
8368 /* allocate ReduceAction800 */
8369 val* NEW_parser__ReduceAction800(const struct type* type) {
8370 val* self /* : ReduceAction800 */;
8371 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8372 self->type = type;
8373 self->class = &class_parser__ReduceAction800;
8374 return self;
8375 }
8376 /* allocate ReduceAction800 */
8377 void CHECK_NEW_parser__ReduceAction800(val* self) {
8378 long var /* : Int */;
8379 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction800> */
8380 }
8381 /* runtime class parser__ReduceAction802 */
8382 const struct class class_parser__ReduceAction802 = {
8383 0, /* box_kind */
8384 {
8385 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction802:kernel#Object#object_id */
8386 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction802:kernel#Object#is_same_type */
8387 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction802:kernel#Object#== */
8388 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction802:kernel#Object#!= */
8389 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction802:kernel#Object#output */
8390 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction802:kernel#Object#output_class_name */
8391 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction802:kernel#Object#exit */
8392 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction802:kernel#Object#sys */
8393 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction802:kernel#Object#hash */
8394 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction802:string#Object#to_s */
8395 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction802:string#Object#native_class_name */
8396 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction802:string#Object#class_name */
8397 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction802:string#Object#inspect */
8398 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction802:string#Object#inspect_head */
8399 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction802:string#Object#args */
8400 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction802:math#Object#atan2 */
8401 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction802:math#Object#pi */
8402 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction802:math#Object#srand_from */
8403 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction802:math#Object#srand */
8404 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction802:stream#Object#poll */
8405 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction802:stream#Object#intern_poll */
8406 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction802:time#Object#get_time */
8407 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction802:file#Object#printn */
8408 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction802:file#Object#print */
8409 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction802:file#Object#getc */
8410 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction802:file#Object#gets */
8411 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction802:file#Object#getcwd */
8412 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction802:file#Object#file_getcwd */
8413 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction802:file#Object#stdin */
8414 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction802:file#Object#stdout */
8415 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction802:file#Object#stderr */
8416 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction802:model_base#Object#intrude_visibility */
8417 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction802:model_base#Object#public_visibility */
8418 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction802:model_base#Object#protected_visibility */
8419 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction802:model_base#Object#private_visibility */
8420 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction802:model_base#Object#none_visibility */
8421 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction802:model#Object#abstract_kind */
8422 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction802:model#Object#concrete_kind */
8423 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction802:model#Object#interface_kind */
8424 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction802:model#Object#enum_kind */
8425 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction802:model#Object#extern_kind */
8426 (nitmethod_t)VIRTUAL_parser__ReduceAction802__action, /* pointer to parser:ReduceAction802:parser#ReduceAction802#action */
8427 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction802:parser#ReduceAction#concat */
8428 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction802:parser#ReduceAction#init */
8429 }
8430 };
8431 /* allocate ReduceAction802 */
8432 val* NEW_parser__ReduceAction802(const struct type* type) {
8433 val* self /* : ReduceAction802 */;
8434 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8435 self->type = type;
8436 self->class = &class_parser__ReduceAction802;
8437 return self;
8438 }
8439 /* allocate ReduceAction802 */
8440 void CHECK_NEW_parser__ReduceAction802(val* self) {
8441 long var /* : Int */;
8442 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction802> */
8443 }
8444 /* runtime class parser__ReduceAction803 */
8445 const struct class class_parser__ReduceAction803 = {
8446 0, /* box_kind */
8447 {
8448 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction803:kernel#Object#object_id */
8449 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction803:kernel#Object#is_same_type */
8450 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction803:kernel#Object#== */
8451 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction803:kernel#Object#!= */
8452 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction803:kernel#Object#output */
8453 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction803:kernel#Object#output_class_name */
8454 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction803:kernel#Object#exit */
8455 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction803:kernel#Object#sys */
8456 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction803:kernel#Object#hash */
8457 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction803:string#Object#to_s */
8458 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction803:string#Object#native_class_name */
8459 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction803:string#Object#class_name */
8460 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction803:string#Object#inspect */
8461 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction803:string#Object#inspect_head */
8462 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction803:string#Object#args */
8463 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction803:math#Object#atan2 */
8464 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction803:math#Object#pi */
8465 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction803:math#Object#srand_from */
8466 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction803:math#Object#srand */
8467 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction803:stream#Object#poll */
8468 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction803:stream#Object#intern_poll */
8469 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction803:time#Object#get_time */
8470 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction803:file#Object#printn */
8471 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction803:file#Object#print */
8472 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction803:file#Object#getc */
8473 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction803:file#Object#gets */
8474 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction803:file#Object#getcwd */
8475 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction803:file#Object#file_getcwd */
8476 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction803:file#Object#stdin */
8477 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction803:file#Object#stdout */
8478 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction803:file#Object#stderr */
8479 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction803:model_base#Object#intrude_visibility */
8480 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction803:model_base#Object#public_visibility */
8481 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction803:model_base#Object#protected_visibility */
8482 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction803:model_base#Object#private_visibility */
8483 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction803:model_base#Object#none_visibility */
8484 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction803:model#Object#abstract_kind */
8485 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction803:model#Object#concrete_kind */
8486 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction803:model#Object#interface_kind */
8487 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction803:model#Object#enum_kind */
8488 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction803:model#Object#extern_kind */
8489 (nitmethod_t)VIRTUAL_parser__ReduceAction803__action, /* pointer to parser:ReduceAction803:parser#ReduceAction803#action */
8490 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction803:parser#ReduceAction#concat */
8491 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction803:parser#ReduceAction#init */
8492 }
8493 };
8494 /* allocate ReduceAction803 */
8495 val* NEW_parser__ReduceAction803(const struct type* type) {
8496 val* self /* : ReduceAction803 */;
8497 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8498 self->type = type;
8499 self->class = &class_parser__ReduceAction803;
8500 return self;
8501 }
8502 /* allocate ReduceAction803 */
8503 void CHECK_NEW_parser__ReduceAction803(val* self) {
8504 long var /* : Int */;
8505 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction803> */
8506 }
8507 /* runtime class parser__ReduceAction805 */
8508 const struct class class_parser__ReduceAction805 = {
8509 0, /* box_kind */
8510 {
8511 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction805:kernel#Object#object_id */
8512 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction805:kernel#Object#is_same_type */
8513 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction805:kernel#Object#== */
8514 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction805:kernel#Object#!= */
8515 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction805:kernel#Object#output */
8516 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction805:kernel#Object#output_class_name */
8517 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction805:kernel#Object#exit */
8518 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction805:kernel#Object#sys */
8519 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction805:kernel#Object#hash */
8520 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction805:string#Object#to_s */
8521 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction805:string#Object#native_class_name */
8522 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction805:string#Object#class_name */
8523 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction805:string#Object#inspect */
8524 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction805:string#Object#inspect_head */
8525 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction805:string#Object#args */
8526 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction805:math#Object#atan2 */
8527 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction805:math#Object#pi */
8528 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction805:math#Object#srand_from */
8529 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction805:math#Object#srand */
8530 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction805:stream#Object#poll */
8531 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction805:stream#Object#intern_poll */
8532 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction805:time#Object#get_time */
8533 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction805:file#Object#printn */
8534 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction805:file#Object#print */
8535 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction805:file#Object#getc */
8536 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction805:file#Object#gets */
8537 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction805:file#Object#getcwd */
8538 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction805:file#Object#file_getcwd */
8539 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction805:file#Object#stdin */
8540 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction805:file#Object#stdout */
8541 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction805:file#Object#stderr */
8542 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction805:model_base#Object#intrude_visibility */
8543 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction805:model_base#Object#public_visibility */
8544 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction805:model_base#Object#protected_visibility */
8545 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction805:model_base#Object#private_visibility */
8546 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction805:model_base#Object#none_visibility */
8547 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction805:model#Object#abstract_kind */
8548 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction805:model#Object#concrete_kind */
8549 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction805:model#Object#interface_kind */
8550 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction805:model#Object#enum_kind */
8551 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction805:model#Object#extern_kind */
8552 (nitmethod_t)VIRTUAL_parser__ReduceAction805__action, /* pointer to parser:ReduceAction805:parser#ReduceAction805#action */
8553 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction805:parser#ReduceAction#concat */
8554 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction805:parser#ReduceAction#init */
8555 }
8556 };
8557 /* allocate ReduceAction805 */
8558 val* NEW_parser__ReduceAction805(const struct type* type) {
8559 val* self /* : ReduceAction805 */;
8560 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8561 self->type = type;
8562 self->class = &class_parser__ReduceAction805;
8563 return self;
8564 }
8565 /* allocate ReduceAction805 */
8566 void CHECK_NEW_parser__ReduceAction805(val* self) {
8567 long var /* : Int */;
8568 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction805> */
8569 }
8570 /* runtime class parser__ReduceAction806 */
8571 const struct class class_parser__ReduceAction806 = {
8572 0, /* box_kind */
8573 {
8574 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction806:kernel#Object#object_id */
8575 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction806:kernel#Object#is_same_type */
8576 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction806:kernel#Object#== */
8577 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction806:kernel#Object#!= */
8578 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction806:kernel#Object#output */
8579 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction806:kernel#Object#output_class_name */
8580 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction806:kernel#Object#exit */
8581 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction806:kernel#Object#sys */
8582 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction806:kernel#Object#hash */
8583 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction806:string#Object#to_s */
8584 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction806:string#Object#native_class_name */
8585 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction806:string#Object#class_name */
8586 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction806:string#Object#inspect */
8587 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction806:string#Object#inspect_head */
8588 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction806:string#Object#args */
8589 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction806:math#Object#atan2 */
8590 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction806:math#Object#pi */
8591 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction806:math#Object#srand_from */
8592 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction806:math#Object#srand */
8593 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction806:stream#Object#poll */
8594 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction806:stream#Object#intern_poll */
8595 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction806:time#Object#get_time */
8596 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction806:file#Object#printn */
8597 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction806:file#Object#print */
8598 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction806:file#Object#getc */
8599 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction806:file#Object#gets */
8600 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction806:file#Object#getcwd */
8601 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction806:file#Object#file_getcwd */
8602 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction806:file#Object#stdin */
8603 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction806:file#Object#stdout */
8604 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction806:file#Object#stderr */
8605 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction806:model_base#Object#intrude_visibility */
8606 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction806:model_base#Object#public_visibility */
8607 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction806:model_base#Object#protected_visibility */
8608 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction806:model_base#Object#private_visibility */
8609 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction806:model_base#Object#none_visibility */
8610 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction806:model#Object#abstract_kind */
8611 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction806:model#Object#concrete_kind */
8612 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction806:model#Object#interface_kind */
8613 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction806:model#Object#enum_kind */
8614 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction806:model#Object#extern_kind */
8615 (nitmethod_t)VIRTUAL_parser__ReduceAction806__action, /* pointer to parser:ReduceAction806:parser#ReduceAction806#action */
8616 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction806:parser#ReduceAction#concat */
8617 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction806:parser#ReduceAction#init */
8618 }
8619 };
8620 /* allocate ReduceAction806 */
8621 val* NEW_parser__ReduceAction806(const struct type* type) {
8622 val* self /* : ReduceAction806 */;
8623 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8624 self->type = type;
8625 self->class = &class_parser__ReduceAction806;
8626 return self;
8627 }
8628 /* allocate ReduceAction806 */
8629 void CHECK_NEW_parser__ReduceAction806(val* self) {
8630 long var /* : Int */;
8631 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction806> */
8632 }
8633 /* runtime class parser__ReduceAction807 */
8634 const struct class class_parser__ReduceAction807 = {
8635 0, /* box_kind */
8636 {
8637 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction807:kernel#Object#object_id */
8638 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction807:kernel#Object#is_same_type */
8639 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction807:kernel#Object#== */
8640 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction807:kernel#Object#!= */
8641 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction807:kernel#Object#output */
8642 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction807:kernel#Object#output_class_name */
8643 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction807:kernel#Object#exit */
8644 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction807:kernel#Object#sys */
8645 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction807:kernel#Object#hash */
8646 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction807:string#Object#to_s */
8647 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction807:string#Object#native_class_name */
8648 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction807:string#Object#class_name */
8649 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction807:string#Object#inspect */
8650 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction807:string#Object#inspect_head */
8651 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction807:string#Object#args */
8652 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction807:math#Object#atan2 */
8653 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction807:math#Object#pi */
8654 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction807:math#Object#srand_from */
8655 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction807:math#Object#srand */
8656 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction807:stream#Object#poll */
8657 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction807:stream#Object#intern_poll */
8658 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction807:time#Object#get_time */
8659 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction807:file#Object#printn */
8660 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction807:file#Object#print */
8661 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction807:file#Object#getc */
8662 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction807:file#Object#gets */
8663 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction807:file#Object#getcwd */
8664 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction807:file#Object#file_getcwd */
8665 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction807:file#Object#stdin */
8666 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction807:file#Object#stdout */
8667 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction807:file#Object#stderr */
8668 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction807:model_base#Object#intrude_visibility */
8669 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction807:model_base#Object#public_visibility */
8670 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction807:model_base#Object#protected_visibility */
8671 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction807:model_base#Object#private_visibility */
8672 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction807:model_base#Object#none_visibility */
8673 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction807:model#Object#abstract_kind */
8674 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction807:model#Object#concrete_kind */
8675 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction807:model#Object#interface_kind */
8676 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction807:model#Object#enum_kind */
8677 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction807:model#Object#extern_kind */
8678 (nitmethod_t)VIRTUAL_parser__ReduceAction807__action, /* pointer to parser:ReduceAction807:parser#ReduceAction807#action */
8679 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction807:parser#ReduceAction#concat */
8680 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction807:parser#ReduceAction#init */
8681 }
8682 };
8683 /* allocate ReduceAction807 */
8684 val* NEW_parser__ReduceAction807(const struct type* type) {
8685 val* self /* : ReduceAction807 */;
8686 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8687 self->type = type;
8688 self->class = &class_parser__ReduceAction807;
8689 return self;
8690 }
8691 /* allocate ReduceAction807 */
8692 void CHECK_NEW_parser__ReduceAction807(val* self) {
8693 long var /* : Int */;
8694 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction807> */
8695 }
8696 /* runtime class parser__ReduceAction808 */
8697 const struct class class_parser__ReduceAction808 = {
8698 0, /* box_kind */
8699 {
8700 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction808:kernel#Object#object_id */
8701 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction808:kernel#Object#is_same_type */
8702 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction808:kernel#Object#== */
8703 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction808:kernel#Object#!= */
8704 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction808:kernel#Object#output */
8705 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction808:kernel#Object#output_class_name */
8706 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction808:kernel#Object#exit */
8707 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction808:kernel#Object#sys */
8708 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction808:kernel#Object#hash */
8709 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction808:string#Object#to_s */
8710 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction808:string#Object#native_class_name */
8711 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction808:string#Object#class_name */
8712 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction808:string#Object#inspect */
8713 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction808:string#Object#inspect_head */
8714 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction808:string#Object#args */
8715 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction808:math#Object#atan2 */
8716 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction808:math#Object#pi */
8717 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction808:math#Object#srand_from */
8718 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction808:math#Object#srand */
8719 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction808:stream#Object#poll */
8720 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction808:stream#Object#intern_poll */
8721 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction808:time#Object#get_time */
8722 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction808:file#Object#printn */
8723 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction808:file#Object#print */
8724 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction808:file#Object#getc */
8725 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction808:file#Object#gets */
8726 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction808:file#Object#getcwd */
8727 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction808:file#Object#file_getcwd */
8728 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction808:file#Object#stdin */
8729 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction808:file#Object#stdout */
8730 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction808:file#Object#stderr */
8731 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction808:model_base#Object#intrude_visibility */
8732 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction808:model_base#Object#public_visibility */
8733 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction808:model_base#Object#protected_visibility */
8734 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction808:model_base#Object#private_visibility */
8735 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction808:model_base#Object#none_visibility */
8736 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction808:model#Object#abstract_kind */
8737 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction808:model#Object#concrete_kind */
8738 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction808:model#Object#interface_kind */
8739 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction808:model#Object#enum_kind */
8740 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction808:model#Object#extern_kind */
8741 (nitmethod_t)VIRTUAL_parser__ReduceAction808__action, /* pointer to parser:ReduceAction808:parser#ReduceAction808#action */
8742 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction808:parser#ReduceAction#concat */
8743 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction808:parser#ReduceAction#init */
8744 }
8745 };
8746 /* allocate ReduceAction808 */
8747 val* NEW_parser__ReduceAction808(const struct type* type) {
8748 val* self /* : ReduceAction808 */;
8749 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8750 self->type = type;
8751 self->class = &class_parser__ReduceAction808;
8752 return self;
8753 }
8754 /* allocate ReduceAction808 */
8755 void CHECK_NEW_parser__ReduceAction808(val* self) {
8756 long var /* : Int */;
8757 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction808> */
8758 }
8759 /* runtime class parser__ReduceAction810 */
8760 const struct class class_parser__ReduceAction810 = {
8761 0, /* box_kind */
8762 {
8763 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction810:kernel#Object#object_id */
8764 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction810:kernel#Object#is_same_type */
8765 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction810:kernel#Object#== */
8766 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction810:kernel#Object#!= */
8767 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction810:kernel#Object#output */
8768 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction810:kernel#Object#output_class_name */
8769 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction810:kernel#Object#exit */
8770 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction810:kernel#Object#sys */
8771 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction810:kernel#Object#hash */
8772 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction810:string#Object#to_s */
8773 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction810:string#Object#native_class_name */
8774 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction810:string#Object#class_name */
8775 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction810:string#Object#inspect */
8776 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction810:string#Object#inspect_head */
8777 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction810:string#Object#args */
8778 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction810:math#Object#atan2 */
8779 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction810:math#Object#pi */
8780 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction810:math#Object#srand_from */
8781 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction810:math#Object#srand */
8782 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction810:stream#Object#poll */
8783 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction810:stream#Object#intern_poll */
8784 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction810:time#Object#get_time */
8785 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction810:file#Object#printn */
8786 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction810:file#Object#print */
8787 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction810:file#Object#getc */
8788 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction810:file#Object#gets */
8789 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction810:file#Object#getcwd */
8790 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction810:file#Object#file_getcwd */
8791 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction810:file#Object#stdin */
8792 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction810:file#Object#stdout */
8793 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction810:file#Object#stderr */
8794 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction810:model_base#Object#intrude_visibility */
8795 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction810:model_base#Object#public_visibility */
8796 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction810:model_base#Object#protected_visibility */
8797 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction810:model_base#Object#private_visibility */
8798 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction810:model_base#Object#none_visibility */
8799 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction810:model#Object#abstract_kind */
8800 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction810:model#Object#concrete_kind */
8801 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction810:model#Object#interface_kind */
8802 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction810:model#Object#enum_kind */
8803 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction810:model#Object#extern_kind */
8804 (nitmethod_t)VIRTUAL_parser__ReduceAction810__action, /* pointer to parser:ReduceAction810:parser#ReduceAction810#action */
8805 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction810:parser#ReduceAction#concat */
8806 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction810:parser#ReduceAction#init */
8807 }
8808 };
8809 /* allocate ReduceAction810 */
8810 val* NEW_parser__ReduceAction810(const struct type* type) {
8811 val* self /* : ReduceAction810 */;
8812 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8813 self->type = type;
8814 self->class = &class_parser__ReduceAction810;
8815 return self;
8816 }
8817 /* allocate ReduceAction810 */
8818 void CHECK_NEW_parser__ReduceAction810(val* self) {
8819 long var /* : Int */;
8820 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction810> */
8821 }
8822 /* runtime class parser__ReduceAction811 */
8823 const struct class class_parser__ReduceAction811 = {
8824 0, /* box_kind */
8825 {
8826 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction811:kernel#Object#object_id */
8827 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction811:kernel#Object#is_same_type */
8828 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction811:kernel#Object#== */
8829 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction811:kernel#Object#!= */
8830 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction811:kernel#Object#output */
8831 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction811:kernel#Object#output_class_name */
8832 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction811:kernel#Object#exit */
8833 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction811:kernel#Object#sys */
8834 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction811:kernel#Object#hash */
8835 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction811:string#Object#to_s */
8836 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction811:string#Object#native_class_name */
8837 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction811:string#Object#class_name */
8838 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction811:string#Object#inspect */
8839 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction811:string#Object#inspect_head */
8840 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction811:string#Object#args */
8841 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction811:math#Object#atan2 */
8842 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction811:math#Object#pi */
8843 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction811:math#Object#srand_from */
8844 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction811:math#Object#srand */
8845 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction811:stream#Object#poll */
8846 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction811:stream#Object#intern_poll */
8847 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction811:time#Object#get_time */
8848 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction811:file#Object#printn */
8849 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction811:file#Object#print */
8850 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction811:file#Object#getc */
8851 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction811:file#Object#gets */
8852 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction811:file#Object#getcwd */
8853 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction811:file#Object#file_getcwd */
8854 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction811:file#Object#stdin */
8855 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction811:file#Object#stdout */
8856 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction811:file#Object#stderr */
8857 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction811:model_base#Object#intrude_visibility */
8858 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction811:model_base#Object#public_visibility */
8859 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction811:model_base#Object#protected_visibility */
8860 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction811:model_base#Object#private_visibility */
8861 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction811:model_base#Object#none_visibility */
8862 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction811:model#Object#abstract_kind */
8863 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction811:model#Object#concrete_kind */
8864 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction811:model#Object#interface_kind */
8865 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction811:model#Object#enum_kind */
8866 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction811:model#Object#extern_kind */
8867 (nitmethod_t)VIRTUAL_parser__ReduceAction811__action, /* pointer to parser:ReduceAction811:parser#ReduceAction811#action */
8868 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction811:parser#ReduceAction#concat */
8869 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction811:parser#ReduceAction#init */
8870 }
8871 };
8872 /* allocate ReduceAction811 */
8873 val* NEW_parser__ReduceAction811(const struct type* type) {
8874 val* self /* : ReduceAction811 */;
8875 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8876 self->type = type;
8877 self->class = &class_parser__ReduceAction811;
8878 return self;
8879 }
8880 /* allocate ReduceAction811 */
8881 void CHECK_NEW_parser__ReduceAction811(val* self) {
8882 long var /* : Int */;
8883 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction811> */
8884 }
8885 /* runtime class parser__ReduceAction827 */
8886 const struct class class_parser__ReduceAction827 = {
8887 0, /* box_kind */
8888 {
8889 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction827:kernel#Object#object_id */
8890 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction827:kernel#Object#is_same_type */
8891 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction827:kernel#Object#== */
8892 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction827:kernel#Object#!= */
8893 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction827:kernel#Object#output */
8894 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction827:kernel#Object#output_class_name */
8895 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction827:kernel#Object#exit */
8896 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction827:kernel#Object#sys */
8897 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction827:kernel#Object#hash */
8898 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction827:string#Object#to_s */
8899 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction827:string#Object#native_class_name */
8900 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction827:string#Object#class_name */
8901 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction827:string#Object#inspect */
8902 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction827:string#Object#inspect_head */
8903 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction827:string#Object#args */
8904 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction827:math#Object#atan2 */
8905 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction827:math#Object#pi */
8906 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction827:math#Object#srand_from */
8907 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction827:math#Object#srand */
8908 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction827:stream#Object#poll */
8909 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction827:stream#Object#intern_poll */
8910 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction827:time#Object#get_time */
8911 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction827:file#Object#printn */
8912 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction827:file#Object#print */
8913 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction827:file#Object#getc */
8914 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction827:file#Object#gets */
8915 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction827:file#Object#getcwd */
8916 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction827:file#Object#file_getcwd */
8917 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction827:file#Object#stdin */
8918 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction827:file#Object#stdout */
8919 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction827:file#Object#stderr */
8920 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction827:model_base#Object#intrude_visibility */
8921 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction827:model_base#Object#public_visibility */
8922 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction827:model_base#Object#protected_visibility */
8923 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction827:model_base#Object#private_visibility */
8924 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction827:model_base#Object#none_visibility */
8925 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction827:model#Object#abstract_kind */
8926 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction827:model#Object#concrete_kind */
8927 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction827:model#Object#interface_kind */
8928 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction827:model#Object#enum_kind */
8929 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction827:model#Object#extern_kind */
8930 (nitmethod_t)VIRTUAL_parser__ReduceAction827__action, /* pointer to parser:ReduceAction827:parser#ReduceAction827#action */
8931 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction827:parser#ReduceAction#concat */
8932 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction827:parser#ReduceAction#init */
8933 }
8934 };
8935 /* allocate ReduceAction827 */
8936 val* NEW_parser__ReduceAction827(const struct type* type) {
8937 val* self /* : ReduceAction827 */;
8938 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8939 self->type = type;
8940 self->class = &class_parser__ReduceAction827;
8941 return self;
8942 }
8943 /* allocate ReduceAction827 */
8944 void CHECK_NEW_parser__ReduceAction827(val* self) {
8945 long var /* : Int */;
8946 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction827> */
8947 }
8948 /* runtime class parser__ReduceAction828 */
8949 const struct class class_parser__ReduceAction828 = {
8950 0, /* box_kind */
8951 {
8952 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction828:kernel#Object#object_id */
8953 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction828:kernel#Object#is_same_type */
8954 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction828:kernel#Object#== */
8955 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction828:kernel#Object#!= */
8956 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction828:kernel#Object#output */
8957 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction828:kernel#Object#output_class_name */
8958 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction828:kernel#Object#exit */
8959 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction828:kernel#Object#sys */
8960 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction828:kernel#Object#hash */
8961 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction828:string#Object#to_s */
8962 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction828:string#Object#native_class_name */
8963 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction828:string#Object#class_name */
8964 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction828:string#Object#inspect */
8965 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction828:string#Object#inspect_head */
8966 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction828:string#Object#args */
8967 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction828:math#Object#atan2 */
8968 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction828:math#Object#pi */
8969 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction828:math#Object#srand_from */
8970 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction828:math#Object#srand */
8971 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction828:stream#Object#poll */
8972 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction828:stream#Object#intern_poll */
8973 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction828:time#Object#get_time */
8974 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction828:file#Object#printn */
8975 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction828:file#Object#print */
8976 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction828:file#Object#getc */
8977 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction828:file#Object#gets */
8978 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction828:file#Object#getcwd */
8979 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction828:file#Object#file_getcwd */
8980 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction828:file#Object#stdin */
8981 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction828:file#Object#stdout */
8982 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction828:file#Object#stderr */
8983 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction828:model_base#Object#intrude_visibility */
8984 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction828:model_base#Object#public_visibility */
8985 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction828:model_base#Object#protected_visibility */
8986 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction828:model_base#Object#private_visibility */
8987 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction828:model_base#Object#none_visibility */
8988 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction828:model#Object#abstract_kind */
8989 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction828:model#Object#concrete_kind */
8990 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction828:model#Object#interface_kind */
8991 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction828:model#Object#enum_kind */
8992 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction828:model#Object#extern_kind */
8993 (nitmethod_t)VIRTUAL_parser__ReduceAction828__action, /* pointer to parser:ReduceAction828:parser#ReduceAction828#action */
8994 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction828:parser#ReduceAction#concat */
8995 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction828:parser#ReduceAction#init */
8996 }
8997 };
8998 /* allocate ReduceAction828 */
8999 val* NEW_parser__ReduceAction828(const struct type* type) {
9000 val* self /* : ReduceAction828 */;
9001 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9002 self->type = type;
9003 self->class = &class_parser__ReduceAction828;
9004 return self;
9005 }
9006 /* allocate ReduceAction828 */
9007 void CHECK_NEW_parser__ReduceAction828(val* self) {
9008 long var /* : Int */;
9009 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction828> */
9010 }
9011 /* runtime class parser__ReduceAction829 */
9012 const struct class class_parser__ReduceAction829 = {
9013 0, /* box_kind */
9014 {
9015 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction829:kernel#Object#object_id */
9016 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction829:kernel#Object#is_same_type */
9017 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction829:kernel#Object#== */
9018 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction829:kernel#Object#!= */
9019 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction829:kernel#Object#output */
9020 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction829:kernel#Object#output_class_name */
9021 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction829:kernel#Object#exit */
9022 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction829:kernel#Object#sys */
9023 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction829:kernel#Object#hash */
9024 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction829:string#Object#to_s */
9025 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction829:string#Object#native_class_name */
9026 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction829:string#Object#class_name */
9027 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction829:string#Object#inspect */
9028 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction829:string#Object#inspect_head */
9029 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction829:string#Object#args */
9030 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction829:math#Object#atan2 */
9031 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction829:math#Object#pi */
9032 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction829:math#Object#srand_from */
9033 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction829:math#Object#srand */
9034 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction829:stream#Object#poll */
9035 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction829:stream#Object#intern_poll */
9036 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction829:time#Object#get_time */
9037 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction829:file#Object#printn */
9038 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction829:file#Object#print */
9039 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction829:file#Object#getc */
9040 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction829:file#Object#gets */
9041 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction829:file#Object#getcwd */
9042 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction829:file#Object#file_getcwd */
9043 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction829:file#Object#stdin */
9044 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction829:file#Object#stdout */
9045 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction829:file#Object#stderr */
9046 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction829:model_base#Object#intrude_visibility */
9047 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction829:model_base#Object#public_visibility */
9048 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction829:model_base#Object#protected_visibility */
9049 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction829:model_base#Object#private_visibility */
9050 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction829:model_base#Object#none_visibility */
9051 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction829:model#Object#abstract_kind */
9052 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction829:model#Object#concrete_kind */
9053 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction829:model#Object#interface_kind */
9054 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction829:model#Object#enum_kind */
9055 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction829:model#Object#extern_kind */
9056 (nitmethod_t)VIRTUAL_parser__ReduceAction829__action, /* pointer to parser:ReduceAction829:parser#ReduceAction829#action */
9057 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction829:parser#ReduceAction#concat */
9058 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction829:parser#ReduceAction#init */
9059 }
9060 };
9061 /* allocate ReduceAction829 */
9062 val* NEW_parser__ReduceAction829(const struct type* type) {
9063 val* self /* : ReduceAction829 */;
9064 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9065 self->type = type;
9066 self->class = &class_parser__ReduceAction829;
9067 return self;
9068 }
9069 /* allocate ReduceAction829 */
9070 void CHECK_NEW_parser__ReduceAction829(val* self) {
9071 long var /* : Int */;
9072 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction829> */
9073 }
9074 /* runtime class parser__ReduceAction830 */
9075 const struct class class_parser__ReduceAction830 = {
9076 0, /* box_kind */
9077 {
9078 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction830:kernel#Object#object_id */
9079 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction830:kernel#Object#is_same_type */
9080 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction830:kernel#Object#== */
9081 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction830:kernel#Object#!= */
9082 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction830:kernel#Object#output */
9083 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction830:kernel#Object#output_class_name */
9084 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction830:kernel#Object#exit */
9085 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction830:kernel#Object#sys */
9086 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction830:kernel#Object#hash */
9087 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction830:string#Object#to_s */
9088 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction830:string#Object#native_class_name */
9089 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction830:string#Object#class_name */
9090 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction830:string#Object#inspect */
9091 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction830:string#Object#inspect_head */
9092 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction830:string#Object#args */
9093 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction830:math#Object#atan2 */
9094 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction830:math#Object#pi */
9095 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction830:math#Object#srand_from */
9096 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction830:math#Object#srand */
9097 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction830:stream#Object#poll */
9098 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction830:stream#Object#intern_poll */
9099 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction830:time#Object#get_time */
9100 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction830:file#Object#printn */
9101 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction830:file#Object#print */
9102 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction830:file#Object#getc */
9103 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction830:file#Object#gets */
9104 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction830:file#Object#getcwd */
9105 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction830:file#Object#file_getcwd */
9106 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction830:file#Object#stdin */
9107 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction830:file#Object#stdout */
9108 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction830:file#Object#stderr */
9109 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction830:model_base#Object#intrude_visibility */
9110 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction830:model_base#Object#public_visibility */
9111 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction830:model_base#Object#protected_visibility */
9112 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction830:model_base#Object#private_visibility */
9113 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction830:model_base#Object#none_visibility */
9114 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction830:model#Object#abstract_kind */
9115 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction830:model#Object#concrete_kind */
9116 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction830:model#Object#interface_kind */
9117 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction830:model#Object#enum_kind */
9118 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction830:model#Object#extern_kind */
9119 (nitmethod_t)VIRTUAL_parser__ReduceAction830__action, /* pointer to parser:ReduceAction830:parser#ReduceAction830#action */
9120 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction830:parser#ReduceAction#concat */
9121 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction830:parser#ReduceAction#init */
9122 }
9123 };
9124 /* allocate ReduceAction830 */
9125 val* NEW_parser__ReduceAction830(const struct type* type) {
9126 val* self /* : ReduceAction830 */;
9127 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9128 self->type = type;
9129 self->class = &class_parser__ReduceAction830;
9130 return self;
9131 }
9132 /* allocate ReduceAction830 */
9133 void CHECK_NEW_parser__ReduceAction830(val* self) {
9134 long var /* : Int */;
9135 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction830> */
9136 }
9137 /* runtime class parser__ReduceAction832 */
9138 const struct class class_parser__ReduceAction832 = {
9139 0, /* box_kind */
9140 {
9141 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction832:kernel#Object#object_id */
9142 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction832:kernel#Object#is_same_type */
9143 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction832:kernel#Object#== */
9144 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction832:kernel#Object#!= */
9145 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction832:kernel#Object#output */
9146 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction832:kernel#Object#output_class_name */
9147 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction832:kernel#Object#exit */
9148 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction832:kernel#Object#sys */
9149 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction832:kernel#Object#hash */
9150 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction832:string#Object#to_s */
9151 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction832:string#Object#native_class_name */
9152 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction832:string#Object#class_name */
9153 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction832:string#Object#inspect */
9154 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction832:string#Object#inspect_head */
9155 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction832:string#Object#args */
9156 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction832:math#Object#atan2 */
9157 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction832:math#Object#pi */
9158 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction832:math#Object#srand_from */
9159 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction832:math#Object#srand */
9160 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction832:stream#Object#poll */
9161 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction832:stream#Object#intern_poll */
9162 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction832:time#Object#get_time */
9163 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction832:file#Object#printn */
9164 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction832:file#Object#print */
9165 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction832:file#Object#getc */
9166 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction832:file#Object#gets */
9167 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction832:file#Object#getcwd */
9168 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction832:file#Object#file_getcwd */
9169 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction832:file#Object#stdin */
9170 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction832:file#Object#stdout */
9171 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction832:file#Object#stderr */
9172 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction832:model_base#Object#intrude_visibility */
9173 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction832:model_base#Object#public_visibility */
9174 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction832:model_base#Object#protected_visibility */
9175 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction832:model_base#Object#private_visibility */
9176 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction832:model_base#Object#none_visibility */
9177 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction832:model#Object#abstract_kind */
9178 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction832:model#Object#concrete_kind */
9179 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction832:model#Object#interface_kind */
9180 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction832:model#Object#enum_kind */
9181 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction832:model#Object#extern_kind */
9182 (nitmethod_t)VIRTUAL_parser__ReduceAction832__action, /* pointer to parser:ReduceAction832:parser#ReduceAction832#action */
9183 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction832:parser#ReduceAction#concat */
9184 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction832:parser#ReduceAction#init */
9185 }
9186 };
9187 /* allocate ReduceAction832 */
9188 val* NEW_parser__ReduceAction832(const struct type* type) {
9189 val* self /* : ReduceAction832 */;
9190 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9191 self->type = type;
9192 self->class = &class_parser__ReduceAction832;
9193 return self;
9194 }
9195 /* allocate ReduceAction832 */
9196 void CHECK_NEW_parser__ReduceAction832(val* self) {
9197 long var /* : Int */;
9198 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction832> */
9199 }
9200 /* runtime class parser__ReduceAction833 */
9201 const struct class class_parser__ReduceAction833 = {
9202 0, /* box_kind */
9203 {
9204 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction833:kernel#Object#object_id */
9205 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction833:kernel#Object#is_same_type */
9206 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction833:kernel#Object#== */
9207 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction833:kernel#Object#!= */
9208 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction833:kernel#Object#output */
9209 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction833:kernel#Object#output_class_name */
9210 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction833:kernel#Object#exit */
9211 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction833:kernel#Object#sys */
9212 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction833:kernel#Object#hash */
9213 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction833:string#Object#to_s */
9214 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction833:string#Object#native_class_name */
9215 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction833:string#Object#class_name */
9216 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction833:string#Object#inspect */
9217 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction833:string#Object#inspect_head */
9218 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction833:string#Object#args */
9219 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction833:math#Object#atan2 */
9220 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction833:math#Object#pi */
9221 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction833:math#Object#srand_from */
9222 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction833:math#Object#srand */
9223 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction833:stream#Object#poll */
9224 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction833:stream#Object#intern_poll */
9225 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction833:time#Object#get_time */
9226 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction833:file#Object#printn */
9227 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction833:file#Object#print */
9228 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction833:file#Object#getc */
9229 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction833:file#Object#gets */
9230 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction833:file#Object#getcwd */
9231 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction833:file#Object#file_getcwd */
9232 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction833:file#Object#stdin */
9233 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction833:file#Object#stdout */
9234 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction833:file#Object#stderr */
9235 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction833:model_base#Object#intrude_visibility */
9236 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction833:model_base#Object#public_visibility */
9237 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction833:model_base#Object#protected_visibility */
9238 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction833:model_base#Object#private_visibility */
9239 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction833:model_base#Object#none_visibility */
9240 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction833:model#Object#abstract_kind */
9241 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction833:model#Object#concrete_kind */
9242 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction833:model#Object#interface_kind */
9243 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction833:model#Object#enum_kind */
9244 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction833:model#Object#extern_kind */
9245 (nitmethod_t)VIRTUAL_parser__ReduceAction833__action, /* pointer to parser:ReduceAction833:parser#ReduceAction833#action */
9246 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction833:parser#ReduceAction#concat */
9247 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction833:parser#ReduceAction#init */
9248 }
9249 };
9250 /* allocate ReduceAction833 */
9251 val* NEW_parser__ReduceAction833(const struct type* type) {
9252 val* self /* : ReduceAction833 */;
9253 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9254 self->type = type;
9255 self->class = &class_parser__ReduceAction833;
9256 return self;
9257 }
9258 /* allocate ReduceAction833 */
9259 void CHECK_NEW_parser__ReduceAction833(val* self) {
9260 long var /* : Int */;
9261 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction833> */
9262 }
9263 /* runtime class parser__ReduceAction834 */
9264 const struct class class_parser__ReduceAction834 = {
9265 0, /* box_kind */
9266 {
9267 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction834:kernel#Object#object_id */
9268 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction834:kernel#Object#is_same_type */
9269 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction834:kernel#Object#== */
9270 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction834:kernel#Object#!= */
9271 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction834:kernel#Object#output */
9272 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction834:kernel#Object#output_class_name */
9273 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction834:kernel#Object#exit */
9274 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction834:kernel#Object#sys */
9275 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction834:kernel#Object#hash */
9276 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction834:string#Object#to_s */
9277 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction834:string#Object#native_class_name */
9278 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction834:string#Object#class_name */
9279 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction834:string#Object#inspect */
9280 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction834:string#Object#inspect_head */
9281 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction834:string#Object#args */
9282 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction834:math#Object#atan2 */
9283 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction834:math#Object#pi */
9284 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction834:math#Object#srand_from */
9285 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction834:math#Object#srand */
9286 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction834:stream#Object#poll */
9287 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction834:stream#Object#intern_poll */
9288 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction834:time#Object#get_time */
9289 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction834:file#Object#printn */
9290 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction834:file#Object#print */
9291 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction834:file#Object#getc */
9292 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction834:file#Object#gets */
9293 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction834:file#Object#getcwd */
9294 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction834:file#Object#file_getcwd */
9295 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction834:file#Object#stdin */
9296 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction834:file#Object#stdout */
9297 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction834:file#Object#stderr */
9298 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction834:model_base#Object#intrude_visibility */
9299 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction834:model_base#Object#public_visibility */
9300 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction834:model_base#Object#protected_visibility */
9301 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction834:model_base#Object#private_visibility */
9302 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction834:model_base#Object#none_visibility */
9303 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction834:model#Object#abstract_kind */
9304 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction834:model#Object#concrete_kind */
9305 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction834:model#Object#interface_kind */
9306 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction834:model#Object#enum_kind */
9307 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction834:model#Object#extern_kind */
9308 (nitmethod_t)VIRTUAL_parser__ReduceAction834__action, /* pointer to parser:ReduceAction834:parser#ReduceAction834#action */
9309 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction834:parser#ReduceAction#concat */
9310 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction834:parser#ReduceAction#init */
9311 }
9312 };
9313 /* allocate ReduceAction834 */
9314 val* NEW_parser__ReduceAction834(const struct type* type) {
9315 val* self /* : ReduceAction834 */;
9316 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9317 self->type = type;
9318 self->class = &class_parser__ReduceAction834;
9319 return self;
9320 }
9321 /* allocate ReduceAction834 */
9322 void CHECK_NEW_parser__ReduceAction834(val* self) {
9323 long var /* : Int */;
9324 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction834> */
9325 }
9326 /* runtime class parser__ReduceAction835 */
9327 const struct class class_parser__ReduceAction835 = {
9328 0, /* box_kind */
9329 {
9330 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction835:kernel#Object#object_id */
9331 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction835:kernel#Object#is_same_type */
9332 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction835:kernel#Object#== */
9333 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction835:kernel#Object#!= */
9334 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction835:kernel#Object#output */
9335 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction835:kernel#Object#output_class_name */
9336 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction835:kernel#Object#exit */
9337 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction835:kernel#Object#sys */
9338 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction835:kernel#Object#hash */
9339 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction835:string#Object#to_s */
9340 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction835:string#Object#native_class_name */
9341 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction835:string#Object#class_name */
9342 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction835:string#Object#inspect */
9343 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction835:string#Object#inspect_head */
9344 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction835:string#Object#args */
9345 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction835:math#Object#atan2 */
9346 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction835:math#Object#pi */
9347 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction835:math#Object#srand_from */
9348 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction835:math#Object#srand */
9349 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction835:stream#Object#poll */
9350 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction835:stream#Object#intern_poll */
9351 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction835:time#Object#get_time */
9352 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction835:file#Object#printn */
9353 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction835:file#Object#print */
9354 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction835:file#Object#getc */
9355 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction835:file#Object#gets */
9356 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction835:file#Object#getcwd */
9357 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction835:file#Object#file_getcwd */
9358 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction835:file#Object#stdin */
9359 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction835:file#Object#stdout */
9360 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction835:file#Object#stderr */
9361 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction835:model_base#Object#intrude_visibility */
9362 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction835:model_base#Object#public_visibility */
9363 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction835:model_base#Object#protected_visibility */
9364 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction835:model_base#Object#private_visibility */
9365 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction835:model_base#Object#none_visibility */
9366 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction835:model#Object#abstract_kind */
9367 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction835:model#Object#concrete_kind */
9368 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction835:model#Object#interface_kind */
9369 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction835:model#Object#enum_kind */
9370 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction835:model#Object#extern_kind */
9371 (nitmethod_t)VIRTUAL_parser__ReduceAction835__action, /* pointer to parser:ReduceAction835:parser#ReduceAction835#action */
9372 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction835:parser#ReduceAction#concat */
9373 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction835:parser#ReduceAction#init */
9374 }
9375 };
9376 /* allocate ReduceAction835 */
9377 val* NEW_parser__ReduceAction835(const struct type* type) {
9378 val* self /* : ReduceAction835 */;
9379 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9380 self->type = type;
9381 self->class = &class_parser__ReduceAction835;
9382 return self;
9383 }
9384 /* allocate ReduceAction835 */
9385 void CHECK_NEW_parser__ReduceAction835(val* self) {
9386 long var /* : Int */;
9387 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction835> */
9388 }
9389 /* runtime class parser__ReduceAction836 */
9390 const struct class class_parser__ReduceAction836 = {
9391 0, /* box_kind */
9392 {
9393 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction836:kernel#Object#object_id */
9394 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction836:kernel#Object#is_same_type */
9395 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction836:kernel#Object#== */
9396 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction836:kernel#Object#!= */
9397 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction836:kernel#Object#output */
9398 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction836:kernel#Object#output_class_name */
9399 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction836:kernel#Object#exit */
9400 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction836:kernel#Object#sys */
9401 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction836:kernel#Object#hash */
9402 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction836:string#Object#to_s */
9403 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction836:string#Object#native_class_name */
9404 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction836:string#Object#class_name */
9405 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction836:string#Object#inspect */
9406 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction836:string#Object#inspect_head */
9407 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction836:string#Object#args */
9408 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction836:math#Object#atan2 */
9409 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction836:math#Object#pi */
9410 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction836:math#Object#srand_from */
9411 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction836:math#Object#srand */
9412 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction836:stream#Object#poll */
9413 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction836:stream#Object#intern_poll */
9414 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction836:time#Object#get_time */
9415 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction836:file#Object#printn */
9416 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction836:file#Object#print */
9417 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction836:file#Object#getc */
9418 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction836:file#Object#gets */
9419 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction836:file#Object#getcwd */
9420 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction836:file#Object#file_getcwd */
9421 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction836:file#Object#stdin */
9422 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction836:file#Object#stdout */
9423 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction836:file#Object#stderr */
9424 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction836:model_base#Object#intrude_visibility */
9425 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction836:model_base#Object#public_visibility */
9426 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction836:model_base#Object#protected_visibility */
9427 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction836:model_base#Object#private_visibility */
9428 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction836:model_base#Object#none_visibility */
9429 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction836:model#Object#abstract_kind */
9430 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction836:model#Object#concrete_kind */
9431 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction836:model#Object#interface_kind */
9432 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction836:model#Object#enum_kind */
9433 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction836:model#Object#extern_kind */
9434 (nitmethod_t)VIRTUAL_parser__ReduceAction836__action, /* pointer to parser:ReduceAction836:parser#ReduceAction836#action */
9435 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction836:parser#ReduceAction#concat */
9436 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction836:parser#ReduceAction#init */
9437 }
9438 };
9439 /* allocate ReduceAction836 */
9440 val* NEW_parser__ReduceAction836(const struct type* type) {
9441 val* self /* : ReduceAction836 */;
9442 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9443 self->type = type;
9444 self->class = &class_parser__ReduceAction836;
9445 return self;
9446 }
9447 /* allocate ReduceAction836 */
9448 void CHECK_NEW_parser__ReduceAction836(val* self) {
9449 long var /* : Int */;
9450 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction836> */
9451 }
9452 /* runtime class parser__ReduceAction837 */
9453 const struct class class_parser__ReduceAction837 = {
9454 0, /* box_kind */
9455 {
9456 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction837:kernel#Object#object_id */
9457 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction837:kernel#Object#is_same_type */
9458 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction837:kernel#Object#== */
9459 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction837:kernel#Object#!= */
9460 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction837:kernel#Object#output */
9461 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction837:kernel#Object#output_class_name */
9462 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction837:kernel#Object#exit */
9463 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction837:kernel#Object#sys */
9464 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction837:kernel#Object#hash */
9465 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction837:string#Object#to_s */
9466 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction837:string#Object#native_class_name */
9467 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction837:string#Object#class_name */
9468 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction837:string#Object#inspect */
9469 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction837:string#Object#inspect_head */
9470 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction837:string#Object#args */
9471 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction837:math#Object#atan2 */
9472 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction837:math#Object#pi */
9473 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction837:math#Object#srand_from */
9474 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction837:math#Object#srand */
9475 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction837:stream#Object#poll */
9476 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction837:stream#Object#intern_poll */
9477 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction837:time#Object#get_time */
9478 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction837:file#Object#printn */
9479 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction837:file#Object#print */
9480 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction837:file#Object#getc */
9481 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction837:file#Object#gets */
9482 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction837:file#Object#getcwd */
9483 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction837:file#Object#file_getcwd */
9484 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction837:file#Object#stdin */
9485 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction837:file#Object#stdout */
9486 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction837:file#Object#stderr */
9487 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction837:model_base#Object#intrude_visibility */
9488 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction837:model_base#Object#public_visibility */
9489 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction837:model_base#Object#protected_visibility */
9490 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction837:model_base#Object#private_visibility */
9491 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction837:model_base#Object#none_visibility */
9492 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction837:model#Object#abstract_kind */
9493 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction837:model#Object#concrete_kind */
9494 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction837:model#Object#interface_kind */
9495 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction837:model#Object#enum_kind */
9496 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction837:model#Object#extern_kind */
9497 (nitmethod_t)VIRTUAL_parser__ReduceAction837__action, /* pointer to parser:ReduceAction837:parser#ReduceAction837#action */
9498 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction837:parser#ReduceAction#concat */
9499 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction837:parser#ReduceAction#init */
9500 }
9501 };
9502 /* allocate ReduceAction837 */
9503 val* NEW_parser__ReduceAction837(const struct type* type) {
9504 val* self /* : ReduceAction837 */;
9505 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9506 self->type = type;
9507 self->class = &class_parser__ReduceAction837;
9508 return self;
9509 }
9510 /* allocate ReduceAction837 */
9511 void CHECK_NEW_parser__ReduceAction837(val* self) {
9512 long var /* : Int */;
9513 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction837> */
9514 }
9515 /* runtime class parser__ReduceAction838 */
9516 const struct class class_parser__ReduceAction838 = {
9517 0, /* box_kind */
9518 {
9519 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction838:kernel#Object#object_id */
9520 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction838:kernel#Object#is_same_type */
9521 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction838:kernel#Object#== */
9522 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction838:kernel#Object#!= */
9523 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction838:kernel#Object#output */
9524 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction838:kernel#Object#output_class_name */
9525 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction838:kernel#Object#exit */
9526 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction838:kernel#Object#sys */
9527 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction838:kernel#Object#hash */
9528 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction838:string#Object#to_s */
9529 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction838:string#Object#native_class_name */
9530 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction838:string#Object#class_name */
9531 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction838:string#Object#inspect */
9532 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction838:string#Object#inspect_head */
9533 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction838:string#Object#args */
9534 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction838:math#Object#atan2 */
9535 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction838:math#Object#pi */
9536 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction838:math#Object#srand_from */
9537 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction838:math#Object#srand */
9538 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction838:stream#Object#poll */
9539 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction838:stream#Object#intern_poll */
9540 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction838:time#Object#get_time */
9541 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction838:file#Object#printn */
9542 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction838:file#Object#print */
9543 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction838:file#Object#getc */
9544 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction838:file#Object#gets */
9545 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction838:file#Object#getcwd */
9546 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction838:file#Object#file_getcwd */
9547 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction838:file#Object#stdin */
9548 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction838:file#Object#stdout */
9549 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction838:file#Object#stderr */
9550 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction838:model_base#Object#intrude_visibility */
9551 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction838:model_base#Object#public_visibility */
9552 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction838:model_base#Object#protected_visibility */
9553 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction838:model_base#Object#private_visibility */
9554 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction838:model_base#Object#none_visibility */
9555 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction838:model#Object#abstract_kind */
9556 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction838:model#Object#concrete_kind */
9557 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction838:model#Object#interface_kind */
9558 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction838:model#Object#enum_kind */
9559 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction838:model#Object#extern_kind */
9560 (nitmethod_t)VIRTUAL_parser__ReduceAction838__action, /* pointer to parser:ReduceAction838:parser#ReduceAction838#action */
9561 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction838:parser#ReduceAction#concat */
9562 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction838:parser#ReduceAction#init */
9563 }
9564 };
9565 /* allocate ReduceAction838 */
9566 val* NEW_parser__ReduceAction838(const struct type* type) {
9567 val* self /* : ReduceAction838 */;
9568 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9569 self->type = type;
9570 self->class = &class_parser__ReduceAction838;
9571 return self;
9572 }
9573 /* allocate ReduceAction838 */
9574 void CHECK_NEW_parser__ReduceAction838(val* self) {
9575 long var /* : Int */;
9576 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction838> */
9577 }
9578 /* runtime class parser__ReduceAction839 */
9579 const struct class class_parser__ReduceAction839 = {
9580 0, /* box_kind */
9581 {
9582 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction839:kernel#Object#object_id */
9583 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction839:kernel#Object#is_same_type */
9584 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction839:kernel#Object#== */
9585 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction839:kernel#Object#!= */
9586 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction839:kernel#Object#output */
9587 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction839:kernel#Object#output_class_name */
9588 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction839:kernel#Object#exit */
9589 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction839:kernel#Object#sys */
9590 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction839:kernel#Object#hash */
9591 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction839:string#Object#to_s */
9592 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction839:string#Object#native_class_name */
9593 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction839:string#Object#class_name */
9594 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction839:string#Object#inspect */
9595 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction839:string#Object#inspect_head */
9596 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction839:string#Object#args */
9597 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction839:math#Object#atan2 */
9598 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction839:math#Object#pi */
9599 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction839:math#Object#srand_from */
9600 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction839:math#Object#srand */
9601 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction839:stream#Object#poll */
9602 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction839:stream#Object#intern_poll */
9603 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction839:time#Object#get_time */
9604 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction839:file#Object#printn */
9605 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction839:file#Object#print */
9606 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction839:file#Object#getc */
9607 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction839:file#Object#gets */
9608 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction839:file#Object#getcwd */
9609 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction839:file#Object#file_getcwd */
9610 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction839:file#Object#stdin */
9611 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction839:file#Object#stdout */
9612 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction839:file#Object#stderr */
9613 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction839:model_base#Object#intrude_visibility */
9614 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction839:model_base#Object#public_visibility */
9615 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction839:model_base#Object#protected_visibility */
9616 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction839:model_base#Object#private_visibility */
9617 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction839:model_base#Object#none_visibility */
9618 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction839:model#Object#abstract_kind */
9619 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction839:model#Object#concrete_kind */
9620 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction839:model#Object#interface_kind */
9621 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction839:model#Object#enum_kind */
9622 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction839:model#Object#extern_kind */
9623 (nitmethod_t)VIRTUAL_parser__ReduceAction839__action, /* pointer to parser:ReduceAction839:parser#ReduceAction839#action */
9624 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction839:parser#ReduceAction#concat */
9625 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction839:parser#ReduceAction#init */
9626 }
9627 };
9628 /* allocate ReduceAction839 */
9629 val* NEW_parser__ReduceAction839(const struct type* type) {
9630 val* self /* : ReduceAction839 */;
9631 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9632 self->type = type;
9633 self->class = &class_parser__ReduceAction839;
9634 return self;
9635 }
9636 /* allocate ReduceAction839 */
9637 void CHECK_NEW_parser__ReduceAction839(val* self) {
9638 long var /* : Int */;
9639 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction839> */
9640 }
9641 /* runtime class parser__ReduceAction840 */
9642 const struct class class_parser__ReduceAction840 = {
9643 0, /* box_kind */
9644 {
9645 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction840:kernel#Object#object_id */
9646 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction840:kernel#Object#is_same_type */
9647 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction840:kernel#Object#== */
9648 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction840:kernel#Object#!= */
9649 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction840:kernel#Object#output */
9650 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction840:kernel#Object#output_class_name */
9651 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction840:kernel#Object#exit */
9652 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction840:kernel#Object#sys */
9653 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction840:kernel#Object#hash */
9654 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction840:string#Object#to_s */
9655 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction840:string#Object#native_class_name */
9656 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction840:string#Object#class_name */
9657 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction840:string#Object#inspect */
9658 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction840:string#Object#inspect_head */
9659 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction840:string#Object#args */
9660 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction840:math#Object#atan2 */
9661 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction840:math#Object#pi */
9662 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction840:math#Object#srand_from */
9663 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction840:math#Object#srand */
9664 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction840:stream#Object#poll */
9665 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction840:stream#Object#intern_poll */
9666 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction840:time#Object#get_time */
9667 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction840:file#Object#printn */
9668 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction840:file#Object#print */
9669 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction840:file#Object#getc */
9670 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction840:file#Object#gets */
9671 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction840:file#Object#getcwd */
9672 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction840:file#Object#file_getcwd */
9673 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction840:file#Object#stdin */
9674 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction840:file#Object#stdout */
9675 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction840:file#Object#stderr */
9676 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction840:model_base#Object#intrude_visibility */
9677 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction840:model_base#Object#public_visibility */
9678 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction840:model_base#Object#protected_visibility */
9679 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction840:model_base#Object#private_visibility */
9680 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction840:model_base#Object#none_visibility */
9681 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction840:model#Object#abstract_kind */
9682 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction840:model#Object#concrete_kind */
9683 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction840:model#Object#interface_kind */
9684 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction840:model#Object#enum_kind */
9685 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction840:model#Object#extern_kind */
9686 (nitmethod_t)VIRTUAL_parser__ReduceAction840__action, /* pointer to parser:ReduceAction840:parser#ReduceAction840#action */
9687 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction840:parser#ReduceAction#concat */
9688 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction840:parser#ReduceAction#init */
9689 }
9690 };
9691 /* allocate ReduceAction840 */
9692 val* NEW_parser__ReduceAction840(const struct type* type) {
9693 val* self /* : ReduceAction840 */;
9694 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9695 self->type = type;
9696 self->class = &class_parser__ReduceAction840;
9697 return self;
9698 }
9699 /* allocate ReduceAction840 */
9700 void CHECK_NEW_parser__ReduceAction840(val* self) {
9701 long var /* : Int */;
9702 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction840> */
9703 }
9704 /* runtime class parser__ReduceAction841 */
9705 const struct class class_parser__ReduceAction841 = {
9706 0, /* box_kind */
9707 {
9708 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction841:kernel#Object#object_id */
9709 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction841:kernel#Object#is_same_type */
9710 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction841:kernel#Object#== */
9711 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction841:kernel#Object#!= */
9712 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction841:kernel#Object#output */
9713 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction841:kernel#Object#output_class_name */
9714 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction841:kernel#Object#exit */
9715 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction841:kernel#Object#sys */
9716 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction841:kernel#Object#hash */
9717 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction841:string#Object#to_s */
9718 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction841:string#Object#native_class_name */
9719 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction841:string#Object#class_name */
9720 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction841:string#Object#inspect */
9721 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction841:string#Object#inspect_head */
9722 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction841:string#Object#args */
9723 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction841:math#Object#atan2 */
9724 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction841:math#Object#pi */
9725 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction841:math#Object#srand_from */
9726 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction841:math#Object#srand */
9727 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction841:stream#Object#poll */
9728 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction841:stream#Object#intern_poll */
9729 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction841:time#Object#get_time */
9730 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction841:file#Object#printn */
9731 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction841:file#Object#print */
9732 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction841:file#Object#getc */
9733 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction841:file#Object#gets */
9734 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction841:file#Object#getcwd */
9735 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction841:file#Object#file_getcwd */
9736 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction841:file#Object#stdin */
9737 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction841:file#Object#stdout */
9738 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction841:file#Object#stderr */
9739 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction841:model_base#Object#intrude_visibility */
9740 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction841:model_base#Object#public_visibility */
9741 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction841:model_base#Object#protected_visibility */
9742 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction841:model_base#Object#private_visibility */
9743 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction841:model_base#Object#none_visibility */
9744 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction841:model#Object#abstract_kind */
9745 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction841:model#Object#concrete_kind */
9746 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction841:model#Object#interface_kind */
9747 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction841:model#Object#enum_kind */
9748 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction841:model#Object#extern_kind */
9749 (nitmethod_t)VIRTUAL_parser__ReduceAction841__action, /* pointer to parser:ReduceAction841:parser#ReduceAction841#action */
9750 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction841:parser#ReduceAction#concat */
9751 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction841:parser#ReduceAction#init */
9752 }
9753 };
9754 /* allocate ReduceAction841 */
9755 val* NEW_parser__ReduceAction841(const struct type* type) {
9756 val* self /* : ReduceAction841 */;
9757 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9758 self->type = type;
9759 self->class = &class_parser__ReduceAction841;
9760 return self;
9761 }
9762 /* allocate ReduceAction841 */
9763 void CHECK_NEW_parser__ReduceAction841(val* self) {
9764 long var /* : Int */;
9765 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction841> */
9766 }
9767 /* runtime class parser__ReduceAction842 */
9768 const struct class class_parser__ReduceAction842 = {
9769 0, /* box_kind */
9770 {
9771 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction842:kernel#Object#object_id */
9772 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction842:kernel#Object#is_same_type */
9773 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction842:kernel#Object#== */
9774 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction842:kernel#Object#!= */
9775 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction842:kernel#Object#output */
9776 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction842:kernel#Object#output_class_name */
9777 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction842:kernel#Object#exit */
9778 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction842:kernel#Object#sys */
9779 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction842:kernel#Object#hash */
9780 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction842:string#Object#to_s */
9781 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction842:string#Object#native_class_name */
9782 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction842:string#Object#class_name */
9783 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction842:string#Object#inspect */
9784 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction842:string#Object#inspect_head */
9785 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction842:string#Object#args */
9786 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction842:math#Object#atan2 */
9787 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction842:math#Object#pi */
9788 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction842:math#Object#srand_from */
9789 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction842:math#Object#srand */
9790 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction842:stream#Object#poll */
9791 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction842:stream#Object#intern_poll */
9792 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction842:time#Object#get_time */
9793 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction842:file#Object#printn */
9794 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction842:file#Object#print */
9795 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction842:file#Object#getc */
9796 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction842:file#Object#gets */
9797 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction842:file#Object#getcwd */
9798 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction842:file#Object#file_getcwd */
9799 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction842:file#Object#stdin */
9800 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction842:file#Object#stdout */
9801 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction842:file#Object#stderr */
9802 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction842:model_base#Object#intrude_visibility */
9803 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction842:model_base#Object#public_visibility */
9804 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction842:model_base#Object#protected_visibility */
9805 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction842:model_base#Object#private_visibility */
9806 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction842:model_base#Object#none_visibility */
9807 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction842:model#Object#abstract_kind */
9808 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction842:model#Object#concrete_kind */
9809 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction842:model#Object#interface_kind */
9810 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction842:model#Object#enum_kind */
9811 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction842:model#Object#extern_kind */
9812 (nitmethod_t)VIRTUAL_parser__ReduceAction842__action, /* pointer to parser:ReduceAction842:parser#ReduceAction842#action */
9813 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction842:parser#ReduceAction#concat */
9814 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction842:parser#ReduceAction#init */
9815 }
9816 };
9817 /* allocate ReduceAction842 */
9818 val* NEW_parser__ReduceAction842(const struct type* type) {
9819 val* self /* : ReduceAction842 */;
9820 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9821 self->type = type;
9822 self->class = &class_parser__ReduceAction842;
9823 return self;
9824 }
9825 /* allocate ReduceAction842 */
9826 void CHECK_NEW_parser__ReduceAction842(val* self) {
9827 long var /* : Int */;
9828 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction842> */
9829 }
9830 /* runtime class parser__ReduceAction843 */
9831 const struct class class_parser__ReduceAction843 = {
9832 0, /* box_kind */
9833 {
9834 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction843:kernel#Object#object_id */
9835 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction843:kernel#Object#is_same_type */
9836 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction843:kernel#Object#== */
9837 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction843:kernel#Object#!= */
9838 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction843:kernel#Object#output */
9839 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction843:kernel#Object#output_class_name */
9840 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction843:kernel#Object#exit */
9841 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction843:kernel#Object#sys */
9842 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction843:kernel#Object#hash */
9843 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction843:string#Object#to_s */
9844 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction843:string#Object#native_class_name */
9845 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction843:string#Object#class_name */
9846 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction843:string#Object#inspect */
9847 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction843:string#Object#inspect_head */
9848 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction843:string#Object#args */
9849 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction843:math#Object#atan2 */
9850 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction843:math#Object#pi */
9851 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction843:math#Object#srand_from */
9852 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction843:math#Object#srand */
9853 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction843:stream#Object#poll */
9854 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction843:stream#Object#intern_poll */
9855 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction843:time#Object#get_time */
9856 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction843:file#Object#printn */
9857 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction843:file#Object#print */
9858 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction843:file#Object#getc */
9859 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction843:file#Object#gets */
9860 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction843:file#Object#getcwd */
9861 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction843:file#Object#file_getcwd */
9862 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction843:file#Object#stdin */
9863 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction843:file#Object#stdout */
9864 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction843:file#Object#stderr */
9865 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction843:model_base#Object#intrude_visibility */
9866 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction843:model_base#Object#public_visibility */
9867 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction843:model_base#Object#protected_visibility */
9868 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction843:model_base#Object#private_visibility */
9869 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction843:model_base#Object#none_visibility */
9870 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction843:model#Object#abstract_kind */
9871 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction843:model#Object#concrete_kind */
9872 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction843:model#Object#interface_kind */
9873 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction843:model#Object#enum_kind */
9874 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction843:model#Object#extern_kind */
9875 (nitmethod_t)VIRTUAL_parser__ReduceAction843__action, /* pointer to parser:ReduceAction843:parser#ReduceAction843#action */
9876 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction843:parser#ReduceAction#concat */
9877 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction843:parser#ReduceAction#init */
9878 }
9879 };
9880 /* allocate ReduceAction843 */
9881 val* NEW_parser__ReduceAction843(const struct type* type) {
9882 val* self /* : ReduceAction843 */;
9883 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9884 self->type = type;
9885 self->class = &class_parser__ReduceAction843;
9886 return self;
9887 }
9888 /* allocate ReduceAction843 */
9889 void CHECK_NEW_parser__ReduceAction843(val* self) {
9890 long var /* : Int */;
9891 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction843> */
9892 }
9893 /* runtime class parser__ReduceAction844 */
9894 const struct class class_parser__ReduceAction844 = {
9895 0, /* box_kind */
9896 {
9897 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction844:kernel#Object#object_id */
9898 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction844:kernel#Object#is_same_type */
9899 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction844:kernel#Object#== */
9900 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction844:kernel#Object#!= */
9901 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction844:kernel#Object#output */
9902 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction844:kernel#Object#output_class_name */
9903 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction844:kernel#Object#exit */
9904 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction844:kernel#Object#sys */
9905 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction844:kernel#Object#hash */
9906 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction844:string#Object#to_s */
9907 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction844:string#Object#native_class_name */
9908 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction844:string#Object#class_name */
9909 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction844:string#Object#inspect */
9910 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction844:string#Object#inspect_head */
9911 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction844:string#Object#args */
9912 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction844:math#Object#atan2 */
9913 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction844:math#Object#pi */
9914 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction844:math#Object#srand_from */
9915 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction844:math#Object#srand */
9916 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction844:stream#Object#poll */
9917 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction844:stream#Object#intern_poll */
9918 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction844:time#Object#get_time */
9919 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction844:file#Object#printn */
9920 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction844:file#Object#print */
9921 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction844:file#Object#getc */
9922 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction844:file#Object#gets */
9923 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction844:file#Object#getcwd */
9924 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction844:file#Object#file_getcwd */
9925 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction844:file#Object#stdin */
9926 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction844:file#Object#stdout */
9927 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction844:file#Object#stderr */
9928 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction844:model_base#Object#intrude_visibility */
9929 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction844:model_base#Object#public_visibility */
9930 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction844:model_base#Object#protected_visibility */
9931 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction844:model_base#Object#private_visibility */
9932 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction844:model_base#Object#none_visibility */
9933 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction844:model#Object#abstract_kind */
9934 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction844:model#Object#concrete_kind */
9935 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction844:model#Object#interface_kind */
9936 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction844:model#Object#enum_kind */
9937 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction844:model#Object#extern_kind */
9938 (nitmethod_t)VIRTUAL_parser__ReduceAction844__action, /* pointer to parser:ReduceAction844:parser#ReduceAction844#action */
9939 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction844:parser#ReduceAction#concat */
9940 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction844:parser#ReduceAction#init */
9941 }
9942 };
9943 /* allocate ReduceAction844 */
9944 val* NEW_parser__ReduceAction844(const struct type* type) {
9945 val* self /* : ReduceAction844 */;
9946 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9947 self->type = type;
9948 self->class = &class_parser__ReduceAction844;
9949 return self;
9950 }
9951 /* allocate ReduceAction844 */
9952 void CHECK_NEW_parser__ReduceAction844(val* self) {
9953 long var /* : Int */;
9954 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction844> */
9955 }