use nitg to bootstrap; drop bootstrap of nitc
[nit.git] / c_src / nitg.classes.3.c
1 #include "nitg.classes.0.h"
2 /* runtime class parser__ReduceAction299 */
3 const struct class class_parser__ReduceAction299 = {
4 0, /* box_kind */
5 {
6 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction299:kernel#Object#object_id */
7 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction299:kernel#Object#is_same_type */
8 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction299:kernel#Object#== */
9 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction299:kernel#Object#!= */
10 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction299:kernel#Object#output */
11 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction299:kernel#Object#output_class_name */
12 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction299:kernel#Object#exit */
13 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction299:kernel#Object#sys */
14 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction299:kernel#Object#hash */
15 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction299:string#Object#to_s */
16 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction299:string#Object#native_class_name */
17 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction299:string#Object#class_name */
18 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction299:string#Object#inspect */
19 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction299:string#Object#inspect_head */
20 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction299:string#Object#args */
21 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction299:math#Object#atan2 */
22 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction299:math#Object#pi */
23 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction299:math#Object#srand_from */
24 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction299:math#Object#srand */
25 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction299:stream#Object#poll */
26 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction299:stream#Object#intern_poll */
27 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction299:time#Object#get_time */
28 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction299:file#Object#printn */
29 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction299:file#Object#print */
30 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction299:file#Object#getc */
31 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction299:file#Object#gets */
32 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction299:file#Object#getcwd */
33 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction299:file#Object#file_getcwd */
34 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction299:file#Object#stdin */
35 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction299:file#Object#stdout */
36 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction299:file#Object#stderr */
37 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction299:model_base#Object#intrude_visibility */
38 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction299:model_base#Object#public_visibility */
39 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction299:model_base#Object#protected_visibility */
40 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction299:model_base#Object#private_visibility */
41 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction299:model_base#Object#none_visibility */
42 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction299:model#Object#abstract_kind */
43 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction299:model#Object#concrete_kind */
44 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction299:model#Object#interface_kind */
45 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction299:model#Object#enum_kind */
46 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction299:model#Object#extern_kind */
47 (nitmethod_t)VIRTUAL_parser__ReduceAction299__action, /* pointer to parser:ReduceAction299:parser#ReduceAction299#action */
48 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction299:parser#ReduceAction#concat */
49 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction299:parser#ReduceAction#init */
50 }
51 };
52 /* allocate ReduceAction299 */
53 val* NEW_parser__ReduceAction299(const struct type* type) {
54 val* self /* : ReduceAction299 */;
55 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
56 self->type = type;
57 self->class = &class_parser__ReduceAction299;
58 return self;
59 }
60 /* allocate ReduceAction299 */
61 void CHECK_NEW_parser__ReduceAction299(val* self) {
62 long var /* : Int */;
63 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction299> */
64 }
65 /* runtime class parser__ReduceAction300 */
66 const struct class class_parser__ReduceAction300 = {
67 0, /* box_kind */
68 {
69 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction300:kernel#Object#object_id */
70 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction300:kernel#Object#is_same_type */
71 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction300:kernel#Object#== */
72 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction300:kernel#Object#!= */
73 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction300:kernel#Object#output */
74 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction300:kernel#Object#output_class_name */
75 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction300:kernel#Object#exit */
76 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction300:kernel#Object#sys */
77 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction300:kernel#Object#hash */
78 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction300:string#Object#to_s */
79 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction300:string#Object#native_class_name */
80 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction300:string#Object#class_name */
81 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction300:string#Object#inspect */
82 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction300:string#Object#inspect_head */
83 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction300:string#Object#args */
84 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction300:math#Object#atan2 */
85 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction300:math#Object#pi */
86 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction300:math#Object#srand_from */
87 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction300:math#Object#srand */
88 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction300:stream#Object#poll */
89 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction300:stream#Object#intern_poll */
90 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction300:time#Object#get_time */
91 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction300:file#Object#printn */
92 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction300:file#Object#print */
93 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction300:file#Object#getc */
94 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction300:file#Object#gets */
95 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction300:file#Object#getcwd */
96 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction300:file#Object#file_getcwd */
97 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction300:file#Object#stdin */
98 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction300:file#Object#stdout */
99 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction300:file#Object#stderr */
100 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction300:model_base#Object#intrude_visibility */
101 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction300:model_base#Object#public_visibility */
102 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction300:model_base#Object#protected_visibility */
103 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction300:model_base#Object#private_visibility */
104 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction300:model_base#Object#none_visibility */
105 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction300:model#Object#abstract_kind */
106 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction300:model#Object#concrete_kind */
107 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction300:model#Object#interface_kind */
108 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction300:model#Object#enum_kind */
109 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction300:model#Object#extern_kind */
110 (nitmethod_t)VIRTUAL_parser__ReduceAction300__action, /* pointer to parser:ReduceAction300:parser#ReduceAction300#action */
111 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction300:parser#ReduceAction#concat */
112 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction300:parser#ReduceAction#init */
113 }
114 };
115 /* allocate ReduceAction300 */
116 val* NEW_parser__ReduceAction300(const struct type* type) {
117 val* self /* : ReduceAction300 */;
118 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
119 self->type = type;
120 self->class = &class_parser__ReduceAction300;
121 return self;
122 }
123 /* allocate ReduceAction300 */
124 void CHECK_NEW_parser__ReduceAction300(val* self) {
125 long var /* : Int */;
126 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction300> */
127 }
128 /* runtime class parser__ReduceAction302 */
129 const struct class class_parser__ReduceAction302 = {
130 0, /* box_kind */
131 {
132 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction302:kernel#Object#object_id */
133 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction302:kernel#Object#is_same_type */
134 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction302:kernel#Object#== */
135 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction302:kernel#Object#!= */
136 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction302:kernel#Object#output */
137 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction302:kernel#Object#output_class_name */
138 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction302:kernel#Object#exit */
139 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction302:kernel#Object#sys */
140 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction302:kernel#Object#hash */
141 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction302:string#Object#to_s */
142 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction302:string#Object#native_class_name */
143 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction302:string#Object#class_name */
144 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction302:string#Object#inspect */
145 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction302:string#Object#inspect_head */
146 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction302:string#Object#args */
147 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction302:math#Object#atan2 */
148 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction302:math#Object#pi */
149 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction302:math#Object#srand_from */
150 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction302:math#Object#srand */
151 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction302:stream#Object#poll */
152 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction302:stream#Object#intern_poll */
153 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction302:time#Object#get_time */
154 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction302:file#Object#printn */
155 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction302:file#Object#print */
156 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction302:file#Object#getc */
157 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction302:file#Object#gets */
158 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction302:file#Object#getcwd */
159 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction302:file#Object#file_getcwd */
160 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction302:file#Object#stdin */
161 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction302:file#Object#stdout */
162 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction302:file#Object#stderr */
163 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction302:model_base#Object#intrude_visibility */
164 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction302:model_base#Object#public_visibility */
165 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction302:model_base#Object#protected_visibility */
166 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction302:model_base#Object#private_visibility */
167 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction302:model_base#Object#none_visibility */
168 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction302:model#Object#abstract_kind */
169 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction302:model#Object#concrete_kind */
170 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction302:model#Object#interface_kind */
171 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction302:model#Object#enum_kind */
172 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction302:model#Object#extern_kind */
173 (nitmethod_t)VIRTUAL_parser__ReduceAction302__action, /* pointer to parser:ReduceAction302:parser#ReduceAction302#action */
174 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction302:parser#ReduceAction#concat */
175 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction302:parser#ReduceAction#init */
176 }
177 };
178 /* allocate ReduceAction302 */
179 val* NEW_parser__ReduceAction302(const struct type* type) {
180 val* self /* : ReduceAction302 */;
181 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
182 self->type = type;
183 self->class = &class_parser__ReduceAction302;
184 return self;
185 }
186 /* allocate ReduceAction302 */
187 void CHECK_NEW_parser__ReduceAction302(val* self) {
188 long var /* : Int */;
189 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction302> */
190 }
191 /* runtime class parser__ReduceAction303 */
192 const struct class class_parser__ReduceAction303 = {
193 0, /* box_kind */
194 {
195 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction303:kernel#Object#object_id */
196 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction303:kernel#Object#is_same_type */
197 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction303:kernel#Object#== */
198 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction303:kernel#Object#!= */
199 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction303:kernel#Object#output */
200 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction303:kernel#Object#output_class_name */
201 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction303:kernel#Object#exit */
202 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction303:kernel#Object#sys */
203 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction303:kernel#Object#hash */
204 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction303:string#Object#to_s */
205 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction303:string#Object#native_class_name */
206 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction303:string#Object#class_name */
207 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction303:string#Object#inspect */
208 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction303:string#Object#inspect_head */
209 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction303:string#Object#args */
210 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction303:math#Object#atan2 */
211 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction303:math#Object#pi */
212 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction303:math#Object#srand_from */
213 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction303:math#Object#srand */
214 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction303:stream#Object#poll */
215 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction303:stream#Object#intern_poll */
216 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction303:time#Object#get_time */
217 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction303:file#Object#printn */
218 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction303:file#Object#print */
219 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction303:file#Object#getc */
220 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction303:file#Object#gets */
221 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction303:file#Object#getcwd */
222 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction303:file#Object#file_getcwd */
223 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction303:file#Object#stdin */
224 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction303:file#Object#stdout */
225 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction303:file#Object#stderr */
226 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction303:model_base#Object#intrude_visibility */
227 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction303:model_base#Object#public_visibility */
228 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction303:model_base#Object#protected_visibility */
229 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction303:model_base#Object#private_visibility */
230 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction303:model_base#Object#none_visibility */
231 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction303:model#Object#abstract_kind */
232 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction303:model#Object#concrete_kind */
233 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction303:model#Object#interface_kind */
234 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction303:model#Object#enum_kind */
235 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction303:model#Object#extern_kind */
236 (nitmethod_t)VIRTUAL_parser__ReduceAction303__action, /* pointer to parser:ReduceAction303:parser#ReduceAction303#action */
237 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction303:parser#ReduceAction#concat */
238 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction303:parser#ReduceAction#init */
239 }
240 };
241 /* allocate ReduceAction303 */
242 val* NEW_parser__ReduceAction303(const struct type* type) {
243 val* self /* : ReduceAction303 */;
244 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
245 self->type = type;
246 self->class = &class_parser__ReduceAction303;
247 return self;
248 }
249 /* allocate ReduceAction303 */
250 void CHECK_NEW_parser__ReduceAction303(val* self) {
251 long var /* : Int */;
252 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction303> */
253 }
254 /* runtime class parser__ReduceAction305 */
255 const struct class class_parser__ReduceAction305 = {
256 0, /* box_kind */
257 {
258 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction305:kernel#Object#object_id */
259 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction305:kernel#Object#is_same_type */
260 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction305:kernel#Object#== */
261 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction305:kernel#Object#!= */
262 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction305:kernel#Object#output */
263 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction305:kernel#Object#output_class_name */
264 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction305:kernel#Object#exit */
265 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction305:kernel#Object#sys */
266 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction305:kernel#Object#hash */
267 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction305:string#Object#to_s */
268 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction305:string#Object#native_class_name */
269 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction305:string#Object#class_name */
270 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction305:string#Object#inspect */
271 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction305:string#Object#inspect_head */
272 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction305:string#Object#args */
273 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction305:math#Object#atan2 */
274 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction305:math#Object#pi */
275 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction305:math#Object#srand_from */
276 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction305:math#Object#srand */
277 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction305:stream#Object#poll */
278 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction305:stream#Object#intern_poll */
279 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction305:time#Object#get_time */
280 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction305:file#Object#printn */
281 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction305:file#Object#print */
282 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction305:file#Object#getc */
283 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction305:file#Object#gets */
284 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction305:file#Object#getcwd */
285 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction305:file#Object#file_getcwd */
286 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction305:file#Object#stdin */
287 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction305:file#Object#stdout */
288 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction305:file#Object#stderr */
289 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction305:model_base#Object#intrude_visibility */
290 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction305:model_base#Object#public_visibility */
291 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction305:model_base#Object#protected_visibility */
292 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction305:model_base#Object#private_visibility */
293 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction305:model_base#Object#none_visibility */
294 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction305:model#Object#abstract_kind */
295 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction305:model#Object#concrete_kind */
296 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction305:model#Object#interface_kind */
297 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction305:model#Object#enum_kind */
298 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction305:model#Object#extern_kind */
299 (nitmethod_t)VIRTUAL_parser__ReduceAction305__action, /* pointer to parser:ReduceAction305:parser#ReduceAction305#action */
300 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction305:parser#ReduceAction#concat */
301 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction305:parser#ReduceAction#init */
302 }
303 };
304 /* allocate ReduceAction305 */
305 val* NEW_parser__ReduceAction305(const struct type* type) {
306 val* self /* : ReduceAction305 */;
307 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
308 self->type = type;
309 self->class = &class_parser__ReduceAction305;
310 return self;
311 }
312 /* allocate ReduceAction305 */
313 void CHECK_NEW_parser__ReduceAction305(val* self) {
314 long var /* : Int */;
315 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction305> */
316 }
317 /* runtime class parser__ReduceAction306 */
318 const struct class class_parser__ReduceAction306 = {
319 0, /* box_kind */
320 {
321 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction306:kernel#Object#object_id */
322 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction306:kernel#Object#is_same_type */
323 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction306:kernel#Object#== */
324 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction306:kernel#Object#!= */
325 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction306:kernel#Object#output */
326 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction306:kernel#Object#output_class_name */
327 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction306:kernel#Object#exit */
328 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction306:kernel#Object#sys */
329 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction306:kernel#Object#hash */
330 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction306:string#Object#to_s */
331 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction306:string#Object#native_class_name */
332 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction306:string#Object#class_name */
333 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction306:string#Object#inspect */
334 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction306:string#Object#inspect_head */
335 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction306:string#Object#args */
336 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction306:math#Object#atan2 */
337 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction306:math#Object#pi */
338 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction306:math#Object#srand_from */
339 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction306:math#Object#srand */
340 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction306:stream#Object#poll */
341 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction306:stream#Object#intern_poll */
342 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction306:time#Object#get_time */
343 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction306:file#Object#printn */
344 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction306:file#Object#print */
345 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction306:file#Object#getc */
346 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction306:file#Object#gets */
347 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction306:file#Object#getcwd */
348 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction306:file#Object#file_getcwd */
349 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction306:file#Object#stdin */
350 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction306:file#Object#stdout */
351 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction306:file#Object#stderr */
352 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction306:model_base#Object#intrude_visibility */
353 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction306:model_base#Object#public_visibility */
354 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction306:model_base#Object#protected_visibility */
355 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction306:model_base#Object#private_visibility */
356 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction306:model_base#Object#none_visibility */
357 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction306:model#Object#abstract_kind */
358 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction306:model#Object#concrete_kind */
359 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction306:model#Object#interface_kind */
360 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction306:model#Object#enum_kind */
361 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction306:model#Object#extern_kind */
362 (nitmethod_t)VIRTUAL_parser__ReduceAction306__action, /* pointer to parser:ReduceAction306:parser#ReduceAction306#action */
363 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction306:parser#ReduceAction#concat */
364 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction306:parser#ReduceAction#init */
365 }
366 };
367 /* allocate ReduceAction306 */
368 val* NEW_parser__ReduceAction306(const struct type* type) {
369 val* self /* : ReduceAction306 */;
370 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
371 self->type = type;
372 self->class = &class_parser__ReduceAction306;
373 return self;
374 }
375 /* allocate ReduceAction306 */
376 void CHECK_NEW_parser__ReduceAction306(val* self) {
377 long var /* : Int */;
378 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction306> */
379 }
380 /* runtime class parser__ReduceAction307 */
381 const struct class class_parser__ReduceAction307 = {
382 0, /* box_kind */
383 {
384 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction307:kernel#Object#object_id */
385 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction307:kernel#Object#is_same_type */
386 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction307:kernel#Object#== */
387 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction307:kernel#Object#!= */
388 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction307:kernel#Object#output */
389 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction307:kernel#Object#output_class_name */
390 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction307:kernel#Object#exit */
391 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction307:kernel#Object#sys */
392 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction307:kernel#Object#hash */
393 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction307:string#Object#to_s */
394 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction307:string#Object#native_class_name */
395 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction307:string#Object#class_name */
396 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction307:string#Object#inspect */
397 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction307:string#Object#inspect_head */
398 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction307:string#Object#args */
399 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction307:math#Object#atan2 */
400 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction307:math#Object#pi */
401 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction307:math#Object#srand_from */
402 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction307:math#Object#srand */
403 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction307:stream#Object#poll */
404 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction307:stream#Object#intern_poll */
405 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction307:time#Object#get_time */
406 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction307:file#Object#printn */
407 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction307:file#Object#print */
408 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction307:file#Object#getc */
409 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction307:file#Object#gets */
410 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction307:file#Object#getcwd */
411 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction307:file#Object#file_getcwd */
412 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction307:file#Object#stdin */
413 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction307:file#Object#stdout */
414 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction307:file#Object#stderr */
415 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction307:model_base#Object#intrude_visibility */
416 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction307:model_base#Object#public_visibility */
417 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction307:model_base#Object#protected_visibility */
418 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction307:model_base#Object#private_visibility */
419 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction307:model_base#Object#none_visibility */
420 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction307:model#Object#abstract_kind */
421 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction307:model#Object#concrete_kind */
422 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction307:model#Object#interface_kind */
423 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction307:model#Object#enum_kind */
424 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction307:model#Object#extern_kind */
425 (nitmethod_t)VIRTUAL_parser__ReduceAction307__action, /* pointer to parser:ReduceAction307:parser#ReduceAction307#action */
426 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction307:parser#ReduceAction#concat */
427 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction307:parser#ReduceAction#init */
428 }
429 };
430 /* allocate ReduceAction307 */
431 val* NEW_parser__ReduceAction307(const struct type* type) {
432 val* self /* : ReduceAction307 */;
433 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
434 self->type = type;
435 self->class = &class_parser__ReduceAction307;
436 return self;
437 }
438 /* allocate ReduceAction307 */
439 void CHECK_NEW_parser__ReduceAction307(val* self) {
440 long var /* : Int */;
441 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction307> */
442 }
443 /* runtime class parser__ReduceAction308 */
444 const struct class class_parser__ReduceAction308 = {
445 0, /* box_kind */
446 {
447 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction308:kernel#Object#object_id */
448 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction308:kernel#Object#is_same_type */
449 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction308:kernel#Object#== */
450 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction308:kernel#Object#!= */
451 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction308:kernel#Object#output */
452 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction308:kernel#Object#output_class_name */
453 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction308:kernel#Object#exit */
454 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction308:kernel#Object#sys */
455 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction308:kernel#Object#hash */
456 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction308:string#Object#to_s */
457 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction308:string#Object#native_class_name */
458 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction308:string#Object#class_name */
459 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction308:string#Object#inspect */
460 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction308:string#Object#inspect_head */
461 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction308:string#Object#args */
462 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction308:math#Object#atan2 */
463 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction308:math#Object#pi */
464 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction308:math#Object#srand_from */
465 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction308:math#Object#srand */
466 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction308:stream#Object#poll */
467 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction308:stream#Object#intern_poll */
468 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction308:time#Object#get_time */
469 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction308:file#Object#printn */
470 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction308:file#Object#print */
471 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction308:file#Object#getc */
472 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction308:file#Object#gets */
473 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction308:file#Object#getcwd */
474 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction308:file#Object#file_getcwd */
475 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction308:file#Object#stdin */
476 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction308:file#Object#stdout */
477 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction308:file#Object#stderr */
478 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction308:model_base#Object#intrude_visibility */
479 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction308:model_base#Object#public_visibility */
480 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction308:model_base#Object#protected_visibility */
481 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction308:model_base#Object#private_visibility */
482 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction308:model_base#Object#none_visibility */
483 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction308:model#Object#abstract_kind */
484 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction308:model#Object#concrete_kind */
485 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction308:model#Object#interface_kind */
486 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction308:model#Object#enum_kind */
487 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction308:model#Object#extern_kind */
488 (nitmethod_t)VIRTUAL_parser__ReduceAction308__action, /* pointer to parser:ReduceAction308:parser#ReduceAction308#action */
489 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction308:parser#ReduceAction#concat */
490 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction308:parser#ReduceAction#init */
491 }
492 };
493 /* allocate ReduceAction308 */
494 val* NEW_parser__ReduceAction308(const struct type* type) {
495 val* self /* : ReduceAction308 */;
496 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
497 self->type = type;
498 self->class = &class_parser__ReduceAction308;
499 return self;
500 }
501 /* allocate ReduceAction308 */
502 void CHECK_NEW_parser__ReduceAction308(val* self) {
503 long var /* : Int */;
504 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction308> */
505 }
506 /* runtime class parser__ReduceAction310 */
507 const struct class class_parser__ReduceAction310 = {
508 0, /* box_kind */
509 {
510 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction310:kernel#Object#object_id */
511 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction310:kernel#Object#is_same_type */
512 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction310:kernel#Object#== */
513 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction310:kernel#Object#!= */
514 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction310:kernel#Object#output */
515 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction310:kernel#Object#output_class_name */
516 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction310:kernel#Object#exit */
517 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction310:kernel#Object#sys */
518 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction310:kernel#Object#hash */
519 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction310:string#Object#to_s */
520 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction310:string#Object#native_class_name */
521 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction310:string#Object#class_name */
522 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction310:string#Object#inspect */
523 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction310:string#Object#inspect_head */
524 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction310:string#Object#args */
525 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction310:math#Object#atan2 */
526 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction310:math#Object#pi */
527 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction310:math#Object#srand_from */
528 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction310:math#Object#srand */
529 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction310:stream#Object#poll */
530 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction310:stream#Object#intern_poll */
531 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction310:time#Object#get_time */
532 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction310:file#Object#printn */
533 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction310:file#Object#print */
534 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction310:file#Object#getc */
535 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction310:file#Object#gets */
536 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction310:file#Object#getcwd */
537 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction310:file#Object#file_getcwd */
538 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction310:file#Object#stdin */
539 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction310:file#Object#stdout */
540 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction310:file#Object#stderr */
541 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction310:model_base#Object#intrude_visibility */
542 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction310:model_base#Object#public_visibility */
543 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction310:model_base#Object#protected_visibility */
544 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction310:model_base#Object#private_visibility */
545 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction310:model_base#Object#none_visibility */
546 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction310:model#Object#abstract_kind */
547 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction310:model#Object#concrete_kind */
548 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction310:model#Object#interface_kind */
549 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction310:model#Object#enum_kind */
550 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction310:model#Object#extern_kind */
551 (nitmethod_t)VIRTUAL_parser__ReduceAction310__action, /* pointer to parser:ReduceAction310:parser#ReduceAction310#action */
552 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction310:parser#ReduceAction#concat */
553 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction310:parser#ReduceAction#init */
554 }
555 };
556 /* allocate ReduceAction310 */
557 val* NEW_parser__ReduceAction310(const struct type* type) {
558 val* self /* : ReduceAction310 */;
559 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
560 self->type = type;
561 self->class = &class_parser__ReduceAction310;
562 return self;
563 }
564 /* allocate ReduceAction310 */
565 void CHECK_NEW_parser__ReduceAction310(val* self) {
566 long var /* : Int */;
567 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction310> */
568 }
569 /* runtime class parser__ReduceAction311 */
570 const struct class class_parser__ReduceAction311 = {
571 0, /* box_kind */
572 {
573 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction311:kernel#Object#object_id */
574 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction311:kernel#Object#is_same_type */
575 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction311:kernel#Object#== */
576 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction311:kernel#Object#!= */
577 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction311:kernel#Object#output */
578 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction311:kernel#Object#output_class_name */
579 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction311:kernel#Object#exit */
580 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction311:kernel#Object#sys */
581 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction311:kernel#Object#hash */
582 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction311:string#Object#to_s */
583 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction311:string#Object#native_class_name */
584 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction311:string#Object#class_name */
585 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction311:string#Object#inspect */
586 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction311:string#Object#inspect_head */
587 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction311:string#Object#args */
588 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction311:math#Object#atan2 */
589 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction311:math#Object#pi */
590 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction311:math#Object#srand_from */
591 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction311:math#Object#srand */
592 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction311:stream#Object#poll */
593 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction311:stream#Object#intern_poll */
594 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction311:time#Object#get_time */
595 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction311:file#Object#printn */
596 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction311:file#Object#print */
597 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction311:file#Object#getc */
598 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction311:file#Object#gets */
599 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction311:file#Object#getcwd */
600 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction311:file#Object#file_getcwd */
601 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction311:file#Object#stdin */
602 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction311:file#Object#stdout */
603 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction311:file#Object#stderr */
604 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction311:model_base#Object#intrude_visibility */
605 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction311:model_base#Object#public_visibility */
606 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction311:model_base#Object#protected_visibility */
607 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction311:model_base#Object#private_visibility */
608 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction311:model_base#Object#none_visibility */
609 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction311:model#Object#abstract_kind */
610 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction311:model#Object#concrete_kind */
611 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction311:model#Object#interface_kind */
612 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction311:model#Object#enum_kind */
613 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction311:model#Object#extern_kind */
614 (nitmethod_t)VIRTUAL_parser__ReduceAction311__action, /* pointer to parser:ReduceAction311:parser#ReduceAction311#action */
615 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction311:parser#ReduceAction#concat */
616 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction311:parser#ReduceAction#init */
617 }
618 };
619 /* allocate ReduceAction311 */
620 val* NEW_parser__ReduceAction311(const struct type* type) {
621 val* self /* : ReduceAction311 */;
622 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
623 self->type = type;
624 self->class = &class_parser__ReduceAction311;
625 return self;
626 }
627 /* allocate ReduceAction311 */
628 void CHECK_NEW_parser__ReduceAction311(val* self) {
629 long var /* : Int */;
630 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction311> */
631 }
632 /* runtime class parser__ReduceAction313 */
633 const struct class class_parser__ReduceAction313 = {
634 0, /* box_kind */
635 {
636 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction313:kernel#Object#object_id */
637 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction313:kernel#Object#is_same_type */
638 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction313:kernel#Object#== */
639 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction313:kernel#Object#!= */
640 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction313:kernel#Object#output */
641 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction313:kernel#Object#output_class_name */
642 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction313:kernel#Object#exit */
643 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction313:kernel#Object#sys */
644 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction313:kernel#Object#hash */
645 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction313:string#Object#to_s */
646 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction313:string#Object#native_class_name */
647 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction313:string#Object#class_name */
648 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction313:string#Object#inspect */
649 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction313:string#Object#inspect_head */
650 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction313:string#Object#args */
651 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction313:math#Object#atan2 */
652 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction313:math#Object#pi */
653 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction313:math#Object#srand_from */
654 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction313:math#Object#srand */
655 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction313:stream#Object#poll */
656 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction313:stream#Object#intern_poll */
657 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction313:time#Object#get_time */
658 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction313:file#Object#printn */
659 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction313:file#Object#print */
660 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction313:file#Object#getc */
661 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction313:file#Object#gets */
662 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction313:file#Object#getcwd */
663 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction313:file#Object#file_getcwd */
664 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction313:file#Object#stdin */
665 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction313:file#Object#stdout */
666 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction313:file#Object#stderr */
667 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction313:model_base#Object#intrude_visibility */
668 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction313:model_base#Object#public_visibility */
669 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction313:model_base#Object#protected_visibility */
670 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction313:model_base#Object#private_visibility */
671 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction313:model_base#Object#none_visibility */
672 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction313:model#Object#abstract_kind */
673 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction313:model#Object#concrete_kind */
674 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction313:model#Object#interface_kind */
675 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction313:model#Object#enum_kind */
676 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction313:model#Object#extern_kind */
677 (nitmethod_t)VIRTUAL_parser__ReduceAction313__action, /* pointer to parser:ReduceAction313:parser#ReduceAction313#action */
678 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction313:parser#ReduceAction#concat */
679 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction313:parser#ReduceAction#init */
680 }
681 };
682 /* allocate ReduceAction313 */
683 val* NEW_parser__ReduceAction313(const struct type* type) {
684 val* self /* : ReduceAction313 */;
685 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
686 self->type = type;
687 self->class = &class_parser__ReduceAction313;
688 return self;
689 }
690 /* allocate ReduceAction313 */
691 void CHECK_NEW_parser__ReduceAction313(val* self) {
692 long var /* : Int */;
693 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction313> */
694 }
695 /* runtime class parser__ReduceAction314 */
696 const struct class class_parser__ReduceAction314 = {
697 0, /* box_kind */
698 {
699 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction314:kernel#Object#object_id */
700 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction314:kernel#Object#is_same_type */
701 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction314:kernel#Object#== */
702 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction314:kernel#Object#!= */
703 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction314:kernel#Object#output */
704 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction314:kernel#Object#output_class_name */
705 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction314:kernel#Object#exit */
706 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction314:kernel#Object#sys */
707 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction314:kernel#Object#hash */
708 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction314:string#Object#to_s */
709 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction314:string#Object#native_class_name */
710 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction314:string#Object#class_name */
711 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction314:string#Object#inspect */
712 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction314:string#Object#inspect_head */
713 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction314:string#Object#args */
714 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction314:math#Object#atan2 */
715 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction314:math#Object#pi */
716 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction314:math#Object#srand_from */
717 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction314:math#Object#srand */
718 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction314:stream#Object#poll */
719 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction314:stream#Object#intern_poll */
720 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction314:time#Object#get_time */
721 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction314:file#Object#printn */
722 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction314:file#Object#print */
723 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction314:file#Object#getc */
724 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction314:file#Object#gets */
725 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction314:file#Object#getcwd */
726 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction314:file#Object#file_getcwd */
727 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction314:file#Object#stdin */
728 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction314:file#Object#stdout */
729 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction314:file#Object#stderr */
730 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction314:model_base#Object#intrude_visibility */
731 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction314:model_base#Object#public_visibility */
732 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction314:model_base#Object#protected_visibility */
733 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction314:model_base#Object#private_visibility */
734 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction314:model_base#Object#none_visibility */
735 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction314:model#Object#abstract_kind */
736 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction314:model#Object#concrete_kind */
737 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction314:model#Object#interface_kind */
738 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction314:model#Object#enum_kind */
739 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction314:model#Object#extern_kind */
740 (nitmethod_t)VIRTUAL_parser__ReduceAction314__action, /* pointer to parser:ReduceAction314:parser#ReduceAction314#action */
741 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction314:parser#ReduceAction#concat */
742 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction314:parser#ReduceAction#init */
743 }
744 };
745 /* allocate ReduceAction314 */
746 val* NEW_parser__ReduceAction314(const struct type* type) {
747 val* self /* : ReduceAction314 */;
748 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
749 self->type = type;
750 self->class = &class_parser__ReduceAction314;
751 return self;
752 }
753 /* allocate ReduceAction314 */
754 void CHECK_NEW_parser__ReduceAction314(val* self) {
755 long var /* : Int */;
756 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction314> */
757 }
758 /* runtime class parser__ReduceAction315 */
759 const struct class class_parser__ReduceAction315 = {
760 0, /* box_kind */
761 {
762 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction315:kernel#Object#object_id */
763 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction315:kernel#Object#is_same_type */
764 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction315:kernel#Object#== */
765 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction315:kernel#Object#!= */
766 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction315:kernel#Object#output */
767 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction315:kernel#Object#output_class_name */
768 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction315:kernel#Object#exit */
769 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction315:kernel#Object#sys */
770 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction315:kernel#Object#hash */
771 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction315:string#Object#to_s */
772 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction315:string#Object#native_class_name */
773 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction315:string#Object#class_name */
774 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction315:string#Object#inspect */
775 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction315:string#Object#inspect_head */
776 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction315:string#Object#args */
777 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction315:math#Object#atan2 */
778 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction315:math#Object#pi */
779 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction315:math#Object#srand_from */
780 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction315:math#Object#srand */
781 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction315:stream#Object#poll */
782 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction315:stream#Object#intern_poll */
783 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction315:time#Object#get_time */
784 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction315:file#Object#printn */
785 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction315:file#Object#print */
786 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction315:file#Object#getc */
787 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction315:file#Object#gets */
788 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction315:file#Object#getcwd */
789 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction315:file#Object#file_getcwd */
790 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction315:file#Object#stdin */
791 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction315:file#Object#stdout */
792 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction315:file#Object#stderr */
793 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction315:model_base#Object#intrude_visibility */
794 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction315:model_base#Object#public_visibility */
795 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction315:model_base#Object#protected_visibility */
796 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction315:model_base#Object#private_visibility */
797 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction315:model_base#Object#none_visibility */
798 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction315:model#Object#abstract_kind */
799 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction315:model#Object#concrete_kind */
800 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction315:model#Object#interface_kind */
801 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction315:model#Object#enum_kind */
802 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction315:model#Object#extern_kind */
803 (nitmethod_t)VIRTUAL_parser__ReduceAction315__action, /* pointer to parser:ReduceAction315:parser#ReduceAction315#action */
804 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction315:parser#ReduceAction#concat */
805 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction315:parser#ReduceAction#init */
806 }
807 };
808 /* allocate ReduceAction315 */
809 val* NEW_parser__ReduceAction315(const struct type* type) {
810 val* self /* : ReduceAction315 */;
811 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
812 self->type = type;
813 self->class = &class_parser__ReduceAction315;
814 return self;
815 }
816 /* allocate ReduceAction315 */
817 void CHECK_NEW_parser__ReduceAction315(val* self) {
818 long var /* : Int */;
819 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction315> */
820 }
821 /* runtime class parser__ReduceAction316 */
822 const struct class class_parser__ReduceAction316 = {
823 0, /* box_kind */
824 {
825 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction316:kernel#Object#object_id */
826 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction316:kernel#Object#is_same_type */
827 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction316:kernel#Object#== */
828 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction316:kernel#Object#!= */
829 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction316:kernel#Object#output */
830 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction316:kernel#Object#output_class_name */
831 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction316:kernel#Object#exit */
832 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction316:kernel#Object#sys */
833 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction316:kernel#Object#hash */
834 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction316:string#Object#to_s */
835 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction316:string#Object#native_class_name */
836 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction316:string#Object#class_name */
837 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction316:string#Object#inspect */
838 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction316:string#Object#inspect_head */
839 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction316:string#Object#args */
840 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction316:math#Object#atan2 */
841 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction316:math#Object#pi */
842 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction316:math#Object#srand_from */
843 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction316:math#Object#srand */
844 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction316:stream#Object#poll */
845 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction316:stream#Object#intern_poll */
846 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction316:time#Object#get_time */
847 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction316:file#Object#printn */
848 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction316:file#Object#print */
849 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction316:file#Object#getc */
850 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction316:file#Object#gets */
851 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction316:file#Object#getcwd */
852 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction316:file#Object#file_getcwd */
853 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction316:file#Object#stdin */
854 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction316:file#Object#stdout */
855 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction316:file#Object#stderr */
856 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction316:model_base#Object#intrude_visibility */
857 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction316:model_base#Object#public_visibility */
858 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction316:model_base#Object#protected_visibility */
859 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction316:model_base#Object#private_visibility */
860 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction316:model_base#Object#none_visibility */
861 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction316:model#Object#abstract_kind */
862 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction316:model#Object#concrete_kind */
863 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction316:model#Object#interface_kind */
864 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction316:model#Object#enum_kind */
865 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction316:model#Object#extern_kind */
866 (nitmethod_t)VIRTUAL_parser__ReduceAction316__action, /* pointer to parser:ReduceAction316:parser#ReduceAction316#action */
867 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction316:parser#ReduceAction#concat */
868 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction316:parser#ReduceAction#init */
869 }
870 };
871 /* allocate ReduceAction316 */
872 val* NEW_parser__ReduceAction316(const struct type* type) {
873 val* self /* : ReduceAction316 */;
874 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
875 self->type = type;
876 self->class = &class_parser__ReduceAction316;
877 return self;
878 }
879 /* allocate ReduceAction316 */
880 void CHECK_NEW_parser__ReduceAction316(val* self) {
881 long var /* : Int */;
882 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction316> */
883 }
884 /* runtime class parser__ReduceAction318 */
885 const struct class class_parser__ReduceAction318 = {
886 0, /* box_kind */
887 {
888 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction318:kernel#Object#object_id */
889 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction318:kernel#Object#is_same_type */
890 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction318:kernel#Object#== */
891 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction318:kernel#Object#!= */
892 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction318:kernel#Object#output */
893 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction318:kernel#Object#output_class_name */
894 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction318:kernel#Object#exit */
895 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction318:kernel#Object#sys */
896 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction318:kernel#Object#hash */
897 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction318:string#Object#to_s */
898 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction318:string#Object#native_class_name */
899 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction318:string#Object#class_name */
900 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction318:string#Object#inspect */
901 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction318:string#Object#inspect_head */
902 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction318:string#Object#args */
903 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction318:math#Object#atan2 */
904 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction318:math#Object#pi */
905 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction318:math#Object#srand_from */
906 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction318:math#Object#srand */
907 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction318:stream#Object#poll */
908 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction318:stream#Object#intern_poll */
909 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction318:time#Object#get_time */
910 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction318:file#Object#printn */
911 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction318:file#Object#print */
912 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction318:file#Object#getc */
913 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction318:file#Object#gets */
914 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction318:file#Object#getcwd */
915 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction318:file#Object#file_getcwd */
916 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction318:file#Object#stdin */
917 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction318:file#Object#stdout */
918 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction318:file#Object#stderr */
919 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction318:model_base#Object#intrude_visibility */
920 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction318:model_base#Object#public_visibility */
921 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction318:model_base#Object#protected_visibility */
922 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction318:model_base#Object#private_visibility */
923 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction318:model_base#Object#none_visibility */
924 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction318:model#Object#abstract_kind */
925 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction318:model#Object#concrete_kind */
926 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction318:model#Object#interface_kind */
927 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction318:model#Object#enum_kind */
928 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction318:model#Object#extern_kind */
929 (nitmethod_t)VIRTUAL_parser__ReduceAction318__action, /* pointer to parser:ReduceAction318:parser#ReduceAction318#action */
930 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction318:parser#ReduceAction#concat */
931 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction318:parser#ReduceAction#init */
932 }
933 };
934 /* allocate ReduceAction318 */
935 val* NEW_parser__ReduceAction318(const struct type* type) {
936 val* self /* : ReduceAction318 */;
937 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
938 self->type = type;
939 self->class = &class_parser__ReduceAction318;
940 return self;
941 }
942 /* allocate ReduceAction318 */
943 void CHECK_NEW_parser__ReduceAction318(val* self) {
944 long var /* : Int */;
945 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction318> */
946 }
947 /* runtime class parser__ReduceAction319 */
948 const struct class class_parser__ReduceAction319 = {
949 0, /* box_kind */
950 {
951 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction319:kernel#Object#object_id */
952 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction319:kernel#Object#is_same_type */
953 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction319:kernel#Object#== */
954 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction319:kernel#Object#!= */
955 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction319:kernel#Object#output */
956 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction319:kernel#Object#output_class_name */
957 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction319:kernel#Object#exit */
958 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction319:kernel#Object#sys */
959 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction319:kernel#Object#hash */
960 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction319:string#Object#to_s */
961 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction319:string#Object#native_class_name */
962 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction319:string#Object#class_name */
963 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction319:string#Object#inspect */
964 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction319:string#Object#inspect_head */
965 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction319:string#Object#args */
966 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction319:math#Object#atan2 */
967 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction319:math#Object#pi */
968 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction319:math#Object#srand_from */
969 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction319:math#Object#srand */
970 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction319:stream#Object#poll */
971 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction319:stream#Object#intern_poll */
972 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction319:time#Object#get_time */
973 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction319:file#Object#printn */
974 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction319:file#Object#print */
975 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction319:file#Object#getc */
976 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction319:file#Object#gets */
977 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction319:file#Object#getcwd */
978 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction319:file#Object#file_getcwd */
979 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction319:file#Object#stdin */
980 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction319:file#Object#stdout */
981 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction319:file#Object#stderr */
982 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction319:model_base#Object#intrude_visibility */
983 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction319:model_base#Object#public_visibility */
984 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction319:model_base#Object#protected_visibility */
985 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction319:model_base#Object#private_visibility */
986 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction319:model_base#Object#none_visibility */
987 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction319:model#Object#abstract_kind */
988 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction319:model#Object#concrete_kind */
989 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction319:model#Object#interface_kind */
990 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction319:model#Object#enum_kind */
991 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction319:model#Object#extern_kind */
992 (nitmethod_t)VIRTUAL_parser__ReduceAction319__action, /* pointer to parser:ReduceAction319:parser#ReduceAction319#action */
993 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction319:parser#ReduceAction#concat */
994 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction319:parser#ReduceAction#init */
995 }
996 };
997 /* allocate ReduceAction319 */
998 val* NEW_parser__ReduceAction319(const struct type* type) {
999 val* self /* : ReduceAction319 */;
1000 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1001 self->type = type;
1002 self->class = &class_parser__ReduceAction319;
1003 return self;
1004 }
1005 /* allocate ReduceAction319 */
1006 void CHECK_NEW_parser__ReduceAction319(val* self) {
1007 long var /* : Int */;
1008 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction319> */
1009 }
1010 /* runtime class parser__ReduceAction321 */
1011 const struct class class_parser__ReduceAction321 = {
1012 0, /* box_kind */
1013 {
1014 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction321:kernel#Object#object_id */
1015 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction321:kernel#Object#is_same_type */
1016 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction321:kernel#Object#== */
1017 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction321:kernel#Object#!= */
1018 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction321:kernel#Object#output */
1019 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction321:kernel#Object#output_class_name */
1020 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction321:kernel#Object#exit */
1021 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction321:kernel#Object#sys */
1022 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction321:kernel#Object#hash */
1023 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction321:string#Object#to_s */
1024 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction321:string#Object#native_class_name */
1025 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction321:string#Object#class_name */
1026 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction321:string#Object#inspect */
1027 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction321:string#Object#inspect_head */
1028 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction321:string#Object#args */
1029 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction321:math#Object#atan2 */
1030 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction321:math#Object#pi */
1031 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction321:math#Object#srand_from */
1032 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction321:math#Object#srand */
1033 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction321:stream#Object#poll */
1034 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction321:stream#Object#intern_poll */
1035 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction321:time#Object#get_time */
1036 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction321:file#Object#printn */
1037 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction321:file#Object#print */
1038 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction321:file#Object#getc */
1039 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction321:file#Object#gets */
1040 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction321:file#Object#getcwd */
1041 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction321:file#Object#file_getcwd */
1042 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction321:file#Object#stdin */
1043 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction321:file#Object#stdout */
1044 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction321:file#Object#stderr */
1045 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction321:model_base#Object#intrude_visibility */
1046 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction321:model_base#Object#public_visibility */
1047 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction321:model_base#Object#protected_visibility */
1048 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction321:model_base#Object#private_visibility */
1049 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction321:model_base#Object#none_visibility */
1050 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction321:model#Object#abstract_kind */
1051 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction321:model#Object#concrete_kind */
1052 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction321:model#Object#interface_kind */
1053 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction321:model#Object#enum_kind */
1054 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction321:model#Object#extern_kind */
1055 (nitmethod_t)VIRTUAL_parser__ReduceAction321__action, /* pointer to parser:ReduceAction321:parser#ReduceAction321#action */
1056 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction321:parser#ReduceAction#concat */
1057 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction321:parser#ReduceAction#init */
1058 }
1059 };
1060 /* allocate ReduceAction321 */
1061 val* NEW_parser__ReduceAction321(const struct type* type) {
1062 val* self /* : ReduceAction321 */;
1063 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1064 self->type = type;
1065 self->class = &class_parser__ReduceAction321;
1066 return self;
1067 }
1068 /* allocate ReduceAction321 */
1069 void CHECK_NEW_parser__ReduceAction321(val* self) {
1070 long var /* : Int */;
1071 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction321> */
1072 }
1073 /* runtime class parser__ReduceAction322 */
1074 const struct class class_parser__ReduceAction322 = {
1075 0, /* box_kind */
1076 {
1077 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction322:kernel#Object#object_id */
1078 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction322:kernel#Object#is_same_type */
1079 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction322:kernel#Object#== */
1080 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction322:kernel#Object#!= */
1081 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction322:kernel#Object#output */
1082 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction322:kernel#Object#output_class_name */
1083 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction322:kernel#Object#exit */
1084 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction322:kernel#Object#sys */
1085 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction322:kernel#Object#hash */
1086 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction322:string#Object#to_s */
1087 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction322:string#Object#native_class_name */
1088 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction322:string#Object#class_name */
1089 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction322:string#Object#inspect */
1090 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction322:string#Object#inspect_head */
1091 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction322:string#Object#args */
1092 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction322:math#Object#atan2 */
1093 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction322:math#Object#pi */
1094 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction322:math#Object#srand_from */
1095 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction322:math#Object#srand */
1096 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction322:stream#Object#poll */
1097 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction322:stream#Object#intern_poll */
1098 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction322:time#Object#get_time */
1099 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction322:file#Object#printn */
1100 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction322:file#Object#print */
1101 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction322:file#Object#getc */
1102 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction322:file#Object#gets */
1103 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction322:file#Object#getcwd */
1104 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction322:file#Object#file_getcwd */
1105 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction322:file#Object#stdin */
1106 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction322:file#Object#stdout */
1107 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction322:file#Object#stderr */
1108 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction322:model_base#Object#intrude_visibility */
1109 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction322:model_base#Object#public_visibility */
1110 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction322:model_base#Object#protected_visibility */
1111 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction322:model_base#Object#private_visibility */
1112 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction322:model_base#Object#none_visibility */
1113 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction322:model#Object#abstract_kind */
1114 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction322:model#Object#concrete_kind */
1115 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction322:model#Object#interface_kind */
1116 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction322:model#Object#enum_kind */
1117 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction322:model#Object#extern_kind */
1118 (nitmethod_t)VIRTUAL_parser__ReduceAction322__action, /* pointer to parser:ReduceAction322:parser#ReduceAction322#action */
1119 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction322:parser#ReduceAction#concat */
1120 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction322:parser#ReduceAction#init */
1121 }
1122 };
1123 /* allocate ReduceAction322 */
1124 val* NEW_parser__ReduceAction322(const struct type* type) {
1125 val* self /* : ReduceAction322 */;
1126 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1127 self->type = type;
1128 self->class = &class_parser__ReduceAction322;
1129 return self;
1130 }
1131 /* allocate ReduceAction322 */
1132 void CHECK_NEW_parser__ReduceAction322(val* self) {
1133 long var /* : Int */;
1134 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction322> */
1135 }
1136 /* runtime class parser__ReduceAction323 */
1137 const struct class class_parser__ReduceAction323 = {
1138 0, /* box_kind */
1139 {
1140 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction323:kernel#Object#object_id */
1141 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction323:kernel#Object#is_same_type */
1142 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction323:kernel#Object#== */
1143 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction323:kernel#Object#!= */
1144 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction323:kernel#Object#output */
1145 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction323:kernel#Object#output_class_name */
1146 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction323:kernel#Object#exit */
1147 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction323:kernel#Object#sys */
1148 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction323:kernel#Object#hash */
1149 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction323:string#Object#to_s */
1150 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction323:string#Object#native_class_name */
1151 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction323:string#Object#class_name */
1152 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction323:string#Object#inspect */
1153 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction323:string#Object#inspect_head */
1154 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction323:string#Object#args */
1155 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction323:math#Object#atan2 */
1156 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction323:math#Object#pi */
1157 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction323:math#Object#srand_from */
1158 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction323:math#Object#srand */
1159 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction323:stream#Object#poll */
1160 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction323:stream#Object#intern_poll */
1161 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction323:time#Object#get_time */
1162 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction323:file#Object#printn */
1163 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction323:file#Object#print */
1164 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction323:file#Object#getc */
1165 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction323:file#Object#gets */
1166 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction323:file#Object#getcwd */
1167 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction323:file#Object#file_getcwd */
1168 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction323:file#Object#stdin */
1169 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction323:file#Object#stdout */
1170 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction323:file#Object#stderr */
1171 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction323:model_base#Object#intrude_visibility */
1172 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction323:model_base#Object#public_visibility */
1173 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction323:model_base#Object#protected_visibility */
1174 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction323:model_base#Object#private_visibility */
1175 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction323:model_base#Object#none_visibility */
1176 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction323:model#Object#abstract_kind */
1177 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction323:model#Object#concrete_kind */
1178 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction323:model#Object#interface_kind */
1179 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction323:model#Object#enum_kind */
1180 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction323:model#Object#extern_kind */
1181 (nitmethod_t)VIRTUAL_parser__ReduceAction323__action, /* pointer to parser:ReduceAction323:parser#ReduceAction323#action */
1182 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction323:parser#ReduceAction#concat */
1183 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction323:parser#ReduceAction#init */
1184 }
1185 };
1186 /* allocate ReduceAction323 */
1187 val* NEW_parser__ReduceAction323(const struct type* type) {
1188 val* self /* : ReduceAction323 */;
1189 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1190 self->type = type;
1191 self->class = &class_parser__ReduceAction323;
1192 return self;
1193 }
1194 /* allocate ReduceAction323 */
1195 void CHECK_NEW_parser__ReduceAction323(val* self) {
1196 long var /* : Int */;
1197 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction323> */
1198 }
1199 /* runtime class parser__ReduceAction324 */
1200 const struct class class_parser__ReduceAction324 = {
1201 0, /* box_kind */
1202 {
1203 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction324:kernel#Object#object_id */
1204 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction324:kernel#Object#is_same_type */
1205 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction324:kernel#Object#== */
1206 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction324:kernel#Object#!= */
1207 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction324:kernel#Object#output */
1208 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction324:kernel#Object#output_class_name */
1209 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction324:kernel#Object#exit */
1210 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction324:kernel#Object#sys */
1211 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction324:kernel#Object#hash */
1212 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction324:string#Object#to_s */
1213 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction324:string#Object#native_class_name */
1214 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction324:string#Object#class_name */
1215 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction324:string#Object#inspect */
1216 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction324:string#Object#inspect_head */
1217 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction324:string#Object#args */
1218 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction324:math#Object#atan2 */
1219 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction324:math#Object#pi */
1220 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction324:math#Object#srand_from */
1221 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction324:math#Object#srand */
1222 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction324:stream#Object#poll */
1223 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction324:stream#Object#intern_poll */
1224 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction324:time#Object#get_time */
1225 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction324:file#Object#printn */
1226 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction324:file#Object#print */
1227 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction324:file#Object#getc */
1228 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction324:file#Object#gets */
1229 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction324:file#Object#getcwd */
1230 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction324:file#Object#file_getcwd */
1231 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction324:file#Object#stdin */
1232 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction324:file#Object#stdout */
1233 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction324:file#Object#stderr */
1234 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction324:model_base#Object#intrude_visibility */
1235 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction324:model_base#Object#public_visibility */
1236 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction324:model_base#Object#protected_visibility */
1237 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction324:model_base#Object#private_visibility */
1238 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction324:model_base#Object#none_visibility */
1239 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction324:model#Object#abstract_kind */
1240 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction324:model#Object#concrete_kind */
1241 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction324:model#Object#interface_kind */
1242 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction324:model#Object#enum_kind */
1243 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction324:model#Object#extern_kind */
1244 (nitmethod_t)VIRTUAL_parser__ReduceAction324__action, /* pointer to parser:ReduceAction324:parser#ReduceAction324#action */
1245 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction324:parser#ReduceAction#concat */
1246 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction324:parser#ReduceAction#init */
1247 }
1248 };
1249 /* allocate ReduceAction324 */
1250 val* NEW_parser__ReduceAction324(const struct type* type) {
1251 val* self /* : ReduceAction324 */;
1252 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1253 self->type = type;
1254 self->class = &class_parser__ReduceAction324;
1255 return self;
1256 }
1257 /* allocate ReduceAction324 */
1258 void CHECK_NEW_parser__ReduceAction324(val* self) {
1259 long var /* : Int */;
1260 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction324> */
1261 }
1262 /* runtime class parser__ReduceAction326 */
1263 const struct class class_parser__ReduceAction326 = {
1264 0, /* box_kind */
1265 {
1266 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction326:kernel#Object#object_id */
1267 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction326:kernel#Object#is_same_type */
1268 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction326:kernel#Object#== */
1269 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction326:kernel#Object#!= */
1270 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction326:kernel#Object#output */
1271 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction326:kernel#Object#output_class_name */
1272 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction326:kernel#Object#exit */
1273 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction326:kernel#Object#sys */
1274 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction326:kernel#Object#hash */
1275 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction326:string#Object#to_s */
1276 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction326:string#Object#native_class_name */
1277 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction326:string#Object#class_name */
1278 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction326:string#Object#inspect */
1279 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction326:string#Object#inspect_head */
1280 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction326:string#Object#args */
1281 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction326:math#Object#atan2 */
1282 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction326:math#Object#pi */
1283 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction326:math#Object#srand_from */
1284 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction326:math#Object#srand */
1285 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction326:stream#Object#poll */
1286 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction326:stream#Object#intern_poll */
1287 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction326:time#Object#get_time */
1288 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction326:file#Object#printn */
1289 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction326:file#Object#print */
1290 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction326:file#Object#getc */
1291 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction326:file#Object#gets */
1292 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction326:file#Object#getcwd */
1293 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction326:file#Object#file_getcwd */
1294 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction326:file#Object#stdin */
1295 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction326:file#Object#stdout */
1296 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction326:file#Object#stderr */
1297 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction326:model_base#Object#intrude_visibility */
1298 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction326:model_base#Object#public_visibility */
1299 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction326:model_base#Object#protected_visibility */
1300 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction326:model_base#Object#private_visibility */
1301 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction326:model_base#Object#none_visibility */
1302 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction326:model#Object#abstract_kind */
1303 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction326:model#Object#concrete_kind */
1304 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction326:model#Object#interface_kind */
1305 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction326:model#Object#enum_kind */
1306 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction326:model#Object#extern_kind */
1307 (nitmethod_t)VIRTUAL_parser__ReduceAction326__action, /* pointer to parser:ReduceAction326:parser#ReduceAction326#action */
1308 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction326:parser#ReduceAction#concat */
1309 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction326:parser#ReduceAction#init */
1310 }
1311 };
1312 /* allocate ReduceAction326 */
1313 val* NEW_parser__ReduceAction326(const struct type* type) {
1314 val* self /* : ReduceAction326 */;
1315 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1316 self->type = type;
1317 self->class = &class_parser__ReduceAction326;
1318 return self;
1319 }
1320 /* allocate ReduceAction326 */
1321 void CHECK_NEW_parser__ReduceAction326(val* self) {
1322 long var /* : Int */;
1323 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction326> */
1324 }
1325 /* runtime class parser__ReduceAction327 */
1326 const struct class class_parser__ReduceAction327 = {
1327 0, /* box_kind */
1328 {
1329 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction327:kernel#Object#object_id */
1330 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction327:kernel#Object#is_same_type */
1331 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction327:kernel#Object#== */
1332 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction327:kernel#Object#!= */
1333 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction327:kernel#Object#output */
1334 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction327:kernel#Object#output_class_name */
1335 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction327:kernel#Object#exit */
1336 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction327:kernel#Object#sys */
1337 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction327:kernel#Object#hash */
1338 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction327:string#Object#to_s */
1339 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction327:string#Object#native_class_name */
1340 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction327:string#Object#class_name */
1341 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction327:string#Object#inspect */
1342 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction327:string#Object#inspect_head */
1343 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction327:string#Object#args */
1344 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction327:math#Object#atan2 */
1345 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction327:math#Object#pi */
1346 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction327:math#Object#srand_from */
1347 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction327:math#Object#srand */
1348 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction327:stream#Object#poll */
1349 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction327:stream#Object#intern_poll */
1350 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction327:time#Object#get_time */
1351 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction327:file#Object#printn */
1352 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction327:file#Object#print */
1353 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction327:file#Object#getc */
1354 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction327:file#Object#gets */
1355 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction327:file#Object#getcwd */
1356 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction327:file#Object#file_getcwd */
1357 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction327:file#Object#stdin */
1358 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction327:file#Object#stdout */
1359 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction327:file#Object#stderr */
1360 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction327:model_base#Object#intrude_visibility */
1361 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction327:model_base#Object#public_visibility */
1362 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction327:model_base#Object#protected_visibility */
1363 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction327:model_base#Object#private_visibility */
1364 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction327:model_base#Object#none_visibility */
1365 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction327:model#Object#abstract_kind */
1366 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction327:model#Object#concrete_kind */
1367 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction327:model#Object#interface_kind */
1368 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction327:model#Object#enum_kind */
1369 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction327:model#Object#extern_kind */
1370 (nitmethod_t)VIRTUAL_parser__ReduceAction327__action, /* pointer to parser:ReduceAction327:parser#ReduceAction327#action */
1371 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction327:parser#ReduceAction#concat */
1372 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction327:parser#ReduceAction#init */
1373 }
1374 };
1375 /* allocate ReduceAction327 */
1376 val* NEW_parser__ReduceAction327(const struct type* type) {
1377 val* self /* : ReduceAction327 */;
1378 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1379 self->type = type;
1380 self->class = &class_parser__ReduceAction327;
1381 return self;
1382 }
1383 /* allocate ReduceAction327 */
1384 void CHECK_NEW_parser__ReduceAction327(val* self) {
1385 long var /* : Int */;
1386 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction327> */
1387 }
1388 /* runtime class parser__ReduceAction329 */
1389 const struct class class_parser__ReduceAction329 = {
1390 0, /* box_kind */
1391 {
1392 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction329:kernel#Object#object_id */
1393 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction329:kernel#Object#is_same_type */
1394 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction329:kernel#Object#== */
1395 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction329:kernel#Object#!= */
1396 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction329:kernel#Object#output */
1397 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction329:kernel#Object#output_class_name */
1398 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction329:kernel#Object#exit */
1399 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction329:kernel#Object#sys */
1400 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction329:kernel#Object#hash */
1401 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction329:string#Object#to_s */
1402 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction329:string#Object#native_class_name */
1403 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction329:string#Object#class_name */
1404 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction329:string#Object#inspect */
1405 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction329:string#Object#inspect_head */
1406 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction329:string#Object#args */
1407 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction329:math#Object#atan2 */
1408 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction329:math#Object#pi */
1409 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction329:math#Object#srand_from */
1410 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction329:math#Object#srand */
1411 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction329:stream#Object#poll */
1412 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction329:stream#Object#intern_poll */
1413 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction329:time#Object#get_time */
1414 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction329:file#Object#printn */
1415 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction329:file#Object#print */
1416 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction329:file#Object#getc */
1417 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction329:file#Object#gets */
1418 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction329:file#Object#getcwd */
1419 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction329:file#Object#file_getcwd */
1420 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction329:file#Object#stdin */
1421 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction329:file#Object#stdout */
1422 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction329:file#Object#stderr */
1423 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction329:model_base#Object#intrude_visibility */
1424 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction329:model_base#Object#public_visibility */
1425 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction329:model_base#Object#protected_visibility */
1426 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction329:model_base#Object#private_visibility */
1427 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction329:model_base#Object#none_visibility */
1428 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction329:model#Object#abstract_kind */
1429 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction329:model#Object#concrete_kind */
1430 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction329:model#Object#interface_kind */
1431 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction329:model#Object#enum_kind */
1432 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction329:model#Object#extern_kind */
1433 (nitmethod_t)VIRTUAL_parser__ReduceAction329__action, /* pointer to parser:ReduceAction329:parser#ReduceAction329#action */
1434 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction329:parser#ReduceAction#concat */
1435 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction329:parser#ReduceAction#init */
1436 }
1437 };
1438 /* allocate ReduceAction329 */
1439 val* NEW_parser__ReduceAction329(const struct type* type) {
1440 val* self /* : ReduceAction329 */;
1441 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1442 self->type = type;
1443 self->class = &class_parser__ReduceAction329;
1444 return self;
1445 }
1446 /* allocate ReduceAction329 */
1447 void CHECK_NEW_parser__ReduceAction329(val* self) {
1448 long var /* : Int */;
1449 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction329> */
1450 }
1451 /* runtime class parser__ReduceAction330 */
1452 const struct class class_parser__ReduceAction330 = {
1453 0, /* box_kind */
1454 {
1455 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction330:kernel#Object#object_id */
1456 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction330:kernel#Object#is_same_type */
1457 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction330:kernel#Object#== */
1458 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction330:kernel#Object#!= */
1459 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction330:kernel#Object#output */
1460 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction330:kernel#Object#output_class_name */
1461 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction330:kernel#Object#exit */
1462 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction330:kernel#Object#sys */
1463 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction330:kernel#Object#hash */
1464 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction330:string#Object#to_s */
1465 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction330:string#Object#native_class_name */
1466 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction330:string#Object#class_name */
1467 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction330:string#Object#inspect */
1468 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction330:string#Object#inspect_head */
1469 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction330:string#Object#args */
1470 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction330:math#Object#atan2 */
1471 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction330:math#Object#pi */
1472 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction330:math#Object#srand_from */
1473 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction330:math#Object#srand */
1474 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction330:stream#Object#poll */
1475 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction330:stream#Object#intern_poll */
1476 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction330:time#Object#get_time */
1477 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction330:file#Object#printn */
1478 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction330:file#Object#print */
1479 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction330:file#Object#getc */
1480 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction330:file#Object#gets */
1481 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction330:file#Object#getcwd */
1482 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction330:file#Object#file_getcwd */
1483 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction330:file#Object#stdin */
1484 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction330:file#Object#stdout */
1485 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction330:file#Object#stderr */
1486 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction330:model_base#Object#intrude_visibility */
1487 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction330:model_base#Object#public_visibility */
1488 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction330:model_base#Object#protected_visibility */
1489 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction330:model_base#Object#private_visibility */
1490 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction330:model_base#Object#none_visibility */
1491 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction330:model#Object#abstract_kind */
1492 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction330:model#Object#concrete_kind */
1493 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction330:model#Object#interface_kind */
1494 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction330:model#Object#enum_kind */
1495 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction330:model#Object#extern_kind */
1496 (nitmethod_t)VIRTUAL_parser__ReduceAction330__action, /* pointer to parser:ReduceAction330:parser#ReduceAction330#action */
1497 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction330:parser#ReduceAction#concat */
1498 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction330:parser#ReduceAction#init */
1499 }
1500 };
1501 /* allocate ReduceAction330 */
1502 val* NEW_parser__ReduceAction330(const struct type* type) {
1503 val* self /* : ReduceAction330 */;
1504 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1505 self->type = type;
1506 self->class = &class_parser__ReduceAction330;
1507 return self;
1508 }
1509 /* allocate ReduceAction330 */
1510 void CHECK_NEW_parser__ReduceAction330(val* self) {
1511 long var /* : Int */;
1512 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction330> */
1513 }
1514 /* runtime class parser__ReduceAction331 */
1515 const struct class class_parser__ReduceAction331 = {
1516 0, /* box_kind */
1517 {
1518 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction331:kernel#Object#object_id */
1519 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction331:kernel#Object#is_same_type */
1520 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction331:kernel#Object#== */
1521 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction331:kernel#Object#!= */
1522 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction331:kernel#Object#output */
1523 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction331:kernel#Object#output_class_name */
1524 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction331:kernel#Object#exit */
1525 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction331:kernel#Object#sys */
1526 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction331:kernel#Object#hash */
1527 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction331:string#Object#to_s */
1528 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction331:string#Object#native_class_name */
1529 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction331:string#Object#class_name */
1530 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction331:string#Object#inspect */
1531 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction331:string#Object#inspect_head */
1532 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction331:string#Object#args */
1533 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction331:math#Object#atan2 */
1534 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction331:math#Object#pi */
1535 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction331:math#Object#srand_from */
1536 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction331:math#Object#srand */
1537 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction331:stream#Object#poll */
1538 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction331:stream#Object#intern_poll */
1539 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction331:time#Object#get_time */
1540 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction331:file#Object#printn */
1541 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction331:file#Object#print */
1542 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction331:file#Object#getc */
1543 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction331:file#Object#gets */
1544 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction331:file#Object#getcwd */
1545 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction331:file#Object#file_getcwd */
1546 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction331:file#Object#stdin */
1547 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction331:file#Object#stdout */
1548 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction331:file#Object#stderr */
1549 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction331:model_base#Object#intrude_visibility */
1550 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction331:model_base#Object#public_visibility */
1551 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction331:model_base#Object#protected_visibility */
1552 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction331:model_base#Object#private_visibility */
1553 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction331:model_base#Object#none_visibility */
1554 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction331:model#Object#abstract_kind */
1555 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction331:model#Object#concrete_kind */
1556 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction331:model#Object#interface_kind */
1557 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction331:model#Object#enum_kind */
1558 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction331:model#Object#extern_kind */
1559 (nitmethod_t)VIRTUAL_parser__ReduceAction331__action, /* pointer to parser:ReduceAction331:parser#ReduceAction331#action */
1560 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction331:parser#ReduceAction#concat */
1561 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction331:parser#ReduceAction#init */
1562 }
1563 };
1564 /* allocate ReduceAction331 */
1565 val* NEW_parser__ReduceAction331(const struct type* type) {
1566 val* self /* : ReduceAction331 */;
1567 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1568 self->type = type;
1569 self->class = &class_parser__ReduceAction331;
1570 return self;
1571 }
1572 /* allocate ReduceAction331 */
1573 void CHECK_NEW_parser__ReduceAction331(val* self) {
1574 long var /* : Int */;
1575 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction331> */
1576 }
1577 /* runtime class parser__ReduceAction332 */
1578 const struct class class_parser__ReduceAction332 = {
1579 0, /* box_kind */
1580 {
1581 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction332:kernel#Object#object_id */
1582 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction332:kernel#Object#is_same_type */
1583 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction332:kernel#Object#== */
1584 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction332:kernel#Object#!= */
1585 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction332:kernel#Object#output */
1586 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction332:kernel#Object#output_class_name */
1587 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction332:kernel#Object#exit */
1588 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction332:kernel#Object#sys */
1589 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction332:kernel#Object#hash */
1590 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction332:string#Object#to_s */
1591 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction332:string#Object#native_class_name */
1592 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction332:string#Object#class_name */
1593 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction332:string#Object#inspect */
1594 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction332:string#Object#inspect_head */
1595 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction332:string#Object#args */
1596 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction332:math#Object#atan2 */
1597 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction332:math#Object#pi */
1598 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction332:math#Object#srand_from */
1599 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction332:math#Object#srand */
1600 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction332:stream#Object#poll */
1601 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction332:stream#Object#intern_poll */
1602 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction332:time#Object#get_time */
1603 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction332:file#Object#printn */
1604 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction332:file#Object#print */
1605 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction332:file#Object#getc */
1606 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction332:file#Object#gets */
1607 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction332:file#Object#getcwd */
1608 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction332:file#Object#file_getcwd */
1609 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction332:file#Object#stdin */
1610 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction332:file#Object#stdout */
1611 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction332:file#Object#stderr */
1612 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction332:model_base#Object#intrude_visibility */
1613 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction332:model_base#Object#public_visibility */
1614 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction332:model_base#Object#protected_visibility */
1615 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction332:model_base#Object#private_visibility */
1616 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction332:model_base#Object#none_visibility */
1617 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction332:model#Object#abstract_kind */
1618 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction332:model#Object#concrete_kind */
1619 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction332:model#Object#interface_kind */
1620 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction332:model#Object#enum_kind */
1621 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction332:model#Object#extern_kind */
1622 (nitmethod_t)VIRTUAL_parser__ReduceAction332__action, /* pointer to parser:ReduceAction332:parser#ReduceAction332#action */
1623 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction332:parser#ReduceAction#concat */
1624 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction332:parser#ReduceAction#init */
1625 }
1626 };
1627 /* allocate ReduceAction332 */
1628 val* NEW_parser__ReduceAction332(const struct type* type) {
1629 val* self /* : ReduceAction332 */;
1630 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1631 self->type = type;
1632 self->class = &class_parser__ReduceAction332;
1633 return self;
1634 }
1635 /* allocate ReduceAction332 */
1636 void CHECK_NEW_parser__ReduceAction332(val* self) {
1637 long var /* : Int */;
1638 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction332> */
1639 }
1640 /* runtime class parser__ReduceAction333 */
1641 const struct class class_parser__ReduceAction333 = {
1642 0, /* box_kind */
1643 {
1644 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction333:kernel#Object#object_id */
1645 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction333:kernel#Object#is_same_type */
1646 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction333:kernel#Object#== */
1647 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction333:kernel#Object#!= */
1648 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction333:kernel#Object#output */
1649 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction333:kernel#Object#output_class_name */
1650 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction333:kernel#Object#exit */
1651 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction333:kernel#Object#sys */
1652 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction333:kernel#Object#hash */
1653 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction333:string#Object#to_s */
1654 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction333:string#Object#native_class_name */
1655 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction333:string#Object#class_name */
1656 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction333:string#Object#inspect */
1657 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction333:string#Object#inspect_head */
1658 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction333:string#Object#args */
1659 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction333:math#Object#atan2 */
1660 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction333:math#Object#pi */
1661 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction333:math#Object#srand_from */
1662 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction333:math#Object#srand */
1663 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction333:stream#Object#poll */
1664 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction333:stream#Object#intern_poll */
1665 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction333:time#Object#get_time */
1666 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction333:file#Object#printn */
1667 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction333:file#Object#print */
1668 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction333:file#Object#getc */
1669 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction333:file#Object#gets */
1670 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction333:file#Object#getcwd */
1671 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction333:file#Object#file_getcwd */
1672 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction333:file#Object#stdin */
1673 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction333:file#Object#stdout */
1674 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction333:file#Object#stderr */
1675 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction333:model_base#Object#intrude_visibility */
1676 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction333:model_base#Object#public_visibility */
1677 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction333:model_base#Object#protected_visibility */
1678 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction333:model_base#Object#private_visibility */
1679 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction333:model_base#Object#none_visibility */
1680 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction333:model#Object#abstract_kind */
1681 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction333:model#Object#concrete_kind */
1682 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction333:model#Object#interface_kind */
1683 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction333:model#Object#enum_kind */
1684 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction333:model#Object#extern_kind */
1685 (nitmethod_t)VIRTUAL_parser__ReduceAction333__action, /* pointer to parser:ReduceAction333:parser#ReduceAction333#action */
1686 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction333:parser#ReduceAction#concat */
1687 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction333:parser#ReduceAction#init */
1688 }
1689 };
1690 /* allocate ReduceAction333 */
1691 val* NEW_parser__ReduceAction333(const struct type* type) {
1692 val* self /* : ReduceAction333 */;
1693 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1694 self->type = type;
1695 self->class = &class_parser__ReduceAction333;
1696 return self;
1697 }
1698 /* allocate ReduceAction333 */
1699 void CHECK_NEW_parser__ReduceAction333(val* self) {
1700 long var /* : Int */;
1701 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction333> */
1702 }
1703 /* runtime class parser__ReduceAction334 */
1704 const struct class class_parser__ReduceAction334 = {
1705 0, /* box_kind */
1706 {
1707 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction334:kernel#Object#object_id */
1708 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction334:kernel#Object#is_same_type */
1709 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction334:kernel#Object#== */
1710 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction334:kernel#Object#!= */
1711 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction334:kernel#Object#output */
1712 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction334:kernel#Object#output_class_name */
1713 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction334:kernel#Object#exit */
1714 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction334:kernel#Object#sys */
1715 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction334:kernel#Object#hash */
1716 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction334:string#Object#to_s */
1717 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction334:string#Object#native_class_name */
1718 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction334:string#Object#class_name */
1719 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction334:string#Object#inspect */
1720 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction334:string#Object#inspect_head */
1721 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction334:string#Object#args */
1722 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction334:math#Object#atan2 */
1723 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction334:math#Object#pi */
1724 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction334:math#Object#srand_from */
1725 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction334:math#Object#srand */
1726 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction334:stream#Object#poll */
1727 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction334:stream#Object#intern_poll */
1728 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction334:time#Object#get_time */
1729 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction334:file#Object#printn */
1730 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction334:file#Object#print */
1731 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction334:file#Object#getc */
1732 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction334:file#Object#gets */
1733 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction334:file#Object#getcwd */
1734 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction334:file#Object#file_getcwd */
1735 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction334:file#Object#stdin */
1736 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction334:file#Object#stdout */
1737 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction334:file#Object#stderr */
1738 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction334:model_base#Object#intrude_visibility */
1739 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction334:model_base#Object#public_visibility */
1740 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction334:model_base#Object#protected_visibility */
1741 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction334:model_base#Object#private_visibility */
1742 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction334:model_base#Object#none_visibility */
1743 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction334:model#Object#abstract_kind */
1744 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction334:model#Object#concrete_kind */
1745 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction334:model#Object#interface_kind */
1746 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction334:model#Object#enum_kind */
1747 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction334:model#Object#extern_kind */
1748 (nitmethod_t)VIRTUAL_parser__ReduceAction334__action, /* pointer to parser:ReduceAction334:parser#ReduceAction334#action */
1749 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction334:parser#ReduceAction#concat */
1750 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction334:parser#ReduceAction#init */
1751 }
1752 };
1753 /* allocate ReduceAction334 */
1754 val* NEW_parser__ReduceAction334(const struct type* type) {
1755 val* self /* : ReduceAction334 */;
1756 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1757 self->type = type;
1758 self->class = &class_parser__ReduceAction334;
1759 return self;
1760 }
1761 /* allocate ReduceAction334 */
1762 void CHECK_NEW_parser__ReduceAction334(val* self) {
1763 long var /* : Int */;
1764 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction334> */
1765 }
1766 /* runtime class parser__ReduceAction335 */
1767 const struct class class_parser__ReduceAction335 = {
1768 0, /* box_kind */
1769 {
1770 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction335:kernel#Object#object_id */
1771 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction335:kernel#Object#is_same_type */
1772 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction335:kernel#Object#== */
1773 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction335:kernel#Object#!= */
1774 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction335:kernel#Object#output */
1775 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction335:kernel#Object#output_class_name */
1776 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction335:kernel#Object#exit */
1777 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction335:kernel#Object#sys */
1778 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction335:kernel#Object#hash */
1779 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction335:string#Object#to_s */
1780 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction335:string#Object#native_class_name */
1781 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction335:string#Object#class_name */
1782 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction335:string#Object#inspect */
1783 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction335:string#Object#inspect_head */
1784 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction335:string#Object#args */
1785 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction335:math#Object#atan2 */
1786 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction335:math#Object#pi */
1787 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction335:math#Object#srand_from */
1788 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction335:math#Object#srand */
1789 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction335:stream#Object#poll */
1790 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction335:stream#Object#intern_poll */
1791 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction335:time#Object#get_time */
1792 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction335:file#Object#printn */
1793 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction335:file#Object#print */
1794 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction335:file#Object#getc */
1795 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction335:file#Object#gets */
1796 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction335:file#Object#getcwd */
1797 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction335:file#Object#file_getcwd */
1798 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction335:file#Object#stdin */
1799 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction335:file#Object#stdout */
1800 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction335:file#Object#stderr */
1801 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction335:model_base#Object#intrude_visibility */
1802 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction335:model_base#Object#public_visibility */
1803 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction335:model_base#Object#protected_visibility */
1804 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction335:model_base#Object#private_visibility */
1805 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction335:model_base#Object#none_visibility */
1806 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction335:model#Object#abstract_kind */
1807 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction335:model#Object#concrete_kind */
1808 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction335:model#Object#interface_kind */
1809 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction335:model#Object#enum_kind */
1810 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction335:model#Object#extern_kind */
1811 (nitmethod_t)VIRTUAL_parser__ReduceAction335__action, /* pointer to parser:ReduceAction335:parser#ReduceAction335#action */
1812 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction335:parser#ReduceAction#concat */
1813 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction335:parser#ReduceAction#init */
1814 }
1815 };
1816 /* allocate ReduceAction335 */
1817 val* NEW_parser__ReduceAction335(const struct type* type) {
1818 val* self /* : ReduceAction335 */;
1819 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1820 self->type = type;
1821 self->class = &class_parser__ReduceAction335;
1822 return self;
1823 }
1824 /* allocate ReduceAction335 */
1825 void CHECK_NEW_parser__ReduceAction335(val* self) {
1826 long var /* : Int */;
1827 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction335> */
1828 }
1829 /* runtime class parser__ReduceAction336 */
1830 const struct class class_parser__ReduceAction336 = {
1831 0, /* box_kind */
1832 {
1833 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction336:kernel#Object#object_id */
1834 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction336:kernel#Object#is_same_type */
1835 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction336:kernel#Object#== */
1836 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction336:kernel#Object#!= */
1837 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction336:kernel#Object#output */
1838 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction336:kernel#Object#output_class_name */
1839 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction336:kernel#Object#exit */
1840 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction336:kernel#Object#sys */
1841 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction336:kernel#Object#hash */
1842 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction336:string#Object#to_s */
1843 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction336:string#Object#native_class_name */
1844 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction336:string#Object#class_name */
1845 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction336:string#Object#inspect */
1846 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction336:string#Object#inspect_head */
1847 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction336:string#Object#args */
1848 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction336:math#Object#atan2 */
1849 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction336:math#Object#pi */
1850 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction336:math#Object#srand_from */
1851 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction336:math#Object#srand */
1852 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction336:stream#Object#poll */
1853 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction336:stream#Object#intern_poll */
1854 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction336:time#Object#get_time */
1855 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction336:file#Object#printn */
1856 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction336:file#Object#print */
1857 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction336:file#Object#getc */
1858 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction336:file#Object#gets */
1859 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction336:file#Object#getcwd */
1860 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction336:file#Object#file_getcwd */
1861 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction336:file#Object#stdin */
1862 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction336:file#Object#stdout */
1863 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction336:file#Object#stderr */
1864 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction336:model_base#Object#intrude_visibility */
1865 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction336:model_base#Object#public_visibility */
1866 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction336:model_base#Object#protected_visibility */
1867 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction336:model_base#Object#private_visibility */
1868 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction336:model_base#Object#none_visibility */
1869 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction336:model#Object#abstract_kind */
1870 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction336:model#Object#concrete_kind */
1871 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction336:model#Object#interface_kind */
1872 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction336:model#Object#enum_kind */
1873 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction336:model#Object#extern_kind */
1874 (nitmethod_t)VIRTUAL_parser__ReduceAction336__action, /* pointer to parser:ReduceAction336:parser#ReduceAction336#action */
1875 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction336:parser#ReduceAction#concat */
1876 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction336:parser#ReduceAction#init */
1877 }
1878 };
1879 /* allocate ReduceAction336 */
1880 val* NEW_parser__ReduceAction336(const struct type* type) {
1881 val* self /* : ReduceAction336 */;
1882 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1883 self->type = type;
1884 self->class = &class_parser__ReduceAction336;
1885 return self;
1886 }
1887 /* allocate ReduceAction336 */
1888 void CHECK_NEW_parser__ReduceAction336(val* self) {
1889 long var /* : Int */;
1890 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction336> */
1891 }
1892 /* runtime class parser__ReduceAction337 */
1893 const struct class class_parser__ReduceAction337 = {
1894 0, /* box_kind */
1895 {
1896 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction337:kernel#Object#object_id */
1897 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction337:kernel#Object#is_same_type */
1898 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction337:kernel#Object#== */
1899 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction337:kernel#Object#!= */
1900 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction337:kernel#Object#output */
1901 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction337:kernel#Object#output_class_name */
1902 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction337:kernel#Object#exit */
1903 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction337:kernel#Object#sys */
1904 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction337:kernel#Object#hash */
1905 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction337:string#Object#to_s */
1906 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction337:string#Object#native_class_name */
1907 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction337:string#Object#class_name */
1908 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction337:string#Object#inspect */
1909 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction337:string#Object#inspect_head */
1910 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction337:string#Object#args */
1911 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction337:math#Object#atan2 */
1912 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction337:math#Object#pi */
1913 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction337:math#Object#srand_from */
1914 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction337:math#Object#srand */
1915 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction337:stream#Object#poll */
1916 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction337:stream#Object#intern_poll */
1917 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction337:time#Object#get_time */
1918 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction337:file#Object#printn */
1919 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction337:file#Object#print */
1920 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction337:file#Object#getc */
1921 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction337:file#Object#gets */
1922 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction337:file#Object#getcwd */
1923 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction337:file#Object#file_getcwd */
1924 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction337:file#Object#stdin */
1925 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction337:file#Object#stdout */
1926 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction337:file#Object#stderr */
1927 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction337:model_base#Object#intrude_visibility */
1928 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction337:model_base#Object#public_visibility */
1929 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction337:model_base#Object#protected_visibility */
1930 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction337:model_base#Object#private_visibility */
1931 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction337:model_base#Object#none_visibility */
1932 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction337:model#Object#abstract_kind */
1933 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction337:model#Object#concrete_kind */
1934 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction337:model#Object#interface_kind */
1935 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction337:model#Object#enum_kind */
1936 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction337:model#Object#extern_kind */
1937 (nitmethod_t)VIRTUAL_parser__ReduceAction337__action, /* pointer to parser:ReduceAction337:parser#ReduceAction337#action */
1938 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction337:parser#ReduceAction#concat */
1939 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction337:parser#ReduceAction#init */
1940 }
1941 };
1942 /* allocate ReduceAction337 */
1943 val* NEW_parser__ReduceAction337(const struct type* type) {
1944 val* self /* : ReduceAction337 */;
1945 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1946 self->type = type;
1947 self->class = &class_parser__ReduceAction337;
1948 return self;
1949 }
1950 /* allocate ReduceAction337 */
1951 void CHECK_NEW_parser__ReduceAction337(val* self) {
1952 long var /* : Int */;
1953 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction337> */
1954 }
1955 /* runtime class parser__ReduceAction338 */
1956 const struct class class_parser__ReduceAction338 = {
1957 0, /* box_kind */
1958 {
1959 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction338:kernel#Object#object_id */
1960 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction338:kernel#Object#is_same_type */
1961 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction338:kernel#Object#== */
1962 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction338:kernel#Object#!= */
1963 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction338:kernel#Object#output */
1964 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction338:kernel#Object#output_class_name */
1965 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction338:kernel#Object#exit */
1966 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction338:kernel#Object#sys */
1967 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction338:kernel#Object#hash */
1968 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction338:string#Object#to_s */
1969 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction338:string#Object#native_class_name */
1970 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction338:string#Object#class_name */
1971 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction338:string#Object#inspect */
1972 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction338:string#Object#inspect_head */
1973 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction338:string#Object#args */
1974 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction338:math#Object#atan2 */
1975 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction338:math#Object#pi */
1976 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction338:math#Object#srand_from */
1977 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction338:math#Object#srand */
1978 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction338:stream#Object#poll */
1979 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction338:stream#Object#intern_poll */
1980 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction338:time#Object#get_time */
1981 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction338:file#Object#printn */
1982 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction338:file#Object#print */
1983 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction338:file#Object#getc */
1984 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction338:file#Object#gets */
1985 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction338:file#Object#getcwd */
1986 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction338:file#Object#file_getcwd */
1987 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction338:file#Object#stdin */
1988 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction338:file#Object#stdout */
1989 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction338:file#Object#stderr */
1990 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction338:model_base#Object#intrude_visibility */
1991 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction338:model_base#Object#public_visibility */
1992 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction338:model_base#Object#protected_visibility */
1993 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction338:model_base#Object#private_visibility */
1994 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction338:model_base#Object#none_visibility */
1995 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction338:model#Object#abstract_kind */
1996 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction338:model#Object#concrete_kind */
1997 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction338:model#Object#interface_kind */
1998 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction338:model#Object#enum_kind */
1999 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction338:model#Object#extern_kind */
2000 (nitmethod_t)VIRTUAL_parser__ReduceAction338__action, /* pointer to parser:ReduceAction338:parser#ReduceAction338#action */
2001 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction338:parser#ReduceAction#concat */
2002 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction338:parser#ReduceAction#init */
2003 }
2004 };
2005 /* allocate ReduceAction338 */
2006 val* NEW_parser__ReduceAction338(const struct type* type) {
2007 val* self /* : ReduceAction338 */;
2008 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2009 self->type = type;
2010 self->class = &class_parser__ReduceAction338;
2011 return self;
2012 }
2013 /* allocate ReduceAction338 */
2014 void CHECK_NEW_parser__ReduceAction338(val* self) {
2015 long var /* : Int */;
2016 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction338> */
2017 }
2018 /* runtime class parser__ReduceAction339 */
2019 const struct class class_parser__ReduceAction339 = {
2020 0, /* box_kind */
2021 {
2022 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction339:kernel#Object#object_id */
2023 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction339:kernel#Object#is_same_type */
2024 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction339:kernel#Object#== */
2025 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction339:kernel#Object#!= */
2026 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction339:kernel#Object#output */
2027 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction339:kernel#Object#output_class_name */
2028 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction339:kernel#Object#exit */
2029 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction339:kernel#Object#sys */
2030 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction339:kernel#Object#hash */
2031 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction339:string#Object#to_s */
2032 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction339:string#Object#native_class_name */
2033 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction339:string#Object#class_name */
2034 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction339:string#Object#inspect */
2035 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction339:string#Object#inspect_head */
2036 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction339:string#Object#args */
2037 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction339:math#Object#atan2 */
2038 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction339:math#Object#pi */
2039 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction339:math#Object#srand_from */
2040 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction339:math#Object#srand */
2041 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction339:stream#Object#poll */
2042 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction339:stream#Object#intern_poll */
2043 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction339:time#Object#get_time */
2044 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction339:file#Object#printn */
2045 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction339:file#Object#print */
2046 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction339:file#Object#getc */
2047 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction339:file#Object#gets */
2048 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction339:file#Object#getcwd */
2049 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction339:file#Object#file_getcwd */
2050 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction339:file#Object#stdin */
2051 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction339:file#Object#stdout */
2052 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction339:file#Object#stderr */
2053 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction339:model_base#Object#intrude_visibility */
2054 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction339:model_base#Object#public_visibility */
2055 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction339:model_base#Object#protected_visibility */
2056 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction339:model_base#Object#private_visibility */
2057 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction339:model_base#Object#none_visibility */
2058 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction339:model#Object#abstract_kind */
2059 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction339:model#Object#concrete_kind */
2060 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction339:model#Object#interface_kind */
2061 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction339:model#Object#enum_kind */
2062 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction339:model#Object#extern_kind */
2063 (nitmethod_t)VIRTUAL_parser__ReduceAction339__action, /* pointer to parser:ReduceAction339:parser#ReduceAction339#action */
2064 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction339:parser#ReduceAction#concat */
2065 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction339:parser#ReduceAction#init */
2066 }
2067 };
2068 /* allocate ReduceAction339 */
2069 val* NEW_parser__ReduceAction339(const struct type* type) {
2070 val* self /* : ReduceAction339 */;
2071 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2072 self->type = type;
2073 self->class = &class_parser__ReduceAction339;
2074 return self;
2075 }
2076 /* allocate ReduceAction339 */
2077 void CHECK_NEW_parser__ReduceAction339(val* self) {
2078 long var /* : Int */;
2079 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction339> */
2080 }
2081 /* runtime class parser__ReduceAction340 */
2082 const struct class class_parser__ReduceAction340 = {
2083 0, /* box_kind */
2084 {
2085 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction340:kernel#Object#object_id */
2086 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction340:kernel#Object#is_same_type */
2087 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction340:kernel#Object#== */
2088 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction340:kernel#Object#!= */
2089 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction340:kernel#Object#output */
2090 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction340:kernel#Object#output_class_name */
2091 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction340:kernel#Object#exit */
2092 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction340:kernel#Object#sys */
2093 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction340:kernel#Object#hash */
2094 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction340:string#Object#to_s */
2095 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction340:string#Object#native_class_name */
2096 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction340:string#Object#class_name */
2097 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction340:string#Object#inspect */
2098 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction340:string#Object#inspect_head */
2099 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction340:string#Object#args */
2100 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction340:math#Object#atan2 */
2101 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction340:math#Object#pi */
2102 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction340:math#Object#srand_from */
2103 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction340:math#Object#srand */
2104 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction340:stream#Object#poll */
2105 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction340:stream#Object#intern_poll */
2106 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction340:time#Object#get_time */
2107 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction340:file#Object#printn */
2108 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction340:file#Object#print */
2109 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction340:file#Object#getc */
2110 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction340:file#Object#gets */
2111 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction340:file#Object#getcwd */
2112 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction340:file#Object#file_getcwd */
2113 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction340:file#Object#stdin */
2114 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction340:file#Object#stdout */
2115 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction340:file#Object#stderr */
2116 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction340:model_base#Object#intrude_visibility */
2117 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction340:model_base#Object#public_visibility */
2118 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction340:model_base#Object#protected_visibility */
2119 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction340:model_base#Object#private_visibility */
2120 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction340:model_base#Object#none_visibility */
2121 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction340:model#Object#abstract_kind */
2122 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction340:model#Object#concrete_kind */
2123 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction340:model#Object#interface_kind */
2124 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction340:model#Object#enum_kind */
2125 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction340:model#Object#extern_kind */
2126 (nitmethod_t)VIRTUAL_parser__ReduceAction340__action, /* pointer to parser:ReduceAction340:parser#ReduceAction340#action */
2127 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction340:parser#ReduceAction#concat */
2128 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction340:parser#ReduceAction#init */
2129 }
2130 };
2131 /* allocate ReduceAction340 */
2132 val* NEW_parser__ReduceAction340(const struct type* type) {
2133 val* self /* : ReduceAction340 */;
2134 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2135 self->type = type;
2136 self->class = &class_parser__ReduceAction340;
2137 return self;
2138 }
2139 /* allocate ReduceAction340 */
2140 void CHECK_NEW_parser__ReduceAction340(val* self) {
2141 long var /* : Int */;
2142 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction340> */
2143 }
2144 /* runtime class parser__ReduceAction341 */
2145 const struct class class_parser__ReduceAction341 = {
2146 0, /* box_kind */
2147 {
2148 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction341:kernel#Object#object_id */
2149 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction341:kernel#Object#is_same_type */
2150 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction341:kernel#Object#== */
2151 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction341:kernel#Object#!= */
2152 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction341:kernel#Object#output */
2153 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction341:kernel#Object#output_class_name */
2154 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction341:kernel#Object#exit */
2155 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction341:kernel#Object#sys */
2156 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction341:kernel#Object#hash */
2157 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction341:string#Object#to_s */
2158 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction341:string#Object#native_class_name */
2159 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction341:string#Object#class_name */
2160 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction341:string#Object#inspect */
2161 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction341:string#Object#inspect_head */
2162 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction341:string#Object#args */
2163 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction341:math#Object#atan2 */
2164 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction341:math#Object#pi */
2165 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction341:math#Object#srand_from */
2166 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction341:math#Object#srand */
2167 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction341:stream#Object#poll */
2168 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction341:stream#Object#intern_poll */
2169 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction341:time#Object#get_time */
2170 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction341:file#Object#printn */
2171 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction341:file#Object#print */
2172 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction341:file#Object#getc */
2173 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction341:file#Object#gets */
2174 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction341:file#Object#getcwd */
2175 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction341:file#Object#file_getcwd */
2176 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction341:file#Object#stdin */
2177 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction341:file#Object#stdout */
2178 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction341:file#Object#stderr */
2179 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction341:model_base#Object#intrude_visibility */
2180 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction341:model_base#Object#public_visibility */
2181 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction341:model_base#Object#protected_visibility */
2182 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction341:model_base#Object#private_visibility */
2183 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction341:model_base#Object#none_visibility */
2184 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction341:model#Object#abstract_kind */
2185 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction341:model#Object#concrete_kind */
2186 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction341:model#Object#interface_kind */
2187 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction341:model#Object#enum_kind */
2188 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction341:model#Object#extern_kind */
2189 (nitmethod_t)VIRTUAL_parser__ReduceAction341__action, /* pointer to parser:ReduceAction341:parser#ReduceAction341#action */
2190 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction341:parser#ReduceAction#concat */
2191 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction341:parser#ReduceAction#init */
2192 }
2193 };
2194 /* allocate ReduceAction341 */
2195 val* NEW_parser__ReduceAction341(const struct type* type) {
2196 val* self /* : ReduceAction341 */;
2197 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2198 self->type = type;
2199 self->class = &class_parser__ReduceAction341;
2200 return self;
2201 }
2202 /* allocate ReduceAction341 */
2203 void CHECK_NEW_parser__ReduceAction341(val* self) {
2204 long var /* : Int */;
2205 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction341> */
2206 }
2207 /* runtime class parser__ReduceAction342 */
2208 const struct class class_parser__ReduceAction342 = {
2209 0, /* box_kind */
2210 {
2211 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction342:kernel#Object#object_id */
2212 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction342:kernel#Object#is_same_type */
2213 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction342:kernel#Object#== */
2214 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction342:kernel#Object#!= */
2215 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction342:kernel#Object#output */
2216 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction342:kernel#Object#output_class_name */
2217 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction342:kernel#Object#exit */
2218 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction342:kernel#Object#sys */
2219 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction342:kernel#Object#hash */
2220 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction342:string#Object#to_s */
2221 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction342:string#Object#native_class_name */
2222 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction342:string#Object#class_name */
2223 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction342:string#Object#inspect */
2224 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction342:string#Object#inspect_head */
2225 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction342:string#Object#args */
2226 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction342:math#Object#atan2 */
2227 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction342:math#Object#pi */
2228 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction342:math#Object#srand_from */
2229 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction342:math#Object#srand */
2230 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction342:stream#Object#poll */
2231 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction342:stream#Object#intern_poll */
2232 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction342:time#Object#get_time */
2233 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction342:file#Object#printn */
2234 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction342:file#Object#print */
2235 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction342:file#Object#getc */
2236 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction342:file#Object#gets */
2237 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction342:file#Object#getcwd */
2238 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction342:file#Object#file_getcwd */
2239 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction342:file#Object#stdin */
2240 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction342:file#Object#stdout */
2241 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction342:file#Object#stderr */
2242 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction342:model_base#Object#intrude_visibility */
2243 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction342:model_base#Object#public_visibility */
2244 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction342:model_base#Object#protected_visibility */
2245 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction342:model_base#Object#private_visibility */
2246 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction342:model_base#Object#none_visibility */
2247 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction342:model#Object#abstract_kind */
2248 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction342:model#Object#concrete_kind */
2249 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction342:model#Object#interface_kind */
2250 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction342:model#Object#enum_kind */
2251 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction342:model#Object#extern_kind */
2252 (nitmethod_t)VIRTUAL_parser__ReduceAction342__action, /* pointer to parser:ReduceAction342:parser#ReduceAction342#action */
2253 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction342:parser#ReduceAction#concat */
2254 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction342:parser#ReduceAction#init */
2255 }
2256 };
2257 /* allocate ReduceAction342 */
2258 val* NEW_parser__ReduceAction342(const struct type* type) {
2259 val* self /* : ReduceAction342 */;
2260 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2261 self->type = type;
2262 self->class = &class_parser__ReduceAction342;
2263 return self;
2264 }
2265 /* allocate ReduceAction342 */
2266 void CHECK_NEW_parser__ReduceAction342(val* self) {
2267 long var /* : Int */;
2268 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction342> */
2269 }
2270 /* runtime class parser__ReduceAction343 */
2271 const struct class class_parser__ReduceAction343 = {
2272 0, /* box_kind */
2273 {
2274 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction343:kernel#Object#object_id */
2275 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction343:kernel#Object#is_same_type */
2276 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction343:kernel#Object#== */
2277 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction343:kernel#Object#!= */
2278 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction343:kernel#Object#output */
2279 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction343:kernel#Object#output_class_name */
2280 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction343:kernel#Object#exit */
2281 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction343:kernel#Object#sys */
2282 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction343:kernel#Object#hash */
2283 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction343:string#Object#to_s */
2284 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction343:string#Object#native_class_name */
2285 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction343:string#Object#class_name */
2286 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction343:string#Object#inspect */
2287 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction343:string#Object#inspect_head */
2288 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction343:string#Object#args */
2289 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction343:math#Object#atan2 */
2290 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction343:math#Object#pi */
2291 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction343:math#Object#srand_from */
2292 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction343:math#Object#srand */
2293 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction343:stream#Object#poll */
2294 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction343:stream#Object#intern_poll */
2295 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction343:time#Object#get_time */
2296 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction343:file#Object#printn */
2297 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction343:file#Object#print */
2298 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction343:file#Object#getc */
2299 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction343:file#Object#gets */
2300 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction343:file#Object#getcwd */
2301 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction343:file#Object#file_getcwd */
2302 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction343:file#Object#stdin */
2303 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction343:file#Object#stdout */
2304 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction343:file#Object#stderr */
2305 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction343:model_base#Object#intrude_visibility */
2306 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction343:model_base#Object#public_visibility */
2307 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction343:model_base#Object#protected_visibility */
2308 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction343:model_base#Object#private_visibility */
2309 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction343:model_base#Object#none_visibility */
2310 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction343:model#Object#abstract_kind */
2311 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction343:model#Object#concrete_kind */
2312 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction343:model#Object#interface_kind */
2313 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction343:model#Object#enum_kind */
2314 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction343:model#Object#extern_kind */
2315 (nitmethod_t)VIRTUAL_parser__ReduceAction343__action, /* pointer to parser:ReduceAction343:parser#ReduceAction343#action */
2316 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction343:parser#ReduceAction#concat */
2317 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction343:parser#ReduceAction#init */
2318 }
2319 };
2320 /* allocate ReduceAction343 */
2321 val* NEW_parser__ReduceAction343(const struct type* type) {
2322 val* self /* : ReduceAction343 */;
2323 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2324 self->type = type;
2325 self->class = &class_parser__ReduceAction343;
2326 return self;
2327 }
2328 /* allocate ReduceAction343 */
2329 void CHECK_NEW_parser__ReduceAction343(val* self) {
2330 long var /* : Int */;
2331 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction343> */
2332 }
2333 /* runtime class parser__ReduceAction344 */
2334 const struct class class_parser__ReduceAction344 = {
2335 0, /* box_kind */
2336 {
2337 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction344:kernel#Object#object_id */
2338 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction344:kernel#Object#is_same_type */
2339 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction344:kernel#Object#== */
2340 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction344:kernel#Object#!= */
2341 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction344:kernel#Object#output */
2342 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction344:kernel#Object#output_class_name */
2343 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction344:kernel#Object#exit */
2344 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction344:kernel#Object#sys */
2345 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction344:kernel#Object#hash */
2346 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction344:string#Object#to_s */
2347 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction344:string#Object#native_class_name */
2348 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction344:string#Object#class_name */
2349 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction344:string#Object#inspect */
2350 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction344:string#Object#inspect_head */
2351 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction344:string#Object#args */
2352 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction344:math#Object#atan2 */
2353 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction344:math#Object#pi */
2354 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction344:math#Object#srand_from */
2355 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction344:math#Object#srand */
2356 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction344:stream#Object#poll */
2357 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction344:stream#Object#intern_poll */
2358 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction344:time#Object#get_time */
2359 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction344:file#Object#printn */
2360 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction344:file#Object#print */
2361 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction344:file#Object#getc */
2362 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction344:file#Object#gets */
2363 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction344:file#Object#getcwd */
2364 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction344:file#Object#file_getcwd */
2365 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction344:file#Object#stdin */
2366 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction344:file#Object#stdout */
2367 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction344:file#Object#stderr */
2368 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction344:model_base#Object#intrude_visibility */
2369 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction344:model_base#Object#public_visibility */
2370 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction344:model_base#Object#protected_visibility */
2371 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction344:model_base#Object#private_visibility */
2372 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction344:model_base#Object#none_visibility */
2373 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction344:model#Object#abstract_kind */
2374 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction344:model#Object#concrete_kind */
2375 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction344:model#Object#interface_kind */
2376 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction344:model#Object#enum_kind */
2377 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction344:model#Object#extern_kind */
2378 (nitmethod_t)VIRTUAL_parser__ReduceAction344__action, /* pointer to parser:ReduceAction344:parser#ReduceAction344#action */
2379 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction344:parser#ReduceAction#concat */
2380 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction344:parser#ReduceAction#init */
2381 }
2382 };
2383 /* allocate ReduceAction344 */
2384 val* NEW_parser__ReduceAction344(const struct type* type) {
2385 val* self /* : ReduceAction344 */;
2386 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2387 self->type = type;
2388 self->class = &class_parser__ReduceAction344;
2389 return self;
2390 }
2391 /* allocate ReduceAction344 */
2392 void CHECK_NEW_parser__ReduceAction344(val* self) {
2393 long var /* : Int */;
2394 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction344> */
2395 }
2396 /* runtime class parser__ReduceAction345 */
2397 const struct class class_parser__ReduceAction345 = {
2398 0, /* box_kind */
2399 {
2400 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction345:kernel#Object#object_id */
2401 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction345:kernel#Object#is_same_type */
2402 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction345:kernel#Object#== */
2403 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction345:kernel#Object#!= */
2404 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction345:kernel#Object#output */
2405 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction345:kernel#Object#output_class_name */
2406 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction345:kernel#Object#exit */
2407 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction345:kernel#Object#sys */
2408 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction345:kernel#Object#hash */
2409 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction345:string#Object#to_s */
2410 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction345:string#Object#native_class_name */
2411 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction345:string#Object#class_name */
2412 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction345:string#Object#inspect */
2413 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction345:string#Object#inspect_head */
2414 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction345:string#Object#args */
2415 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction345:math#Object#atan2 */
2416 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction345:math#Object#pi */
2417 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction345:math#Object#srand_from */
2418 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction345:math#Object#srand */
2419 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction345:stream#Object#poll */
2420 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction345:stream#Object#intern_poll */
2421 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction345:time#Object#get_time */
2422 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction345:file#Object#printn */
2423 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction345:file#Object#print */
2424 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction345:file#Object#getc */
2425 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction345:file#Object#gets */
2426 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction345:file#Object#getcwd */
2427 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction345:file#Object#file_getcwd */
2428 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction345:file#Object#stdin */
2429 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction345:file#Object#stdout */
2430 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction345:file#Object#stderr */
2431 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction345:model_base#Object#intrude_visibility */
2432 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction345:model_base#Object#public_visibility */
2433 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction345:model_base#Object#protected_visibility */
2434 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction345:model_base#Object#private_visibility */
2435 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction345:model_base#Object#none_visibility */
2436 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction345:model#Object#abstract_kind */
2437 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction345:model#Object#concrete_kind */
2438 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction345:model#Object#interface_kind */
2439 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction345:model#Object#enum_kind */
2440 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction345:model#Object#extern_kind */
2441 (nitmethod_t)VIRTUAL_parser__ReduceAction345__action, /* pointer to parser:ReduceAction345:parser#ReduceAction345#action */
2442 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction345:parser#ReduceAction#concat */
2443 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction345:parser#ReduceAction#init */
2444 }
2445 };
2446 /* allocate ReduceAction345 */
2447 val* NEW_parser__ReduceAction345(const struct type* type) {
2448 val* self /* : ReduceAction345 */;
2449 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2450 self->type = type;
2451 self->class = &class_parser__ReduceAction345;
2452 return self;
2453 }
2454 /* allocate ReduceAction345 */
2455 void CHECK_NEW_parser__ReduceAction345(val* self) {
2456 long var /* : Int */;
2457 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction345> */
2458 }
2459 /* runtime class parser__ReduceAction346 */
2460 const struct class class_parser__ReduceAction346 = {
2461 0, /* box_kind */
2462 {
2463 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction346:kernel#Object#object_id */
2464 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction346:kernel#Object#is_same_type */
2465 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction346:kernel#Object#== */
2466 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction346:kernel#Object#!= */
2467 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction346:kernel#Object#output */
2468 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction346:kernel#Object#output_class_name */
2469 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction346:kernel#Object#exit */
2470 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction346:kernel#Object#sys */
2471 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction346:kernel#Object#hash */
2472 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction346:string#Object#to_s */
2473 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction346:string#Object#native_class_name */
2474 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction346:string#Object#class_name */
2475 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction346:string#Object#inspect */
2476 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction346:string#Object#inspect_head */
2477 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction346:string#Object#args */
2478 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction346:math#Object#atan2 */
2479 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction346:math#Object#pi */
2480 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction346:math#Object#srand_from */
2481 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction346:math#Object#srand */
2482 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction346:stream#Object#poll */
2483 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction346:stream#Object#intern_poll */
2484 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction346:time#Object#get_time */
2485 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction346:file#Object#printn */
2486 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction346:file#Object#print */
2487 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction346:file#Object#getc */
2488 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction346:file#Object#gets */
2489 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction346:file#Object#getcwd */
2490 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction346:file#Object#file_getcwd */
2491 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction346:file#Object#stdin */
2492 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction346:file#Object#stdout */
2493 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction346:file#Object#stderr */
2494 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction346:model_base#Object#intrude_visibility */
2495 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction346:model_base#Object#public_visibility */
2496 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction346:model_base#Object#protected_visibility */
2497 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction346:model_base#Object#private_visibility */
2498 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction346:model_base#Object#none_visibility */
2499 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction346:model#Object#abstract_kind */
2500 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction346:model#Object#concrete_kind */
2501 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction346:model#Object#interface_kind */
2502 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction346:model#Object#enum_kind */
2503 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction346:model#Object#extern_kind */
2504 (nitmethod_t)VIRTUAL_parser__ReduceAction346__action, /* pointer to parser:ReduceAction346:parser#ReduceAction346#action */
2505 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction346:parser#ReduceAction#concat */
2506 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction346:parser#ReduceAction#init */
2507 }
2508 };
2509 /* allocate ReduceAction346 */
2510 val* NEW_parser__ReduceAction346(const struct type* type) {
2511 val* self /* : ReduceAction346 */;
2512 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2513 self->type = type;
2514 self->class = &class_parser__ReduceAction346;
2515 return self;
2516 }
2517 /* allocate ReduceAction346 */
2518 void CHECK_NEW_parser__ReduceAction346(val* self) {
2519 long var /* : Int */;
2520 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction346> */
2521 }
2522 /* runtime class parser__ReduceAction347 */
2523 const struct class class_parser__ReduceAction347 = {
2524 0, /* box_kind */
2525 {
2526 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction347:kernel#Object#object_id */
2527 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction347:kernel#Object#is_same_type */
2528 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction347:kernel#Object#== */
2529 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction347:kernel#Object#!= */
2530 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction347:kernel#Object#output */
2531 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction347:kernel#Object#output_class_name */
2532 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction347:kernel#Object#exit */
2533 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction347:kernel#Object#sys */
2534 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction347:kernel#Object#hash */
2535 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction347:string#Object#to_s */
2536 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction347:string#Object#native_class_name */
2537 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction347:string#Object#class_name */
2538 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction347:string#Object#inspect */
2539 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction347:string#Object#inspect_head */
2540 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction347:string#Object#args */
2541 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction347:math#Object#atan2 */
2542 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction347:math#Object#pi */
2543 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction347:math#Object#srand_from */
2544 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction347:math#Object#srand */
2545 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction347:stream#Object#poll */
2546 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction347:stream#Object#intern_poll */
2547 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction347:time#Object#get_time */
2548 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction347:file#Object#printn */
2549 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction347:file#Object#print */
2550 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction347:file#Object#getc */
2551 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction347:file#Object#gets */
2552 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction347:file#Object#getcwd */
2553 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction347:file#Object#file_getcwd */
2554 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction347:file#Object#stdin */
2555 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction347:file#Object#stdout */
2556 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction347:file#Object#stderr */
2557 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction347:model_base#Object#intrude_visibility */
2558 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction347:model_base#Object#public_visibility */
2559 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction347:model_base#Object#protected_visibility */
2560 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction347:model_base#Object#private_visibility */
2561 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction347:model_base#Object#none_visibility */
2562 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction347:model#Object#abstract_kind */
2563 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction347:model#Object#concrete_kind */
2564 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction347:model#Object#interface_kind */
2565 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction347:model#Object#enum_kind */
2566 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction347:model#Object#extern_kind */
2567 (nitmethod_t)VIRTUAL_parser__ReduceAction347__action, /* pointer to parser:ReduceAction347:parser#ReduceAction347#action */
2568 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction347:parser#ReduceAction#concat */
2569 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction347:parser#ReduceAction#init */
2570 }
2571 };
2572 /* allocate ReduceAction347 */
2573 val* NEW_parser__ReduceAction347(const struct type* type) {
2574 val* self /* : ReduceAction347 */;
2575 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2576 self->type = type;
2577 self->class = &class_parser__ReduceAction347;
2578 return self;
2579 }
2580 /* allocate ReduceAction347 */
2581 void CHECK_NEW_parser__ReduceAction347(val* self) {
2582 long var /* : Int */;
2583 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction347> */
2584 }
2585 /* runtime class parser__ReduceAction348 */
2586 const struct class class_parser__ReduceAction348 = {
2587 0, /* box_kind */
2588 {
2589 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction348:kernel#Object#object_id */
2590 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction348:kernel#Object#is_same_type */
2591 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction348:kernel#Object#== */
2592 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction348:kernel#Object#!= */
2593 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction348:kernel#Object#output */
2594 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction348:kernel#Object#output_class_name */
2595 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction348:kernel#Object#exit */
2596 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction348:kernel#Object#sys */
2597 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction348:kernel#Object#hash */
2598 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction348:string#Object#to_s */
2599 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction348:string#Object#native_class_name */
2600 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction348:string#Object#class_name */
2601 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction348:string#Object#inspect */
2602 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction348:string#Object#inspect_head */
2603 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction348:string#Object#args */
2604 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction348:math#Object#atan2 */
2605 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction348:math#Object#pi */
2606 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction348:math#Object#srand_from */
2607 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction348:math#Object#srand */
2608 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction348:stream#Object#poll */
2609 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction348:stream#Object#intern_poll */
2610 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction348:time#Object#get_time */
2611 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction348:file#Object#printn */
2612 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction348:file#Object#print */
2613 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction348:file#Object#getc */
2614 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction348:file#Object#gets */
2615 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction348:file#Object#getcwd */
2616 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction348:file#Object#file_getcwd */
2617 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction348:file#Object#stdin */
2618 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction348:file#Object#stdout */
2619 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction348:file#Object#stderr */
2620 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction348:model_base#Object#intrude_visibility */
2621 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction348:model_base#Object#public_visibility */
2622 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction348:model_base#Object#protected_visibility */
2623 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction348:model_base#Object#private_visibility */
2624 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction348:model_base#Object#none_visibility */
2625 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction348:model#Object#abstract_kind */
2626 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction348:model#Object#concrete_kind */
2627 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction348:model#Object#interface_kind */
2628 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction348:model#Object#enum_kind */
2629 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction348:model#Object#extern_kind */
2630 (nitmethod_t)VIRTUAL_parser__ReduceAction348__action, /* pointer to parser:ReduceAction348:parser#ReduceAction348#action */
2631 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction348:parser#ReduceAction#concat */
2632 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction348:parser#ReduceAction#init */
2633 }
2634 };
2635 /* allocate ReduceAction348 */
2636 val* NEW_parser__ReduceAction348(const struct type* type) {
2637 val* self /* : ReduceAction348 */;
2638 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2639 self->type = type;
2640 self->class = &class_parser__ReduceAction348;
2641 return self;
2642 }
2643 /* allocate ReduceAction348 */
2644 void CHECK_NEW_parser__ReduceAction348(val* self) {
2645 long var /* : Int */;
2646 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction348> */
2647 }
2648 /* runtime class parser__ReduceAction349 */
2649 const struct class class_parser__ReduceAction349 = {
2650 0, /* box_kind */
2651 {
2652 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction349:kernel#Object#object_id */
2653 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction349:kernel#Object#is_same_type */
2654 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction349:kernel#Object#== */
2655 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction349:kernel#Object#!= */
2656 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction349:kernel#Object#output */
2657 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction349:kernel#Object#output_class_name */
2658 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction349:kernel#Object#exit */
2659 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction349:kernel#Object#sys */
2660 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction349:kernel#Object#hash */
2661 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction349:string#Object#to_s */
2662 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction349:string#Object#native_class_name */
2663 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction349:string#Object#class_name */
2664 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction349:string#Object#inspect */
2665 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction349:string#Object#inspect_head */
2666 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction349:string#Object#args */
2667 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction349:math#Object#atan2 */
2668 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction349:math#Object#pi */
2669 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction349:math#Object#srand_from */
2670 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction349:math#Object#srand */
2671 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction349:stream#Object#poll */
2672 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction349:stream#Object#intern_poll */
2673 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction349:time#Object#get_time */
2674 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction349:file#Object#printn */
2675 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction349:file#Object#print */
2676 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction349:file#Object#getc */
2677 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction349:file#Object#gets */
2678 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction349:file#Object#getcwd */
2679 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction349:file#Object#file_getcwd */
2680 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction349:file#Object#stdin */
2681 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction349:file#Object#stdout */
2682 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction349:file#Object#stderr */
2683 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction349:model_base#Object#intrude_visibility */
2684 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction349:model_base#Object#public_visibility */
2685 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction349:model_base#Object#protected_visibility */
2686 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction349:model_base#Object#private_visibility */
2687 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction349:model_base#Object#none_visibility */
2688 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction349:model#Object#abstract_kind */
2689 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction349:model#Object#concrete_kind */
2690 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction349:model#Object#interface_kind */
2691 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction349:model#Object#enum_kind */
2692 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction349:model#Object#extern_kind */
2693 (nitmethod_t)VIRTUAL_parser__ReduceAction349__action, /* pointer to parser:ReduceAction349:parser#ReduceAction349#action */
2694 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction349:parser#ReduceAction#concat */
2695 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction349:parser#ReduceAction#init */
2696 }
2697 };
2698 /* allocate ReduceAction349 */
2699 val* NEW_parser__ReduceAction349(const struct type* type) {
2700 val* self /* : ReduceAction349 */;
2701 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2702 self->type = type;
2703 self->class = &class_parser__ReduceAction349;
2704 return self;
2705 }
2706 /* allocate ReduceAction349 */
2707 void CHECK_NEW_parser__ReduceAction349(val* self) {
2708 long var /* : Int */;
2709 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction349> */
2710 }
2711 /* runtime class parser__ReduceAction350 */
2712 const struct class class_parser__ReduceAction350 = {
2713 0, /* box_kind */
2714 {
2715 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction350:kernel#Object#object_id */
2716 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction350:kernel#Object#is_same_type */
2717 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction350:kernel#Object#== */
2718 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction350:kernel#Object#!= */
2719 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction350:kernel#Object#output */
2720 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction350:kernel#Object#output_class_name */
2721 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction350:kernel#Object#exit */
2722 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction350:kernel#Object#sys */
2723 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction350:kernel#Object#hash */
2724 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction350:string#Object#to_s */
2725 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction350:string#Object#native_class_name */
2726 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction350:string#Object#class_name */
2727 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction350:string#Object#inspect */
2728 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction350:string#Object#inspect_head */
2729 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction350:string#Object#args */
2730 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction350:math#Object#atan2 */
2731 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction350:math#Object#pi */
2732 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction350:math#Object#srand_from */
2733 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction350:math#Object#srand */
2734 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction350:stream#Object#poll */
2735 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction350:stream#Object#intern_poll */
2736 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction350:time#Object#get_time */
2737 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction350:file#Object#printn */
2738 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction350:file#Object#print */
2739 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction350:file#Object#getc */
2740 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction350:file#Object#gets */
2741 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction350:file#Object#getcwd */
2742 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction350:file#Object#file_getcwd */
2743 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction350:file#Object#stdin */
2744 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction350:file#Object#stdout */
2745 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction350:file#Object#stderr */
2746 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction350:model_base#Object#intrude_visibility */
2747 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction350:model_base#Object#public_visibility */
2748 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction350:model_base#Object#protected_visibility */
2749 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction350:model_base#Object#private_visibility */
2750 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction350:model_base#Object#none_visibility */
2751 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction350:model#Object#abstract_kind */
2752 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction350:model#Object#concrete_kind */
2753 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction350:model#Object#interface_kind */
2754 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction350:model#Object#enum_kind */
2755 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction350:model#Object#extern_kind */
2756 (nitmethod_t)VIRTUAL_parser__ReduceAction350__action, /* pointer to parser:ReduceAction350:parser#ReduceAction350#action */
2757 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction350:parser#ReduceAction#concat */
2758 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction350:parser#ReduceAction#init */
2759 }
2760 };
2761 /* allocate ReduceAction350 */
2762 val* NEW_parser__ReduceAction350(const struct type* type) {
2763 val* self /* : ReduceAction350 */;
2764 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2765 self->type = type;
2766 self->class = &class_parser__ReduceAction350;
2767 return self;
2768 }
2769 /* allocate ReduceAction350 */
2770 void CHECK_NEW_parser__ReduceAction350(val* self) {
2771 long var /* : Int */;
2772 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction350> */
2773 }
2774 /* runtime class parser__ReduceAction351 */
2775 const struct class class_parser__ReduceAction351 = {
2776 0, /* box_kind */
2777 {
2778 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction351:kernel#Object#object_id */
2779 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction351:kernel#Object#is_same_type */
2780 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction351:kernel#Object#== */
2781 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction351:kernel#Object#!= */
2782 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction351:kernel#Object#output */
2783 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction351:kernel#Object#output_class_name */
2784 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction351:kernel#Object#exit */
2785 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction351:kernel#Object#sys */
2786 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction351:kernel#Object#hash */
2787 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction351:string#Object#to_s */
2788 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction351:string#Object#native_class_name */
2789 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction351:string#Object#class_name */
2790 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction351:string#Object#inspect */
2791 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction351:string#Object#inspect_head */
2792 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction351:string#Object#args */
2793 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction351:math#Object#atan2 */
2794 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction351:math#Object#pi */
2795 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction351:math#Object#srand_from */
2796 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction351:math#Object#srand */
2797 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction351:stream#Object#poll */
2798 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction351:stream#Object#intern_poll */
2799 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction351:time#Object#get_time */
2800 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction351:file#Object#printn */
2801 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction351:file#Object#print */
2802 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction351:file#Object#getc */
2803 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction351:file#Object#gets */
2804 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction351:file#Object#getcwd */
2805 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction351:file#Object#file_getcwd */
2806 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction351:file#Object#stdin */
2807 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction351:file#Object#stdout */
2808 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction351:file#Object#stderr */
2809 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction351:model_base#Object#intrude_visibility */
2810 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction351:model_base#Object#public_visibility */
2811 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction351:model_base#Object#protected_visibility */
2812 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction351:model_base#Object#private_visibility */
2813 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction351:model_base#Object#none_visibility */
2814 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction351:model#Object#abstract_kind */
2815 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction351:model#Object#concrete_kind */
2816 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction351:model#Object#interface_kind */
2817 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction351:model#Object#enum_kind */
2818 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction351:model#Object#extern_kind */
2819 (nitmethod_t)VIRTUAL_parser__ReduceAction351__action, /* pointer to parser:ReduceAction351:parser#ReduceAction351#action */
2820 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction351:parser#ReduceAction#concat */
2821 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction351:parser#ReduceAction#init */
2822 }
2823 };
2824 /* allocate ReduceAction351 */
2825 val* NEW_parser__ReduceAction351(const struct type* type) {
2826 val* self /* : ReduceAction351 */;
2827 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2828 self->type = type;
2829 self->class = &class_parser__ReduceAction351;
2830 return self;
2831 }
2832 /* allocate ReduceAction351 */
2833 void CHECK_NEW_parser__ReduceAction351(val* self) {
2834 long var /* : Int */;
2835 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction351> */
2836 }
2837 /* runtime class parser__ReduceAction352 */
2838 const struct class class_parser__ReduceAction352 = {
2839 0, /* box_kind */
2840 {
2841 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction352:kernel#Object#object_id */
2842 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction352:kernel#Object#is_same_type */
2843 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction352:kernel#Object#== */
2844 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction352:kernel#Object#!= */
2845 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction352:kernel#Object#output */
2846 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction352:kernel#Object#output_class_name */
2847 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction352:kernel#Object#exit */
2848 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction352:kernel#Object#sys */
2849 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction352:kernel#Object#hash */
2850 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction352:string#Object#to_s */
2851 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction352:string#Object#native_class_name */
2852 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction352:string#Object#class_name */
2853 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction352:string#Object#inspect */
2854 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction352:string#Object#inspect_head */
2855 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction352:string#Object#args */
2856 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction352:math#Object#atan2 */
2857 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction352:math#Object#pi */
2858 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction352:math#Object#srand_from */
2859 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction352:math#Object#srand */
2860 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction352:stream#Object#poll */
2861 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction352:stream#Object#intern_poll */
2862 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction352:time#Object#get_time */
2863 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction352:file#Object#printn */
2864 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction352:file#Object#print */
2865 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction352:file#Object#getc */
2866 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction352:file#Object#gets */
2867 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction352:file#Object#getcwd */
2868 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction352:file#Object#file_getcwd */
2869 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction352:file#Object#stdin */
2870 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction352:file#Object#stdout */
2871 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction352:file#Object#stderr */
2872 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction352:model_base#Object#intrude_visibility */
2873 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction352:model_base#Object#public_visibility */
2874 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction352:model_base#Object#protected_visibility */
2875 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction352:model_base#Object#private_visibility */
2876 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction352:model_base#Object#none_visibility */
2877 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction352:model#Object#abstract_kind */
2878 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction352:model#Object#concrete_kind */
2879 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction352:model#Object#interface_kind */
2880 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction352:model#Object#enum_kind */
2881 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction352:model#Object#extern_kind */
2882 (nitmethod_t)VIRTUAL_parser__ReduceAction352__action, /* pointer to parser:ReduceAction352:parser#ReduceAction352#action */
2883 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction352:parser#ReduceAction#concat */
2884 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction352:parser#ReduceAction#init */
2885 }
2886 };
2887 /* allocate ReduceAction352 */
2888 val* NEW_parser__ReduceAction352(const struct type* type) {
2889 val* self /* : ReduceAction352 */;
2890 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2891 self->type = type;
2892 self->class = &class_parser__ReduceAction352;
2893 return self;
2894 }
2895 /* allocate ReduceAction352 */
2896 void CHECK_NEW_parser__ReduceAction352(val* self) {
2897 long var /* : Int */;
2898 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction352> */
2899 }
2900 /* runtime class parser__ReduceAction353 */
2901 const struct class class_parser__ReduceAction353 = {
2902 0, /* box_kind */
2903 {
2904 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction353:kernel#Object#object_id */
2905 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction353:kernel#Object#is_same_type */
2906 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction353:kernel#Object#== */
2907 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction353:kernel#Object#!= */
2908 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction353:kernel#Object#output */
2909 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction353:kernel#Object#output_class_name */
2910 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction353:kernel#Object#exit */
2911 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction353:kernel#Object#sys */
2912 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction353:kernel#Object#hash */
2913 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction353:string#Object#to_s */
2914 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction353:string#Object#native_class_name */
2915 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction353:string#Object#class_name */
2916 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction353:string#Object#inspect */
2917 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction353:string#Object#inspect_head */
2918 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction353:string#Object#args */
2919 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction353:math#Object#atan2 */
2920 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction353:math#Object#pi */
2921 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction353:math#Object#srand_from */
2922 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction353:math#Object#srand */
2923 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction353:stream#Object#poll */
2924 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction353:stream#Object#intern_poll */
2925 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction353:time#Object#get_time */
2926 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction353:file#Object#printn */
2927 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction353:file#Object#print */
2928 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction353:file#Object#getc */
2929 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction353:file#Object#gets */
2930 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction353:file#Object#getcwd */
2931 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction353:file#Object#file_getcwd */
2932 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction353:file#Object#stdin */
2933 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction353:file#Object#stdout */
2934 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction353:file#Object#stderr */
2935 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction353:model_base#Object#intrude_visibility */
2936 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction353:model_base#Object#public_visibility */
2937 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction353:model_base#Object#protected_visibility */
2938 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction353:model_base#Object#private_visibility */
2939 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction353:model_base#Object#none_visibility */
2940 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction353:model#Object#abstract_kind */
2941 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction353:model#Object#concrete_kind */
2942 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction353:model#Object#interface_kind */
2943 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction353:model#Object#enum_kind */
2944 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction353:model#Object#extern_kind */
2945 (nitmethod_t)VIRTUAL_parser__ReduceAction353__action, /* pointer to parser:ReduceAction353:parser#ReduceAction353#action */
2946 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction353:parser#ReduceAction#concat */
2947 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction353:parser#ReduceAction#init */
2948 }
2949 };
2950 /* allocate ReduceAction353 */
2951 val* NEW_parser__ReduceAction353(const struct type* type) {
2952 val* self /* : ReduceAction353 */;
2953 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2954 self->type = type;
2955 self->class = &class_parser__ReduceAction353;
2956 return self;
2957 }
2958 /* allocate ReduceAction353 */
2959 void CHECK_NEW_parser__ReduceAction353(val* self) {
2960 long var /* : Int */;
2961 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction353> */
2962 }
2963 /* runtime class parser__ReduceAction354 */
2964 const struct class class_parser__ReduceAction354 = {
2965 0, /* box_kind */
2966 {
2967 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction354:kernel#Object#object_id */
2968 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction354:kernel#Object#is_same_type */
2969 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction354:kernel#Object#== */
2970 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction354:kernel#Object#!= */
2971 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction354:kernel#Object#output */
2972 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction354:kernel#Object#output_class_name */
2973 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction354:kernel#Object#exit */
2974 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction354:kernel#Object#sys */
2975 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction354:kernel#Object#hash */
2976 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction354:string#Object#to_s */
2977 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction354:string#Object#native_class_name */
2978 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction354:string#Object#class_name */
2979 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction354:string#Object#inspect */
2980 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction354:string#Object#inspect_head */
2981 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction354:string#Object#args */
2982 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction354:math#Object#atan2 */
2983 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction354:math#Object#pi */
2984 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction354:math#Object#srand_from */
2985 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction354:math#Object#srand */
2986 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction354:stream#Object#poll */
2987 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction354:stream#Object#intern_poll */
2988 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction354:time#Object#get_time */
2989 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction354:file#Object#printn */
2990 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction354:file#Object#print */
2991 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction354:file#Object#getc */
2992 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction354:file#Object#gets */
2993 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction354:file#Object#getcwd */
2994 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction354:file#Object#file_getcwd */
2995 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction354:file#Object#stdin */
2996 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction354:file#Object#stdout */
2997 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction354:file#Object#stderr */
2998 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction354:model_base#Object#intrude_visibility */
2999 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction354:model_base#Object#public_visibility */
3000 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction354:model_base#Object#protected_visibility */
3001 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction354:model_base#Object#private_visibility */
3002 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction354:model_base#Object#none_visibility */
3003 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction354:model#Object#abstract_kind */
3004 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction354:model#Object#concrete_kind */
3005 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction354:model#Object#interface_kind */
3006 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction354:model#Object#enum_kind */
3007 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction354:model#Object#extern_kind */
3008 (nitmethod_t)VIRTUAL_parser__ReduceAction354__action, /* pointer to parser:ReduceAction354:parser#ReduceAction354#action */
3009 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction354:parser#ReduceAction#concat */
3010 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction354:parser#ReduceAction#init */
3011 }
3012 };
3013 /* allocate ReduceAction354 */
3014 val* NEW_parser__ReduceAction354(const struct type* type) {
3015 val* self /* : ReduceAction354 */;
3016 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3017 self->type = type;
3018 self->class = &class_parser__ReduceAction354;
3019 return self;
3020 }
3021 /* allocate ReduceAction354 */
3022 void CHECK_NEW_parser__ReduceAction354(val* self) {
3023 long var /* : Int */;
3024 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction354> */
3025 }
3026 /* runtime class parser__ReduceAction355 */
3027 const struct class class_parser__ReduceAction355 = {
3028 0, /* box_kind */
3029 {
3030 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction355:kernel#Object#object_id */
3031 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction355:kernel#Object#is_same_type */
3032 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction355:kernel#Object#== */
3033 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction355:kernel#Object#!= */
3034 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction355:kernel#Object#output */
3035 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction355:kernel#Object#output_class_name */
3036 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction355:kernel#Object#exit */
3037 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction355:kernel#Object#sys */
3038 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction355:kernel#Object#hash */
3039 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction355:string#Object#to_s */
3040 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction355:string#Object#native_class_name */
3041 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction355:string#Object#class_name */
3042 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction355:string#Object#inspect */
3043 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction355:string#Object#inspect_head */
3044 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction355:string#Object#args */
3045 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction355:math#Object#atan2 */
3046 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction355:math#Object#pi */
3047 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction355:math#Object#srand_from */
3048 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction355:math#Object#srand */
3049 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction355:stream#Object#poll */
3050 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction355:stream#Object#intern_poll */
3051 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction355:time#Object#get_time */
3052 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction355:file#Object#printn */
3053 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction355:file#Object#print */
3054 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction355:file#Object#getc */
3055 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction355:file#Object#gets */
3056 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction355:file#Object#getcwd */
3057 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction355:file#Object#file_getcwd */
3058 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction355:file#Object#stdin */
3059 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction355:file#Object#stdout */
3060 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction355:file#Object#stderr */
3061 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction355:model_base#Object#intrude_visibility */
3062 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction355:model_base#Object#public_visibility */
3063 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction355:model_base#Object#protected_visibility */
3064 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction355:model_base#Object#private_visibility */
3065 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction355:model_base#Object#none_visibility */
3066 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction355:model#Object#abstract_kind */
3067 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction355:model#Object#concrete_kind */
3068 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction355:model#Object#interface_kind */
3069 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction355:model#Object#enum_kind */
3070 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction355:model#Object#extern_kind */
3071 (nitmethod_t)VIRTUAL_parser__ReduceAction355__action, /* pointer to parser:ReduceAction355:parser#ReduceAction355#action */
3072 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction355:parser#ReduceAction#concat */
3073 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction355:parser#ReduceAction#init */
3074 }
3075 };
3076 /* allocate ReduceAction355 */
3077 val* NEW_parser__ReduceAction355(const struct type* type) {
3078 val* self /* : ReduceAction355 */;
3079 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3080 self->type = type;
3081 self->class = &class_parser__ReduceAction355;
3082 return self;
3083 }
3084 /* allocate ReduceAction355 */
3085 void CHECK_NEW_parser__ReduceAction355(val* self) {
3086 long var /* : Int */;
3087 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction355> */
3088 }
3089 /* runtime class parser__ReduceAction356 */
3090 const struct class class_parser__ReduceAction356 = {
3091 0, /* box_kind */
3092 {
3093 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction356:kernel#Object#object_id */
3094 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction356:kernel#Object#is_same_type */
3095 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction356:kernel#Object#== */
3096 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction356:kernel#Object#!= */
3097 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction356:kernel#Object#output */
3098 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction356:kernel#Object#output_class_name */
3099 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction356:kernel#Object#exit */
3100 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction356:kernel#Object#sys */
3101 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction356:kernel#Object#hash */
3102 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction356:string#Object#to_s */
3103 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction356:string#Object#native_class_name */
3104 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction356:string#Object#class_name */
3105 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction356:string#Object#inspect */
3106 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction356:string#Object#inspect_head */
3107 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction356:string#Object#args */
3108 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction356:math#Object#atan2 */
3109 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction356:math#Object#pi */
3110 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction356:math#Object#srand_from */
3111 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction356:math#Object#srand */
3112 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction356:stream#Object#poll */
3113 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction356:stream#Object#intern_poll */
3114 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction356:time#Object#get_time */
3115 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction356:file#Object#printn */
3116 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction356:file#Object#print */
3117 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction356:file#Object#getc */
3118 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction356:file#Object#gets */
3119 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction356:file#Object#getcwd */
3120 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction356:file#Object#file_getcwd */
3121 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction356:file#Object#stdin */
3122 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction356:file#Object#stdout */
3123 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction356:file#Object#stderr */
3124 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction356:model_base#Object#intrude_visibility */
3125 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction356:model_base#Object#public_visibility */
3126 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction356:model_base#Object#protected_visibility */
3127 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction356:model_base#Object#private_visibility */
3128 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction356:model_base#Object#none_visibility */
3129 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction356:model#Object#abstract_kind */
3130 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction356:model#Object#concrete_kind */
3131 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction356:model#Object#interface_kind */
3132 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction356:model#Object#enum_kind */
3133 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction356:model#Object#extern_kind */
3134 (nitmethod_t)VIRTUAL_parser__ReduceAction356__action, /* pointer to parser:ReduceAction356:parser#ReduceAction356#action */
3135 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction356:parser#ReduceAction#concat */
3136 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction356:parser#ReduceAction#init */
3137 }
3138 };
3139 /* allocate ReduceAction356 */
3140 val* NEW_parser__ReduceAction356(const struct type* type) {
3141 val* self /* : ReduceAction356 */;
3142 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3143 self->type = type;
3144 self->class = &class_parser__ReduceAction356;
3145 return self;
3146 }
3147 /* allocate ReduceAction356 */
3148 void CHECK_NEW_parser__ReduceAction356(val* self) {
3149 long var /* : Int */;
3150 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction356> */
3151 }
3152 /* runtime class parser__ReduceAction357 */
3153 const struct class class_parser__ReduceAction357 = {
3154 0, /* box_kind */
3155 {
3156 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction357:kernel#Object#object_id */
3157 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction357:kernel#Object#is_same_type */
3158 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction357:kernel#Object#== */
3159 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction357:kernel#Object#!= */
3160 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction357:kernel#Object#output */
3161 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction357:kernel#Object#output_class_name */
3162 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction357:kernel#Object#exit */
3163 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction357:kernel#Object#sys */
3164 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction357:kernel#Object#hash */
3165 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction357:string#Object#to_s */
3166 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction357:string#Object#native_class_name */
3167 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction357:string#Object#class_name */
3168 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction357:string#Object#inspect */
3169 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction357:string#Object#inspect_head */
3170 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction357:string#Object#args */
3171 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction357:math#Object#atan2 */
3172 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction357:math#Object#pi */
3173 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction357:math#Object#srand_from */
3174 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction357:math#Object#srand */
3175 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction357:stream#Object#poll */
3176 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction357:stream#Object#intern_poll */
3177 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction357:time#Object#get_time */
3178 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction357:file#Object#printn */
3179 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction357:file#Object#print */
3180 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction357:file#Object#getc */
3181 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction357:file#Object#gets */
3182 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction357:file#Object#getcwd */
3183 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction357:file#Object#file_getcwd */
3184 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction357:file#Object#stdin */
3185 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction357:file#Object#stdout */
3186 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction357:file#Object#stderr */
3187 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction357:model_base#Object#intrude_visibility */
3188 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction357:model_base#Object#public_visibility */
3189 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction357:model_base#Object#protected_visibility */
3190 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction357:model_base#Object#private_visibility */
3191 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction357:model_base#Object#none_visibility */
3192 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction357:model#Object#abstract_kind */
3193 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction357:model#Object#concrete_kind */
3194 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction357:model#Object#interface_kind */
3195 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction357:model#Object#enum_kind */
3196 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction357:model#Object#extern_kind */
3197 (nitmethod_t)VIRTUAL_parser__ReduceAction357__action, /* pointer to parser:ReduceAction357:parser#ReduceAction357#action */
3198 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction357:parser#ReduceAction#concat */
3199 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction357:parser#ReduceAction#init */
3200 }
3201 };
3202 /* allocate ReduceAction357 */
3203 val* NEW_parser__ReduceAction357(const struct type* type) {
3204 val* self /* : ReduceAction357 */;
3205 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3206 self->type = type;
3207 self->class = &class_parser__ReduceAction357;
3208 return self;
3209 }
3210 /* allocate ReduceAction357 */
3211 void CHECK_NEW_parser__ReduceAction357(val* self) {
3212 long var /* : Int */;
3213 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction357> */
3214 }
3215 /* runtime class parser__ReduceAction358 */
3216 const struct class class_parser__ReduceAction358 = {
3217 0, /* box_kind */
3218 {
3219 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction358:kernel#Object#object_id */
3220 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction358:kernel#Object#is_same_type */
3221 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction358:kernel#Object#== */
3222 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction358:kernel#Object#!= */
3223 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction358:kernel#Object#output */
3224 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction358:kernel#Object#output_class_name */
3225 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction358:kernel#Object#exit */
3226 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction358:kernel#Object#sys */
3227 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction358:kernel#Object#hash */
3228 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction358:string#Object#to_s */
3229 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction358:string#Object#native_class_name */
3230 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction358:string#Object#class_name */
3231 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction358:string#Object#inspect */
3232 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction358:string#Object#inspect_head */
3233 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction358:string#Object#args */
3234 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction358:math#Object#atan2 */
3235 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction358:math#Object#pi */
3236 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction358:math#Object#srand_from */
3237 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction358:math#Object#srand */
3238 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction358:stream#Object#poll */
3239 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction358:stream#Object#intern_poll */
3240 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction358:time#Object#get_time */
3241 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction358:file#Object#printn */
3242 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction358:file#Object#print */
3243 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction358:file#Object#getc */
3244 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction358:file#Object#gets */
3245 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction358:file#Object#getcwd */
3246 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction358:file#Object#file_getcwd */
3247 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction358:file#Object#stdin */
3248 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction358:file#Object#stdout */
3249 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction358:file#Object#stderr */
3250 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction358:model_base#Object#intrude_visibility */
3251 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction358:model_base#Object#public_visibility */
3252 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction358:model_base#Object#protected_visibility */
3253 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction358:model_base#Object#private_visibility */
3254 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction358:model_base#Object#none_visibility */
3255 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction358:model#Object#abstract_kind */
3256 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction358:model#Object#concrete_kind */
3257 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction358:model#Object#interface_kind */
3258 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction358:model#Object#enum_kind */
3259 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction358:model#Object#extern_kind */
3260 (nitmethod_t)VIRTUAL_parser__ReduceAction358__action, /* pointer to parser:ReduceAction358:parser#ReduceAction358#action */
3261 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction358:parser#ReduceAction#concat */
3262 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction358:parser#ReduceAction#init */
3263 }
3264 };
3265 /* allocate ReduceAction358 */
3266 val* NEW_parser__ReduceAction358(const struct type* type) {
3267 val* self /* : ReduceAction358 */;
3268 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3269 self->type = type;
3270 self->class = &class_parser__ReduceAction358;
3271 return self;
3272 }
3273 /* allocate ReduceAction358 */
3274 void CHECK_NEW_parser__ReduceAction358(val* self) {
3275 long var /* : Int */;
3276 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction358> */
3277 }
3278 /* runtime class parser__ReduceAction359 */
3279 const struct class class_parser__ReduceAction359 = {
3280 0, /* box_kind */
3281 {
3282 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction359:kernel#Object#object_id */
3283 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction359:kernel#Object#is_same_type */
3284 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction359:kernel#Object#== */
3285 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction359:kernel#Object#!= */
3286 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction359:kernel#Object#output */
3287 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction359:kernel#Object#output_class_name */
3288 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction359:kernel#Object#exit */
3289 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction359:kernel#Object#sys */
3290 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction359:kernel#Object#hash */
3291 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction359:string#Object#to_s */
3292 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction359:string#Object#native_class_name */
3293 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction359:string#Object#class_name */
3294 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction359:string#Object#inspect */
3295 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction359:string#Object#inspect_head */
3296 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction359:string#Object#args */
3297 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction359:math#Object#atan2 */
3298 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction359:math#Object#pi */
3299 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction359:math#Object#srand_from */
3300 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction359:math#Object#srand */
3301 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction359:stream#Object#poll */
3302 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction359:stream#Object#intern_poll */
3303 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction359:time#Object#get_time */
3304 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction359:file#Object#printn */
3305 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction359:file#Object#print */
3306 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction359:file#Object#getc */
3307 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction359:file#Object#gets */
3308 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction359:file#Object#getcwd */
3309 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction359:file#Object#file_getcwd */
3310 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction359:file#Object#stdin */
3311 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction359:file#Object#stdout */
3312 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction359:file#Object#stderr */
3313 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction359:model_base#Object#intrude_visibility */
3314 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction359:model_base#Object#public_visibility */
3315 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction359:model_base#Object#protected_visibility */
3316 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction359:model_base#Object#private_visibility */
3317 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction359:model_base#Object#none_visibility */
3318 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction359:model#Object#abstract_kind */
3319 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction359:model#Object#concrete_kind */
3320 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction359:model#Object#interface_kind */
3321 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction359:model#Object#enum_kind */
3322 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction359:model#Object#extern_kind */
3323 (nitmethod_t)VIRTUAL_parser__ReduceAction359__action, /* pointer to parser:ReduceAction359:parser#ReduceAction359#action */
3324 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction359:parser#ReduceAction#concat */
3325 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction359:parser#ReduceAction#init */
3326 }
3327 };
3328 /* allocate ReduceAction359 */
3329 val* NEW_parser__ReduceAction359(const struct type* type) {
3330 val* self /* : ReduceAction359 */;
3331 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3332 self->type = type;
3333 self->class = &class_parser__ReduceAction359;
3334 return self;
3335 }
3336 /* allocate ReduceAction359 */
3337 void CHECK_NEW_parser__ReduceAction359(val* self) {
3338 long var /* : Int */;
3339 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction359> */
3340 }
3341 /* runtime class parser__ReduceAction360 */
3342 const struct class class_parser__ReduceAction360 = {
3343 0, /* box_kind */
3344 {
3345 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction360:kernel#Object#object_id */
3346 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction360:kernel#Object#is_same_type */
3347 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction360:kernel#Object#== */
3348 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction360:kernel#Object#!= */
3349 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction360:kernel#Object#output */
3350 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction360:kernel#Object#output_class_name */
3351 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction360:kernel#Object#exit */
3352 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction360:kernel#Object#sys */
3353 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction360:kernel#Object#hash */
3354 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction360:string#Object#to_s */
3355 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction360:string#Object#native_class_name */
3356 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction360:string#Object#class_name */
3357 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction360:string#Object#inspect */
3358 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction360:string#Object#inspect_head */
3359 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction360:string#Object#args */
3360 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction360:math#Object#atan2 */
3361 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction360:math#Object#pi */
3362 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction360:math#Object#srand_from */
3363 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction360:math#Object#srand */
3364 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction360:stream#Object#poll */
3365 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction360:stream#Object#intern_poll */
3366 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction360:time#Object#get_time */
3367 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction360:file#Object#printn */
3368 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction360:file#Object#print */
3369 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction360:file#Object#getc */
3370 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction360:file#Object#gets */
3371 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction360:file#Object#getcwd */
3372 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction360:file#Object#file_getcwd */
3373 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction360:file#Object#stdin */
3374 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction360:file#Object#stdout */
3375 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction360:file#Object#stderr */
3376 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction360:model_base#Object#intrude_visibility */
3377 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction360:model_base#Object#public_visibility */
3378 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction360:model_base#Object#protected_visibility */
3379 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction360:model_base#Object#private_visibility */
3380 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction360:model_base#Object#none_visibility */
3381 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction360:model#Object#abstract_kind */
3382 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction360:model#Object#concrete_kind */
3383 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction360:model#Object#interface_kind */
3384 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction360:model#Object#enum_kind */
3385 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction360:model#Object#extern_kind */
3386 (nitmethod_t)VIRTUAL_parser__ReduceAction360__action, /* pointer to parser:ReduceAction360:parser#ReduceAction360#action */
3387 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction360:parser#ReduceAction#concat */
3388 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction360:parser#ReduceAction#init */
3389 }
3390 };
3391 /* allocate ReduceAction360 */
3392 val* NEW_parser__ReduceAction360(const struct type* type) {
3393 val* self /* : ReduceAction360 */;
3394 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3395 self->type = type;
3396 self->class = &class_parser__ReduceAction360;
3397 return self;
3398 }
3399 /* allocate ReduceAction360 */
3400 void CHECK_NEW_parser__ReduceAction360(val* self) {
3401 long var /* : Int */;
3402 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction360> */
3403 }
3404 /* runtime class parser__ReduceAction361 */
3405 const struct class class_parser__ReduceAction361 = {
3406 0, /* box_kind */
3407 {
3408 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction361:kernel#Object#object_id */
3409 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction361:kernel#Object#is_same_type */
3410 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction361:kernel#Object#== */
3411 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction361:kernel#Object#!= */
3412 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction361:kernel#Object#output */
3413 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction361:kernel#Object#output_class_name */
3414 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction361:kernel#Object#exit */
3415 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction361:kernel#Object#sys */
3416 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction361:kernel#Object#hash */
3417 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction361:string#Object#to_s */
3418 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction361:string#Object#native_class_name */
3419 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction361:string#Object#class_name */
3420 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction361:string#Object#inspect */
3421 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction361:string#Object#inspect_head */
3422 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction361:string#Object#args */
3423 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction361:math#Object#atan2 */
3424 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction361:math#Object#pi */
3425 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction361:math#Object#srand_from */
3426 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction361:math#Object#srand */
3427 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction361:stream#Object#poll */
3428 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction361:stream#Object#intern_poll */
3429 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction361:time#Object#get_time */
3430 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction361:file#Object#printn */
3431 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction361:file#Object#print */
3432 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction361:file#Object#getc */
3433 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction361:file#Object#gets */
3434 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction361:file#Object#getcwd */
3435 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction361:file#Object#file_getcwd */
3436 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction361:file#Object#stdin */
3437 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction361:file#Object#stdout */
3438 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction361:file#Object#stderr */
3439 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction361:model_base#Object#intrude_visibility */
3440 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction361:model_base#Object#public_visibility */
3441 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction361:model_base#Object#protected_visibility */
3442 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction361:model_base#Object#private_visibility */
3443 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction361:model_base#Object#none_visibility */
3444 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction361:model#Object#abstract_kind */
3445 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction361:model#Object#concrete_kind */
3446 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction361:model#Object#interface_kind */
3447 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction361:model#Object#enum_kind */
3448 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction361:model#Object#extern_kind */
3449 (nitmethod_t)VIRTUAL_parser__ReduceAction361__action, /* pointer to parser:ReduceAction361:parser#ReduceAction361#action */
3450 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction361:parser#ReduceAction#concat */
3451 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction361:parser#ReduceAction#init */
3452 }
3453 };
3454 /* allocate ReduceAction361 */
3455 val* NEW_parser__ReduceAction361(const struct type* type) {
3456 val* self /* : ReduceAction361 */;
3457 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3458 self->type = type;
3459 self->class = &class_parser__ReduceAction361;
3460 return self;
3461 }
3462 /* allocate ReduceAction361 */
3463 void CHECK_NEW_parser__ReduceAction361(val* self) {
3464 long var /* : Int */;
3465 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction361> */
3466 }
3467 /* runtime class parser__ReduceAction362 */
3468 const struct class class_parser__ReduceAction362 = {
3469 0, /* box_kind */
3470 {
3471 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction362:kernel#Object#object_id */
3472 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction362:kernel#Object#is_same_type */
3473 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction362:kernel#Object#== */
3474 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction362:kernel#Object#!= */
3475 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction362:kernel#Object#output */
3476 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction362:kernel#Object#output_class_name */
3477 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction362:kernel#Object#exit */
3478 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction362:kernel#Object#sys */
3479 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction362:kernel#Object#hash */
3480 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction362:string#Object#to_s */
3481 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction362:string#Object#native_class_name */
3482 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction362:string#Object#class_name */
3483 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction362:string#Object#inspect */
3484 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction362:string#Object#inspect_head */
3485 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction362:string#Object#args */
3486 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction362:math#Object#atan2 */
3487 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction362:math#Object#pi */
3488 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction362:math#Object#srand_from */
3489 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction362:math#Object#srand */
3490 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction362:stream#Object#poll */
3491 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction362:stream#Object#intern_poll */
3492 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction362:time#Object#get_time */
3493 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction362:file#Object#printn */
3494 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction362:file#Object#print */
3495 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction362:file#Object#getc */
3496 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction362:file#Object#gets */
3497 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction362:file#Object#getcwd */
3498 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction362:file#Object#file_getcwd */
3499 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction362:file#Object#stdin */
3500 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction362:file#Object#stdout */
3501 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction362:file#Object#stderr */
3502 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction362:model_base#Object#intrude_visibility */
3503 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction362:model_base#Object#public_visibility */
3504 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction362:model_base#Object#protected_visibility */
3505 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction362:model_base#Object#private_visibility */
3506 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction362:model_base#Object#none_visibility */
3507 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction362:model#Object#abstract_kind */
3508 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction362:model#Object#concrete_kind */
3509 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction362:model#Object#interface_kind */
3510 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction362:model#Object#enum_kind */
3511 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction362:model#Object#extern_kind */
3512 (nitmethod_t)VIRTUAL_parser__ReduceAction362__action, /* pointer to parser:ReduceAction362:parser#ReduceAction362#action */
3513 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction362:parser#ReduceAction#concat */
3514 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction362:parser#ReduceAction#init */
3515 }
3516 };
3517 /* allocate ReduceAction362 */
3518 val* NEW_parser__ReduceAction362(const struct type* type) {
3519 val* self /* : ReduceAction362 */;
3520 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3521 self->type = type;
3522 self->class = &class_parser__ReduceAction362;
3523 return self;
3524 }
3525 /* allocate ReduceAction362 */
3526 void CHECK_NEW_parser__ReduceAction362(val* self) {
3527 long var /* : Int */;
3528 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction362> */
3529 }
3530 /* runtime class parser__ReduceAction363 */
3531 const struct class class_parser__ReduceAction363 = {
3532 0, /* box_kind */
3533 {
3534 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction363:kernel#Object#object_id */
3535 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction363:kernel#Object#is_same_type */
3536 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction363:kernel#Object#== */
3537 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction363:kernel#Object#!= */
3538 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction363:kernel#Object#output */
3539 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction363:kernel#Object#output_class_name */
3540 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction363:kernel#Object#exit */
3541 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction363:kernel#Object#sys */
3542 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction363:kernel#Object#hash */
3543 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction363:string#Object#to_s */
3544 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction363:string#Object#native_class_name */
3545 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction363:string#Object#class_name */
3546 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction363:string#Object#inspect */
3547 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction363:string#Object#inspect_head */
3548 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction363:string#Object#args */
3549 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction363:math#Object#atan2 */
3550 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction363:math#Object#pi */
3551 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction363:math#Object#srand_from */
3552 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction363:math#Object#srand */
3553 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction363:stream#Object#poll */
3554 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction363:stream#Object#intern_poll */
3555 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction363:time#Object#get_time */
3556 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction363:file#Object#printn */
3557 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction363:file#Object#print */
3558 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction363:file#Object#getc */
3559 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction363:file#Object#gets */
3560 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction363:file#Object#getcwd */
3561 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction363:file#Object#file_getcwd */
3562 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction363:file#Object#stdin */
3563 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction363:file#Object#stdout */
3564 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction363:file#Object#stderr */
3565 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction363:model_base#Object#intrude_visibility */
3566 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction363:model_base#Object#public_visibility */
3567 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction363:model_base#Object#protected_visibility */
3568 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction363:model_base#Object#private_visibility */
3569 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction363:model_base#Object#none_visibility */
3570 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction363:model#Object#abstract_kind */
3571 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction363:model#Object#concrete_kind */
3572 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction363:model#Object#interface_kind */
3573 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction363:model#Object#enum_kind */
3574 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction363:model#Object#extern_kind */
3575 (nitmethod_t)VIRTUAL_parser__ReduceAction363__action, /* pointer to parser:ReduceAction363:parser#ReduceAction363#action */
3576 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction363:parser#ReduceAction#concat */
3577 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction363:parser#ReduceAction#init */
3578 }
3579 };
3580 /* allocate ReduceAction363 */
3581 val* NEW_parser__ReduceAction363(const struct type* type) {
3582 val* self /* : ReduceAction363 */;
3583 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3584 self->type = type;
3585 self->class = &class_parser__ReduceAction363;
3586 return self;
3587 }
3588 /* allocate ReduceAction363 */
3589 void CHECK_NEW_parser__ReduceAction363(val* self) {
3590 long var /* : Int */;
3591 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction363> */
3592 }
3593 /* runtime class parser__ReduceAction364 */
3594 const struct class class_parser__ReduceAction364 = {
3595 0, /* box_kind */
3596 {
3597 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction364:kernel#Object#object_id */
3598 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction364:kernel#Object#is_same_type */
3599 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction364:kernel#Object#== */
3600 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction364:kernel#Object#!= */
3601 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction364:kernel#Object#output */
3602 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction364:kernel#Object#output_class_name */
3603 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction364:kernel#Object#exit */
3604 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction364:kernel#Object#sys */
3605 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction364:kernel#Object#hash */
3606 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction364:string#Object#to_s */
3607 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction364:string#Object#native_class_name */
3608 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction364:string#Object#class_name */
3609 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction364:string#Object#inspect */
3610 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction364:string#Object#inspect_head */
3611 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction364:string#Object#args */
3612 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction364:math#Object#atan2 */
3613 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction364:math#Object#pi */
3614 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction364:math#Object#srand_from */
3615 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction364:math#Object#srand */
3616 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction364:stream#Object#poll */
3617 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction364:stream#Object#intern_poll */
3618 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction364:time#Object#get_time */
3619 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction364:file#Object#printn */
3620 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction364:file#Object#print */
3621 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction364:file#Object#getc */
3622 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction364:file#Object#gets */
3623 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction364:file#Object#getcwd */
3624 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction364:file#Object#file_getcwd */
3625 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction364:file#Object#stdin */
3626 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction364:file#Object#stdout */
3627 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction364:file#Object#stderr */
3628 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction364:model_base#Object#intrude_visibility */
3629 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction364:model_base#Object#public_visibility */
3630 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction364:model_base#Object#protected_visibility */
3631 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction364:model_base#Object#private_visibility */
3632 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction364:model_base#Object#none_visibility */
3633 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction364:model#Object#abstract_kind */
3634 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction364:model#Object#concrete_kind */
3635 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction364:model#Object#interface_kind */
3636 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction364:model#Object#enum_kind */
3637 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction364:model#Object#extern_kind */
3638 (nitmethod_t)VIRTUAL_parser__ReduceAction364__action, /* pointer to parser:ReduceAction364:parser#ReduceAction364#action */
3639 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction364:parser#ReduceAction#concat */
3640 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction364:parser#ReduceAction#init */
3641 }
3642 };
3643 /* allocate ReduceAction364 */
3644 val* NEW_parser__ReduceAction364(const struct type* type) {
3645 val* self /* : ReduceAction364 */;
3646 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3647 self->type = type;
3648 self->class = &class_parser__ReduceAction364;
3649 return self;
3650 }
3651 /* allocate ReduceAction364 */
3652 void CHECK_NEW_parser__ReduceAction364(val* self) {
3653 long var /* : Int */;
3654 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction364> */
3655 }
3656 /* runtime class parser__ReduceAction365 */
3657 const struct class class_parser__ReduceAction365 = {
3658 0, /* box_kind */
3659 {
3660 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction365:kernel#Object#object_id */
3661 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction365:kernel#Object#is_same_type */
3662 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction365:kernel#Object#== */
3663 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction365:kernel#Object#!= */
3664 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction365:kernel#Object#output */
3665 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction365:kernel#Object#output_class_name */
3666 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction365:kernel#Object#exit */
3667 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction365:kernel#Object#sys */
3668 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction365:kernel#Object#hash */
3669 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction365:string#Object#to_s */
3670 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction365:string#Object#native_class_name */
3671 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction365:string#Object#class_name */
3672 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction365:string#Object#inspect */
3673 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction365:string#Object#inspect_head */
3674 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction365:string#Object#args */
3675 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction365:math#Object#atan2 */
3676 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction365:math#Object#pi */
3677 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction365:math#Object#srand_from */
3678 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction365:math#Object#srand */
3679 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction365:stream#Object#poll */
3680 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction365:stream#Object#intern_poll */
3681 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction365:time#Object#get_time */
3682 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction365:file#Object#printn */
3683 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction365:file#Object#print */
3684 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction365:file#Object#getc */
3685 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction365:file#Object#gets */
3686 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction365:file#Object#getcwd */
3687 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction365:file#Object#file_getcwd */
3688 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction365:file#Object#stdin */
3689 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction365:file#Object#stdout */
3690 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction365:file#Object#stderr */
3691 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction365:model_base#Object#intrude_visibility */
3692 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction365:model_base#Object#public_visibility */
3693 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction365:model_base#Object#protected_visibility */
3694 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction365:model_base#Object#private_visibility */
3695 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction365:model_base#Object#none_visibility */
3696 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction365:model#Object#abstract_kind */
3697 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction365:model#Object#concrete_kind */
3698 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction365:model#Object#interface_kind */
3699 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction365:model#Object#enum_kind */
3700 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction365:model#Object#extern_kind */
3701 (nitmethod_t)VIRTUAL_parser__ReduceAction365__action, /* pointer to parser:ReduceAction365:parser#ReduceAction365#action */
3702 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction365:parser#ReduceAction#concat */
3703 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction365:parser#ReduceAction#init */
3704 }
3705 };
3706 /* allocate ReduceAction365 */
3707 val* NEW_parser__ReduceAction365(const struct type* type) {
3708 val* self /* : ReduceAction365 */;
3709 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3710 self->type = type;
3711 self->class = &class_parser__ReduceAction365;
3712 return self;
3713 }
3714 /* allocate ReduceAction365 */
3715 void CHECK_NEW_parser__ReduceAction365(val* self) {
3716 long var /* : Int */;
3717 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction365> */
3718 }
3719 /* runtime class parser__ReduceAction366 */
3720 const struct class class_parser__ReduceAction366 = {
3721 0, /* box_kind */
3722 {
3723 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction366:kernel#Object#object_id */
3724 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction366:kernel#Object#is_same_type */
3725 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction366:kernel#Object#== */
3726 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction366:kernel#Object#!= */
3727 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction366:kernel#Object#output */
3728 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction366:kernel#Object#output_class_name */
3729 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction366:kernel#Object#exit */
3730 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction366:kernel#Object#sys */
3731 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction366:kernel#Object#hash */
3732 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction366:string#Object#to_s */
3733 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction366:string#Object#native_class_name */
3734 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction366:string#Object#class_name */
3735 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction366:string#Object#inspect */
3736 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction366:string#Object#inspect_head */
3737 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction366:string#Object#args */
3738 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction366:math#Object#atan2 */
3739 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction366:math#Object#pi */
3740 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction366:math#Object#srand_from */
3741 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction366:math#Object#srand */
3742 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction366:stream#Object#poll */
3743 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction366:stream#Object#intern_poll */
3744 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction366:time#Object#get_time */
3745 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction366:file#Object#printn */
3746 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction366:file#Object#print */
3747 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction366:file#Object#getc */
3748 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction366:file#Object#gets */
3749 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction366:file#Object#getcwd */
3750 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction366:file#Object#file_getcwd */
3751 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction366:file#Object#stdin */
3752 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction366:file#Object#stdout */
3753 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction366:file#Object#stderr */
3754 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction366:model_base#Object#intrude_visibility */
3755 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction366:model_base#Object#public_visibility */
3756 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction366:model_base#Object#protected_visibility */
3757 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction366:model_base#Object#private_visibility */
3758 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction366:model_base#Object#none_visibility */
3759 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction366:model#Object#abstract_kind */
3760 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction366:model#Object#concrete_kind */
3761 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction366:model#Object#interface_kind */
3762 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction366:model#Object#enum_kind */
3763 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction366:model#Object#extern_kind */
3764 (nitmethod_t)VIRTUAL_parser__ReduceAction366__action, /* pointer to parser:ReduceAction366:parser#ReduceAction366#action */
3765 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction366:parser#ReduceAction#concat */
3766 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction366:parser#ReduceAction#init */
3767 }
3768 };
3769 /* allocate ReduceAction366 */
3770 val* NEW_parser__ReduceAction366(const struct type* type) {
3771 val* self /* : ReduceAction366 */;
3772 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3773 self->type = type;
3774 self->class = &class_parser__ReduceAction366;
3775 return self;
3776 }
3777 /* allocate ReduceAction366 */
3778 void CHECK_NEW_parser__ReduceAction366(val* self) {
3779 long var /* : Int */;
3780 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction366> */
3781 }
3782 /* runtime class parser__ReduceAction367 */
3783 const struct class class_parser__ReduceAction367 = {
3784 0, /* box_kind */
3785 {
3786 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction367:kernel#Object#object_id */
3787 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction367:kernel#Object#is_same_type */
3788 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction367:kernel#Object#== */
3789 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction367:kernel#Object#!= */
3790 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction367:kernel#Object#output */
3791 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction367:kernel#Object#output_class_name */
3792 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction367:kernel#Object#exit */
3793 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction367:kernel#Object#sys */
3794 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction367:kernel#Object#hash */
3795 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction367:string#Object#to_s */
3796 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction367:string#Object#native_class_name */
3797 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction367:string#Object#class_name */
3798 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction367:string#Object#inspect */
3799 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction367:string#Object#inspect_head */
3800 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction367:string#Object#args */
3801 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction367:math#Object#atan2 */
3802 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction367:math#Object#pi */
3803 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction367:math#Object#srand_from */
3804 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction367:math#Object#srand */
3805 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction367:stream#Object#poll */
3806 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction367:stream#Object#intern_poll */
3807 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction367:time#Object#get_time */
3808 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction367:file#Object#printn */
3809 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction367:file#Object#print */
3810 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction367:file#Object#getc */
3811 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction367:file#Object#gets */
3812 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction367:file#Object#getcwd */
3813 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction367:file#Object#file_getcwd */
3814 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction367:file#Object#stdin */
3815 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction367:file#Object#stdout */
3816 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction367:file#Object#stderr */
3817 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction367:model_base#Object#intrude_visibility */
3818 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction367:model_base#Object#public_visibility */
3819 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction367:model_base#Object#protected_visibility */
3820 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction367:model_base#Object#private_visibility */
3821 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction367:model_base#Object#none_visibility */
3822 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction367:model#Object#abstract_kind */
3823 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction367:model#Object#concrete_kind */
3824 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction367:model#Object#interface_kind */
3825 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction367:model#Object#enum_kind */
3826 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction367:model#Object#extern_kind */
3827 (nitmethod_t)VIRTUAL_parser__ReduceAction367__action, /* pointer to parser:ReduceAction367:parser#ReduceAction367#action */
3828 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction367:parser#ReduceAction#concat */
3829 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction367:parser#ReduceAction#init */
3830 }
3831 };
3832 /* allocate ReduceAction367 */
3833 val* NEW_parser__ReduceAction367(const struct type* type) {
3834 val* self /* : ReduceAction367 */;
3835 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3836 self->type = type;
3837 self->class = &class_parser__ReduceAction367;
3838 return self;
3839 }
3840 /* allocate ReduceAction367 */
3841 void CHECK_NEW_parser__ReduceAction367(val* self) {
3842 long var /* : Int */;
3843 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction367> */
3844 }
3845 /* runtime class parser__ReduceAction368 */
3846 const struct class class_parser__ReduceAction368 = {
3847 0, /* box_kind */
3848 {
3849 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction368:kernel#Object#object_id */
3850 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction368:kernel#Object#is_same_type */
3851 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction368:kernel#Object#== */
3852 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction368:kernel#Object#!= */
3853 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction368:kernel#Object#output */
3854 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction368:kernel#Object#output_class_name */
3855 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction368:kernel#Object#exit */
3856 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction368:kernel#Object#sys */
3857 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction368:kernel#Object#hash */
3858 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction368:string#Object#to_s */
3859 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction368:string#Object#native_class_name */
3860 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction368:string#Object#class_name */
3861 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction368:string#Object#inspect */
3862 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction368:string#Object#inspect_head */
3863 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction368:string#Object#args */
3864 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction368:math#Object#atan2 */
3865 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction368:math#Object#pi */
3866 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction368:math#Object#srand_from */
3867 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction368:math#Object#srand */
3868 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction368:stream#Object#poll */
3869 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction368:stream#Object#intern_poll */
3870 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction368:time#Object#get_time */
3871 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction368:file#Object#printn */
3872 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction368:file#Object#print */
3873 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction368:file#Object#getc */
3874 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction368:file#Object#gets */
3875 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction368:file#Object#getcwd */
3876 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction368:file#Object#file_getcwd */
3877 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction368:file#Object#stdin */
3878 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction368:file#Object#stdout */
3879 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction368:file#Object#stderr */
3880 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction368:model_base#Object#intrude_visibility */
3881 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction368:model_base#Object#public_visibility */
3882 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction368:model_base#Object#protected_visibility */
3883 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction368:model_base#Object#private_visibility */
3884 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction368:model_base#Object#none_visibility */
3885 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction368:model#Object#abstract_kind */
3886 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction368:model#Object#concrete_kind */
3887 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction368:model#Object#interface_kind */
3888 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction368:model#Object#enum_kind */
3889 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction368:model#Object#extern_kind */
3890 (nitmethod_t)VIRTUAL_parser__ReduceAction368__action, /* pointer to parser:ReduceAction368:parser#ReduceAction368#action */
3891 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction368:parser#ReduceAction#concat */
3892 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction368:parser#ReduceAction#init */
3893 }
3894 };
3895 /* allocate ReduceAction368 */
3896 val* NEW_parser__ReduceAction368(const struct type* type) {
3897 val* self /* : ReduceAction368 */;
3898 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3899 self->type = type;
3900 self->class = &class_parser__ReduceAction368;
3901 return self;
3902 }
3903 /* allocate ReduceAction368 */
3904 void CHECK_NEW_parser__ReduceAction368(val* self) {
3905 long var /* : Int */;
3906 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction368> */
3907 }
3908 /* runtime class parser__ReduceAction369 */
3909 const struct class class_parser__ReduceAction369 = {
3910 0, /* box_kind */
3911 {
3912 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction369:kernel#Object#object_id */
3913 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction369:kernel#Object#is_same_type */
3914 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction369:kernel#Object#== */
3915 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction369:kernel#Object#!= */
3916 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction369:kernel#Object#output */
3917 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction369:kernel#Object#output_class_name */
3918 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction369:kernel#Object#exit */
3919 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction369:kernel#Object#sys */
3920 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction369:kernel#Object#hash */
3921 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction369:string#Object#to_s */
3922 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction369:string#Object#native_class_name */
3923 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction369:string#Object#class_name */
3924 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction369:string#Object#inspect */
3925 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction369:string#Object#inspect_head */
3926 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction369:string#Object#args */
3927 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction369:math#Object#atan2 */
3928 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction369:math#Object#pi */
3929 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction369:math#Object#srand_from */
3930 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction369:math#Object#srand */
3931 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction369:stream#Object#poll */
3932 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction369:stream#Object#intern_poll */
3933 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction369:time#Object#get_time */
3934 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction369:file#Object#printn */
3935 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction369:file#Object#print */
3936 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction369:file#Object#getc */
3937 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction369:file#Object#gets */
3938 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction369:file#Object#getcwd */
3939 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction369:file#Object#file_getcwd */
3940 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction369:file#Object#stdin */
3941 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction369:file#Object#stdout */
3942 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction369:file#Object#stderr */
3943 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction369:model_base#Object#intrude_visibility */
3944 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction369:model_base#Object#public_visibility */
3945 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction369:model_base#Object#protected_visibility */
3946 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction369:model_base#Object#private_visibility */
3947 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction369:model_base#Object#none_visibility */
3948 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction369:model#Object#abstract_kind */
3949 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction369:model#Object#concrete_kind */
3950 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction369:model#Object#interface_kind */
3951 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction369:model#Object#enum_kind */
3952 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction369:model#Object#extern_kind */
3953 (nitmethod_t)VIRTUAL_parser__ReduceAction369__action, /* pointer to parser:ReduceAction369:parser#ReduceAction369#action */
3954 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction369:parser#ReduceAction#concat */
3955 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction369:parser#ReduceAction#init */
3956 }
3957 };
3958 /* allocate ReduceAction369 */
3959 val* NEW_parser__ReduceAction369(const struct type* type) {
3960 val* self /* : ReduceAction369 */;
3961 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3962 self->type = type;
3963 self->class = &class_parser__ReduceAction369;
3964 return self;
3965 }
3966 /* allocate ReduceAction369 */
3967 void CHECK_NEW_parser__ReduceAction369(val* self) {
3968 long var /* : Int */;
3969 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction369> */
3970 }
3971 /* runtime class parser__ReduceAction370 */
3972 const struct class class_parser__ReduceAction370 = {
3973 0, /* box_kind */
3974 {
3975 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction370:kernel#Object#object_id */
3976 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction370:kernel#Object#is_same_type */
3977 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction370:kernel#Object#== */
3978 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction370:kernel#Object#!= */
3979 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction370:kernel#Object#output */
3980 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction370:kernel#Object#output_class_name */
3981 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction370:kernel#Object#exit */
3982 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction370:kernel#Object#sys */
3983 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction370:kernel#Object#hash */
3984 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction370:string#Object#to_s */
3985 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction370:string#Object#native_class_name */
3986 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction370:string#Object#class_name */
3987 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction370:string#Object#inspect */
3988 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction370:string#Object#inspect_head */
3989 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction370:string#Object#args */
3990 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction370:math#Object#atan2 */
3991 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction370:math#Object#pi */
3992 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction370:math#Object#srand_from */
3993 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction370:math#Object#srand */
3994 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction370:stream#Object#poll */
3995 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction370:stream#Object#intern_poll */
3996 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction370:time#Object#get_time */
3997 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction370:file#Object#printn */
3998 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction370:file#Object#print */
3999 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction370:file#Object#getc */
4000 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction370:file#Object#gets */
4001 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction370:file#Object#getcwd */
4002 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction370:file#Object#file_getcwd */
4003 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction370:file#Object#stdin */
4004 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction370:file#Object#stdout */
4005 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction370:file#Object#stderr */
4006 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction370:model_base#Object#intrude_visibility */
4007 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction370:model_base#Object#public_visibility */
4008 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction370:model_base#Object#protected_visibility */
4009 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction370:model_base#Object#private_visibility */
4010 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction370:model_base#Object#none_visibility */
4011 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction370:model#Object#abstract_kind */
4012 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction370:model#Object#concrete_kind */
4013 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction370:model#Object#interface_kind */
4014 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction370:model#Object#enum_kind */
4015 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction370:model#Object#extern_kind */
4016 (nitmethod_t)VIRTUAL_parser__ReduceAction370__action, /* pointer to parser:ReduceAction370:parser#ReduceAction370#action */
4017 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction370:parser#ReduceAction#concat */
4018 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction370:parser#ReduceAction#init */
4019 }
4020 };
4021 /* allocate ReduceAction370 */
4022 val* NEW_parser__ReduceAction370(const struct type* type) {
4023 val* self /* : ReduceAction370 */;
4024 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4025 self->type = type;
4026 self->class = &class_parser__ReduceAction370;
4027 return self;
4028 }
4029 /* allocate ReduceAction370 */
4030 void CHECK_NEW_parser__ReduceAction370(val* self) {
4031 long var /* : Int */;
4032 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction370> */
4033 }
4034 /* runtime class parser__ReduceAction371 */
4035 const struct class class_parser__ReduceAction371 = {
4036 0, /* box_kind */
4037 {
4038 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction371:kernel#Object#object_id */
4039 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction371:kernel#Object#is_same_type */
4040 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction371:kernel#Object#== */
4041 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction371:kernel#Object#!= */
4042 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction371:kernel#Object#output */
4043 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction371:kernel#Object#output_class_name */
4044 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction371:kernel#Object#exit */
4045 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction371:kernel#Object#sys */
4046 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction371:kernel#Object#hash */
4047 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction371:string#Object#to_s */
4048 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction371:string#Object#native_class_name */
4049 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction371:string#Object#class_name */
4050 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction371:string#Object#inspect */
4051 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction371:string#Object#inspect_head */
4052 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction371:string#Object#args */
4053 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction371:math#Object#atan2 */
4054 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction371:math#Object#pi */
4055 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction371:math#Object#srand_from */
4056 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction371:math#Object#srand */
4057 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction371:stream#Object#poll */
4058 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction371:stream#Object#intern_poll */
4059 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction371:time#Object#get_time */
4060 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction371:file#Object#printn */
4061 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction371:file#Object#print */
4062 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction371:file#Object#getc */
4063 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction371:file#Object#gets */
4064 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction371:file#Object#getcwd */
4065 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction371:file#Object#file_getcwd */
4066 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction371:file#Object#stdin */
4067 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction371:file#Object#stdout */
4068 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction371:file#Object#stderr */
4069 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction371:model_base#Object#intrude_visibility */
4070 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction371:model_base#Object#public_visibility */
4071 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction371:model_base#Object#protected_visibility */
4072 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction371:model_base#Object#private_visibility */
4073 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction371:model_base#Object#none_visibility */
4074 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction371:model#Object#abstract_kind */
4075 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction371:model#Object#concrete_kind */
4076 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction371:model#Object#interface_kind */
4077 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction371:model#Object#enum_kind */
4078 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction371:model#Object#extern_kind */
4079 (nitmethod_t)VIRTUAL_parser__ReduceAction371__action, /* pointer to parser:ReduceAction371:parser#ReduceAction371#action */
4080 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction371:parser#ReduceAction#concat */
4081 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction371:parser#ReduceAction#init */
4082 }
4083 };
4084 /* allocate ReduceAction371 */
4085 val* NEW_parser__ReduceAction371(const struct type* type) {
4086 val* self /* : ReduceAction371 */;
4087 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4088 self->type = type;
4089 self->class = &class_parser__ReduceAction371;
4090 return self;
4091 }
4092 /* allocate ReduceAction371 */
4093 void CHECK_NEW_parser__ReduceAction371(val* self) {
4094 long var /* : Int */;
4095 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction371> */
4096 }
4097 /* runtime class parser__ReduceAction372 */
4098 const struct class class_parser__ReduceAction372 = {
4099 0, /* box_kind */
4100 {
4101 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction372:kernel#Object#object_id */
4102 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction372:kernel#Object#is_same_type */
4103 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction372:kernel#Object#== */
4104 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction372:kernel#Object#!= */
4105 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction372:kernel#Object#output */
4106 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction372:kernel#Object#output_class_name */
4107 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction372:kernel#Object#exit */
4108 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction372:kernel#Object#sys */
4109 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction372:kernel#Object#hash */
4110 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction372:string#Object#to_s */
4111 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction372:string#Object#native_class_name */
4112 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction372:string#Object#class_name */
4113 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction372:string#Object#inspect */
4114 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction372:string#Object#inspect_head */
4115 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction372:string#Object#args */
4116 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction372:math#Object#atan2 */
4117 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction372:math#Object#pi */
4118 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction372:math#Object#srand_from */
4119 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction372:math#Object#srand */
4120 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction372:stream#Object#poll */
4121 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction372:stream#Object#intern_poll */
4122 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction372:time#Object#get_time */
4123 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction372:file#Object#printn */
4124 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction372:file#Object#print */
4125 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction372:file#Object#getc */
4126 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction372:file#Object#gets */
4127 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction372:file#Object#getcwd */
4128 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction372:file#Object#file_getcwd */
4129 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction372:file#Object#stdin */
4130 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction372:file#Object#stdout */
4131 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction372:file#Object#stderr */
4132 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction372:model_base#Object#intrude_visibility */
4133 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction372:model_base#Object#public_visibility */
4134 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction372:model_base#Object#protected_visibility */
4135 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction372:model_base#Object#private_visibility */
4136 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction372:model_base#Object#none_visibility */
4137 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction372:model#Object#abstract_kind */
4138 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction372:model#Object#concrete_kind */
4139 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction372:model#Object#interface_kind */
4140 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction372:model#Object#enum_kind */
4141 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction372:model#Object#extern_kind */
4142 (nitmethod_t)VIRTUAL_parser__ReduceAction372__action, /* pointer to parser:ReduceAction372:parser#ReduceAction372#action */
4143 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction372:parser#ReduceAction#concat */
4144 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction372:parser#ReduceAction#init */
4145 }
4146 };
4147 /* allocate ReduceAction372 */
4148 val* NEW_parser__ReduceAction372(const struct type* type) {
4149 val* self /* : ReduceAction372 */;
4150 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4151 self->type = type;
4152 self->class = &class_parser__ReduceAction372;
4153 return self;
4154 }
4155 /* allocate ReduceAction372 */
4156 void CHECK_NEW_parser__ReduceAction372(val* self) {
4157 long var /* : Int */;
4158 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction372> */
4159 }
4160 /* runtime class parser__ReduceAction373 */
4161 const struct class class_parser__ReduceAction373 = {
4162 0, /* box_kind */
4163 {
4164 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction373:kernel#Object#object_id */
4165 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction373:kernel#Object#is_same_type */
4166 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction373:kernel#Object#== */
4167 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction373:kernel#Object#!= */
4168 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction373:kernel#Object#output */
4169 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction373:kernel#Object#output_class_name */
4170 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction373:kernel#Object#exit */
4171 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction373:kernel#Object#sys */
4172 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction373:kernel#Object#hash */
4173 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction373:string#Object#to_s */
4174 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction373:string#Object#native_class_name */
4175 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction373:string#Object#class_name */
4176 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction373:string#Object#inspect */
4177 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction373:string#Object#inspect_head */
4178 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction373:string#Object#args */
4179 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction373:math#Object#atan2 */
4180 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction373:math#Object#pi */
4181 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction373:math#Object#srand_from */
4182 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction373:math#Object#srand */
4183 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction373:stream#Object#poll */
4184 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction373:stream#Object#intern_poll */
4185 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction373:time#Object#get_time */
4186 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction373:file#Object#printn */
4187 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction373:file#Object#print */
4188 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction373:file#Object#getc */
4189 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction373:file#Object#gets */
4190 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction373:file#Object#getcwd */
4191 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction373:file#Object#file_getcwd */
4192 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction373:file#Object#stdin */
4193 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction373:file#Object#stdout */
4194 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction373:file#Object#stderr */
4195 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction373:model_base#Object#intrude_visibility */
4196 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction373:model_base#Object#public_visibility */
4197 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction373:model_base#Object#protected_visibility */
4198 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction373:model_base#Object#private_visibility */
4199 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction373:model_base#Object#none_visibility */
4200 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction373:model#Object#abstract_kind */
4201 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction373:model#Object#concrete_kind */
4202 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction373:model#Object#interface_kind */
4203 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction373:model#Object#enum_kind */
4204 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction373:model#Object#extern_kind */
4205 (nitmethod_t)VIRTUAL_parser__ReduceAction373__action, /* pointer to parser:ReduceAction373:parser#ReduceAction373#action */
4206 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction373:parser#ReduceAction#concat */
4207 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction373:parser#ReduceAction#init */
4208 }
4209 };
4210 /* allocate ReduceAction373 */
4211 val* NEW_parser__ReduceAction373(const struct type* type) {
4212 val* self /* : ReduceAction373 */;
4213 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4214 self->type = type;
4215 self->class = &class_parser__ReduceAction373;
4216 return self;
4217 }
4218 /* allocate ReduceAction373 */
4219 void CHECK_NEW_parser__ReduceAction373(val* self) {
4220 long var /* : Int */;
4221 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction373> */
4222 }
4223 /* runtime class parser__ReduceAction374 */
4224 const struct class class_parser__ReduceAction374 = {
4225 0, /* box_kind */
4226 {
4227 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction374:kernel#Object#object_id */
4228 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction374:kernel#Object#is_same_type */
4229 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction374:kernel#Object#== */
4230 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction374:kernel#Object#!= */
4231 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction374:kernel#Object#output */
4232 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction374:kernel#Object#output_class_name */
4233 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction374:kernel#Object#exit */
4234 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction374:kernel#Object#sys */
4235 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction374:kernel#Object#hash */
4236 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction374:string#Object#to_s */
4237 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction374:string#Object#native_class_name */
4238 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction374:string#Object#class_name */
4239 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction374:string#Object#inspect */
4240 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction374:string#Object#inspect_head */
4241 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction374:string#Object#args */
4242 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction374:math#Object#atan2 */
4243 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction374:math#Object#pi */
4244 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction374:math#Object#srand_from */
4245 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction374:math#Object#srand */
4246 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction374:stream#Object#poll */
4247 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction374:stream#Object#intern_poll */
4248 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction374:time#Object#get_time */
4249 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction374:file#Object#printn */
4250 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction374:file#Object#print */
4251 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction374:file#Object#getc */
4252 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction374:file#Object#gets */
4253 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction374:file#Object#getcwd */
4254 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction374:file#Object#file_getcwd */
4255 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction374:file#Object#stdin */
4256 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction374:file#Object#stdout */
4257 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction374:file#Object#stderr */
4258 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction374:model_base#Object#intrude_visibility */
4259 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction374:model_base#Object#public_visibility */
4260 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction374:model_base#Object#protected_visibility */
4261 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction374:model_base#Object#private_visibility */
4262 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction374:model_base#Object#none_visibility */
4263 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction374:model#Object#abstract_kind */
4264 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction374:model#Object#concrete_kind */
4265 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction374:model#Object#interface_kind */
4266 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction374:model#Object#enum_kind */
4267 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction374:model#Object#extern_kind */
4268 (nitmethod_t)VIRTUAL_parser__ReduceAction374__action, /* pointer to parser:ReduceAction374:parser#ReduceAction374#action */
4269 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction374:parser#ReduceAction#concat */
4270 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction374:parser#ReduceAction#init */
4271 }
4272 };
4273 /* allocate ReduceAction374 */
4274 val* NEW_parser__ReduceAction374(const struct type* type) {
4275 val* self /* : ReduceAction374 */;
4276 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4277 self->type = type;
4278 self->class = &class_parser__ReduceAction374;
4279 return self;
4280 }
4281 /* allocate ReduceAction374 */
4282 void CHECK_NEW_parser__ReduceAction374(val* self) {
4283 long var /* : Int */;
4284 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction374> */
4285 }
4286 /* runtime class parser__ReduceAction375 */
4287 const struct class class_parser__ReduceAction375 = {
4288 0, /* box_kind */
4289 {
4290 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction375:kernel#Object#object_id */
4291 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction375:kernel#Object#is_same_type */
4292 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction375:kernel#Object#== */
4293 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction375:kernel#Object#!= */
4294 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction375:kernel#Object#output */
4295 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction375:kernel#Object#output_class_name */
4296 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction375:kernel#Object#exit */
4297 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction375:kernel#Object#sys */
4298 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction375:kernel#Object#hash */
4299 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction375:string#Object#to_s */
4300 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction375:string#Object#native_class_name */
4301 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction375:string#Object#class_name */
4302 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction375:string#Object#inspect */
4303 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction375:string#Object#inspect_head */
4304 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction375:string#Object#args */
4305 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction375:math#Object#atan2 */
4306 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction375:math#Object#pi */
4307 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction375:math#Object#srand_from */
4308 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction375:math#Object#srand */
4309 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction375:stream#Object#poll */
4310 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction375:stream#Object#intern_poll */
4311 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction375:time#Object#get_time */
4312 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction375:file#Object#printn */
4313 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction375:file#Object#print */
4314 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction375:file#Object#getc */
4315 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction375:file#Object#gets */
4316 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction375:file#Object#getcwd */
4317 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction375:file#Object#file_getcwd */
4318 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction375:file#Object#stdin */
4319 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction375:file#Object#stdout */
4320 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction375:file#Object#stderr */
4321 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction375:model_base#Object#intrude_visibility */
4322 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction375:model_base#Object#public_visibility */
4323 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction375:model_base#Object#protected_visibility */
4324 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction375:model_base#Object#private_visibility */
4325 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction375:model_base#Object#none_visibility */
4326 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction375:model#Object#abstract_kind */
4327 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction375:model#Object#concrete_kind */
4328 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction375:model#Object#interface_kind */
4329 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction375:model#Object#enum_kind */
4330 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction375:model#Object#extern_kind */
4331 (nitmethod_t)VIRTUAL_parser__ReduceAction375__action, /* pointer to parser:ReduceAction375:parser#ReduceAction375#action */
4332 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction375:parser#ReduceAction#concat */
4333 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction375:parser#ReduceAction#init */
4334 }
4335 };
4336 /* allocate ReduceAction375 */
4337 val* NEW_parser__ReduceAction375(const struct type* type) {
4338 val* self /* : ReduceAction375 */;
4339 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4340 self->type = type;
4341 self->class = &class_parser__ReduceAction375;
4342 return self;
4343 }
4344 /* allocate ReduceAction375 */
4345 void CHECK_NEW_parser__ReduceAction375(val* self) {
4346 long var /* : Int */;
4347 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction375> */
4348 }
4349 /* runtime class parser__ReduceAction376 */
4350 const struct class class_parser__ReduceAction376 = {
4351 0, /* box_kind */
4352 {
4353 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction376:kernel#Object#object_id */
4354 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction376:kernel#Object#is_same_type */
4355 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction376:kernel#Object#== */
4356 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction376:kernel#Object#!= */
4357 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction376:kernel#Object#output */
4358 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction376:kernel#Object#output_class_name */
4359 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction376:kernel#Object#exit */
4360 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction376:kernel#Object#sys */
4361 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction376:kernel#Object#hash */
4362 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction376:string#Object#to_s */
4363 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction376:string#Object#native_class_name */
4364 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction376:string#Object#class_name */
4365 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction376:string#Object#inspect */
4366 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction376:string#Object#inspect_head */
4367 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction376:string#Object#args */
4368 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction376:math#Object#atan2 */
4369 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction376:math#Object#pi */
4370 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction376:math#Object#srand_from */
4371 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction376:math#Object#srand */
4372 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction376:stream#Object#poll */
4373 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction376:stream#Object#intern_poll */
4374 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction376:time#Object#get_time */
4375 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction376:file#Object#printn */
4376 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction376:file#Object#print */
4377 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction376:file#Object#getc */
4378 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction376:file#Object#gets */
4379 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction376:file#Object#getcwd */
4380 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction376:file#Object#file_getcwd */
4381 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction376:file#Object#stdin */
4382 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction376:file#Object#stdout */
4383 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction376:file#Object#stderr */
4384 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction376:model_base#Object#intrude_visibility */
4385 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction376:model_base#Object#public_visibility */
4386 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction376:model_base#Object#protected_visibility */
4387 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction376:model_base#Object#private_visibility */
4388 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction376:model_base#Object#none_visibility */
4389 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction376:model#Object#abstract_kind */
4390 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction376:model#Object#concrete_kind */
4391 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction376:model#Object#interface_kind */
4392 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction376:model#Object#enum_kind */
4393 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction376:model#Object#extern_kind */
4394 (nitmethod_t)VIRTUAL_parser__ReduceAction376__action, /* pointer to parser:ReduceAction376:parser#ReduceAction376#action */
4395 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction376:parser#ReduceAction#concat */
4396 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction376:parser#ReduceAction#init */
4397 }
4398 };
4399 /* allocate ReduceAction376 */
4400 val* NEW_parser__ReduceAction376(const struct type* type) {
4401 val* self /* : ReduceAction376 */;
4402 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4403 self->type = type;
4404 self->class = &class_parser__ReduceAction376;
4405 return self;
4406 }
4407 /* allocate ReduceAction376 */
4408 void CHECK_NEW_parser__ReduceAction376(val* self) {
4409 long var /* : Int */;
4410 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction376> */
4411 }
4412 /* runtime class parser__ReduceAction377 */
4413 const struct class class_parser__ReduceAction377 = {
4414 0, /* box_kind */
4415 {
4416 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction377:kernel#Object#object_id */
4417 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction377:kernel#Object#is_same_type */
4418 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction377:kernel#Object#== */
4419 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction377:kernel#Object#!= */
4420 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction377:kernel#Object#output */
4421 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction377:kernel#Object#output_class_name */
4422 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction377:kernel#Object#exit */
4423 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction377:kernel#Object#sys */
4424 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction377:kernel#Object#hash */
4425 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction377:string#Object#to_s */
4426 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction377:string#Object#native_class_name */
4427 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction377:string#Object#class_name */
4428 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction377:string#Object#inspect */
4429 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction377:string#Object#inspect_head */
4430 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction377:string#Object#args */
4431 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction377:math#Object#atan2 */
4432 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction377:math#Object#pi */
4433 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction377:math#Object#srand_from */
4434 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction377:math#Object#srand */
4435 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction377:stream#Object#poll */
4436 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction377:stream#Object#intern_poll */
4437 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction377:time#Object#get_time */
4438 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction377:file#Object#printn */
4439 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction377:file#Object#print */
4440 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction377:file#Object#getc */
4441 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction377:file#Object#gets */
4442 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction377:file#Object#getcwd */
4443 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction377:file#Object#file_getcwd */
4444 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction377:file#Object#stdin */
4445 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction377:file#Object#stdout */
4446 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction377:file#Object#stderr */
4447 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction377:model_base#Object#intrude_visibility */
4448 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction377:model_base#Object#public_visibility */
4449 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction377:model_base#Object#protected_visibility */
4450 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction377:model_base#Object#private_visibility */
4451 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction377:model_base#Object#none_visibility */
4452 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction377:model#Object#abstract_kind */
4453 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction377:model#Object#concrete_kind */
4454 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction377:model#Object#interface_kind */
4455 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction377:model#Object#enum_kind */
4456 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction377:model#Object#extern_kind */
4457 (nitmethod_t)VIRTUAL_parser__ReduceAction377__action, /* pointer to parser:ReduceAction377:parser#ReduceAction377#action */
4458 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction377:parser#ReduceAction#concat */
4459 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction377:parser#ReduceAction#init */
4460 }
4461 };
4462 /* allocate ReduceAction377 */
4463 val* NEW_parser__ReduceAction377(const struct type* type) {
4464 val* self /* : ReduceAction377 */;
4465 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4466 self->type = type;
4467 self->class = &class_parser__ReduceAction377;
4468 return self;
4469 }
4470 /* allocate ReduceAction377 */
4471 void CHECK_NEW_parser__ReduceAction377(val* self) {
4472 long var /* : Int */;
4473 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction377> */
4474 }
4475 /* runtime class parser__ReduceAction378 */
4476 const struct class class_parser__ReduceAction378 = {
4477 0, /* box_kind */
4478 {
4479 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction378:kernel#Object#object_id */
4480 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction378:kernel#Object#is_same_type */
4481 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction378:kernel#Object#== */
4482 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction378:kernel#Object#!= */
4483 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction378:kernel#Object#output */
4484 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction378:kernel#Object#output_class_name */
4485 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction378:kernel#Object#exit */
4486 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction378:kernel#Object#sys */
4487 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction378:kernel#Object#hash */
4488 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction378:string#Object#to_s */
4489 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction378:string#Object#native_class_name */
4490 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction378:string#Object#class_name */
4491 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction378:string#Object#inspect */
4492 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction378:string#Object#inspect_head */
4493 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction378:string#Object#args */
4494 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction378:math#Object#atan2 */
4495 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction378:math#Object#pi */
4496 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction378:math#Object#srand_from */
4497 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction378:math#Object#srand */
4498 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction378:stream#Object#poll */
4499 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction378:stream#Object#intern_poll */
4500 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction378:time#Object#get_time */
4501 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction378:file#Object#printn */
4502 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction378:file#Object#print */
4503 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction378:file#Object#getc */
4504 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction378:file#Object#gets */
4505 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction378:file#Object#getcwd */
4506 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction378:file#Object#file_getcwd */
4507 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction378:file#Object#stdin */
4508 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction378:file#Object#stdout */
4509 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction378:file#Object#stderr */
4510 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction378:model_base#Object#intrude_visibility */
4511 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction378:model_base#Object#public_visibility */
4512 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction378:model_base#Object#protected_visibility */
4513 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction378:model_base#Object#private_visibility */
4514 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction378:model_base#Object#none_visibility */
4515 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction378:model#Object#abstract_kind */
4516 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction378:model#Object#concrete_kind */
4517 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction378:model#Object#interface_kind */
4518 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction378:model#Object#enum_kind */
4519 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction378:model#Object#extern_kind */
4520 (nitmethod_t)VIRTUAL_parser__ReduceAction378__action, /* pointer to parser:ReduceAction378:parser#ReduceAction378#action */
4521 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction378:parser#ReduceAction#concat */
4522 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction378:parser#ReduceAction#init */
4523 }
4524 };
4525 /* allocate ReduceAction378 */
4526 val* NEW_parser__ReduceAction378(const struct type* type) {
4527 val* self /* : ReduceAction378 */;
4528 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4529 self->type = type;
4530 self->class = &class_parser__ReduceAction378;
4531 return self;
4532 }
4533 /* allocate ReduceAction378 */
4534 void CHECK_NEW_parser__ReduceAction378(val* self) {
4535 long var /* : Int */;
4536 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction378> */
4537 }
4538 /* runtime class parser__ReduceAction379 */
4539 const struct class class_parser__ReduceAction379 = {
4540 0, /* box_kind */
4541 {
4542 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction379:kernel#Object#object_id */
4543 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction379:kernel#Object#is_same_type */
4544 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction379:kernel#Object#== */
4545 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction379:kernel#Object#!= */
4546 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction379:kernel#Object#output */
4547 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction379:kernel#Object#output_class_name */
4548 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction379:kernel#Object#exit */
4549 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction379:kernel#Object#sys */
4550 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction379:kernel#Object#hash */
4551 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction379:string#Object#to_s */
4552 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction379:string#Object#native_class_name */
4553 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction379:string#Object#class_name */
4554 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction379:string#Object#inspect */
4555 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction379:string#Object#inspect_head */
4556 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction379:string#Object#args */
4557 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction379:math#Object#atan2 */
4558 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction379:math#Object#pi */
4559 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction379:math#Object#srand_from */
4560 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction379:math#Object#srand */
4561 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction379:stream#Object#poll */
4562 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction379:stream#Object#intern_poll */
4563 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction379:time#Object#get_time */
4564 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction379:file#Object#printn */
4565 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction379:file#Object#print */
4566 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction379:file#Object#getc */
4567 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction379:file#Object#gets */
4568 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction379:file#Object#getcwd */
4569 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction379:file#Object#file_getcwd */
4570 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction379:file#Object#stdin */
4571 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction379:file#Object#stdout */
4572 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction379:file#Object#stderr */
4573 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction379:model_base#Object#intrude_visibility */
4574 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction379:model_base#Object#public_visibility */
4575 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction379:model_base#Object#protected_visibility */
4576 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction379:model_base#Object#private_visibility */
4577 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction379:model_base#Object#none_visibility */
4578 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction379:model#Object#abstract_kind */
4579 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction379:model#Object#concrete_kind */
4580 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction379:model#Object#interface_kind */
4581 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction379:model#Object#enum_kind */
4582 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction379:model#Object#extern_kind */
4583 (nitmethod_t)VIRTUAL_parser__ReduceAction379__action, /* pointer to parser:ReduceAction379:parser#ReduceAction379#action */
4584 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction379:parser#ReduceAction#concat */
4585 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction379:parser#ReduceAction#init */
4586 }
4587 };
4588 /* allocate ReduceAction379 */
4589 val* NEW_parser__ReduceAction379(const struct type* type) {
4590 val* self /* : ReduceAction379 */;
4591 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4592 self->type = type;
4593 self->class = &class_parser__ReduceAction379;
4594 return self;
4595 }
4596 /* allocate ReduceAction379 */
4597 void CHECK_NEW_parser__ReduceAction379(val* self) {
4598 long var /* : Int */;
4599 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction379> */
4600 }
4601 /* runtime class parser__ReduceAction380 */
4602 const struct class class_parser__ReduceAction380 = {
4603 0, /* box_kind */
4604 {
4605 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction380:kernel#Object#object_id */
4606 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction380:kernel#Object#is_same_type */
4607 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction380:kernel#Object#== */
4608 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction380:kernel#Object#!= */
4609 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction380:kernel#Object#output */
4610 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction380:kernel#Object#output_class_name */
4611 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction380:kernel#Object#exit */
4612 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction380:kernel#Object#sys */
4613 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction380:kernel#Object#hash */
4614 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction380:string#Object#to_s */
4615 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction380:string#Object#native_class_name */
4616 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction380:string#Object#class_name */
4617 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction380:string#Object#inspect */
4618 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction380:string#Object#inspect_head */
4619 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction380:string#Object#args */
4620 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction380:math#Object#atan2 */
4621 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction380:math#Object#pi */
4622 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction380:math#Object#srand_from */
4623 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction380:math#Object#srand */
4624 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction380:stream#Object#poll */
4625 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction380:stream#Object#intern_poll */
4626 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction380:time#Object#get_time */
4627 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction380:file#Object#printn */
4628 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction380:file#Object#print */
4629 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction380:file#Object#getc */
4630 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction380:file#Object#gets */
4631 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction380:file#Object#getcwd */
4632 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction380:file#Object#file_getcwd */
4633 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction380:file#Object#stdin */
4634 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction380:file#Object#stdout */
4635 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction380:file#Object#stderr */
4636 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction380:model_base#Object#intrude_visibility */
4637 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction380:model_base#Object#public_visibility */
4638 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction380:model_base#Object#protected_visibility */
4639 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction380:model_base#Object#private_visibility */
4640 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction380:model_base#Object#none_visibility */
4641 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction380:model#Object#abstract_kind */
4642 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction380:model#Object#concrete_kind */
4643 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction380:model#Object#interface_kind */
4644 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction380:model#Object#enum_kind */
4645 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction380:model#Object#extern_kind */
4646 (nitmethod_t)VIRTUAL_parser__ReduceAction380__action, /* pointer to parser:ReduceAction380:parser#ReduceAction380#action */
4647 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction380:parser#ReduceAction#concat */
4648 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction380:parser#ReduceAction#init */
4649 }
4650 };
4651 /* allocate ReduceAction380 */
4652 val* NEW_parser__ReduceAction380(const struct type* type) {
4653 val* self /* : ReduceAction380 */;
4654 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4655 self->type = type;
4656 self->class = &class_parser__ReduceAction380;
4657 return self;
4658 }
4659 /* allocate ReduceAction380 */
4660 void CHECK_NEW_parser__ReduceAction380(val* self) {
4661 long var /* : Int */;
4662 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction380> */
4663 }
4664 /* runtime class parser__ReduceAction381 */
4665 const struct class class_parser__ReduceAction381 = {
4666 0, /* box_kind */
4667 {
4668 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction381:kernel#Object#object_id */
4669 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction381:kernel#Object#is_same_type */
4670 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction381:kernel#Object#== */
4671 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction381:kernel#Object#!= */
4672 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction381:kernel#Object#output */
4673 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction381:kernel#Object#output_class_name */
4674 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction381:kernel#Object#exit */
4675 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction381:kernel#Object#sys */
4676 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction381:kernel#Object#hash */
4677 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction381:string#Object#to_s */
4678 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction381:string#Object#native_class_name */
4679 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction381:string#Object#class_name */
4680 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction381:string#Object#inspect */
4681 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction381:string#Object#inspect_head */
4682 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction381:string#Object#args */
4683 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction381:math#Object#atan2 */
4684 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction381:math#Object#pi */
4685 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction381:math#Object#srand_from */
4686 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction381:math#Object#srand */
4687 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction381:stream#Object#poll */
4688 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction381:stream#Object#intern_poll */
4689 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction381:time#Object#get_time */
4690 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction381:file#Object#printn */
4691 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction381:file#Object#print */
4692 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction381:file#Object#getc */
4693 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction381:file#Object#gets */
4694 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction381:file#Object#getcwd */
4695 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction381:file#Object#file_getcwd */
4696 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction381:file#Object#stdin */
4697 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction381:file#Object#stdout */
4698 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction381:file#Object#stderr */
4699 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction381:model_base#Object#intrude_visibility */
4700 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction381:model_base#Object#public_visibility */
4701 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction381:model_base#Object#protected_visibility */
4702 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction381:model_base#Object#private_visibility */
4703 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction381:model_base#Object#none_visibility */
4704 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction381:model#Object#abstract_kind */
4705 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction381:model#Object#concrete_kind */
4706 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction381:model#Object#interface_kind */
4707 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction381:model#Object#enum_kind */
4708 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction381:model#Object#extern_kind */
4709 (nitmethod_t)VIRTUAL_parser__ReduceAction381__action, /* pointer to parser:ReduceAction381:parser#ReduceAction381#action */
4710 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction381:parser#ReduceAction#concat */
4711 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction381:parser#ReduceAction#init */
4712 }
4713 };
4714 /* allocate ReduceAction381 */
4715 val* NEW_parser__ReduceAction381(const struct type* type) {
4716 val* self /* : ReduceAction381 */;
4717 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4718 self->type = type;
4719 self->class = &class_parser__ReduceAction381;
4720 return self;
4721 }
4722 /* allocate ReduceAction381 */
4723 void CHECK_NEW_parser__ReduceAction381(val* self) {
4724 long var /* : Int */;
4725 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction381> */
4726 }
4727 /* runtime class parser__ReduceAction382 */
4728 const struct class class_parser__ReduceAction382 = {
4729 0, /* box_kind */
4730 {
4731 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction382:kernel#Object#object_id */
4732 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction382:kernel#Object#is_same_type */
4733 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction382:kernel#Object#== */
4734 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction382:kernel#Object#!= */
4735 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction382:kernel#Object#output */
4736 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction382:kernel#Object#output_class_name */
4737 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction382:kernel#Object#exit */
4738 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction382:kernel#Object#sys */
4739 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction382:kernel#Object#hash */
4740 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction382:string#Object#to_s */
4741 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction382:string#Object#native_class_name */
4742 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction382:string#Object#class_name */
4743 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction382:string#Object#inspect */
4744 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction382:string#Object#inspect_head */
4745 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction382:string#Object#args */
4746 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction382:math#Object#atan2 */
4747 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction382:math#Object#pi */
4748 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction382:math#Object#srand_from */
4749 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction382:math#Object#srand */
4750 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction382:stream#Object#poll */
4751 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction382:stream#Object#intern_poll */
4752 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction382:time#Object#get_time */
4753 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction382:file#Object#printn */
4754 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction382:file#Object#print */
4755 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction382:file#Object#getc */
4756 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction382:file#Object#gets */
4757 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction382:file#Object#getcwd */
4758 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction382:file#Object#file_getcwd */
4759 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction382:file#Object#stdin */
4760 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction382:file#Object#stdout */
4761 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction382:file#Object#stderr */
4762 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction382:model_base#Object#intrude_visibility */
4763 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction382:model_base#Object#public_visibility */
4764 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction382:model_base#Object#protected_visibility */
4765 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction382:model_base#Object#private_visibility */
4766 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction382:model_base#Object#none_visibility */
4767 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction382:model#Object#abstract_kind */
4768 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction382:model#Object#concrete_kind */
4769 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction382:model#Object#interface_kind */
4770 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction382:model#Object#enum_kind */
4771 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction382:model#Object#extern_kind */
4772 (nitmethod_t)VIRTUAL_parser__ReduceAction382__action, /* pointer to parser:ReduceAction382:parser#ReduceAction382#action */
4773 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction382:parser#ReduceAction#concat */
4774 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction382:parser#ReduceAction#init */
4775 }
4776 };
4777 /* allocate ReduceAction382 */
4778 val* NEW_parser__ReduceAction382(const struct type* type) {
4779 val* self /* : ReduceAction382 */;
4780 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4781 self->type = type;
4782 self->class = &class_parser__ReduceAction382;
4783 return self;
4784 }
4785 /* allocate ReduceAction382 */
4786 void CHECK_NEW_parser__ReduceAction382(val* self) {
4787 long var /* : Int */;
4788 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction382> */
4789 }
4790 /* runtime class parser__ReduceAction383 */
4791 const struct class class_parser__ReduceAction383 = {
4792 0, /* box_kind */
4793 {
4794 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction383:kernel#Object#object_id */
4795 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction383:kernel#Object#is_same_type */
4796 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction383:kernel#Object#== */
4797 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction383:kernel#Object#!= */
4798 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction383:kernel#Object#output */
4799 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction383:kernel#Object#output_class_name */
4800 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction383:kernel#Object#exit */
4801 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction383:kernel#Object#sys */
4802 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction383:kernel#Object#hash */
4803 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction383:string#Object#to_s */
4804 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction383:string#Object#native_class_name */
4805 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction383:string#Object#class_name */
4806 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction383:string#Object#inspect */
4807 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction383:string#Object#inspect_head */
4808 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction383:string#Object#args */
4809 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction383:math#Object#atan2 */
4810 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction383:math#Object#pi */
4811 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction383:math#Object#srand_from */
4812 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction383:math#Object#srand */
4813 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction383:stream#Object#poll */
4814 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction383:stream#Object#intern_poll */
4815 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction383:time#Object#get_time */
4816 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction383:file#Object#printn */
4817 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction383:file#Object#print */
4818 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction383:file#Object#getc */
4819 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction383:file#Object#gets */
4820 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction383:file#Object#getcwd */
4821 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction383:file#Object#file_getcwd */
4822 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction383:file#Object#stdin */
4823 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction383:file#Object#stdout */
4824 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction383:file#Object#stderr */
4825 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction383:model_base#Object#intrude_visibility */
4826 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction383:model_base#Object#public_visibility */
4827 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction383:model_base#Object#protected_visibility */
4828 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction383:model_base#Object#private_visibility */
4829 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction383:model_base#Object#none_visibility */
4830 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction383:model#Object#abstract_kind */
4831 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction383:model#Object#concrete_kind */
4832 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction383:model#Object#interface_kind */
4833 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction383:model#Object#enum_kind */
4834 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction383:model#Object#extern_kind */
4835 (nitmethod_t)VIRTUAL_parser__ReduceAction383__action, /* pointer to parser:ReduceAction383:parser#ReduceAction383#action */
4836 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction383:parser#ReduceAction#concat */
4837 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction383:parser#ReduceAction#init */
4838 }
4839 };
4840 /* allocate ReduceAction383 */
4841 val* NEW_parser__ReduceAction383(const struct type* type) {
4842 val* self /* : ReduceAction383 */;
4843 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4844 self->type = type;
4845 self->class = &class_parser__ReduceAction383;
4846 return self;
4847 }
4848 /* allocate ReduceAction383 */
4849 void CHECK_NEW_parser__ReduceAction383(val* self) {
4850 long var /* : Int */;
4851 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction383> */
4852 }
4853 /* runtime class parser__ReduceAction384 */
4854 const struct class class_parser__ReduceAction384 = {
4855 0, /* box_kind */
4856 {
4857 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction384:kernel#Object#object_id */
4858 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction384:kernel#Object#is_same_type */
4859 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction384:kernel#Object#== */
4860 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction384:kernel#Object#!= */
4861 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction384:kernel#Object#output */
4862 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction384:kernel#Object#output_class_name */
4863 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction384:kernel#Object#exit */
4864 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction384:kernel#Object#sys */
4865 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction384:kernel#Object#hash */
4866 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction384:string#Object#to_s */
4867 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction384:string#Object#native_class_name */
4868 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction384:string#Object#class_name */
4869 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction384:string#Object#inspect */
4870 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction384:string#Object#inspect_head */
4871 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction384:string#Object#args */
4872 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction384:math#Object#atan2 */
4873 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction384:math#Object#pi */
4874 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction384:math#Object#srand_from */
4875 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction384:math#Object#srand */
4876 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction384:stream#Object#poll */
4877 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction384:stream#Object#intern_poll */
4878 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction384:time#Object#get_time */
4879 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction384:file#Object#printn */
4880 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction384:file#Object#print */
4881 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction384:file#Object#getc */
4882 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction384:file#Object#gets */
4883 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction384:file#Object#getcwd */
4884 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction384:file#Object#file_getcwd */
4885 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction384:file#Object#stdin */
4886 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction384:file#Object#stdout */
4887 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction384:file#Object#stderr */
4888 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction384:model_base#Object#intrude_visibility */
4889 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction384:model_base#Object#public_visibility */
4890 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction384:model_base#Object#protected_visibility */
4891 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction384:model_base#Object#private_visibility */
4892 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction384:model_base#Object#none_visibility */
4893 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction384:model#Object#abstract_kind */
4894 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction384:model#Object#concrete_kind */
4895 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction384:model#Object#interface_kind */
4896 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction384:model#Object#enum_kind */
4897 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction384:model#Object#extern_kind */
4898 (nitmethod_t)VIRTUAL_parser__ReduceAction384__action, /* pointer to parser:ReduceAction384:parser#ReduceAction384#action */
4899 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction384:parser#ReduceAction#concat */
4900 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction384:parser#ReduceAction#init */
4901 }
4902 };
4903 /* allocate ReduceAction384 */
4904 val* NEW_parser__ReduceAction384(const struct type* type) {
4905 val* self /* : ReduceAction384 */;
4906 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4907 self->type = type;
4908 self->class = &class_parser__ReduceAction384;
4909 return self;
4910 }
4911 /* allocate ReduceAction384 */
4912 void CHECK_NEW_parser__ReduceAction384(val* self) {
4913 long var /* : Int */;
4914 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction384> */
4915 }
4916 /* runtime class parser__ReduceAction385 */
4917 const struct class class_parser__ReduceAction385 = {
4918 0, /* box_kind */
4919 {
4920 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction385:kernel#Object#object_id */
4921 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction385:kernel#Object#is_same_type */
4922 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction385:kernel#Object#== */
4923 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction385:kernel#Object#!= */
4924 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction385:kernel#Object#output */
4925 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction385:kernel#Object#output_class_name */
4926 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction385:kernel#Object#exit */
4927 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction385:kernel#Object#sys */
4928 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction385:kernel#Object#hash */
4929 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction385:string#Object#to_s */
4930 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction385:string#Object#native_class_name */
4931 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction385:string#Object#class_name */
4932 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction385:string#Object#inspect */
4933 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction385:string#Object#inspect_head */
4934 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction385:string#Object#args */
4935 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction385:math#Object#atan2 */
4936 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction385:math#Object#pi */
4937 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction385:math#Object#srand_from */
4938 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction385:math#Object#srand */
4939 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction385:stream#Object#poll */
4940 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction385:stream#Object#intern_poll */
4941 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction385:time#Object#get_time */
4942 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction385:file#Object#printn */
4943 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction385:file#Object#print */
4944 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction385:file#Object#getc */
4945 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction385:file#Object#gets */
4946 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction385:file#Object#getcwd */
4947 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction385:file#Object#file_getcwd */
4948 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction385:file#Object#stdin */
4949 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction385:file#Object#stdout */
4950 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction385:file#Object#stderr */
4951 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction385:model_base#Object#intrude_visibility */
4952 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction385:model_base#Object#public_visibility */
4953 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction385:model_base#Object#protected_visibility */
4954 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction385:model_base#Object#private_visibility */
4955 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction385:model_base#Object#none_visibility */
4956 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction385:model#Object#abstract_kind */
4957 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction385:model#Object#concrete_kind */
4958 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction385:model#Object#interface_kind */
4959 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction385:model#Object#enum_kind */
4960 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction385:model#Object#extern_kind */
4961 (nitmethod_t)VIRTUAL_parser__ReduceAction385__action, /* pointer to parser:ReduceAction385:parser#ReduceAction385#action */
4962 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction385:parser#ReduceAction#concat */
4963 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction385:parser#ReduceAction#init */
4964 }
4965 };
4966 /* allocate ReduceAction385 */
4967 val* NEW_parser__ReduceAction385(const struct type* type) {
4968 val* self /* : ReduceAction385 */;
4969 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4970 self->type = type;
4971 self->class = &class_parser__ReduceAction385;
4972 return self;
4973 }
4974 /* allocate ReduceAction385 */
4975 void CHECK_NEW_parser__ReduceAction385(val* self) {
4976 long var /* : Int */;
4977 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction385> */
4978 }
4979 /* runtime class parser__ReduceAction386 */
4980 const struct class class_parser__ReduceAction386 = {
4981 0, /* box_kind */
4982 {
4983 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction386:kernel#Object#object_id */
4984 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction386:kernel#Object#is_same_type */
4985 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction386:kernel#Object#== */
4986 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction386:kernel#Object#!= */
4987 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction386:kernel#Object#output */
4988 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction386:kernel#Object#output_class_name */
4989 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction386:kernel#Object#exit */
4990 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction386:kernel#Object#sys */
4991 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction386:kernel#Object#hash */
4992 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction386:string#Object#to_s */
4993 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction386:string#Object#native_class_name */
4994 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction386:string#Object#class_name */
4995 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction386:string#Object#inspect */
4996 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction386:string#Object#inspect_head */
4997 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction386:string#Object#args */
4998 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction386:math#Object#atan2 */
4999 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction386:math#Object#pi */
5000 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction386:math#Object#srand_from */
5001 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction386:math#Object#srand */
5002 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction386:stream#Object#poll */
5003 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction386:stream#Object#intern_poll */
5004 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction386:time#Object#get_time */
5005 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction386:file#Object#printn */
5006 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction386:file#Object#print */
5007 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction386:file#Object#getc */
5008 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction386:file#Object#gets */
5009 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction386:file#Object#getcwd */
5010 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction386:file#Object#file_getcwd */
5011 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction386:file#Object#stdin */
5012 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction386:file#Object#stdout */
5013 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction386:file#Object#stderr */
5014 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction386:model_base#Object#intrude_visibility */
5015 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction386:model_base#Object#public_visibility */
5016 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction386:model_base#Object#protected_visibility */
5017 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction386:model_base#Object#private_visibility */
5018 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction386:model_base#Object#none_visibility */
5019 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction386:model#Object#abstract_kind */
5020 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction386:model#Object#concrete_kind */
5021 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction386:model#Object#interface_kind */
5022 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction386:model#Object#enum_kind */
5023 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction386:model#Object#extern_kind */
5024 (nitmethod_t)VIRTUAL_parser__ReduceAction386__action, /* pointer to parser:ReduceAction386:parser#ReduceAction386#action */
5025 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction386:parser#ReduceAction#concat */
5026 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction386:parser#ReduceAction#init */
5027 }
5028 };
5029 /* allocate ReduceAction386 */
5030 val* NEW_parser__ReduceAction386(const struct type* type) {
5031 val* self /* : ReduceAction386 */;
5032 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5033 self->type = type;
5034 self->class = &class_parser__ReduceAction386;
5035 return self;
5036 }
5037 /* allocate ReduceAction386 */
5038 void CHECK_NEW_parser__ReduceAction386(val* self) {
5039 long var /* : Int */;
5040 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction386> */
5041 }
5042 /* runtime class parser__ReduceAction387 */
5043 const struct class class_parser__ReduceAction387 = {
5044 0, /* box_kind */
5045 {
5046 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction387:kernel#Object#object_id */
5047 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction387:kernel#Object#is_same_type */
5048 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction387:kernel#Object#== */
5049 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction387:kernel#Object#!= */
5050 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction387:kernel#Object#output */
5051 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction387:kernel#Object#output_class_name */
5052 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction387:kernel#Object#exit */
5053 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction387:kernel#Object#sys */
5054 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction387:kernel#Object#hash */
5055 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction387:string#Object#to_s */
5056 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction387:string#Object#native_class_name */
5057 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction387:string#Object#class_name */
5058 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction387:string#Object#inspect */
5059 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction387:string#Object#inspect_head */
5060 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction387:string#Object#args */
5061 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction387:math#Object#atan2 */
5062 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction387:math#Object#pi */
5063 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction387:math#Object#srand_from */
5064 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction387:math#Object#srand */
5065 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction387:stream#Object#poll */
5066 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction387:stream#Object#intern_poll */
5067 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction387:time#Object#get_time */
5068 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction387:file#Object#printn */
5069 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction387:file#Object#print */
5070 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction387:file#Object#getc */
5071 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction387:file#Object#gets */
5072 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction387:file#Object#getcwd */
5073 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction387:file#Object#file_getcwd */
5074 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction387:file#Object#stdin */
5075 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction387:file#Object#stdout */
5076 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction387:file#Object#stderr */
5077 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction387:model_base#Object#intrude_visibility */
5078 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction387:model_base#Object#public_visibility */
5079 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction387:model_base#Object#protected_visibility */
5080 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction387:model_base#Object#private_visibility */
5081 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction387:model_base#Object#none_visibility */
5082 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction387:model#Object#abstract_kind */
5083 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction387:model#Object#concrete_kind */
5084 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction387:model#Object#interface_kind */
5085 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction387:model#Object#enum_kind */
5086 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction387:model#Object#extern_kind */
5087 (nitmethod_t)VIRTUAL_parser__ReduceAction387__action, /* pointer to parser:ReduceAction387:parser#ReduceAction387#action */
5088 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction387:parser#ReduceAction#concat */
5089 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction387:parser#ReduceAction#init */
5090 }
5091 };
5092 /* allocate ReduceAction387 */
5093 val* NEW_parser__ReduceAction387(const struct type* type) {
5094 val* self /* : ReduceAction387 */;
5095 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5096 self->type = type;
5097 self->class = &class_parser__ReduceAction387;
5098 return self;
5099 }
5100 /* allocate ReduceAction387 */
5101 void CHECK_NEW_parser__ReduceAction387(val* self) {
5102 long var /* : Int */;
5103 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction387> */
5104 }
5105 /* runtime class parser__ReduceAction388 */
5106 const struct class class_parser__ReduceAction388 = {
5107 0, /* box_kind */
5108 {
5109 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction388:kernel#Object#object_id */
5110 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction388:kernel#Object#is_same_type */
5111 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction388:kernel#Object#== */
5112 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction388:kernel#Object#!= */
5113 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction388:kernel#Object#output */
5114 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction388:kernel#Object#output_class_name */
5115 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction388:kernel#Object#exit */
5116 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction388:kernel#Object#sys */
5117 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction388:kernel#Object#hash */
5118 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction388:string#Object#to_s */
5119 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction388:string#Object#native_class_name */
5120 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction388:string#Object#class_name */
5121 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction388:string#Object#inspect */
5122 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction388:string#Object#inspect_head */
5123 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction388:string#Object#args */
5124 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction388:math#Object#atan2 */
5125 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction388:math#Object#pi */
5126 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction388:math#Object#srand_from */
5127 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction388:math#Object#srand */
5128 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction388:stream#Object#poll */
5129 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction388:stream#Object#intern_poll */
5130 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction388:time#Object#get_time */
5131 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction388:file#Object#printn */
5132 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction388:file#Object#print */
5133 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction388:file#Object#getc */
5134 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction388:file#Object#gets */
5135 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction388:file#Object#getcwd */
5136 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction388:file#Object#file_getcwd */
5137 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction388:file#Object#stdin */
5138 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction388:file#Object#stdout */
5139 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction388:file#Object#stderr */
5140 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction388:model_base#Object#intrude_visibility */
5141 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction388:model_base#Object#public_visibility */
5142 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction388:model_base#Object#protected_visibility */
5143 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction388:model_base#Object#private_visibility */
5144 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction388:model_base#Object#none_visibility */
5145 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction388:model#Object#abstract_kind */
5146 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction388:model#Object#concrete_kind */
5147 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction388:model#Object#interface_kind */
5148 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction388:model#Object#enum_kind */
5149 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction388:model#Object#extern_kind */
5150 (nitmethod_t)VIRTUAL_parser__ReduceAction388__action, /* pointer to parser:ReduceAction388:parser#ReduceAction388#action */
5151 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction388:parser#ReduceAction#concat */
5152 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction388:parser#ReduceAction#init */
5153 }
5154 };
5155 /* allocate ReduceAction388 */
5156 val* NEW_parser__ReduceAction388(const struct type* type) {
5157 val* self /* : ReduceAction388 */;
5158 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5159 self->type = type;
5160 self->class = &class_parser__ReduceAction388;
5161 return self;
5162 }
5163 /* allocate ReduceAction388 */
5164 void CHECK_NEW_parser__ReduceAction388(val* self) {
5165 long var /* : Int */;
5166 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction388> */
5167 }
5168 /* runtime class parser__ReduceAction389 */
5169 const struct class class_parser__ReduceAction389 = {
5170 0, /* box_kind */
5171 {
5172 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction389:kernel#Object#object_id */
5173 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction389:kernel#Object#is_same_type */
5174 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction389:kernel#Object#== */
5175 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction389:kernel#Object#!= */
5176 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction389:kernel#Object#output */
5177 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction389:kernel#Object#output_class_name */
5178 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction389:kernel#Object#exit */
5179 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction389:kernel#Object#sys */
5180 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction389:kernel#Object#hash */
5181 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction389:string#Object#to_s */
5182 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction389:string#Object#native_class_name */
5183 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction389:string#Object#class_name */
5184 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction389:string#Object#inspect */
5185 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction389:string#Object#inspect_head */
5186 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction389:string#Object#args */
5187 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction389:math#Object#atan2 */
5188 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction389:math#Object#pi */
5189 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction389:math#Object#srand_from */
5190 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction389:math#Object#srand */
5191 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction389:stream#Object#poll */
5192 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction389:stream#Object#intern_poll */
5193 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction389:time#Object#get_time */
5194 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction389:file#Object#printn */
5195 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction389:file#Object#print */
5196 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction389:file#Object#getc */
5197 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction389:file#Object#gets */
5198 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction389:file#Object#getcwd */
5199 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction389:file#Object#file_getcwd */
5200 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction389:file#Object#stdin */
5201 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction389:file#Object#stdout */
5202 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction389:file#Object#stderr */
5203 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction389:model_base#Object#intrude_visibility */
5204 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction389:model_base#Object#public_visibility */
5205 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction389:model_base#Object#protected_visibility */
5206 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction389:model_base#Object#private_visibility */
5207 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction389:model_base#Object#none_visibility */
5208 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction389:model#Object#abstract_kind */
5209 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction389:model#Object#concrete_kind */
5210 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction389:model#Object#interface_kind */
5211 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction389:model#Object#enum_kind */
5212 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction389:model#Object#extern_kind */
5213 (nitmethod_t)VIRTUAL_parser__ReduceAction389__action, /* pointer to parser:ReduceAction389:parser#ReduceAction389#action */
5214 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction389:parser#ReduceAction#concat */
5215 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction389:parser#ReduceAction#init */
5216 }
5217 };
5218 /* allocate ReduceAction389 */
5219 val* NEW_parser__ReduceAction389(const struct type* type) {
5220 val* self /* : ReduceAction389 */;
5221 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5222 self->type = type;
5223 self->class = &class_parser__ReduceAction389;
5224 return self;
5225 }
5226 /* allocate ReduceAction389 */
5227 void CHECK_NEW_parser__ReduceAction389(val* self) {
5228 long var /* : Int */;
5229 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction389> */
5230 }
5231 /* runtime class parser__ReduceAction390 */
5232 const struct class class_parser__ReduceAction390 = {
5233 0, /* box_kind */
5234 {
5235 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction390:kernel#Object#object_id */
5236 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction390:kernel#Object#is_same_type */
5237 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction390:kernel#Object#== */
5238 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction390:kernel#Object#!= */
5239 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction390:kernel#Object#output */
5240 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction390:kernel#Object#output_class_name */
5241 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction390:kernel#Object#exit */
5242 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction390:kernel#Object#sys */
5243 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction390:kernel#Object#hash */
5244 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction390:string#Object#to_s */
5245 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction390:string#Object#native_class_name */
5246 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction390:string#Object#class_name */
5247 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction390:string#Object#inspect */
5248 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction390:string#Object#inspect_head */
5249 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction390:string#Object#args */
5250 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction390:math#Object#atan2 */
5251 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction390:math#Object#pi */
5252 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction390:math#Object#srand_from */
5253 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction390:math#Object#srand */
5254 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction390:stream#Object#poll */
5255 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction390:stream#Object#intern_poll */
5256 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction390:time#Object#get_time */
5257 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction390:file#Object#printn */
5258 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction390:file#Object#print */
5259 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction390:file#Object#getc */
5260 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction390:file#Object#gets */
5261 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction390:file#Object#getcwd */
5262 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction390:file#Object#file_getcwd */
5263 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction390:file#Object#stdin */
5264 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction390:file#Object#stdout */
5265 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction390:file#Object#stderr */
5266 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction390:model_base#Object#intrude_visibility */
5267 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction390:model_base#Object#public_visibility */
5268 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction390:model_base#Object#protected_visibility */
5269 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction390:model_base#Object#private_visibility */
5270 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction390:model_base#Object#none_visibility */
5271 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction390:model#Object#abstract_kind */
5272 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction390:model#Object#concrete_kind */
5273 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction390:model#Object#interface_kind */
5274 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction390:model#Object#enum_kind */
5275 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction390:model#Object#extern_kind */
5276 (nitmethod_t)VIRTUAL_parser__ReduceAction390__action, /* pointer to parser:ReduceAction390:parser#ReduceAction390#action */
5277 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction390:parser#ReduceAction#concat */
5278 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction390:parser#ReduceAction#init */
5279 }
5280 };
5281 /* allocate ReduceAction390 */
5282 val* NEW_parser__ReduceAction390(const struct type* type) {
5283 val* self /* : ReduceAction390 */;
5284 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5285 self->type = type;
5286 self->class = &class_parser__ReduceAction390;
5287 return self;
5288 }
5289 /* allocate ReduceAction390 */
5290 void CHECK_NEW_parser__ReduceAction390(val* self) {
5291 long var /* : Int */;
5292 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction390> */
5293 }
5294 /* runtime class parser__ReduceAction391 */
5295 const struct class class_parser__ReduceAction391 = {
5296 0, /* box_kind */
5297 {
5298 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction391:kernel#Object#object_id */
5299 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction391:kernel#Object#is_same_type */
5300 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction391:kernel#Object#== */
5301 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction391:kernel#Object#!= */
5302 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction391:kernel#Object#output */
5303 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction391:kernel#Object#output_class_name */
5304 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction391:kernel#Object#exit */
5305 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction391:kernel#Object#sys */
5306 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction391:kernel#Object#hash */
5307 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction391:string#Object#to_s */
5308 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction391:string#Object#native_class_name */
5309 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction391:string#Object#class_name */
5310 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction391:string#Object#inspect */
5311 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction391:string#Object#inspect_head */
5312 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction391:string#Object#args */
5313 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction391:math#Object#atan2 */
5314 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction391:math#Object#pi */
5315 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction391:math#Object#srand_from */
5316 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction391:math#Object#srand */
5317 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction391:stream#Object#poll */
5318 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction391:stream#Object#intern_poll */
5319 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction391:time#Object#get_time */
5320 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction391:file#Object#printn */
5321 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction391:file#Object#print */
5322 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction391:file#Object#getc */
5323 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction391:file#Object#gets */
5324 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction391:file#Object#getcwd */
5325 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction391:file#Object#file_getcwd */
5326 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction391:file#Object#stdin */
5327 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction391:file#Object#stdout */
5328 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction391:file#Object#stderr */
5329 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction391:model_base#Object#intrude_visibility */
5330 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction391:model_base#Object#public_visibility */
5331 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction391:model_base#Object#protected_visibility */
5332 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction391:model_base#Object#private_visibility */
5333 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction391:model_base#Object#none_visibility */
5334 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction391:model#Object#abstract_kind */
5335 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction391:model#Object#concrete_kind */
5336 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction391:model#Object#interface_kind */
5337 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction391:model#Object#enum_kind */
5338 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction391:model#Object#extern_kind */
5339 (nitmethod_t)VIRTUAL_parser__ReduceAction391__action, /* pointer to parser:ReduceAction391:parser#ReduceAction391#action */
5340 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction391:parser#ReduceAction#concat */
5341 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction391:parser#ReduceAction#init */
5342 }
5343 };
5344 /* allocate ReduceAction391 */
5345 val* NEW_parser__ReduceAction391(const struct type* type) {
5346 val* self /* : ReduceAction391 */;
5347 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5348 self->type = type;
5349 self->class = &class_parser__ReduceAction391;
5350 return self;
5351 }
5352 /* allocate ReduceAction391 */
5353 void CHECK_NEW_parser__ReduceAction391(val* self) {
5354 long var /* : Int */;
5355 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction391> */
5356 }
5357 /* runtime class parser__ReduceAction392 */
5358 const struct class class_parser__ReduceAction392 = {
5359 0, /* box_kind */
5360 {
5361 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction392:kernel#Object#object_id */
5362 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction392:kernel#Object#is_same_type */
5363 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction392:kernel#Object#== */
5364 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction392:kernel#Object#!= */
5365 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction392:kernel#Object#output */
5366 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction392:kernel#Object#output_class_name */
5367 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction392:kernel#Object#exit */
5368 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction392:kernel#Object#sys */
5369 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction392:kernel#Object#hash */
5370 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction392:string#Object#to_s */
5371 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction392:string#Object#native_class_name */
5372 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction392:string#Object#class_name */
5373 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction392:string#Object#inspect */
5374 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction392:string#Object#inspect_head */
5375 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction392:string#Object#args */
5376 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction392:math#Object#atan2 */
5377 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction392:math#Object#pi */
5378 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction392:math#Object#srand_from */
5379 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction392:math#Object#srand */
5380 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction392:stream#Object#poll */
5381 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction392:stream#Object#intern_poll */
5382 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction392:time#Object#get_time */
5383 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction392:file#Object#printn */
5384 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction392:file#Object#print */
5385 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction392:file#Object#getc */
5386 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction392:file#Object#gets */
5387 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction392:file#Object#getcwd */
5388 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction392:file#Object#file_getcwd */
5389 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction392:file#Object#stdin */
5390 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction392:file#Object#stdout */
5391 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction392:file#Object#stderr */
5392 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction392:model_base#Object#intrude_visibility */
5393 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction392:model_base#Object#public_visibility */
5394 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction392:model_base#Object#protected_visibility */
5395 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction392:model_base#Object#private_visibility */
5396 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction392:model_base#Object#none_visibility */
5397 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction392:model#Object#abstract_kind */
5398 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction392:model#Object#concrete_kind */
5399 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction392:model#Object#interface_kind */
5400 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction392:model#Object#enum_kind */
5401 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction392:model#Object#extern_kind */
5402 (nitmethod_t)VIRTUAL_parser__ReduceAction392__action, /* pointer to parser:ReduceAction392:parser#ReduceAction392#action */
5403 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction392:parser#ReduceAction#concat */
5404 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction392:parser#ReduceAction#init */
5405 }
5406 };
5407 /* allocate ReduceAction392 */
5408 val* NEW_parser__ReduceAction392(const struct type* type) {
5409 val* self /* : ReduceAction392 */;
5410 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5411 self->type = type;
5412 self->class = &class_parser__ReduceAction392;
5413 return self;
5414 }
5415 /* allocate ReduceAction392 */
5416 void CHECK_NEW_parser__ReduceAction392(val* self) {
5417 long var /* : Int */;
5418 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction392> */
5419 }
5420 /* runtime class parser__ReduceAction393 */
5421 const struct class class_parser__ReduceAction393 = {
5422 0, /* box_kind */
5423 {
5424 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction393:kernel#Object#object_id */
5425 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction393:kernel#Object#is_same_type */
5426 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction393:kernel#Object#== */
5427 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction393:kernel#Object#!= */
5428 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction393:kernel#Object#output */
5429 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction393:kernel#Object#output_class_name */
5430 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction393:kernel#Object#exit */
5431 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction393:kernel#Object#sys */
5432 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction393:kernel#Object#hash */
5433 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction393:string#Object#to_s */
5434 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction393:string#Object#native_class_name */
5435 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction393:string#Object#class_name */
5436 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction393:string#Object#inspect */
5437 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction393:string#Object#inspect_head */
5438 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction393:string#Object#args */
5439 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction393:math#Object#atan2 */
5440 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction393:math#Object#pi */
5441 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction393:math#Object#srand_from */
5442 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction393:math#Object#srand */
5443 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction393:stream#Object#poll */
5444 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction393:stream#Object#intern_poll */
5445 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction393:time#Object#get_time */
5446 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction393:file#Object#printn */
5447 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction393:file#Object#print */
5448 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction393:file#Object#getc */
5449 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction393:file#Object#gets */
5450 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction393:file#Object#getcwd */
5451 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction393:file#Object#file_getcwd */
5452 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction393:file#Object#stdin */
5453 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction393:file#Object#stdout */
5454 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction393:file#Object#stderr */
5455 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction393:model_base#Object#intrude_visibility */
5456 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction393:model_base#Object#public_visibility */
5457 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction393:model_base#Object#protected_visibility */
5458 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction393:model_base#Object#private_visibility */
5459 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction393:model_base#Object#none_visibility */
5460 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction393:model#Object#abstract_kind */
5461 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction393:model#Object#concrete_kind */
5462 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction393:model#Object#interface_kind */
5463 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction393:model#Object#enum_kind */
5464 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction393:model#Object#extern_kind */
5465 (nitmethod_t)VIRTUAL_parser__ReduceAction393__action, /* pointer to parser:ReduceAction393:parser#ReduceAction393#action */
5466 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction393:parser#ReduceAction#concat */
5467 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction393:parser#ReduceAction#init */
5468 }
5469 };
5470 /* allocate ReduceAction393 */
5471 val* NEW_parser__ReduceAction393(const struct type* type) {
5472 val* self /* : ReduceAction393 */;
5473 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5474 self->type = type;
5475 self->class = &class_parser__ReduceAction393;
5476 return self;
5477 }
5478 /* allocate ReduceAction393 */
5479 void CHECK_NEW_parser__ReduceAction393(val* self) {
5480 long var /* : Int */;
5481 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction393> */
5482 }
5483 /* runtime class parser__ReduceAction394 */
5484 const struct class class_parser__ReduceAction394 = {
5485 0, /* box_kind */
5486 {
5487 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction394:kernel#Object#object_id */
5488 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction394:kernel#Object#is_same_type */
5489 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction394:kernel#Object#== */
5490 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction394:kernel#Object#!= */
5491 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction394:kernel#Object#output */
5492 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction394:kernel#Object#output_class_name */
5493 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction394:kernel#Object#exit */
5494 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction394:kernel#Object#sys */
5495 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction394:kernel#Object#hash */
5496 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction394:string#Object#to_s */
5497 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction394:string#Object#native_class_name */
5498 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction394:string#Object#class_name */
5499 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction394:string#Object#inspect */
5500 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction394:string#Object#inspect_head */
5501 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction394:string#Object#args */
5502 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction394:math#Object#atan2 */
5503 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction394:math#Object#pi */
5504 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction394:math#Object#srand_from */
5505 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction394:math#Object#srand */
5506 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction394:stream#Object#poll */
5507 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction394:stream#Object#intern_poll */
5508 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction394:time#Object#get_time */
5509 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction394:file#Object#printn */
5510 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction394:file#Object#print */
5511 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction394:file#Object#getc */
5512 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction394:file#Object#gets */
5513 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction394:file#Object#getcwd */
5514 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction394:file#Object#file_getcwd */
5515 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction394:file#Object#stdin */
5516 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction394:file#Object#stdout */
5517 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction394:file#Object#stderr */
5518 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction394:model_base#Object#intrude_visibility */
5519 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction394:model_base#Object#public_visibility */
5520 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction394:model_base#Object#protected_visibility */
5521 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction394:model_base#Object#private_visibility */
5522 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction394:model_base#Object#none_visibility */
5523 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction394:model#Object#abstract_kind */
5524 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction394:model#Object#concrete_kind */
5525 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction394:model#Object#interface_kind */
5526 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction394:model#Object#enum_kind */
5527 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction394:model#Object#extern_kind */
5528 (nitmethod_t)VIRTUAL_parser__ReduceAction394__action, /* pointer to parser:ReduceAction394:parser#ReduceAction394#action */
5529 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction394:parser#ReduceAction#concat */
5530 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction394:parser#ReduceAction#init */
5531 }
5532 };
5533 /* allocate ReduceAction394 */
5534 val* NEW_parser__ReduceAction394(const struct type* type) {
5535 val* self /* : ReduceAction394 */;
5536 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5537 self->type = type;
5538 self->class = &class_parser__ReduceAction394;
5539 return self;
5540 }
5541 /* allocate ReduceAction394 */
5542 void CHECK_NEW_parser__ReduceAction394(val* self) {
5543 long var /* : Int */;
5544 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction394> */
5545 }
5546 /* runtime class parser__ReduceAction395 */
5547 const struct class class_parser__ReduceAction395 = {
5548 0, /* box_kind */
5549 {
5550 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction395:kernel#Object#object_id */
5551 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction395:kernel#Object#is_same_type */
5552 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction395:kernel#Object#== */
5553 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction395:kernel#Object#!= */
5554 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction395:kernel#Object#output */
5555 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction395:kernel#Object#output_class_name */
5556 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction395:kernel#Object#exit */
5557 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction395:kernel#Object#sys */
5558 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction395:kernel#Object#hash */
5559 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction395:string#Object#to_s */
5560 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction395:string#Object#native_class_name */
5561 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction395:string#Object#class_name */
5562 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction395:string#Object#inspect */
5563 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction395:string#Object#inspect_head */
5564 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction395:string#Object#args */
5565 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction395:math#Object#atan2 */
5566 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction395:math#Object#pi */
5567 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction395:math#Object#srand_from */
5568 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction395:math#Object#srand */
5569 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction395:stream#Object#poll */
5570 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction395:stream#Object#intern_poll */
5571 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction395:time#Object#get_time */
5572 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction395:file#Object#printn */
5573 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction395:file#Object#print */
5574 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction395:file#Object#getc */
5575 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction395:file#Object#gets */
5576 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction395:file#Object#getcwd */
5577 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction395:file#Object#file_getcwd */
5578 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction395:file#Object#stdin */
5579 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction395:file#Object#stdout */
5580 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction395:file#Object#stderr */
5581 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction395:model_base#Object#intrude_visibility */
5582 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction395:model_base#Object#public_visibility */
5583 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction395:model_base#Object#protected_visibility */
5584 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction395:model_base#Object#private_visibility */
5585 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction395:model_base#Object#none_visibility */
5586 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction395:model#Object#abstract_kind */
5587 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction395:model#Object#concrete_kind */
5588 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction395:model#Object#interface_kind */
5589 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction395:model#Object#enum_kind */
5590 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction395:model#Object#extern_kind */
5591 (nitmethod_t)VIRTUAL_parser__ReduceAction395__action, /* pointer to parser:ReduceAction395:parser#ReduceAction395#action */
5592 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction395:parser#ReduceAction#concat */
5593 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction395:parser#ReduceAction#init */
5594 }
5595 };
5596 /* allocate ReduceAction395 */
5597 val* NEW_parser__ReduceAction395(const struct type* type) {
5598 val* self /* : ReduceAction395 */;
5599 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5600 self->type = type;
5601 self->class = &class_parser__ReduceAction395;
5602 return self;
5603 }
5604 /* allocate ReduceAction395 */
5605 void CHECK_NEW_parser__ReduceAction395(val* self) {
5606 long var /* : Int */;
5607 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction395> */
5608 }
5609 /* runtime class parser__ReduceAction396 */
5610 const struct class class_parser__ReduceAction396 = {
5611 0, /* box_kind */
5612 {
5613 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction396:kernel#Object#object_id */
5614 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction396:kernel#Object#is_same_type */
5615 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction396:kernel#Object#== */
5616 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction396:kernel#Object#!= */
5617 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction396:kernel#Object#output */
5618 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction396:kernel#Object#output_class_name */
5619 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction396:kernel#Object#exit */
5620 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction396:kernel#Object#sys */
5621 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction396:kernel#Object#hash */
5622 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction396:string#Object#to_s */
5623 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction396:string#Object#native_class_name */
5624 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction396:string#Object#class_name */
5625 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction396:string#Object#inspect */
5626 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction396:string#Object#inspect_head */
5627 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction396:string#Object#args */
5628 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction396:math#Object#atan2 */
5629 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction396:math#Object#pi */
5630 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction396:math#Object#srand_from */
5631 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction396:math#Object#srand */
5632 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction396:stream#Object#poll */
5633 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction396:stream#Object#intern_poll */
5634 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction396:time#Object#get_time */
5635 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction396:file#Object#printn */
5636 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction396:file#Object#print */
5637 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction396:file#Object#getc */
5638 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction396:file#Object#gets */
5639 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction396:file#Object#getcwd */
5640 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction396:file#Object#file_getcwd */
5641 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction396:file#Object#stdin */
5642 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction396:file#Object#stdout */
5643 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction396:file#Object#stderr */
5644 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction396:model_base#Object#intrude_visibility */
5645 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction396:model_base#Object#public_visibility */
5646 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction396:model_base#Object#protected_visibility */
5647 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction396:model_base#Object#private_visibility */
5648 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction396:model_base#Object#none_visibility */
5649 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction396:model#Object#abstract_kind */
5650 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction396:model#Object#concrete_kind */
5651 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction396:model#Object#interface_kind */
5652 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction396:model#Object#enum_kind */
5653 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction396:model#Object#extern_kind */
5654 (nitmethod_t)VIRTUAL_parser__ReduceAction396__action, /* pointer to parser:ReduceAction396:parser#ReduceAction396#action */
5655 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction396:parser#ReduceAction#concat */
5656 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction396:parser#ReduceAction#init */
5657 }
5658 };
5659 /* allocate ReduceAction396 */
5660 val* NEW_parser__ReduceAction396(const struct type* type) {
5661 val* self /* : ReduceAction396 */;
5662 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5663 self->type = type;
5664 self->class = &class_parser__ReduceAction396;
5665 return self;
5666 }
5667 /* allocate ReduceAction396 */
5668 void CHECK_NEW_parser__ReduceAction396(val* self) {
5669 long var /* : Int */;
5670 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction396> */
5671 }
5672 /* runtime class parser__ReduceAction397 */
5673 const struct class class_parser__ReduceAction397 = {
5674 0, /* box_kind */
5675 {
5676 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction397:kernel#Object#object_id */
5677 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction397:kernel#Object#is_same_type */
5678 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction397:kernel#Object#== */
5679 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction397:kernel#Object#!= */
5680 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction397:kernel#Object#output */
5681 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction397:kernel#Object#output_class_name */
5682 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction397:kernel#Object#exit */
5683 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction397:kernel#Object#sys */
5684 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction397:kernel#Object#hash */
5685 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction397:string#Object#to_s */
5686 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction397:string#Object#native_class_name */
5687 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction397:string#Object#class_name */
5688 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction397:string#Object#inspect */
5689 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction397:string#Object#inspect_head */
5690 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction397:string#Object#args */
5691 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction397:math#Object#atan2 */
5692 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction397:math#Object#pi */
5693 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction397:math#Object#srand_from */
5694 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction397:math#Object#srand */
5695 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction397:stream#Object#poll */
5696 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction397:stream#Object#intern_poll */
5697 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction397:time#Object#get_time */
5698 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction397:file#Object#printn */
5699 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction397:file#Object#print */
5700 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction397:file#Object#getc */
5701 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction397:file#Object#gets */
5702 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction397:file#Object#getcwd */
5703 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction397:file#Object#file_getcwd */
5704 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction397:file#Object#stdin */
5705 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction397:file#Object#stdout */
5706 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction397:file#Object#stderr */
5707 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction397:model_base#Object#intrude_visibility */
5708 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction397:model_base#Object#public_visibility */
5709 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction397:model_base#Object#protected_visibility */
5710 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction397:model_base#Object#private_visibility */
5711 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction397:model_base#Object#none_visibility */
5712 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction397:model#Object#abstract_kind */
5713 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction397:model#Object#concrete_kind */
5714 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction397:model#Object#interface_kind */
5715 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction397:model#Object#enum_kind */
5716 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction397:model#Object#extern_kind */
5717 (nitmethod_t)VIRTUAL_parser__ReduceAction397__action, /* pointer to parser:ReduceAction397:parser#ReduceAction397#action */
5718 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction397:parser#ReduceAction#concat */
5719 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction397:parser#ReduceAction#init */
5720 }
5721 };
5722 /* allocate ReduceAction397 */
5723 val* NEW_parser__ReduceAction397(const struct type* type) {
5724 val* self /* : ReduceAction397 */;
5725 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5726 self->type = type;
5727 self->class = &class_parser__ReduceAction397;
5728 return self;
5729 }
5730 /* allocate ReduceAction397 */
5731 void CHECK_NEW_parser__ReduceAction397(val* self) {
5732 long var /* : Int */;
5733 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction397> */
5734 }
5735 /* runtime class parser__ReduceAction398 */
5736 const struct class class_parser__ReduceAction398 = {
5737 0, /* box_kind */
5738 {
5739 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction398:kernel#Object#object_id */
5740 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction398:kernel#Object#is_same_type */
5741 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction398:kernel#Object#== */
5742 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction398:kernel#Object#!= */
5743 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction398:kernel#Object#output */
5744 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction398:kernel#Object#output_class_name */
5745 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction398:kernel#Object#exit */
5746 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction398:kernel#Object#sys */
5747 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction398:kernel#Object#hash */
5748 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction398:string#Object#to_s */
5749 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction398:string#Object#native_class_name */
5750 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction398:string#Object#class_name */
5751 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction398:string#Object#inspect */
5752 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction398:string#Object#inspect_head */
5753 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction398:string#Object#args */
5754 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction398:math#Object#atan2 */
5755 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction398:math#Object#pi */
5756 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction398:math#Object#srand_from */
5757 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction398:math#Object#srand */
5758 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction398:stream#Object#poll */
5759 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction398:stream#Object#intern_poll */
5760 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction398:time#Object#get_time */
5761 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction398:file#Object#printn */
5762 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction398:file#Object#print */
5763 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction398:file#Object#getc */
5764 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction398:file#Object#gets */
5765 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction398:file#Object#getcwd */
5766 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction398:file#Object#file_getcwd */
5767 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction398:file#Object#stdin */
5768 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction398:file#Object#stdout */
5769 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction398:file#Object#stderr */
5770 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction398:model_base#Object#intrude_visibility */
5771 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction398:model_base#Object#public_visibility */
5772 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction398:model_base#Object#protected_visibility */
5773 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction398:model_base#Object#private_visibility */
5774 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction398:model_base#Object#none_visibility */
5775 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction398:model#Object#abstract_kind */
5776 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction398:model#Object#concrete_kind */
5777 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction398:model#Object#interface_kind */
5778 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction398:model#Object#enum_kind */
5779 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction398:model#Object#extern_kind */
5780 (nitmethod_t)VIRTUAL_parser__ReduceAction398__action, /* pointer to parser:ReduceAction398:parser#ReduceAction398#action */
5781 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction398:parser#ReduceAction#concat */
5782 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction398:parser#ReduceAction#init */
5783 }
5784 };
5785 /* allocate ReduceAction398 */
5786 val* NEW_parser__ReduceAction398(const struct type* type) {
5787 val* self /* : ReduceAction398 */;
5788 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5789 self->type = type;
5790 self->class = &class_parser__ReduceAction398;
5791 return self;
5792 }
5793 /* allocate ReduceAction398 */
5794 void CHECK_NEW_parser__ReduceAction398(val* self) {
5795 long var /* : Int */;
5796 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction398> */
5797 }
5798 /* runtime class parser__ReduceAction399 */
5799 const struct class class_parser__ReduceAction399 = {
5800 0, /* box_kind */
5801 {
5802 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction399:kernel#Object#object_id */
5803 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction399:kernel#Object#is_same_type */
5804 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction399:kernel#Object#== */
5805 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction399:kernel#Object#!= */
5806 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction399:kernel#Object#output */
5807 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction399:kernel#Object#output_class_name */
5808 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction399:kernel#Object#exit */
5809 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction399:kernel#Object#sys */
5810 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction399:kernel#Object#hash */
5811 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction399:string#Object#to_s */
5812 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction399:string#Object#native_class_name */
5813 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction399:string#Object#class_name */
5814 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction399:string#Object#inspect */
5815 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction399:string#Object#inspect_head */
5816 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction399:string#Object#args */
5817 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction399:math#Object#atan2 */
5818 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction399:math#Object#pi */
5819 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction399:math#Object#srand_from */
5820 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction399:math#Object#srand */
5821 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction399:stream#Object#poll */
5822 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction399:stream#Object#intern_poll */
5823 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction399:time#Object#get_time */
5824 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction399:file#Object#printn */
5825 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction399:file#Object#print */
5826 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction399:file#Object#getc */
5827 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction399:file#Object#gets */
5828 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction399:file#Object#getcwd */
5829 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction399:file#Object#file_getcwd */
5830 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction399:file#Object#stdin */
5831 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction399:file#Object#stdout */
5832 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction399:file#Object#stderr */
5833 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction399:model_base#Object#intrude_visibility */
5834 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction399:model_base#Object#public_visibility */
5835 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction399:model_base#Object#protected_visibility */
5836 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction399:model_base#Object#private_visibility */
5837 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction399:model_base#Object#none_visibility */
5838 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction399:model#Object#abstract_kind */
5839 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction399:model#Object#concrete_kind */
5840 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction399:model#Object#interface_kind */
5841 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction399:model#Object#enum_kind */
5842 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction399:model#Object#extern_kind */
5843 (nitmethod_t)VIRTUAL_parser__ReduceAction399__action, /* pointer to parser:ReduceAction399:parser#ReduceAction399#action */
5844 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction399:parser#ReduceAction#concat */
5845 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction399:parser#ReduceAction#init */
5846 }
5847 };
5848 /* allocate ReduceAction399 */
5849 val* NEW_parser__ReduceAction399(const struct type* type) {
5850 val* self /* : ReduceAction399 */;
5851 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5852 self->type = type;
5853 self->class = &class_parser__ReduceAction399;
5854 return self;
5855 }
5856 /* allocate ReduceAction399 */
5857 void CHECK_NEW_parser__ReduceAction399(val* self) {
5858 long var /* : Int */;
5859 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction399> */
5860 }
5861 /* runtime class parser__ReduceAction400 */
5862 const struct class class_parser__ReduceAction400 = {
5863 0, /* box_kind */
5864 {
5865 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction400:kernel#Object#object_id */
5866 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction400:kernel#Object#is_same_type */
5867 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction400:kernel#Object#== */
5868 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction400:kernel#Object#!= */
5869 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction400:kernel#Object#output */
5870 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction400:kernel#Object#output_class_name */
5871 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction400:kernel#Object#exit */
5872 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction400:kernel#Object#sys */
5873 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction400:kernel#Object#hash */
5874 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction400:string#Object#to_s */
5875 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction400:string#Object#native_class_name */
5876 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction400:string#Object#class_name */
5877 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction400:string#Object#inspect */
5878 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction400:string#Object#inspect_head */
5879 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction400:string#Object#args */
5880 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction400:math#Object#atan2 */
5881 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction400:math#Object#pi */
5882 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction400:math#Object#srand_from */
5883 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction400:math#Object#srand */
5884 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction400:stream#Object#poll */
5885 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction400:stream#Object#intern_poll */
5886 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction400:time#Object#get_time */
5887 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction400:file#Object#printn */
5888 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction400:file#Object#print */
5889 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction400:file#Object#getc */
5890 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction400:file#Object#gets */
5891 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction400:file#Object#getcwd */
5892 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction400:file#Object#file_getcwd */
5893 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction400:file#Object#stdin */
5894 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction400:file#Object#stdout */
5895 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction400:file#Object#stderr */
5896 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction400:model_base#Object#intrude_visibility */
5897 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction400:model_base#Object#public_visibility */
5898 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction400:model_base#Object#protected_visibility */
5899 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction400:model_base#Object#private_visibility */
5900 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction400:model_base#Object#none_visibility */
5901 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction400:model#Object#abstract_kind */
5902 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction400:model#Object#concrete_kind */
5903 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction400:model#Object#interface_kind */
5904 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction400:model#Object#enum_kind */
5905 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction400:model#Object#extern_kind */
5906 (nitmethod_t)VIRTUAL_parser__ReduceAction400__action, /* pointer to parser:ReduceAction400:parser#ReduceAction400#action */
5907 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction400:parser#ReduceAction#concat */
5908 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction400:parser#ReduceAction#init */
5909 }
5910 };
5911 /* allocate ReduceAction400 */
5912 val* NEW_parser__ReduceAction400(const struct type* type) {
5913 val* self /* : ReduceAction400 */;
5914 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5915 self->type = type;
5916 self->class = &class_parser__ReduceAction400;
5917 return self;
5918 }
5919 /* allocate ReduceAction400 */
5920 void CHECK_NEW_parser__ReduceAction400(val* self) {
5921 long var /* : Int */;
5922 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction400> */
5923 }
5924 /* runtime class parser__ReduceAction401 */
5925 const struct class class_parser__ReduceAction401 = {
5926 0, /* box_kind */
5927 {
5928 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction401:kernel#Object#object_id */
5929 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction401:kernel#Object#is_same_type */
5930 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction401:kernel#Object#== */
5931 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction401:kernel#Object#!= */
5932 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction401:kernel#Object#output */
5933 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction401:kernel#Object#output_class_name */
5934 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction401:kernel#Object#exit */
5935 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction401:kernel#Object#sys */
5936 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction401:kernel#Object#hash */
5937 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction401:string#Object#to_s */
5938 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction401:string#Object#native_class_name */
5939 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction401:string#Object#class_name */
5940 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction401:string#Object#inspect */
5941 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction401:string#Object#inspect_head */
5942 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction401:string#Object#args */
5943 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction401:math#Object#atan2 */
5944 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction401:math#Object#pi */
5945 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction401:math#Object#srand_from */
5946 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction401:math#Object#srand */
5947 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction401:stream#Object#poll */
5948 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction401:stream#Object#intern_poll */
5949 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction401:time#Object#get_time */
5950 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction401:file#Object#printn */
5951 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction401:file#Object#print */
5952 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction401:file#Object#getc */
5953 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction401:file#Object#gets */
5954 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction401:file#Object#getcwd */
5955 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction401:file#Object#file_getcwd */
5956 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction401:file#Object#stdin */
5957 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction401:file#Object#stdout */
5958 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction401:file#Object#stderr */
5959 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction401:model_base#Object#intrude_visibility */
5960 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction401:model_base#Object#public_visibility */
5961 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction401:model_base#Object#protected_visibility */
5962 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction401:model_base#Object#private_visibility */
5963 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction401:model_base#Object#none_visibility */
5964 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction401:model#Object#abstract_kind */
5965 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction401:model#Object#concrete_kind */
5966 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction401:model#Object#interface_kind */
5967 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction401:model#Object#enum_kind */
5968 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction401:model#Object#extern_kind */
5969 (nitmethod_t)VIRTUAL_parser__ReduceAction401__action, /* pointer to parser:ReduceAction401:parser#ReduceAction401#action */
5970 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction401:parser#ReduceAction#concat */
5971 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction401:parser#ReduceAction#init */
5972 }
5973 };
5974 /* allocate ReduceAction401 */
5975 val* NEW_parser__ReduceAction401(const struct type* type) {
5976 val* self /* : ReduceAction401 */;
5977 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5978 self->type = type;
5979 self->class = &class_parser__ReduceAction401;
5980 return self;
5981 }
5982 /* allocate ReduceAction401 */
5983 void CHECK_NEW_parser__ReduceAction401(val* self) {
5984 long var /* : Int */;
5985 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction401> */
5986 }
5987 /* runtime class parser__ReduceAction402 */
5988 const struct class class_parser__ReduceAction402 = {
5989 0, /* box_kind */
5990 {
5991 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction402:kernel#Object#object_id */
5992 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction402:kernel#Object#is_same_type */
5993 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction402:kernel#Object#== */
5994 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction402:kernel#Object#!= */
5995 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction402:kernel#Object#output */
5996 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction402:kernel#Object#output_class_name */
5997 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction402:kernel#Object#exit */
5998 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction402:kernel#Object#sys */
5999 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction402:kernel#Object#hash */
6000 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction402:string#Object#to_s */
6001 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction402:string#Object#native_class_name */
6002 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction402:string#Object#class_name */
6003 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction402:string#Object#inspect */
6004 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction402:string#Object#inspect_head */
6005 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction402:string#Object#args */
6006 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction402:math#Object#atan2 */
6007 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction402:math#Object#pi */
6008 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction402:math#Object#srand_from */
6009 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction402:math#Object#srand */
6010 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction402:stream#Object#poll */
6011 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction402:stream#Object#intern_poll */
6012 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction402:time#Object#get_time */
6013 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction402:file#Object#printn */
6014 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction402:file#Object#print */
6015 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction402:file#Object#getc */
6016 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction402:file#Object#gets */
6017 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction402:file#Object#getcwd */
6018 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction402:file#Object#file_getcwd */
6019 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction402:file#Object#stdin */
6020 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction402:file#Object#stdout */
6021 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction402:file#Object#stderr */
6022 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction402:model_base#Object#intrude_visibility */
6023 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction402:model_base#Object#public_visibility */
6024 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction402:model_base#Object#protected_visibility */
6025 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction402:model_base#Object#private_visibility */
6026 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction402:model_base#Object#none_visibility */
6027 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction402:model#Object#abstract_kind */
6028 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction402:model#Object#concrete_kind */
6029 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction402:model#Object#interface_kind */
6030 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction402:model#Object#enum_kind */
6031 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction402:model#Object#extern_kind */
6032 (nitmethod_t)VIRTUAL_parser__ReduceAction402__action, /* pointer to parser:ReduceAction402:parser#ReduceAction402#action */
6033 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction402:parser#ReduceAction#concat */
6034 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction402:parser#ReduceAction#init */
6035 }
6036 };
6037 /* allocate ReduceAction402 */
6038 val* NEW_parser__ReduceAction402(const struct type* type) {
6039 val* self /* : ReduceAction402 */;
6040 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6041 self->type = type;
6042 self->class = &class_parser__ReduceAction402;
6043 return self;
6044 }
6045 /* allocate ReduceAction402 */
6046 void CHECK_NEW_parser__ReduceAction402(val* self) {
6047 long var /* : Int */;
6048 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction402> */
6049 }
6050 /* runtime class parser__ReduceAction403 */
6051 const struct class class_parser__ReduceAction403 = {
6052 0, /* box_kind */
6053 {
6054 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction403:kernel#Object#object_id */
6055 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction403:kernel#Object#is_same_type */
6056 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction403:kernel#Object#== */
6057 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction403:kernel#Object#!= */
6058 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction403:kernel#Object#output */
6059 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction403:kernel#Object#output_class_name */
6060 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction403:kernel#Object#exit */
6061 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction403:kernel#Object#sys */
6062 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction403:kernel#Object#hash */
6063 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction403:string#Object#to_s */
6064 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction403:string#Object#native_class_name */
6065 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction403:string#Object#class_name */
6066 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction403:string#Object#inspect */
6067 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction403:string#Object#inspect_head */
6068 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction403:string#Object#args */
6069 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction403:math#Object#atan2 */
6070 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction403:math#Object#pi */
6071 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction403:math#Object#srand_from */
6072 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction403:math#Object#srand */
6073 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction403:stream#Object#poll */
6074 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction403:stream#Object#intern_poll */
6075 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction403:time#Object#get_time */
6076 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction403:file#Object#printn */
6077 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction403:file#Object#print */
6078 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction403:file#Object#getc */
6079 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction403:file#Object#gets */
6080 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction403:file#Object#getcwd */
6081 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction403:file#Object#file_getcwd */
6082 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction403:file#Object#stdin */
6083 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction403:file#Object#stdout */
6084 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction403:file#Object#stderr */
6085 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction403:model_base#Object#intrude_visibility */
6086 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction403:model_base#Object#public_visibility */
6087 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction403:model_base#Object#protected_visibility */
6088 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction403:model_base#Object#private_visibility */
6089 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction403:model_base#Object#none_visibility */
6090 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction403:model#Object#abstract_kind */
6091 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction403:model#Object#concrete_kind */
6092 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction403:model#Object#interface_kind */
6093 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction403:model#Object#enum_kind */
6094 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction403:model#Object#extern_kind */
6095 (nitmethod_t)VIRTUAL_parser__ReduceAction403__action, /* pointer to parser:ReduceAction403:parser#ReduceAction403#action */
6096 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction403:parser#ReduceAction#concat */
6097 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction403:parser#ReduceAction#init */
6098 }
6099 };
6100 /* allocate ReduceAction403 */
6101 val* NEW_parser__ReduceAction403(const struct type* type) {
6102 val* self /* : ReduceAction403 */;
6103 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6104 self->type = type;
6105 self->class = &class_parser__ReduceAction403;
6106 return self;
6107 }
6108 /* allocate ReduceAction403 */
6109 void CHECK_NEW_parser__ReduceAction403(val* self) {
6110 long var /* : Int */;
6111 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction403> */
6112 }
6113 /* runtime class parser__ReduceAction404 */
6114 const struct class class_parser__ReduceAction404 = {
6115 0, /* box_kind */
6116 {
6117 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction404:kernel#Object#object_id */
6118 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction404:kernel#Object#is_same_type */
6119 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction404:kernel#Object#== */
6120 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction404:kernel#Object#!= */
6121 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction404:kernel#Object#output */
6122 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction404:kernel#Object#output_class_name */
6123 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction404:kernel#Object#exit */
6124 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction404:kernel#Object#sys */
6125 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction404:kernel#Object#hash */
6126 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction404:string#Object#to_s */
6127 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction404:string#Object#native_class_name */
6128 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction404:string#Object#class_name */
6129 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction404:string#Object#inspect */
6130 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction404:string#Object#inspect_head */
6131 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction404:string#Object#args */
6132 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction404:math#Object#atan2 */
6133 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction404:math#Object#pi */
6134 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction404:math#Object#srand_from */
6135 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction404:math#Object#srand */
6136 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction404:stream#Object#poll */
6137 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction404:stream#Object#intern_poll */
6138 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction404:time#Object#get_time */
6139 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction404:file#Object#printn */
6140 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction404:file#Object#print */
6141 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction404:file#Object#getc */
6142 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction404:file#Object#gets */
6143 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction404:file#Object#getcwd */
6144 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction404:file#Object#file_getcwd */
6145 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction404:file#Object#stdin */
6146 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction404:file#Object#stdout */
6147 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction404:file#Object#stderr */
6148 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction404:model_base#Object#intrude_visibility */
6149 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction404:model_base#Object#public_visibility */
6150 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction404:model_base#Object#protected_visibility */
6151 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction404:model_base#Object#private_visibility */
6152 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction404:model_base#Object#none_visibility */
6153 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction404:model#Object#abstract_kind */
6154 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction404:model#Object#concrete_kind */
6155 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction404:model#Object#interface_kind */
6156 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction404:model#Object#enum_kind */
6157 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction404:model#Object#extern_kind */
6158 (nitmethod_t)VIRTUAL_parser__ReduceAction404__action, /* pointer to parser:ReduceAction404:parser#ReduceAction404#action */
6159 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction404:parser#ReduceAction#concat */
6160 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction404:parser#ReduceAction#init */
6161 }
6162 };
6163 /* allocate ReduceAction404 */
6164 val* NEW_parser__ReduceAction404(const struct type* type) {
6165 val* self /* : ReduceAction404 */;
6166 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6167 self->type = type;
6168 self->class = &class_parser__ReduceAction404;
6169 return self;
6170 }
6171 /* allocate ReduceAction404 */
6172 void CHECK_NEW_parser__ReduceAction404(val* self) {
6173 long var /* : Int */;
6174 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction404> */
6175 }
6176 /* runtime class parser__ReduceAction405 */
6177 const struct class class_parser__ReduceAction405 = {
6178 0, /* box_kind */
6179 {
6180 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction405:kernel#Object#object_id */
6181 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction405:kernel#Object#is_same_type */
6182 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction405:kernel#Object#== */
6183 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction405:kernel#Object#!= */
6184 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction405:kernel#Object#output */
6185 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction405:kernel#Object#output_class_name */
6186 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction405:kernel#Object#exit */
6187 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction405:kernel#Object#sys */
6188 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction405:kernel#Object#hash */
6189 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction405:string#Object#to_s */
6190 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction405:string#Object#native_class_name */
6191 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction405:string#Object#class_name */
6192 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction405:string#Object#inspect */
6193 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction405:string#Object#inspect_head */
6194 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction405:string#Object#args */
6195 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction405:math#Object#atan2 */
6196 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction405:math#Object#pi */
6197 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction405:math#Object#srand_from */
6198 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction405:math#Object#srand */
6199 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction405:stream#Object#poll */
6200 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction405:stream#Object#intern_poll */
6201 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction405:time#Object#get_time */
6202 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction405:file#Object#printn */
6203 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction405:file#Object#print */
6204 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction405:file#Object#getc */
6205 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction405:file#Object#gets */
6206 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction405:file#Object#getcwd */
6207 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction405:file#Object#file_getcwd */
6208 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction405:file#Object#stdin */
6209 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction405:file#Object#stdout */
6210 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction405:file#Object#stderr */
6211 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction405:model_base#Object#intrude_visibility */
6212 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction405:model_base#Object#public_visibility */
6213 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction405:model_base#Object#protected_visibility */
6214 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction405:model_base#Object#private_visibility */
6215 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction405:model_base#Object#none_visibility */
6216 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction405:model#Object#abstract_kind */
6217 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction405:model#Object#concrete_kind */
6218 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction405:model#Object#interface_kind */
6219 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction405:model#Object#enum_kind */
6220 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction405:model#Object#extern_kind */
6221 (nitmethod_t)VIRTUAL_parser__ReduceAction405__action, /* pointer to parser:ReduceAction405:parser#ReduceAction405#action */
6222 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction405:parser#ReduceAction#concat */
6223 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction405:parser#ReduceAction#init */
6224 }
6225 };
6226 /* allocate ReduceAction405 */
6227 val* NEW_parser__ReduceAction405(const struct type* type) {
6228 val* self /* : ReduceAction405 */;
6229 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6230 self->type = type;
6231 self->class = &class_parser__ReduceAction405;
6232 return self;
6233 }
6234 /* allocate ReduceAction405 */
6235 void CHECK_NEW_parser__ReduceAction405(val* self) {
6236 long var /* : Int */;
6237 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction405> */
6238 }
6239 /* runtime class parser__ReduceAction406 */
6240 const struct class class_parser__ReduceAction406 = {
6241 0, /* box_kind */
6242 {
6243 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction406:kernel#Object#object_id */
6244 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction406:kernel#Object#is_same_type */
6245 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction406:kernel#Object#== */
6246 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction406:kernel#Object#!= */
6247 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction406:kernel#Object#output */
6248 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction406:kernel#Object#output_class_name */
6249 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction406:kernel#Object#exit */
6250 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction406:kernel#Object#sys */
6251 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction406:kernel#Object#hash */
6252 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction406:string#Object#to_s */
6253 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction406:string#Object#native_class_name */
6254 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction406:string#Object#class_name */
6255 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction406:string#Object#inspect */
6256 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction406:string#Object#inspect_head */
6257 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction406:string#Object#args */
6258 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction406:math#Object#atan2 */
6259 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction406:math#Object#pi */
6260 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction406:math#Object#srand_from */
6261 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction406:math#Object#srand */
6262 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction406:stream#Object#poll */
6263 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction406:stream#Object#intern_poll */
6264 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction406:time#Object#get_time */
6265 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction406:file#Object#printn */
6266 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction406:file#Object#print */
6267 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction406:file#Object#getc */
6268 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction406:file#Object#gets */
6269 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction406:file#Object#getcwd */
6270 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction406:file#Object#file_getcwd */
6271 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction406:file#Object#stdin */
6272 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction406:file#Object#stdout */
6273 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction406:file#Object#stderr */
6274 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction406:model_base#Object#intrude_visibility */
6275 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction406:model_base#Object#public_visibility */
6276 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction406:model_base#Object#protected_visibility */
6277 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction406:model_base#Object#private_visibility */
6278 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction406:model_base#Object#none_visibility */
6279 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction406:model#Object#abstract_kind */
6280 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction406:model#Object#concrete_kind */
6281 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction406:model#Object#interface_kind */
6282 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction406:model#Object#enum_kind */
6283 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction406:model#Object#extern_kind */
6284 (nitmethod_t)VIRTUAL_parser__ReduceAction406__action, /* pointer to parser:ReduceAction406:parser#ReduceAction406#action */
6285 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction406:parser#ReduceAction#concat */
6286 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction406:parser#ReduceAction#init */
6287 }
6288 };
6289 /* allocate ReduceAction406 */
6290 val* NEW_parser__ReduceAction406(const struct type* type) {
6291 val* self /* : ReduceAction406 */;
6292 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6293 self->type = type;
6294 self->class = &class_parser__ReduceAction406;
6295 return self;
6296 }
6297 /* allocate ReduceAction406 */
6298 void CHECK_NEW_parser__ReduceAction406(val* self) {
6299 long var /* : Int */;
6300 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction406> */
6301 }
6302 /* runtime class parser__ReduceAction407 */
6303 const struct class class_parser__ReduceAction407 = {
6304 0, /* box_kind */
6305 {
6306 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction407:kernel#Object#object_id */
6307 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction407:kernel#Object#is_same_type */
6308 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction407:kernel#Object#== */
6309 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction407:kernel#Object#!= */
6310 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction407:kernel#Object#output */
6311 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction407:kernel#Object#output_class_name */
6312 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction407:kernel#Object#exit */
6313 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction407:kernel#Object#sys */
6314 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction407:kernel#Object#hash */
6315 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction407:string#Object#to_s */
6316 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction407:string#Object#native_class_name */
6317 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction407:string#Object#class_name */
6318 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction407:string#Object#inspect */
6319 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction407:string#Object#inspect_head */
6320 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction407:string#Object#args */
6321 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction407:math#Object#atan2 */
6322 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction407:math#Object#pi */
6323 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction407:math#Object#srand_from */
6324 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction407:math#Object#srand */
6325 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction407:stream#Object#poll */
6326 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction407:stream#Object#intern_poll */
6327 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction407:time#Object#get_time */
6328 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction407:file#Object#printn */
6329 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction407:file#Object#print */
6330 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction407:file#Object#getc */
6331 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction407:file#Object#gets */
6332 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction407:file#Object#getcwd */
6333 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction407:file#Object#file_getcwd */
6334 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction407:file#Object#stdin */
6335 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction407:file#Object#stdout */
6336 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction407:file#Object#stderr */
6337 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction407:model_base#Object#intrude_visibility */
6338 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction407:model_base#Object#public_visibility */
6339 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction407:model_base#Object#protected_visibility */
6340 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction407:model_base#Object#private_visibility */
6341 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction407:model_base#Object#none_visibility */
6342 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction407:model#Object#abstract_kind */
6343 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction407:model#Object#concrete_kind */
6344 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction407:model#Object#interface_kind */
6345 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction407:model#Object#enum_kind */
6346 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction407:model#Object#extern_kind */
6347 (nitmethod_t)VIRTUAL_parser__ReduceAction407__action, /* pointer to parser:ReduceAction407:parser#ReduceAction407#action */
6348 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction407:parser#ReduceAction#concat */
6349 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction407:parser#ReduceAction#init */
6350 }
6351 };
6352 /* allocate ReduceAction407 */
6353 val* NEW_parser__ReduceAction407(const struct type* type) {
6354 val* self /* : ReduceAction407 */;
6355 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6356 self->type = type;
6357 self->class = &class_parser__ReduceAction407;
6358 return self;
6359 }
6360 /* allocate ReduceAction407 */
6361 void CHECK_NEW_parser__ReduceAction407(val* self) {
6362 long var /* : Int */;
6363 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction407> */
6364 }
6365 /* runtime class parser__ReduceAction408 */
6366 const struct class class_parser__ReduceAction408 = {
6367 0, /* box_kind */
6368 {
6369 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction408:kernel#Object#object_id */
6370 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction408:kernel#Object#is_same_type */
6371 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction408:kernel#Object#== */
6372 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction408:kernel#Object#!= */
6373 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction408:kernel#Object#output */
6374 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction408:kernel#Object#output_class_name */
6375 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction408:kernel#Object#exit */
6376 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction408:kernel#Object#sys */
6377 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction408:kernel#Object#hash */
6378 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction408:string#Object#to_s */
6379 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction408:string#Object#native_class_name */
6380 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction408:string#Object#class_name */
6381 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction408:string#Object#inspect */
6382 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction408:string#Object#inspect_head */
6383 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction408:string#Object#args */
6384 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction408:math#Object#atan2 */
6385 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction408:math#Object#pi */
6386 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction408:math#Object#srand_from */
6387 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction408:math#Object#srand */
6388 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction408:stream#Object#poll */
6389 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction408:stream#Object#intern_poll */
6390 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction408:time#Object#get_time */
6391 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction408:file#Object#printn */
6392 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction408:file#Object#print */
6393 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction408:file#Object#getc */
6394 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction408:file#Object#gets */
6395 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction408:file#Object#getcwd */
6396 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction408:file#Object#file_getcwd */
6397 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction408:file#Object#stdin */
6398 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction408:file#Object#stdout */
6399 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction408:file#Object#stderr */
6400 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction408:model_base#Object#intrude_visibility */
6401 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction408:model_base#Object#public_visibility */
6402 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction408:model_base#Object#protected_visibility */
6403 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction408:model_base#Object#private_visibility */
6404 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction408:model_base#Object#none_visibility */
6405 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction408:model#Object#abstract_kind */
6406 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction408:model#Object#concrete_kind */
6407 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction408:model#Object#interface_kind */
6408 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction408:model#Object#enum_kind */
6409 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction408:model#Object#extern_kind */
6410 (nitmethod_t)VIRTUAL_parser__ReduceAction408__action, /* pointer to parser:ReduceAction408:parser#ReduceAction408#action */
6411 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction408:parser#ReduceAction#concat */
6412 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction408:parser#ReduceAction#init */
6413 }
6414 };
6415 /* allocate ReduceAction408 */
6416 val* NEW_parser__ReduceAction408(const struct type* type) {
6417 val* self /* : ReduceAction408 */;
6418 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6419 self->type = type;
6420 self->class = &class_parser__ReduceAction408;
6421 return self;
6422 }
6423 /* allocate ReduceAction408 */
6424 void CHECK_NEW_parser__ReduceAction408(val* self) {
6425 long var /* : Int */;
6426 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction408> */
6427 }
6428 /* runtime class parser__ReduceAction409 */
6429 const struct class class_parser__ReduceAction409 = {
6430 0, /* box_kind */
6431 {
6432 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction409:kernel#Object#object_id */
6433 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction409:kernel#Object#is_same_type */
6434 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction409:kernel#Object#== */
6435 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction409:kernel#Object#!= */
6436 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction409:kernel#Object#output */
6437 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction409:kernel#Object#output_class_name */
6438 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction409:kernel#Object#exit */
6439 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction409:kernel#Object#sys */
6440 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction409:kernel#Object#hash */
6441 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction409:string#Object#to_s */
6442 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction409:string#Object#native_class_name */
6443 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction409:string#Object#class_name */
6444 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction409:string#Object#inspect */
6445 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction409:string#Object#inspect_head */
6446 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction409:string#Object#args */
6447 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction409:math#Object#atan2 */
6448 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction409:math#Object#pi */
6449 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction409:math#Object#srand_from */
6450 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction409:math#Object#srand */
6451 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction409:stream#Object#poll */
6452 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction409:stream#Object#intern_poll */
6453 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction409:time#Object#get_time */
6454 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction409:file#Object#printn */
6455 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction409:file#Object#print */
6456 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction409:file#Object#getc */
6457 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction409:file#Object#gets */
6458 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction409:file#Object#getcwd */
6459 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction409:file#Object#file_getcwd */
6460 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction409:file#Object#stdin */
6461 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction409:file#Object#stdout */
6462 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction409:file#Object#stderr */
6463 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction409:model_base#Object#intrude_visibility */
6464 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction409:model_base#Object#public_visibility */
6465 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction409:model_base#Object#protected_visibility */
6466 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction409:model_base#Object#private_visibility */
6467 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction409:model_base#Object#none_visibility */
6468 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction409:model#Object#abstract_kind */
6469 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction409:model#Object#concrete_kind */
6470 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction409:model#Object#interface_kind */
6471 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction409:model#Object#enum_kind */
6472 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction409:model#Object#extern_kind */
6473 (nitmethod_t)VIRTUAL_parser__ReduceAction409__action, /* pointer to parser:ReduceAction409:parser#ReduceAction409#action */
6474 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction409:parser#ReduceAction#concat */
6475 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction409:parser#ReduceAction#init */
6476 }
6477 };
6478 /* allocate ReduceAction409 */
6479 val* NEW_parser__ReduceAction409(const struct type* type) {
6480 val* self /* : ReduceAction409 */;
6481 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6482 self->type = type;
6483 self->class = &class_parser__ReduceAction409;
6484 return self;
6485 }
6486 /* allocate ReduceAction409 */
6487 void CHECK_NEW_parser__ReduceAction409(val* self) {
6488 long var /* : Int */;
6489 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction409> */
6490 }
6491 /* runtime class parser__ReduceAction410 */
6492 const struct class class_parser__ReduceAction410 = {
6493 0, /* box_kind */
6494 {
6495 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction410:kernel#Object#object_id */
6496 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction410:kernel#Object#is_same_type */
6497 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction410:kernel#Object#== */
6498 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction410:kernel#Object#!= */
6499 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction410:kernel#Object#output */
6500 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction410:kernel#Object#output_class_name */
6501 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction410:kernel#Object#exit */
6502 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction410:kernel#Object#sys */
6503 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction410:kernel#Object#hash */
6504 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction410:string#Object#to_s */
6505 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction410:string#Object#native_class_name */
6506 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction410:string#Object#class_name */
6507 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction410:string#Object#inspect */
6508 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction410:string#Object#inspect_head */
6509 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction410:string#Object#args */
6510 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction410:math#Object#atan2 */
6511 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction410:math#Object#pi */
6512 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction410:math#Object#srand_from */
6513 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction410:math#Object#srand */
6514 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction410:stream#Object#poll */
6515 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction410:stream#Object#intern_poll */
6516 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction410:time#Object#get_time */
6517 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction410:file#Object#printn */
6518 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction410:file#Object#print */
6519 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction410:file#Object#getc */
6520 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction410:file#Object#gets */
6521 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction410:file#Object#getcwd */
6522 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction410:file#Object#file_getcwd */
6523 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction410:file#Object#stdin */
6524 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction410:file#Object#stdout */
6525 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction410:file#Object#stderr */
6526 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction410:model_base#Object#intrude_visibility */
6527 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction410:model_base#Object#public_visibility */
6528 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction410:model_base#Object#protected_visibility */
6529 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction410:model_base#Object#private_visibility */
6530 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction410:model_base#Object#none_visibility */
6531 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction410:model#Object#abstract_kind */
6532 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction410:model#Object#concrete_kind */
6533 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction410:model#Object#interface_kind */
6534 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction410:model#Object#enum_kind */
6535 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction410:model#Object#extern_kind */
6536 (nitmethod_t)VIRTUAL_parser__ReduceAction410__action, /* pointer to parser:ReduceAction410:parser#ReduceAction410#action */
6537 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction410:parser#ReduceAction#concat */
6538 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction410:parser#ReduceAction#init */
6539 }
6540 };
6541 /* allocate ReduceAction410 */
6542 val* NEW_parser__ReduceAction410(const struct type* type) {
6543 val* self /* : ReduceAction410 */;
6544 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6545 self->type = type;
6546 self->class = &class_parser__ReduceAction410;
6547 return self;
6548 }
6549 /* allocate ReduceAction410 */
6550 void CHECK_NEW_parser__ReduceAction410(val* self) {
6551 long var /* : Int */;
6552 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction410> */
6553 }
6554 /* runtime class parser__ReduceAction411 */
6555 const struct class class_parser__ReduceAction411 = {
6556 0, /* box_kind */
6557 {
6558 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction411:kernel#Object#object_id */
6559 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction411:kernel#Object#is_same_type */
6560 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction411:kernel#Object#== */
6561 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction411:kernel#Object#!= */
6562 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction411:kernel#Object#output */
6563 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction411:kernel#Object#output_class_name */
6564 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction411:kernel#Object#exit */
6565 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction411:kernel#Object#sys */
6566 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction411:kernel#Object#hash */
6567 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction411:string#Object#to_s */
6568 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction411:string#Object#native_class_name */
6569 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction411:string#Object#class_name */
6570 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction411:string#Object#inspect */
6571 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction411:string#Object#inspect_head */
6572 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction411:string#Object#args */
6573 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction411:math#Object#atan2 */
6574 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction411:math#Object#pi */
6575 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction411:math#Object#srand_from */
6576 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction411:math#Object#srand */
6577 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction411:stream#Object#poll */
6578 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction411:stream#Object#intern_poll */
6579 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction411:time#Object#get_time */
6580 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction411:file#Object#printn */
6581 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction411:file#Object#print */
6582 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction411:file#Object#getc */
6583 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction411:file#Object#gets */
6584 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction411:file#Object#getcwd */
6585 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction411:file#Object#file_getcwd */
6586 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction411:file#Object#stdin */
6587 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction411:file#Object#stdout */
6588 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction411:file#Object#stderr */
6589 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction411:model_base#Object#intrude_visibility */
6590 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction411:model_base#Object#public_visibility */
6591 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction411:model_base#Object#protected_visibility */
6592 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction411:model_base#Object#private_visibility */
6593 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction411:model_base#Object#none_visibility */
6594 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction411:model#Object#abstract_kind */
6595 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction411:model#Object#concrete_kind */
6596 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction411:model#Object#interface_kind */
6597 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction411:model#Object#enum_kind */
6598 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction411:model#Object#extern_kind */
6599 (nitmethod_t)VIRTUAL_parser__ReduceAction411__action, /* pointer to parser:ReduceAction411:parser#ReduceAction411#action */
6600 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction411:parser#ReduceAction#concat */
6601 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction411:parser#ReduceAction#init */
6602 }
6603 };
6604 /* allocate ReduceAction411 */
6605 val* NEW_parser__ReduceAction411(const struct type* type) {
6606 val* self /* : ReduceAction411 */;
6607 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6608 self->type = type;
6609 self->class = &class_parser__ReduceAction411;
6610 return self;
6611 }
6612 /* allocate ReduceAction411 */
6613 void CHECK_NEW_parser__ReduceAction411(val* self) {
6614 long var /* : Int */;
6615 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction411> */
6616 }
6617 /* runtime class parser__ReduceAction412 */
6618 const struct class class_parser__ReduceAction412 = {
6619 0, /* box_kind */
6620 {
6621 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction412:kernel#Object#object_id */
6622 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction412:kernel#Object#is_same_type */
6623 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction412:kernel#Object#== */
6624 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction412:kernel#Object#!= */
6625 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction412:kernel#Object#output */
6626 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction412:kernel#Object#output_class_name */
6627 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction412:kernel#Object#exit */
6628 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction412:kernel#Object#sys */
6629 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction412:kernel#Object#hash */
6630 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction412:string#Object#to_s */
6631 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction412:string#Object#native_class_name */
6632 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction412:string#Object#class_name */
6633 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction412:string#Object#inspect */
6634 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction412:string#Object#inspect_head */
6635 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction412:string#Object#args */
6636 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction412:math#Object#atan2 */
6637 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction412:math#Object#pi */
6638 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction412:math#Object#srand_from */
6639 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction412:math#Object#srand */
6640 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction412:stream#Object#poll */
6641 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction412:stream#Object#intern_poll */
6642 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction412:time#Object#get_time */
6643 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction412:file#Object#printn */
6644 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction412:file#Object#print */
6645 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction412:file#Object#getc */
6646 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction412:file#Object#gets */
6647 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction412:file#Object#getcwd */
6648 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction412:file#Object#file_getcwd */
6649 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction412:file#Object#stdin */
6650 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction412:file#Object#stdout */
6651 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction412:file#Object#stderr */
6652 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction412:model_base#Object#intrude_visibility */
6653 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction412:model_base#Object#public_visibility */
6654 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction412:model_base#Object#protected_visibility */
6655 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction412:model_base#Object#private_visibility */
6656 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction412:model_base#Object#none_visibility */
6657 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction412:model#Object#abstract_kind */
6658 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction412:model#Object#concrete_kind */
6659 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction412:model#Object#interface_kind */
6660 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction412:model#Object#enum_kind */
6661 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction412:model#Object#extern_kind */
6662 (nitmethod_t)VIRTUAL_parser__ReduceAction412__action, /* pointer to parser:ReduceAction412:parser#ReduceAction412#action */
6663 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction412:parser#ReduceAction#concat */
6664 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction412:parser#ReduceAction#init */
6665 }
6666 };
6667 /* allocate ReduceAction412 */
6668 val* NEW_parser__ReduceAction412(const struct type* type) {
6669 val* self /* : ReduceAction412 */;
6670 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6671 self->type = type;
6672 self->class = &class_parser__ReduceAction412;
6673 return self;
6674 }
6675 /* allocate ReduceAction412 */
6676 void CHECK_NEW_parser__ReduceAction412(val* self) {
6677 long var /* : Int */;
6678 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction412> */
6679 }
6680 /* runtime class parser__ReduceAction413 */
6681 const struct class class_parser__ReduceAction413 = {
6682 0, /* box_kind */
6683 {
6684 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction413:kernel#Object#object_id */
6685 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction413:kernel#Object#is_same_type */
6686 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction413:kernel#Object#== */
6687 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction413:kernel#Object#!= */
6688 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction413:kernel#Object#output */
6689 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction413:kernel#Object#output_class_name */
6690 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction413:kernel#Object#exit */
6691 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction413:kernel#Object#sys */
6692 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction413:kernel#Object#hash */
6693 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction413:string#Object#to_s */
6694 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction413:string#Object#native_class_name */
6695 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction413:string#Object#class_name */
6696 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction413:string#Object#inspect */
6697 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction413:string#Object#inspect_head */
6698 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction413:string#Object#args */
6699 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction413:math#Object#atan2 */
6700 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction413:math#Object#pi */
6701 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction413:math#Object#srand_from */
6702 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction413:math#Object#srand */
6703 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction413:stream#Object#poll */
6704 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction413:stream#Object#intern_poll */
6705 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction413:time#Object#get_time */
6706 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction413:file#Object#printn */
6707 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction413:file#Object#print */
6708 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction413:file#Object#getc */
6709 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction413:file#Object#gets */
6710 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction413:file#Object#getcwd */
6711 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction413:file#Object#file_getcwd */
6712 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction413:file#Object#stdin */
6713 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction413:file#Object#stdout */
6714 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction413:file#Object#stderr */
6715 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction413:model_base#Object#intrude_visibility */
6716 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction413:model_base#Object#public_visibility */
6717 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction413:model_base#Object#protected_visibility */
6718 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction413:model_base#Object#private_visibility */
6719 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction413:model_base#Object#none_visibility */
6720 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction413:model#Object#abstract_kind */
6721 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction413:model#Object#concrete_kind */
6722 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction413:model#Object#interface_kind */
6723 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction413:model#Object#enum_kind */
6724 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction413:model#Object#extern_kind */
6725 (nitmethod_t)VIRTUAL_parser__ReduceAction413__action, /* pointer to parser:ReduceAction413:parser#ReduceAction413#action */
6726 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction413:parser#ReduceAction#concat */
6727 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction413:parser#ReduceAction#init */
6728 }
6729 };
6730 /* allocate ReduceAction413 */
6731 val* NEW_parser__ReduceAction413(const struct type* type) {
6732 val* self /* : ReduceAction413 */;
6733 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6734 self->type = type;
6735 self->class = &class_parser__ReduceAction413;
6736 return self;
6737 }
6738 /* allocate ReduceAction413 */
6739 void CHECK_NEW_parser__ReduceAction413(val* self) {
6740 long var /* : Int */;
6741 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction413> */
6742 }
6743 /* runtime class parser__ReduceAction414 */
6744 const struct class class_parser__ReduceAction414 = {
6745 0, /* box_kind */
6746 {
6747 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction414:kernel#Object#object_id */
6748 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction414:kernel#Object#is_same_type */
6749 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction414:kernel#Object#== */
6750 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction414:kernel#Object#!= */
6751 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction414:kernel#Object#output */
6752 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction414:kernel#Object#output_class_name */
6753 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction414:kernel#Object#exit */
6754 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction414:kernel#Object#sys */
6755 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction414:kernel#Object#hash */
6756 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction414:string#Object#to_s */
6757 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction414:string#Object#native_class_name */
6758 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction414:string#Object#class_name */
6759 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction414:string#Object#inspect */
6760 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction414:string#Object#inspect_head */
6761 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction414:string#Object#args */
6762 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction414:math#Object#atan2 */
6763 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction414:math#Object#pi */
6764 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction414:math#Object#srand_from */
6765 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction414:math#Object#srand */
6766 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction414:stream#Object#poll */
6767 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction414:stream#Object#intern_poll */
6768 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction414:time#Object#get_time */
6769 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction414:file#Object#printn */
6770 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction414:file#Object#print */
6771 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction414:file#Object#getc */
6772 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction414:file#Object#gets */
6773 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction414:file#Object#getcwd */
6774 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction414:file#Object#file_getcwd */
6775 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction414:file#Object#stdin */
6776 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction414:file#Object#stdout */
6777 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction414:file#Object#stderr */
6778 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction414:model_base#Object#intrude_visibility */
6779 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction414:model_base#Object#public_visibility */
6780 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction414:model_base#Object#protected_visibility */
6781 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction414:model_base#Object#private_visibility */
6782 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction414:model_base#Object#none_visibility */
6783 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction414:model#Object#abstract_kind */
6784 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction414:model#Object#concrete_kind */
6785 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction414:model#Object#interface_kind */
6786 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction414:model#Object#enum_kind */
6787 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction414:model#Object#extern_kind */
6788 (nitmethod_t)VIRTUAL_parser__ReduceAction414__action, /* pointer to parser:ReduceAction414:parser#ReduceAction414#action */
6789 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction414:parser#ReduceAction#concat */
6790 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction414:parser#ReduceAction#init */
6791 }
6792 };
6793 /* allocate ReduceAction414 */
6794 val* NEW_parser__ReduceAction414(const struct type* type) {
6795 val* self /* : ReduceAction414 */;
6796 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6797 self->type = type;
6798 self->class = &class_parser__ReduceAction414;
6799 return self;
6800 }
6801 /* allocate ReduceAction414 */
6802 void CHECK_NEW_parser__ReduceAction414(val* self) {
6803 long var /* : Int */;
6804 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction414> */
6805 }
6806 /* runtime class parser__ReduceAction415 */
6807 const struct class class_parser__ReduceAction415 = {
6808 0, /* box_kind */
6809 {
6810 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction415:kernel#Object#object_id */
6811 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction415:kernel#Object#is_same_type */
6812 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction415:kernel#Object#== */
6813 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction415:kernel#Object#!= */
6814 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction415:kernel#Object#output */
6815 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction415:kernel#Object#output_class_name */
6816 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction415:kernel#Object#exit */
6817 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction415:kernel#Object#sys */
6818 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction415:kernel#Object#hash */
6819 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction415:string#Object#to_s */
6820 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction415:string#Object#native_class_name */
6821 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction415:string#Object#class_name */
6822 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction415:string#Object#inspect */
6823 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction415:string#Object#inspect_head */
6824 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction415:string#Object#args */
6825 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction415:math#Object#atan2 */
6826 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction415:math#Object#pi */
6827 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction415:math#Object#srand_from */
6828 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction415:math#Object#srand */
6829 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction415:stream#Object#poll */
6830 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction415:stream#Object#intern_poll */
6831 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction415:time#Object#get_time */
6832 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction415:file#Object#printn */
6833 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction415:file#Object#print */
6834 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction415:file#Object#getc */
6835 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction415:file#Object#gets */
6836 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction415:file#Object#getcwd */
6837 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction415:file#Object#file_getcwd */
6838 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction415:file#Object#stdin */
6839 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction415:file#Object#stdout */
6840 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction415:file#Object#stderr */
6841 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction415:model_base#Object#intrude_visibility */
6842 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction415:model_base#Object#public_visibility */
6843 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction415:model_base#Object#protected_visibility */
6844 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction415:model_base#Object#private_visibility */
6845 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction415:model_base#Object#none_visibility */
6846 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction415:model#Object#abstract_kind */
6847 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction415:model#Object#concrete_kind */
6848 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction415:model#Object#interface_kind */
6849 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction415:model#Object#enum_kind */
6850 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction415:model#Object#extern_kind */
6851 (nitmethod_t)VIRTUAL_parser__ReduceAction415__action, /* pointer to parser:ReduceAction415:parser#ReduceAction415#action */
6852 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction415:parser#ReduceAction#concat */
6853 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction415:parser#ReduceAction#init */
6854 }
6855 };
6856 /* allocate ReduceAction415 */
6857 val* NEW_parser__ReduceAction415(const struct type* type) {
6858 val* self /* : ReduceAction415 */;
6859 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6860 self->type = type;
6861 self->class = &class_parser__ReduceAction415;
6862 return self;
6863 }
6864 /* allocate ReduceAction415 */
6865 void CHECK_NEW_parser__ReduceAction415(val* self) {
6866 long var /* : Int */;
6867 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction415> */
6868 }
6869 /* runtime class parser__ReduceAction416 */
6870 const struct class class_parser__ReduceAction416 = {
6871 0, /* box_kind */
6872 {
6873 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction416:kernel#Object#object_id */
6874 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction416:kernel#Object#is_same_type */
6875 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction416:kernel#Object#== */
6876 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction416:kernel#Object#!= */
6877 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction416:kernel#Object#output */
6878 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction416:kernel#Object#output_class_name */
6879 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction416:kernel#Object#exit */
6880 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction416:kernel#Object#sys */
6881 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction416:kernel#Object#hash */
6882 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction416:string#Object#to_s */
6883 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction416:string#Object#native_class_name */
6884 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction416:string#Object#class_name */
6885 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction416:string#Object#inspect */
6886 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction416:string#Object#inspect_head */
6887 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction416:string#Object#args */
6888 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction416:math#Object#atan2 */
6889 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction416:math#Object#pi */
6890 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction416:math#Object#srand_from */
6891 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction416:math#Object#srand */
6892 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction416:stream#Object#poll */
6893 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction416:stream#Object#intern_poll */
6894 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction416:time#Object#get_time */
6895 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction416:file#Object#printn */
6896 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction416:file#Object#print */
6897 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction416:file#Object#getc */
6898 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction416:file#Object#gets */
6899 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction416:file#Object#getcwd */
6900 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction416:file#Object#file_getcwd */
6901 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction416:file#Object#stdin */
6902 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction416:file#Object#stdout */
6903 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction416:file#Object#stderr */
6904 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction416:model_base#Object#intrude_visibility */
6905 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction416:model_base#Object#public_visibility */
6906 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction416:model_base#Object#protected_visibility */
6907 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction416:model_base#Object#private_visibility */
6908 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction416:model_base#Object#none_visibility */
6909 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction416:model#Object#abstract_kind */
6910 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction416:model#Object#concrete_kind */
6911 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction416:model#Object#interface_kind */
6912 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction416:model#Object#enum_kind */
6913 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction416:model#Object#extern_kind */
6914 (nitmethod_t)VIRTUAL_parser__ReduceAction416__action, /* pointer to parser:ReduceAction416:parser#ReduceAction416#action */
6915 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction416:parser#ReduceAction#concat */
6916 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction416:parser#ReduceAction#init */
6917 }
6918 };
6919 /* allocate ReduceAction416 */
6920 val* NEW_parser__ReduceAction416(const struct type* type) {
6921 val* self /* : ReduceAction416 */;
6922 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6923 self->type = type;
6924 self->class = &class_parser__ReduceAction416;
6925 return self;
6926 }
6927 /* allocate ReduceAction416 */
6928 void CHECK_NEW_parser__ReduceAction416(val* self) {
6929 long var /* : Int */;
6930 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction416> */
6931 }
6932 /* runtime class parser__ReduceAction417 */
6933 const struct class class_parser__ReduceAction417 = {
6934 0, /* box_kind */
6935 {
6936 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction417:kernel#Object#object_id */
6937 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction417:kernel#Object#is_same_type */
6938 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction417:kernel#Object#== */
6939 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction417:kernel#Object#!= */
6940 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction417:kernel#Object#output */
6941 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction417:kernel#Object#output_class_name */
6942 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction417:kernel#Object#exit */
6943 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction417:kernel#Object#sys */
6944 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction417:kernel#Object#hash */
6945 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction417:string#Object#to_s */
6946 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction417:string#Object#native_class_name */
6947 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction417:string#Object#class_name */
6948 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction417:string#Object#inspect */
6949 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction417:string#Object#inspect_head */
6950 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction417:string#Object#args */
6951 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction417:math#Object#atan2 */
6952 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction417:math#Object#pi */
6953 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction417:math#Object#srand_from */
6954 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction417:math#Object#srand */
6955 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction417:stream#Object#poll */
6956 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction417:stream#Object#intern_poll */
6957 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction417:time#Object#get_time */
6958 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction417:file#Object#printn */
6959 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction417:file#Object#print */
6960 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction417:file#Object#getc */
6961 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction417:file#Object#gets */
6962 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction417:file#Object#getcwd */
6963 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction417:file#Object#file_getcwd */
6964 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction417:file#Object#stdin */
6965 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction417:file#Object#stdout */
6966 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction417:file#Object#stderr */
6967 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction417:model_base#Object#intrude_visibility */
6968 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction417:model_base#Object#public_visibility */
6969 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction417:model_base#Object#protected_visibility */
6970 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction417:model_base#Object#private_visibility */
6971 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction417:model_base#Object#none_visibility */
6972 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction417:model#Object#abstract_kind */
6973 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction417:model#Object#concrete_kind */
6974 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction417:model#Object#interface_kind */
6975 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction417:model#Object#enum_kind */
6976 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction417:model#Object#extern_kind */
6977 (nitmethod_t)VIRTUAL_parser__ReduceAction417__action, /* pointer to parser:ReduceAction417:parser#ReduceAction417#action */
6978 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction417:parser#ReduceAction#concat */
6979 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction417:parser#ReduceAction#init */
6980 }
6981 };
6982 /* allocate ReduceAction417 */
6983 val* NEW_parser__ReduceAction417(const struct type* type) {
6984 val* self /* : ReduceAction417 */;
6985 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6986 self->type = type;
6987 self->class = &class_parser__ReduceAction417;
6988 return self;
6989 }
6990 /* allocate ReduceAction417 */
6991 void CHECK_NEW_parser__ReduceAction417(val* self) {
6992 long var /* : Int */;
6993 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction417> */
6994 }
6995 /* runtime class parser__ReduceAction418 */
6996 const struct class class_parser__ReduceAction418 = {
6997 0, /* box_kind */
6998 {
6999 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction418:kernel#Object#object_id */
7000 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction418:kernel#Object#is_same_type */
7001 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction418:kernel#Object#== */
7002 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction418:kernel#Object#!= */
7003 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction418:kernel#Object#output */
7004 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction418:kernel#Object#output_class_name */
7005 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction418:kernel#Object#exit */
7006 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction418:kernel#Object#sys */
7007 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction418:kernel#Object#hash */
7008 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction418:string#Object#to_s */
7009 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction418:string#Object#native_class_name */
7010 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction418:string#Object#class_name */
7011 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction418:string#Object#inspect */
7012 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction418:string#Object#inspect_head */
7013 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction418:string#Object#args */
7014 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction418:math#Object#atan2 */
7015 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction418:math#Object#pi */
7016 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction418:math#Object#srand_from */
7017 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction418:math#Object#srand */
7018 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction418:stream#Object#poll */
7019 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction418:stream#Object#intern_poll */
7020 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction418:time#Object#get_time */
7021 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction418:file#Object#printn */
7022 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction418:file#Object#print */
7023 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction418:file#Object#getc */
7024 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction418:file#Object#gets */
7025 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction418:file#Object#getcwd */
7026 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction418:file#Object#file_getcwd */
7027 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction418:file#Object#stdin */
7028 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction418:file#Object#stdout */
7029 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction418:file#Object#stderr */
7030 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction418:model_base#Object#intrude_visibility */
7031 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction418:model_base#Object#public_visibility */
7032 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction418:model_base#Object#protected_visibility */
7033 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction418:model_base#Object#private_visibility */
7034 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction418:model_base#Object#none_visibility */
7035 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction418:model#Object#abstract_kind */
7036 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction418:model#Object#concrete_kind */
7037 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction418:model#Object#interface_kind */
7038 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction418:model#Object#enum_kind */
7039 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction418:model#Object#extern_kind */
7040 (nitmethod_t)VIRTUAL_parser__ReduceAction418__action, /* pointer to parser:ReduceAction418:parser#ReduceAction418#action */
7041 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction418:parser#ReduceAction#concat */
7042 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction418:parser#ReduceAction#init */
7043 }
7044 };
7045 /* allocate ReduceAction418 */
7046 val* NEW_parser__ReduceAction418(const struct type* type) {
7047 val* self /* : ReduceAction418 */;
7048 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7049 self->type = type;
7050 self->class = &class_parser__ReduceAction418;
7051 return self;
7052 }
7053 /* allocate ReduceAction418 */
7054 void CHECK_NEW_parser__ReduceAction418(val* self) {
7055 long var /* : Int */;
7056 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction418> */
7057 }
7058 /* runtime class parser__ReduceAction419 */
7059 const struct class class_parser__ReduceAction419 = {
7060 0, /* box_kind */
7061 {
7062 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction419:kernel#Object#object_id */
7063 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction419:kernel#Object#is_same_type */
7064 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction419:kernel#Object#== */
7065 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction419:kernel#Object#!= */
7066 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction419:kernel#Object#output */
7067 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction419:kernel#Object#output_class_name */
7068 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction419:kernel#Object#exit */
7069 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction419:kernel#Object#sys */
7070 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction419:kernel#Object#hash */
7071 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction419:string#Object#to_s */
7072 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction419:string#Object#native_class_name */
7073 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction419:string#Object#class_name */
7074 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction419:string#Object#inspect */
7075 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction419:string#Object#inspect_head */
7076 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction419:string#Object#args */
7077 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction419:math#Object#atan2 */
7078 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction419:math#Object#pi */
7079 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction419:math#Object#srand_from */
7080 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction419:math#Object#srand */
7081 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction419:stream#Object#poll */
7082 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction419:stream#Object#intern_poll */
7083 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction419:time#Object#get_time */
7084 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction419:file#Object#printn */
7085 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction419:file#Object#print */
7086 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction419:file#Object#getc */
7087 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction419:file#Object#gets */
7088 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction419:file#Object#getcwd */
7089 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction419:file#Object#file_getcwd */
7090 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction419:file#Object#stdin */
7091 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction419:file#Object#stdout */
7092 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction419:file#Object#stderr */
7093 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction419:model_base#Object#intrude_visibility */
7094 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction419:model_base#Object#public_visibility */
7095 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction419:model_base#Object#protected_visibility */
7096 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction419:model_base#Object#private_visibility */
7097 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction419:model_base#Object#none_visibility */
7098 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction419:model#Object#abstract_kind */
7099 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction419:model#Object#concrete_kind */
7100 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction419:model#Object#interface_kind */
7101 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction419:model#Object#enum_kind */
7102 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction419:model#Object#extern_kind */
7103 (nitmethod_t)VIRTUAL_parser__ReduceAction419__action, /* pointer to parser:ReduceAction419:parser#ReduceAction419#action */
7104 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction419:parser#ReduceAction#concat */
7105 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction419:parser#ReduceAction#init */
7106 }
7107 };
7108 /* allocate ReduceAction419 */
7109 val* NEW_parser__ReduceAction419(const struct type* type) {
7110 val* self /* : ReduceAction419 */;
7111 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7112 self->type = type;
7113 self->class = &class_parser__ReduceAction419;
7114 return self;
7115 }
7116 /* allocate ReduceAction419 */
7117 void CHECK_NEW_parser__ReduceAction419(val* self) {
7118 long var /* : Int */;
7119 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction419> */
7120 }
7121 /* runtime class parser__ReduceAction420 */
7122 const struct class class_parser__ReduceAction420 = {
7123 0, /* box_kind */
7124 {
7125 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction420:kernel#Object#object_id */
7126 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction420:kernel#Object#is_same_type */
7127 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction420:kernel#Object#== */
7128 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction420:kernel#Object#!= */
7129 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction420:kernel#Object#output */
7130 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction420:kernel#Object#output_class_name */
7131 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction420:kernel#Object#exit */
7132 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction420:kernel#Object#sys */
7133 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction420:kernel#Object#hash */
7134 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction420:string#Object#to_s */
7135 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction420:string#Object#native_class_name */
7136 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction420:string#Object#class_name */
7137 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction420:string#Object#inspect */
7138 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction420:string#Object#inspect_head */
7139 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction420:string#Object#args */
7140 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction420:math#Object#atan2 */
7141 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction420:math#Object#pi */
7142 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction420:math#Object#srand_from */
7143 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction420:math#Object#srand */
7144 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction420:stream#Object#poll */
7145 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction420:stream#Object#intern_poll */
7146 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction420:time#Object#get_time */
7147 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction420:file#Object#printn */
7148 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction420:file#Object#print */
7149 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction420:file#Object#getc */
7150 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction420:file#Object#gets */
7151 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction420:file#Object#getcwd */
7152 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction420:file#Object#file_getcwd */
7153 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction420:file#Object#stdin */
7154 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction420:file#Object#stdout */
7155 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction420:file#Object#stderr */
7156 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction420:model_base#Object#intrude_visibility */
7157 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction420:model_base#Object#public_visibility */
7158 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction420:model_base#Object#protected_visibility */
7159 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction420:model_base#Object#private_visibility */
7160 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction420:model_base#Object#none_visibility */
7161 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction420:model#Object#abstract_kind */
7162 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction420:model#Object#concrete_kind */
7163 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction420:model#Object#interface_kind */
7164 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction420:model#Object#enum_kind */
7165 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction420:model#Object#extern_kind */
7166 (nitmethod_t)VIRTUAL_parser__ReduceAction420__action, /* pointer to parser:ReduceAction420:parser#ReduceAction420#action */
7167 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction420:parser#ReduceAction#concat */
7168 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction420:parser#ReduceAction#init */
7169 }
7170 };
7171 /* allocate ReduceAction420 */
7172 val* NEW_parser__ReduceAction420(const struct type* type) {
7173 val* self /* : ReduceAction420 */;
7174 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7175 self->type = type;
7176 self->class = &class_parser__ReduceAction420;
7177 return self;
7178 }
7179 /* allocate ReduceAction420 */
7180 void CHECK_NEW_parser__ReduceAction420(val* self) {
7181 long var /* : Int */;
7182 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction420> */
7183 }
7184 /* runtime class parser__ReduceAction421 */
7185 const struct class class_parser__ReduceAction421 = {
7186 0, /* box_kind */
7187 {
7188 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction421:kernel#Object#object_id */
7189 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction421:kernel#Object#is_same_type */
7190 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction421:kernel#Object#== */
7191 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction421:kernel#Object#!= */
7192 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction421:kernel#Object#output */
7193 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction421:kernel#Object#output_class_name */
7194 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction421:kernel#Object#exit */
7195 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction421:kernel#Object#sys */
7196 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction421:kernel#Object#hash */
7197 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction421:string#Object#to_s */
7198 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction421:string#Object#native_class_name */
7199 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction421:string#Object#class_name */
7200 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction421:string#Object#inspect */
7201 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction421:string#Object#inspect_head */
7202 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction421:string#Object#args */
7203 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction421:math#Object#atan2 */
7204 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction421:math#Object#pi */
7205 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction421:math#Object#srand_from */
7206 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction421:math#Object#srand */
7207 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction421:stream#Object#poll */
7208 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction421:stream#Object#intern_poll */
7209 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction421:time#Object#get_time */
7210 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction421:file#Object#printn */
7211 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction421:file#Object#print */
7212 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction421:file#Object#getc */
7213 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction421:file#Object#gets */
7214 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction421:file#Object#getcwd */
7215 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction421:file#Object#file_getcwd */
7216 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction421:file#Object#stdin */
7217 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction421:file#Object#stdout */
7218 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction421:file#Object#stderr */
7219 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction421:model_base#Object#intrude_visibility */
7220 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction421:model_base#Object#public_visibility */
7221 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction421:model_base#Object#protected_visibility */
7222 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction421:model_base#Object#private_visibility */
7223 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction421:model_base#Object#none_visibility */
7224 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction421:model#Object#abstract_kind */
7225 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction421:model#Object#concrete_kind */
7226 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction421:model#Object#interface_kind */
7227 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction421:model#Object#enum_kind */
7228 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction421:model#Object#extern_kind */
7229 (nitmethod_t)VIRTUAL_parser__ReduceAction421__action, /* pointer to parser:ReduceAction421:parser#ReduceAction421#action */
7230 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction421:parser#ReduceAction#concat */
7231 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction421:parser#ReduceAction#init */
7232 }
7233 };
7234 /* allocate ReduceAction421 */
7235 val* NEW_parser__ReduceAction421(const struct type* type) {
7236 val* self /* : ReduceAction421 */;
7237 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7238 self->type = type;
7239 self->class = &class_parser__ReduceAction421;
7240 return self;
7241 }
7242 /* allocate ReduceAction421 */
7243 void CHECK_NEW_parser__ReduceAction421(val* self) {
7244 long var /* : Int */;
7245 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction421> */
7246 }
7247 /* runtime class parser__ReduceAction422 */
7248 const struct class class_parser__ReduceAction422 = {
7249 0, /* box_kind */
7250 {
7251 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction422:kernel#Object#object_id */
7252 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction422:kernel#Object#is_same_type */
7253 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction422:kernel#Object#== */
7254 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction422:kernel#Object#!= */
7255 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction422:kernel#Object#output */
7256 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction422:kernel#Object#output_class_name */
7257 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction422:kernel#Object#exit */
7258 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction422:kernel#Object#sys */
7259 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction422:kernel#Object#hash */
7260 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction422:string#Object#to_s */
7261 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction422:string#Object#native_class_name */
7262 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction422:string#Object#class_name */
7263 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction422:string#Object#inspect */
7264 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction422:string#Object#inspect_head */
7265 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction422:string#Object#args */
7266 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction422:math#Object#atan2 */
7267 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction422:math#Object#pi */
7268 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction422:math#Object#srand_from */
7269 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction422:math#Object#srand */
7270 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction422:stream#Object#poll */
7271 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction422:stream#Object#intern_poll */
7272 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction422:time#Object#get_time */
7273 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction422:file#Object#printn */
7274 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction422:file#Object#print */
7275 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction422:file#Object#getc */
7276 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction422:file#Object#gets */
7277 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction422:file#Object#getcwd */
7278 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction422:file#Object#file_getcwd */
7279 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction422:file#Object#stdin */
7280 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction422:file#Object#stdout */
7281 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction422:file#Object#stderr */
7282 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction422:model_base#Object#intrude_visibility */
7283 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction422:model_base#Object#public_visibility */
7284 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction422:model_base#Object#protected_visibility */
7285 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction422:model_base#Object#private_visibility */
7286 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction422:model_base#Object#none_visibility */
7287 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction422:model#Object#abstract_kind */
7288 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction422:model#Object#concrete_kind */
7289 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction422:model#Object#interface_kind */
7290 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction422:model#Object#enum_kind */
7291 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction422:model#Object#extern_kind */
7292 (nitmethod_t)VIRTUAL_parser__ReduceAction422__action, /* pointer to parser:ReduceAction422:parser#ReduceAction422#action */
7293 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction422:parser#ReduceAction#concat */
7294 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction422:parser#ReduceAction#init */
7295 }
7296 };
7297 /* allocate ReduceAction422 */
7298 val* NEW_parser__ReduceAction422(const struct type* type) {
7299 val* self /* : ReduceAction422 */;
7300 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7301 self->type = type;
7302 self->class = &class_parser__ReduceAction422;
7303 return self;
7304 }
7305 /* allocate ReduceAction422 */
7306 void CHECK_NEW_parser__ReduceAction422(val* self) {
7307 long var /* : Int */;
7308 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction422> */
7309 }
7310 /* runtime class parser__ReduceAction423 */
7311 const struct class class_parser__ReduceAction423 = {
7312 0, /* box_kind */
7313 {
7314 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction423:kernel#Object#object_id */
7315 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction423:kernel#Object#is_same_type */
7316 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction423:kernel#Object#== */
7317 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction423:kernel#Object#!= */
7318 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction423:kernel#Object#output */
7319 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction423:kernel#Object#output_class_name */
7320 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction423:kernel#Object#exit */
7321 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction423:kernel#Object#sys */
7322 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction423:kernel#Object#hash */
7323 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction423:string#Object#to_s */
7324 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction423:string#Object#native_class_name */
7325 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction423:string#Object#class_name */
7326 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction423:string#Object#inspect */
7327 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction423:string#Object#inspect_head */
7328 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction423:string#Object#args */
7329 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction423:math#Object#atan2 */
7330 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction423:math#Object#pi */
7331 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction423:math#Object#srand_from */
7332 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction423:math#Object#srand */
7333 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction423:stream#Object#poll */
7334 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction423:stream#Object#intern_poll */
7335 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction423:time#Object#get_time */
7336 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction423:file#Object#printn */
7337 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction423:file#Object#print */
7338 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction423:file#Object#getc */
7339 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction423:file#Object#gets */
7340 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction423:file#Object#getcwd */
7341 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction423:file#Object#file_getcwd */
7342 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction423:file#Object#stdin */
7343 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction423:file#Object#stdout */
7344 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction423:file#Object#stderr */
7345 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction423:model_base#Object#intrude_visibility */
7346 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction423:model_base#Object#public_visibility */
7347 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction423:model_base#Object#protected_visibility */
7348 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction423:model_base#Object#private_visibility */
7349 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction423:model_base#Object#none_visibility */
7350 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction423:model#Object#abstract_kind */
7351 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction423:model#Object#concrete_kind */
7352 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction423:model#Object#interface_kind */
7353 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction423:model#Object#enum_kind */
7354 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction423:model#Object#extern_kind */
7355 (nitmethod_t)VIRTUAL_parser__ReduceAction423__action, /* pointer to parser:ReduceAction423:parser#ReduceAction423#action */
7356 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction423:parser#ReduceAction#concat */
7357 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction423:parser#ReduceAction#init */
7358 }
7359 };
7360 /* allocate ReduceAction423 */
7361 val* NEW_parser__ReduceAction423(const struct type* type) {
7362 val* self /* : ReduceAction423 */;
7363 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7364 self->type = type;
7365 self->class = &class_parser__ReduceAction423;
7366 return self;
7367 }
7368 /* allocate ReduceAction423 */
7369 void CHECK_NEW_parser__ReduceAction423(val* self) {
7370 long var /* : Int */;
7371 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction423> */
7372 }
7373 /* runtime class parser__ReduceAction424 */
7374 const struct class class_parser__ReduceAction424 = {
7375 0, /* box_kind */
7376 {
7377 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction424:kernel#Object#object_id */
7378 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction424:kernel#Object#is_same_type */
7379 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction424:kernel#Object#== */
7380 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction424:kernel#Object#!= */
7381 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction424:kernel#Object#output */
7382 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction424:kernel#Object#output_class_name */
7383 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction424:kernel#Object#exit */
7384 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction424:kernel#Object#sys */
7385 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction424:kernel#Object#hash */
7386 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction424:string#Object#to_s */
7387 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction424:string#Object#native_class_name */
7388 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction424:string#Object#class_name */
7389 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction424:string#Object#inspect */
7390 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction424:string#Object#inspect_head */
7391 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction424:string#Object#args */
7392 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction424:math#Object#atan2 */
7393 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction424:math#Object#pi */
7394 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction424:math#Object#srand_from */
7395 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction424:math#Object#srand */
7396 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction424:stream#Object#poll */
7397 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction424:stream#Object#intern_poll */
7398 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction424:time#Object#get_time */
7399 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction424:file#Object#printn */
7400 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction424:file#Object#print */
7401 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction424:file#Object#getc */
7402 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction424:file#Object#gets */
7403 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction424:file#Object#getcwd */
7404 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction424:file#Object#file_getcwd */
7405 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction424:file#Object#stdin */
7406 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction424:file#Object#stdout */
7407 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction424:file#Object#stderr */
7408 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction424:model_base#Object#intrude_visibility */
7409 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction424:model_base#Object#public_visibility */
7410 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction424:model_base#Object#protected_visibility */
7411 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction424:model_base#Object#private_visibility */
7412 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction424:model_base#Object#none_visibility */
7413 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction424:model#Object#abstract_kind */
7414 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction424:model#Object#concrete_kind */
7415 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction424:model#Object#interface_kind */
7416 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction424:model#Object#enum_kind */
7417 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction424:model#Object#extern_kind */
7418 (nitmethod_t)VIRTUAL_parser__ReduceAction424__action, /* pointer to parser:ReduceAction424:parser#ReduceAction424#action */
7419 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction424:parser#ReduceAction#concat */
7420 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction424:parser#ReduceAction#init */
7421 }
7422 };
7423 /* allocate ReduceAction424 */
7424 val* NEW_parser__ReduceAction424(const struct type* type) {
7425 val* self /* : ReduceAction424 */;
7426 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7427 self->type = type;
7428 self->class = &class_parser__ReduceAction424;
7429 return self;
7430 }
7431 /* allocate ReduceAction424 */
7432 void CHECK_NEW_parser__ReduceAction424(val* self) {
7433 long var /* : Int */;
7434 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction424> */
7435 }
7436 /* runtime class parser__ReduceAction425 */
7437 const struct class class_parser__ReduceAction425 = {
7438 0, /* box_kind */
7439 {
7440 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction425:kernel#Object#object_id */
7441 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction425:kernel#Object#is_same_type */
7442 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction425:kernel#Object#== */
7443 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction425:kernel#Object#!= */
7444 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction425:kernel#Object#output */
7445 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction425:kernel#Object#output_class_name */
7446 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction425:kernel#Object#exit */
7447 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction425:kernel#Object#sys */
7448 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction425:kernel#Object#hash */
7449 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction425:string#Object#to_s */
7450 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction425:string#Object#native_class_name */
7451 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction425:string#Object#class_name */
7452 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction425:string#Object#inspect */
7453 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction425:string#Object#inspect_head */
7454 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction425:string#Object#args */
7455 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction425:math#Object#atan2 */
7456 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction425:math#Object#pi */
7457 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction425:math#Object#srand_from */
7458 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction425:math#Object#srand */
7459 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction425:stream#Object#poll */
7460 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction425:stream#Object#intern_poll */
7461 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction425:time#Object#get_time */
7462 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction425:file#Object#printn */
7463 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction425:file#Object#print */
7464 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction425:file#Object#getc */
7465 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction425:file#Object#gets */
7466 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction425:file#Object#getcwd */
7467 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction425:file#Object#file_getcwd */
7468 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction425:file#Object#stdin */
7469 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction425:file#Object#stdout */
7470 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction425:file#Object#stderr */
7471 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction425:model_base#Object#intrude_visibility */
7472 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction425:model_base#Object#public_visibility */
7473 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction425:model_base#Object#protected_visibility */
7474 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction425:model_base#Object#private_visibility */
7475 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction425:model_base#Object#none_visibility */
7476 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction425:model#Object#abstract_kind */
7477 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction425:model#Object#concrete_kind */
7478 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction425:model#Object#interface_kind */
7479 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction425:model#Object#enum_kind */
7480 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction425:model#Object#extern_kind */
7481 (nitmethod_t)VIRTUAL_parser__ReduceAction425__action, /* pointer to parser:ReduceAction425:parser#ReduceAction425#action */
7482 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction425:parser#ReduceAction#concat */
7483 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction425:parser#ReduceAction#init */
7484 }
7485 };
7486 /* allocate ReduceAction425 */
7487 val* NEW_parser__ReduceAction425(const struct type* type) {
7488 val* self /* : ReduceAction425 */;
7489 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7490 self->type = type;
7491 self->class = &class_parser__ReduceAction425;
7492 return self;
7493 }
7494 /* allocate ReduceAction425 */
7495 void CHECK_NEW_parser__ReduceAction425(val* self) {
7496 long var /* : Int */;
7497 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction425> */
7498 }
7499 /* runtime class parser__ReduceAction426 */
7500 const struct class class_parser__ReduceAction426 = {
7501 0, /* box_kind */
7502 {
7503 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction426:kernel#Object#object_id */
7504 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction426:kernel#Object#is_same_type */
7505 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction426:kernel#Object#== */
7506 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction426:kernel#Object#!= */
7507 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction426:kernel#Object#output */
7508 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction426:kernel#Object#output_class_name */
7509 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction426:kernel#Object#exit */
7510 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction426:kernel#Object#sys */
7511 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction426:kernel#Object#hash */
7512 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction426:string#Object#to_s */
7513 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction426:string#Object#native_class_name */
7514 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction426:string#Object#class_name */
7515 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction426:string#Object#inspect */
7516 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction426:string#Object#inspect_head */
7517 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction426:string#Object#args */
7518 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction426:math#Object#atan2 */
7519 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction426:math#Object#pi */
7520 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction426:math#Object#srand_from */
7521 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction426:math#Object#srand */
7522 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction426:stream#Object#poll */
7523 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction426:stream#Object#intern_poll */
7524 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction426:time#Object#get_time */
7525 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction426:file#Object#printn */
7526 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction426:file#Object#print */
7527 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction426:file#Object#getc */
7528 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction426:file#Object#gets */
7529 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction426:file#Object#getcwd */
7530 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction426:file#Object#file_getcwd */
7531 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction426:file#Object#stdin */
7532 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction426:file#Object#stdout */
7533 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction426:file#Object#stderr */
7534 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction426:model_base#Object#intrude_visibility */
7535 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction426:model_base#Object#public_visibility */
7536 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction426:model_base#Object#protected_visibility */
7537 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction426:model_base#Object#private_visibility */
7538 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction426:model_base#Object#none_visibility */
7539 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction426:model#Object#abstract_kind */
7540 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction426:model#Object#concrete_kind */
7541 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction426:model#Object#interface_kind */
7542 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction426:model#Object#enum_kind */
7543 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction426:model#Object#extern_kind */
7544 (nitmethod_t)VIRTUAL_parser__ReduceAction426__action, /* pointer to parser:ReduceAction426:parser#ReduceAction426#action */
7545 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction426:parser#ReduceAction#concat */
7546 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction426:parser#ReduceAction#init */
7547 }
7548 };
7549 /* allocate ReduceAction426 */
7550 val* NEW_parser__ReduceAction426(const struct type* type) {
7551 val* self /* : ReduceAction426 */;
7552 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7553 self->type = type;
7554 self->class = &class_parser__ReduceAction426;
7555 return self;
7556 }
7557 /* allocate ReduceAction426 */
7558 void CHECK_NEW_parser__ReduceAction426(val* self) {
7559 long var /* : Int */;
7560 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction426> */
7561 }
7562 /* runtime class parser__ReduceAction427 */
7563 const struct class class_parser__ReduceAction427 = {
7564 0, /* box_kind */
7565 {
7566 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction427:kernel#Object#object_id */
7567 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction427:kernel#Object#is_same_type */
7568 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction427:kernel#Object#== */
7569 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction427:kernel#Object#!= */
7570 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction427:kernel#Object#output */
7571 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction427:kernel#Object#output_class_name */
7572 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction427:kernel#Object#exit */
7573 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction427:kernel#Object#sys */
7574 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction427:kernel#Object#hash */
7575 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction427:string#Object#to_s */
7576 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction427:string#Object#native_class_name */
7577 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction427:string#Object#class_name */
7578 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction427:string#Object#inspect */
7579 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction427:string#Object#inspect_head */
7580 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction427:string#Object#args */
7581 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction427:math#Object#atan2 */
7582 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction427:math#Object#pi */
7583 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction427:math#Object#srand_from */
7584 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction427:math#Object#srand */
7585 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction427:stream#Object#poll */
7586 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction427:stream#Object#intern_poll */
7587 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction427:time#Object#get_time */
7588 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction427:file#Object#printn */
7589 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction427:file#Object#print */
7590 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction427:file#Object#getc */
7591 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction427:file#Object#gets */
7592 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction427:file#Object#getcwd */
7593 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction427:file#Object#file_getcwd */
7594 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction427:file#Object#stdin */
7595 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction427:file#Object#stdout */
7596 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction427:file#Object#stderr */
7597 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction427:model_base#Object#intrude_visibility */
7598 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction427:model_base#Object#public_visibility */
7599 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction427:model_base#Object#protected_visibility */
7600 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction427:model_base#Object#private_visibility */
7601 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction427:model_base#Object#none_visibility */
7602 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction427:model#Object#abstract_kind */
7603 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction427:model#Object#concrete_kind */
7604 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction427:model#Object#interface_kind */
7605 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction427:model#Object#enum_kind */
7606 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction427:model#Object#extern_kind */
7607 (nitmethod_t)VIRTUAL_parser__ReduceAction427__action, /* pointer to parser:ReduceAction427:parser#ReduceAction427#action */
7608 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction427:parser#ReduceAction#concat */
7609 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction427:parser#ReduceAction#init */
7610 }
7611 };
7612 /* allocate ReduceAction427 */
7613 val* NEW_parser__ReduceAction427(const struct type* type) {
7614 val* self /* : ReduceAction427 */;
7615 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7616 self->type = type;
7617 self->class = &class_parser__ReduceAction427;
7618 return self;
7619 }
7620 /* allocate ReduceAction427 */
7621 void CHECK_NEW_parser__ReduceAction427(val* self) {
7622 long var /* : Int */;
7623 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction427> */
7624 }
7625 /* runtime class parser__ReduceAction428 */
7626 const struct class class_parser__ReduceAction428 = {
7627 0, /* box_kind */
7628 {
7629 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction428:kernel#Object#object_id */
7630 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction428:kernel#Object#is_same_type */
7631 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction428:kernel#Object#== */
7632 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction428:kernel#Object#!= */
7633 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction428:kernel#Object#output */
7634 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction428:kernel#Object#output_class_name */
7635 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction428:kernel#Object#exit */
7636 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction428:kernel#Object#sys */
7637 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction428:kernel#Object#hash */
7638 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction428:string#Object#to_s */
7639 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction428:string#Object#native_class_name */
7640 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction428:string#Object#class_name */
7641 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction428:string#Object#inspect */
7642 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction428:string#Object#inspect_head */
7643 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction428:string#Object#args */
7644 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction428:math#Object#atan2 */
7645 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction428:math#Object#pi */
7646 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction428:math#Object#srand_from */
7647 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction428:math#Object#srand */
7648 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction428:stream#Object#poll */
7649 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction428:stream#Object#intern_poll */
7650 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction428:time#Object#get_time */
7651 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction428:file#Object#printn */
7652 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction428:file#Object#print */
7653 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction428:file#Object#getc */
7654 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction428:file#Object#gets */
7655 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction428:file#Object#getcwd */
7656 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction428:file#Object#file_getcwd */
7657 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction428:file#Object#stdin */
7658 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction428:file#Object#stdout */
7659 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction428:file#Object#stderr */
7660 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction428:model_base#Object#intrude_visibility */
7661 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction428:model_base#Object#public_visibility */
7662 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction428:model_base#Object#protected_visibility */
7663 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction428:model_base#Object#private_visibility */
7664 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction428:model_base#Object#none_visibility */
7665 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction428:model#Object#abstract_kind */
7666 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction428:model#Object#concrete_kind */
7667 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction428:model#Object#interface_kind */
7668 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction428:model#Object#enum_kind */
7669 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction428:model#Object#extern_kind */
7670 (nitmethod_t)VIRTUAL_parser__ReduceAction428__action, /* pointer to parser:ReduceAction428:parser#ReduceAction428#action */
7671 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction428:parser#ReduceAction#concat */
7672 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction428:parser#ReduceAction#init */
7673 }
7674 };
7675 /* allocate ReduceAction428 */
7676 val* NEW_parser__ReduceAction428(const struct type* type) {
7677 val* self /* : ReduceAction428 */;
7678 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7679 self->type = type;
7680 self->class = &class_parser__ReduceAction428;
7681 return self;
7682 }
7683 /* allocate ReduceAction428 */
7684 void CHECK_NEW_parser__ReduceAction428(val* self) {
7685 long var /* : Int */;
7686 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction428> */
7687 }
7688 /* runtime class parser__ReduceAction429 */
7689 const struct class class_parser__ReduceAction429 = {
7690 0, /* box_kind */
7691 {
7692 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction429:kernel#Object#object_id */
7693 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction429:kernel#Object#is_same_type */
7694 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction429:kernel#Object#== */
7695 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction429:kernel#Object#!= */
7696 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction429:kernel#Object#output */
7697 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction429:kernel#Object#output_class_name */
7698 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction429:kernel#Object#exit */
7699 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction429:kernel#Object#sys */
7700 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction429:kernel#Object#hash */
7701 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction429:string#Object#to_s */
7702 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction429:string#Object#native_class_name */
7703 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction429:string#Object#class_name */
7704 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction429:string#Object#inspect */
7705 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction429:string#Object#inspect_head */
7706 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction429:string#Object#args */
7707 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction429:math#Object#atan2 */
7708 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction429:math#Object#pi */
7709 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction429:math#Object#srand_from */
7710 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction429:math#Object#srand */
7711 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction429:stream#Object#poll */
7712 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction429:stream#Object#intern_poll */
7713 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction429:time#Object#get_time */
7714 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction429:file#Object#printn */
7715 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction429:file#Object#print */
7716 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction429:file#Object#getc */
7717 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction429:file#Object#gets */
7718 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction429:file#Object#getcwd */
7719 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction429:file#Object#file_getcwd */
7720 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction429:file#Object#stdin */
7721 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction429:file#Object#stdout */
7722 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction429:file#Object#stderr */
7723 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction429:model_base#Object#intrude_visibility */
7724 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction429:model_base#Object#public_visibility */
7725 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction429:model_base#Object#protected_visibility */
7726 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction429:model_base#Object#private_visibility */
7727 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction429:model_base#Object#none_visibility */
7728 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction429:model#Object#abstract_kind */
7729 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction429:model#Object#concrete_kind */
7730 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction429:model#Object#interface_kind */
7731 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction429:model#Object#enum_kind */
7732 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction429:model#Object#extern_kind */
7733 (nitmethod_t)VIRTUAL_parser__ReduceAction429__action, /* pointer to parser:ReduceAction429:parser#ReduceAction429#action */
7734 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction429:parser#ReduceAction#concat */
7735 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction429:parser#ReduceAction#init */
7736 }
7737 };
7738 /* allocate ReduceAction429 */
7739 val* NEW_parser__ReduceAction429(const struct type* type) {
7740 val* self /* : ReduceAction429 */;
7741 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7742 self->type = type;
7743 self->class = &class_parser__ReduceAction429;
7744 return self;
7745 }
7746 /* allocate ReduceAction429 */
7747 void CHECK_NEW_parser__ReduceAction429(val* self) {
7748 long var /* : Int */;
7749 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction429> */
7750 }
7751 /* runtime class parser__ReduceAction430 */
7752 const struct class class_parser__ReduceAction430 = {
7753 0, /* box_kind */
7754 {
7755 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction430:kernel#Object#object_id */
7756 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction430:kernel#Object#is_same_type */
7757 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction430:kernel#Object#== */
7758 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction430:kernel#Object#!= */
7759 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction430:kernel#Object#output */
7760 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction430:kernel#Object#output_class_name */
7761 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction430:kernel#Object#exit */
7762 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction430:kernel#Object#sys */
7763 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction430:kernel#Object#hash */
7764 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction430:string#Object#to_s */
7765 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction430:string#Object#native_class_name */
7766 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction430:string#Object#class_name */
7767 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction430:string#Object#inspect */
7768 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction430:string#Object#inspect_head */
7769 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction430:string#Object#args */
7770 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction430:math#Object#atan2 */
7771 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction430:math#Object#pi */
7772 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction430:math#Object#srand_from */
7773 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction430:math#Object#srand */
7774 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction430:stream#Object#poll */
7775 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction430:stream#Object#intern_poll */
7776 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction430:time#Object#get_time */
7777 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction430:file#Object#printn */
7778 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction430:file#Object#print */
7779 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction430:file#Object#getc */
7780 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction430:file#Object#gets */
7781 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction430:file#Object#getcwd */
7782 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction430:file#Object#file_getcwd */
7783 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction430:file#Object#stdin */
7784 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction430:file#Object#stdout */
7785 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction430:file#Object#stderr */
7786 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction430:model_base#Object#intrude_visibility */
7787 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction430:model_base#Object#public_visibility */
7788 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction430:model_base#Object#protected_visibility */
7789 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction430:model_base#Object#private_visibility */
7790 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction430:model_base#Object#none_visibility */
7791 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction430:model#Object#abstract_kind */
7792 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction430:model#Object#concrete_kind */
7793 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction430:model#Object#interface_kind */
7794 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction430:model#Object#enum_kind */
7795 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction430:model#Object#extern_kind */
7796 (nitmethod_t)VIRTUAL_parser__ReduceAction430__action, /* pointer to parser:ReduceAction430:parser#ReduceAction430#action */
7797 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction430:parser#ReduceAction#concat */
7798 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction430:parser#ReduceAction#init */
7799 }
7800 };
7801 /* allocate ReduceAction430 */
7802 val* NEW_parser__ReduceAction430(const struct type* type) {
7803 val* self /* : ReduceAction430 */;
7804 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7805 self->type = type;
7806 self->class = &class_parser__ReduceAction430;
7807 return self;
7808 }
7809 /* allocate ReduceAction430 */
7810 void CHECK_NEW_parser__ReduceAction430(val* self) {
7811 long var /* : Int */;
7812 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction430> */
7813 }
7814 /* runtime class parser__ReduceAction431 */
7815 const struct class class_parser__ReduceAction431 = {
7816 0, /* box_kind */
7817 {
7818 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction431:kernel#Object#object_id */
7819 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction431:kernel#Object#is_same_type */
7820 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction431:kernel#Object#== */
7821 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction431:kernel#Object#!= */
7822 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction431:kernel#Object#output */
7823 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction431:kernel#Object#output_class_name */
7824 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction431:kernel#Object#exit */
7825 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction431:kernel#Object#sys */
7826 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction431:kernel#Object#hash */
7827 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction431:string#Object#to_s */
7828 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction431:string#Object#native_class_name */
7829 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction431:string#Object#class_name */
7830 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction431:string#Object#inspect */
7831 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction431:string#Object#inspect_head */
7832 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction431:string#Object#args */
7833 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction431:math#Object#atan2 */
7834 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction431:math#Object#pi */
7835 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction431:math#Object#srand_from */
7836 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction431:math#Object#srand */
7837 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction431:stream#Object#poll */
7838 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction431:stream#Object#intern_poll */
7839 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction431:time#Object#get_time */
7840 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction431:file#Object#printn */
7841 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction431:file#Object#print */
7842 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction431:file#Object#getc */
7843 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction431:file#Object#gets */
7844 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction431:file#Object#getcwd */
7845 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction431:file#Object#file_getcwd */
7846 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction431:file#Object#stdin */
7847 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction431:file#Object#stdout */
7848 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction431:file#Object#stderr */
7849 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction431:model_base#Object#intrude_visibility */
7850 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction431:model_base#Object#public_visibility */
7851 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction431:model_base#Object#protected_visibility */
7852 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction431:model_base#Object#private_visibility */
7853 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction431:model_base#Object#none_visibility */
7854 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction431:model#Object#abstract_kind */
7855 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction431:model#Object#concrete_kind */
7856 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction431:model#Object#interface_kind */
7857 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction431:model#Object#enum_kind */
7858 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction431:model#Object#extern_kind */
7859 (nitmethod_t)VIRTUAL_parser__ReduceAction431__action, /* pointer to parser:ReduceAction431:parser#ReduceAction431#action */
7860 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction431:parser#ReduceAction#concat */
7861 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction431:parser#ReduceAction#init */
7862 }
7863 };
7864 /* allocate ReduceAction431 */
7865 val* NEW_parser__ReduceAction431(const struct type* type) {
7866 val* self /* : ReduceAction431 */;
7867 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7868 self->type = type;
7869 self->class = &class_parser__ReduceAction431;
7870 return self;
7871 }
7872 /* allocate ReduceAction431 */
7873 void CHECK_NEW_parser__ReduceAction431(val* self) {
7874 long var /* : Int */;
7875 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction431> */
7876 }
7877 /* runtime class parser__ReduceAction432 */
7878 const struct class class_parser__ReduceAction432 = {
7879 0, /* box_kind */
7880 {
7881 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction432:kernel#Object#object_id */
7882 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction432:kernel#Object#is_same_type */
7883 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction432:kernel#Object#== */
7884 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction432:kernel#Object#!= */
7885 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction432:kernel#Object#output */
7886 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction432:kernel#Object#output_class_name */
7887 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction432:kernel#Object#exit */
7888 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction432:kernel#Object#sys */
7889 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction432:kernel#Object#hash */
7890 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction432:string#Object#to_s */
7891 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction432:string#Object#native_class_name */
7892 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction432:string#Object#class_name */
7893 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction432:string#Object#inspect */
7894 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction432:string#Object#inspect_head */
7895 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction432:string#Object#args */
7896 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction432:math#Object#atan2 */
7897 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction432:math#Object#pi */
7898 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction432:math#Object#srand_from */
7899 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction432:math#Object#srand */
7900 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction432:stream#Object#poll */
7901 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction432:stream#Object#intern_poll */
7902 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction432:time#Object#get_time */
7903 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction432:file#Object#printn */
7904 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction432:file#Object#print */
7905 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction432:file#Object#getc */
7906 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction432:file#Object#gets */
7907 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction432:file#Object#getcwd */
7908 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction432:file#Object#file_getcwd */
7909 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction432:file#Object#stdin */
7910 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction432:file#Object#stdout */
7911 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction432:file#Object#stderr */
7912 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction432:model_base#Object#intrude_visibility */
7913 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction432:model_base#Object#public_visibility */
7914 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction432:model_base#Object#protected_visibility */
7915 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction432:model_base#Object#private_visibility */
7916 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction432:model_base#Object#none_visibility */
7917 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction432:model#Object#abstract_kind */
7918 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction432:model#Object#concrete_kind */
7919 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction432:model#Object#interface_kind */
7920 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction432:model#Object#enum_kind */
7921 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction432:model#Object#extern_kind */
7922 (nitmethod_t)VIRTUAL_parser__ReduceAction432__action, /* pointer to parser:ReduceAction432:parser#ReduceAction432#action */
7923 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction432:parser#ReduceAction#concat */
7924 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction432:parser#ReduceAction#init */
7925 }
7926 };
7927 /* allocate ReduceAction432 */
7928 val* NEW_parser__ReduceAction432(const struct type* type) {
7929 val* self /* : ReduceAction432 */;
7930 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7931 self->type = type;
7932 self->class = &class_parser__ReduceAction432;
7933 return self;
7934 }
7935 /* allocate ReduceAction432 */
7936 void CHECK_NEW_parser__ReduceAction432(val* self) {
7937 long var /* : Int */;
7938 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction432> */
7939 }
7940 /* runtime class parser__ReduceAction433 */
7941 const struct class class_parser__ReduceAction433 = {
7942 0, /* box_kind */
7943 {
7944 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction433:kernel#Object#object_id */
7945 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction433:kernel#Object#is_same_type */
7946 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction433:kernel#Object#== */
7947 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction433:kernel#Object#!= */
7948 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction433:kernel#Object#output */
7949 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction433:kernel#Object#output_class_name */
7950 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction433:kernel#Object#exit */
7951 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction433:kernel#Object#sys */
7952 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction433:kernel#Object#hash */
7953 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction433:string#Object#to_s */
7954 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction433:string#Object#native_class_name */
7955 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction433:string#Object#class_name */
7956 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction433:string#Object#inspect */
7957 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction433:string#Object#inspect_head */
7958 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction433:string#Object#args */
7959 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction433:math#Object#atan2 */
7960 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction433:math#Object#pi */
7961 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction433:math#Object#srand_from */
7962 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction433:math#Object#srand */
7963 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction433:stream#Object#poll */
7964 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction433:stream#Object#intern_poll */
7965 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction433:time#Object#get_time */
7966 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction433:file#Object#printn */
7967 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction433:file#Object#print */
7968 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction433:file#Object#getc */
7969 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction433:file#Object#gets */
7970 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction433:file#Object#getcwd */
7971 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction433:file#Object#file_getcwd */
7972 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction433:file#Object#stdin */
7973 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction433:file#Object#stdout */
7974 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction433:file#Object#stderr */
7975 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction433:model_base#Object#intrude_visibility */
7976 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction433:model_base#Object#public_visibility */
7977 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction433:model_base#Object#protected_visibility */
7978 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction433:model_base#Object#private_visibility */
7979 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction433:model_base#Object#none_visibility */
7980 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction433:model#Object#abstract_kind */
7981 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction433:model#Object#concrete_kind */
7982 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction433:model#Object#interface_kind */
7983 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction433:model#Object#enum_kind */
7984 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction433:model#Object#extern_kind */
7985 (nitmethod_t)VIRTUAL_parser__ReduceAction433__action, /* pointer to parser:ReduceAction433:parser#ReduceAction433#action */
7986 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction433:parser#ReduceAction#concat */
7987 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction433:parser#ReduceAction#init */
7988 }
7989 };
7990 /* allocate ReduceAction433 */
7991 val* NEW_parser__ReduceAction433(const struct type* type) {
7992 val* self /* : ReduceAction433 */;
7993 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7994 self->type = type;
7995 self->class = &class_parser__ReduceAction433;
7996 return self;
7997 }
7998 /* allocate ReduceAction433 */
7999 void CHECK_NEW_parser__ReduceAction433(val* self) {
8000 long var /* : Int */;
8001 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction433> */
8002 }
8003 /* runtime class parser__ReduceAction434 */
8004 const struct class class_parser__ReduceAction434 = {
8005 0, /* box_kind */
8006 {
8007 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction434:kernel#Object#object_id */
8008 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction434:kernel#Object#is_same_type */
8009 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction434:kernel#Object#== */
8010 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction434:kernel#Object#!= */
8011 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction434:kernel#Object#output */
8012 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction434:kernel#Object#output_class_name */
8013 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction434:kernel#Object#exit */
8014 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction434:kernel#Object#sys */
8015 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction434:kernel#Object#hash */
8016 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction434:string#Object#to_s */
8017 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction434:string#Object#native_class_name */
8018 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction434:string#Object#class_name */
8019 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction434:string#Object#inspect */
8020 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction434:string#Object#inspect_head */
8021 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction434:string#Object#args */
8022 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction434:math#Object#atan2 */
8023 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction434:math#Object#pi */
8024 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction434:math#Object#srand_from */
8025 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction434:math#Object#srand */
8026 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction434:stream#Object#poll */
8027 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction434:stream#Object#intern_poll */
8028 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction434:time#Object#get_time */
8029 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction434:file#Object#printn */
8030 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction434:file#Object#print */
8031 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction434:file#Object#getc */
8032 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction434:file#Object#gets */
8033 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction434:file#Object#getcwd */
8034 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction434:file#Object#file_getcwd */
8035 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction434:file#Object#stdin */
8036 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction434:file#Object#stdout */
8037 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction434:file#Object#stderr */
8038 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction434:model_base#Object#intrude_visibility */
8039 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction434:model_base#Object#public_visibility */
8040 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction434:model_base#Object#protected_visibility */
8041 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction434:model_base#Object#private_visibility */
8042 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction434:model_base#Object#none_visibility */
8043 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction434:model#Object#abstract_kind */
8044 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction434:model#Object#concrete_kind */
8045 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction434:model#Object#interface_kind */
8046 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction434:model#Object#enum_kind */
8047 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction434:model#Object#extern_kind */
8048 (nitmethod_t)VIRTUAL_parser__ReduceAction434__action, /* pointer to parser:ReduceAction434:parser#ReduceAction434#action */
8049 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction434:parser#ReduceAction#concat */
8050 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction434:parser#ReduceAction#init */
8051 }
8052 };
8053 /* allocate ReduceAction434 */
8054 val* NEW_parser__ReduceAction434(const struct type* type) {
8055 val* self /* : ReduceAction434 */;
8056 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8057 self->type = type;
8058 self->class = &class_parser__ReduceAction434;
8059 return self;
8060 }
8061 /* allocate ReduceAction434 */
8062 void CHECK_NEW_parser__ReduceAction434(val* self) {
8063 long var /* : Int */;
8064 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction434> */
8065 }
8066 /* runtime class parser__ReduceAction435 */
8067 const struct class class_parser__ReduceAction435 = {
8068 0, /* box_kind */
8069 {
8070 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction435:kernel#Object#object_id */
8071 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction435:kernel#Object#is_same_type */
8072 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction435:kernel#Object#== */
8073 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction435:kernel#Object#!= */
8074 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction435:kernel#Object#output */
8075 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction435:kernel#Object#output_class_name */
8076 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction435:kernel#Object#exit */
8077 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction435:kernel#Object#sys */
8078 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction435:kernel#Object#hash */
8079 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction435:string#Object#to_s */
8080 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction435:string#Object#native_class_name */
8081 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction435:string#Object#class_name */
8082 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction435:string#Object#inspect */
8083 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction435:string#Object#inspect_head */
8084 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction435:string#Object#args */
8085 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction435:math#Object#atan2 */
8086 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction435:math#Object#pi */
8087 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction435:math#Object#srand_from */
8088 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction435:math#Object#srand */
8089 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction435:stream#Object#poll */
8090 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction435:stream#Object#intern_poll */
8091 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction435:time#Object#get_time */
8092 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction435:file#Object#printn */
8093 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction435:file#Object#print */
8094 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction435:file#Object#getc */
8095 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction435:file#Object#gets */
8096 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction435:file#Object#getcwd */
8097 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction435:file#Object#file_getcwd */
8098 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction435:file#Object#stdin */
8099 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction435:file#Object#stdout */
8100 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction435:file#Object#stderr */
8101 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction435:model_base#Object#intrude_visibility */
8102 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction435:model_base#Object#public_visibility */
8103 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction435:model_base#Object#protected_visibility */
8104 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction435:model_base#Object#private_visibility */
8105 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction435:model_base#Object#none_visibility */
8106 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction435:model#Object#abstract_kind */
8107 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction435:model#Object#concrete_kind */
8108 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction435:model#Object#interface_kind */
8109 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction435:model#Object#enum_kind */
8110 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction435:model#Object#extern_kind */
8111 (nitmethod_t)VIRTUAL_parser__ReduceAction435__action, /* pointer to parser:ReduceAction435:parser#ReduceAction435#action */
8112 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction435:parser#ReduceAction#concat */
8113 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction435:parser#ReduceAction#init */
8114 }
8115 };
8116 /* allocate ReduceAction435 */
8117 val* NEW_parser__ReduceAction435(const struct type* type) {
8118 val* self /* : ReduceAction435 */;
8119 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8120 self->type = type;
8121 self->class = &class_parser__ReduceAction435;
8122 return self;
8123 }
8124 /* allocate ReduceAction435 */
8125 void CHECK_NEW_parser__ReduceAction435(val* self) {
8126 long var /* : Int */;
8127 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction435> */
8128 }
8129 /* runtime class parser__ReduceAction436 */
8130 const struct class class_parser__ReduceAction436 = {
8131 0, /* box_kind */
8132 {
8133 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction436:kernel#Object#object_id */
8134 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction436:kernel#Object#is_same_type */
8135 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction436:kernel#Object#== */
8136 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction436:kernel#Object#!= */
8137 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction436:kernel#Object#output */
8138 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction436:kernel#Object#output_class_name */
8139 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction436:kernel#Object#exit */
8140 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction436:kernel#Object#sys */
8141 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction436:kernel#Object#hash */
8142 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction436:string#Object#to_s */
8143 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction436:string#Object#native_class_name */
8144 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction436:string#Object#class_name */
8145 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction436:string#Object#inspect */
8146 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction436:string#Object#inspect_head */
8147 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction436:string#Object#args */
8148 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction436:math#Object#atan2 */
8149 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction436:math#Object#pi */
8150 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction436:math#Object#srand_from */
8151 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction436:math#Object#srand */
8152 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction436:stream#Object#poll */
8153 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction436:stream#Object#intern_poll */
8154 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction436:time#Object#get_time */
8155 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction436:file#Object#printn */
8156 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction436:file#Object#print */
8157 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction436:file#Object#getc */
8158 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction436:file#Object#gets */
8159 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction436:file#Object#getcwd */
8160 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction436:file#Object#file_getcwd */
8161 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction436:file#Object#stdin */
8162 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction436:file#Object#stdout */
8163 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction436:file#Object#stderr */
8164 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction436:model_base#Object#intrude_visibility */
8165 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction436:model_base#Object#public_visibility */
8166 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction436:model_base#Object#protected_visibility */
8167 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction436:model_base#Object#private_visibility */
8168 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction436:model_base#Object#none_visibility */
8169 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction436:model#Object#abstract_kind */
8170 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction436:model#Object#concrete_kind */
8171 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction436:model#Object#interface_kind */
8172 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction436:model#Object#enum_kind */
8173 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction436:model#Object#extern_kind */
8174 (nitmethod_t)VIRTUAL_parser__ReduceAction436__action, /* pointer to parser:ReduceAction436:parser#ReduceAction436#action */
8175 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction436:parser#ReduceAction#concat */
8176 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction436:parser#ReduceAction#init */
8177 }
8178 };
8179 /* allocate ReduceAction436 */
8180 val* NEW_parser__ReduceAction436(const struct type* type) {
8181 val* self /* : ReduceAction436 */;
8182 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8183 self->type = type;
8184 self->class = &class_parser__ReduceAction436;
8185 return self;
8186 }
8187 /* allocate ReduceAction436 */
8188 void CHECK_NEW_parser__ReduceAction436(val* self) {
8189 long var /* : Int */;
8190 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction436> */
8191 }
8192 /* runtime class parser__ReduceAction437 */
8193 const struct class class_parser__ReduceAction437 = {
8194 0, /* box_kind */
8195 {
8196 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction437:kernel#Object#object_id */
8197 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction437:kernel#Object#is_same_type */
8198 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction437:kernel#Object#== */
8199 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction437:kernel#Object#!= */
8200 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction437:kernel#Object#output */
8201 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction437:kernel#Object#output_class_name */
8202 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction437:kernel#Object#exit */
8203 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction437:kernel#Object#sys */
8204 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction437:kernel#Object#hash */
8205 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction437:string#Object#to_s */
8206 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction437:string#Object#native_class_name */
8207 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction437:string#Object#class_name */
8208 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction437:string#Object#inspect */
8209 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction437:string#Object#inspect_head */
8210 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction437:string#Object#args */
8211 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction437:math#Object#atan2 */
8212 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction437:math#Object#pi */
8213 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction437:math#Object#srand_from */
8214 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction437:math#Object#srand */
8215 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction437:stream#Object#poll */
8216 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction437:stream#Object#intern_poll */
8217 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction437:time#Object#get_time */
8218 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction437:file#Object#printn */
8219 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction437:file#Object#print */
8220 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction437:file#Object#getc */
8221 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction437:file#Object#gets */
8222 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction437:file#Object#getcwd */
8223 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction437:file#Object#file_getcwd */
8224 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction437:file#Object#stdin */
8225 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction437:file#Object#stdout */
8226 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction437:file#Object#stderr */
8227 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction437:model_base#Object#intrude_visibility */
8228 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction437:model_base#Object#public_visibility */
8229 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction437:model_base#Object#protected_visibility */
8230 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction437:model_base#Object#private_visibility */
8231 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction437:model_base#Object#none_visibility */
8232 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction437:model#Object#abstract_kind */
8233 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction437:model#Object#concrete_kind */
8234 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction437:model#Object#interface_kind */
8235 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction437:model#Object#enum_kind */
8236 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction437:model#Object#extern_kind */
8237 (nitmethod_t)VIRTUAL_parser__ReduceAction437__action, /* pointer to parser:ReduceAction437:parser#ReduceAction437#action */
8238 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction437:parser#ReduceAction#concat */
8239 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction437:parser#ReduceAction#init */
8240 }
8241 };
8242 /* allocate ReduceAction437 */
8243 val* NEW_parser__ReduceAction437(const struct type* type) {
8244 val* self /* : ReduceAction437 */;
8245 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8246 self->type = type;
8247 self->class = &class_parser__ReduceAction437;
8248 return self;
8249 }
8250 /* allocate ReduceAction437 */
8251 void CHECK_NEW_parser__ReduceAction437(val* self) {
8252 long var /* : Int */;
8253 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction437> */
8254 }
8255 /* runtime class parser__ReduceAction438 */
8256 const struct class class_parser__ReduceAction438 = {
8257 0, /* box_kind */
8258 {
8259 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction438:kernel#Object#object_id */
8260 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction438:kernel#Object#is_same_type */
8261 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction438:kernel#Object#== */
8262 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction438:kernel#Object#!= */
8263 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction438:kernel#Object#output */
8264 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction438:kernel#Object#output_class_name */
8265 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction438:kernel#Object#exit */
8266 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction438:kernel#Object#sys */
8267 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction438:kernel#Object#hash */
8268 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction438:string#Object#to_s */
8269 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction438:string#Object#native_class_name */
8270 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction438:string#Object#class_name */
8271 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction438:string#Object#inspect */
8272 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction438:string#Object#inspect_head */
8273 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction438:string#Object#args */
8274 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction438:math#Object#atan2 */
8275 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction438:math#Object#pi */
8276 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction438:math#Object#srand_from */
8277 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction438:math#Object#srand */
8278 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction438:stream#Object#poll */
8279 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction438:stream#Object#intern_poll */
8280 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction438:time#Object#get_time */
8281 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction438:file#Object#printn */
8282 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction438:file#Object#print */
8283 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction438:file#Object#getc */
8284 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction438:file#Object#gets */
8285 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction438:file#Object#getcwd */
8286 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction438:file#Object#file_getcwd */
8287 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction438:file#Object#stdin */
8288 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction438:file#Object#stdout */
8289 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction438:file#Object#stderr */
8290 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction438:model_base#Object#intrude_visibility */
8291 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction438:model_base#Object#public_visibility */
8292 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction438:model_base#Object#protected_visibility */
8293 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction438:model_base#Object#private_visibility */
8294 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction438:model_base#Object#none_visibility */
8295 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction438:model#Object#abstract_kind */
8296 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction438:model#Object#concrete_kind */
8297 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction438:model#Object#interface_kind */
8298 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction438:model#Object#enum_kind */
8299 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction438:model#Object#extern_kind */
8300 (nitmethod_t)VIRTUAL_parser__ReduceAction438__action, /* pointer to parser:ReduceAction438:parser#ReduceAction438#action */
8301 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction438:parser#ReduceAction#concat */
8302 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction438:parser#ReduceAction#init */
8303 }
8304 };
8305 /* allocate ReduceAction438 */
8306 val* NEW_parser__ReduceAction438(const struct type* type) {
8307 val* self /* : ReduceAction438 */;
8308 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8309 self->type = type;
8310 self->class = &class_parser__ReduceAction438;
8311 return self;
8312 }
8313 /* allocate ReduceAction438 */
8314 void CHECK_NEW_parser__ReduceAction438(val* self) {
8315 long var /* : Int */;
8316 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction438> */
8317 }
8318 /* runtime class parser__ReduceAction439 */
8319 const struct class class_parser__ReduceAction439 = {
8320 0, /* box_kind */
8321 {
8322 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction439:kernel#Object#object_id */
8323 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction439:kernel#Object#is_same_type */
8324 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction439:kernel#Object#== */
8325 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction439:kernel#Object#!= */
8326 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction439:kernel#Object#output */
8327 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction439:kernel#Object#output_class_name */
8328 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction439:kernel#Object#exit */
8329 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction439:kernel#Object#sys */
8330 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction439:kernel#Object#hash */
8331 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction439:string#Object#to_s */
8332 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction439:string#Object#native_class_name */
8333 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction439:string#Object#class_name */
8334 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction439:string#Object#inspect */
8335 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction439:string#Object#inspect_head */
8336 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction439:string#Object#args */
8337 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction439:math#Object#atan2 */
8338 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction439:math#Object#pi */
8339 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction439:math#Object#srand_from */
8340 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction439:math#Object#srand */
8341 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction439:stream#Object#poll */
8342 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction439:stream#Object#intern_poll */
8343 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction439:time#Object#get_time */
8344 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction439:file#Object#printn */
8345 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction439:file#Object#print */
8346 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction439:file#Object#getc */
8347 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction439:file#Object#gets */
8348 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction439:file#Object#getcwd */
8349 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction439:file#Object#file_getcwd */
8350 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction439:file#Object#stdin */
8351 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction439:file#Object#stdout */
8352 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction439:file#Object#stderr */
8353 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction439:model_base#Object#intrude_visibility */
8354 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction439:model_base#Object#public_visibility */
8355 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction439:model_base#Object#protected_visibility */
8356 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction439:model_base#Object#private_visibility */
8357 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction439:model_base#Object#none_visibility */
8358 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction439:model#Object#abstract_kind */
8359 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction439:model#Object#concrete_kind */
8360 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction439:model#Object#interface_kind */
8361 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction439:model#Object#enum_kind */
8362 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction439:model#Object#extern_kind */
8363 (nitmethod_t)VIRTUAL_parser__ReduceAction439__action, /* pointer to parser:ReduceAction439:parser#ReduceAction439#action */
8364 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction439:parser#ReduceAction#concat */
8365 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction439:parser#ReduceAction#init */
8366 }
8367 };
8368 /* allocate ReduceAction439 */
8369 val* NEW_parser__ReduceAction439(const struct type* type) {
8370 val* self /* : ReduceAction439 */;
8371 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8372 self->type = type;
8373 self->class = &class_parser__ReduceAction439;
8374 return self;
8375 }
8376 /* allocate ReduceAction439 */
8377 void CHECK_NEW_parser__ReduceAction439(val* self) {
8378 long var /* : Int */;
8379 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction439> */
8380 }
8381 /* runtime class parser__ReduceAction440 */
8382 const struct class class_parser__ReduceAction440 = {
8383 0, /* box_kind */
8384 {
8385 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction440:kernel#Object#object_id */
8386 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction440:kernel#Object#is_same_type */
8387 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction440:kernel#Object#== */
8388 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction440:kernel#Object#!= */
8389 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction440:kernel#Object#output */
8390 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction440:kernel#Object#output_class_name */
8391 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction440:kernel#Object#exit */
8392 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction440:kernel#Object#sys */
8393 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction440:kernel#Object#hash */
8394 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction440:string#Object#to_s */
8395 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction440:string#Object#native_class_name */
8396 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction440:string#Object#class_name */
8397 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction440:string#Object#inspect */
8398 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction440:string#Object#inspect_head */
8399 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction440:string#Object#args */
8400 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction440:math#Object#atan2 */
8401 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction440:math#Object#pi */
8402 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction440:math#Object#srand_from */
8403 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction440:math#Object#srand */
8404 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction440:stream#Object#poll */
8405 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction440:stream#Object#intern_poll */
8406 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction440:time#Object#get_time */
8407 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction440:file#Object#printn */
8408 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction440:file#Object#print */
8409 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction440:file#Object#getc */
8410 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction440:file#Object#gets */
8411 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction440:file#Object#getcwd */
8412 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction440:file#Object#file_getcwd */
8413 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction440:file#Object#stdin */
8414 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction440:file#Object#stdout */
8415 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction440:file#Object#stderr */
8416 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction440:model_base#Object#intrude_visibility */
8417 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction440:model_base#Object#public_visibility */
8418 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction440:model_base#Object#protected_visibility */
8419 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction440:model_base#Object#private_visibility */
8420 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction440:model_base#Object#none_visibility */
8421 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction440:model#Object#abstract_kind */
8422 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction440:model#Object#concrete_kind */
8423 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction440:model#Object#interface_kind */
8424 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction440:model#Object#enum_kind */
8425 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction440:model#Object#extern_kind */
8426 (nitmethod_t)VIRTUAL_parser__ReduceAction440__action, /* pointer to parser:ReduceAction440:parser#ReduceAction440#action */
8427 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction440:parser#ReduceAction#concat */
8428 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction440:parser#ReduceAction#init */
8429 }
8430 };
8431 /* allocate ReduceAction440 */
8432 val* NEW_parser__ReduceAction440(const struct type* type) {
8433 val* self /* : ReduceAction440 */;
8434 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8435 self->type = type;
8436 self->class = &class_parser__ReduceAction440;
8437 return self;
8438 }
8439 /* allocate ReduceAction440 */
8440 void CHECK_NEW_parser__ReduceAction440(val* self) {
8441 long var /* : Int */;
8442 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction440> */
8443 }
8444 /* runtime class parser__ReduceAction441 */
8445 const struct class class_parser__ReduceAction441 = {
8446 0, /* box_kind */
8447 {
8448 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction441:kernel#Object#object_id */
8449 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction441:kernel#Object#is_same_type */
8450 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction441:kernel#Object#== */
8451 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction441:kernel#Object#!= */
8452 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction441:kernel#Object#output */
8453 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction441:kernel#Object#output_class_name */
8454 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction441:kernel#Object#exit */
8455 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction441:kernel#Object#sys */
8456 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction441:kernel#Object#hash */
8457 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction441:string#Object#to_s */
8458 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction441:string#Object#native_class_name */
8459 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction441:string#Object#class_name */
8460 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction441:string#Object#inspect */
8461 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction441:string#Object#inspect_head */
8462 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction441:string#Object#args */
8463 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction441:math#Object#atan2 */
8464 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction441:math#Object#pi */
8465 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction441:math#Object#srand_from */
8466 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction441:math#Object#srand */
8467 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction441:stream#Object#poll */
8468 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction441:stream#Object#intern_poll */
8469 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction441:time#Object#get_time */
8470 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction441:file#Object#printn */
8471 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction441:file#Object#print */
8472 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction441:file#Object#getc */
8473 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction441:file#Object#gets */
8474 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction441:file#Object#getcwd */
8475 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction441:file#Object#file_getcwd */
8476 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction441:file#Object#stdin */
8477 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction441:file#Object#stdout */
8478 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction441:file#Object#stderr */
8479 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction441:model_base#Object#intrude_visibility */
8480 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction441:model_base#Object#public_visibility */
8481 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction441:model_base#Object#protected_visibility */
8482 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction441:model_base#Object#private_visibility */
8483 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction441:model_base#Object#none_visibility */
8484 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction441:model#Object#abstract_kind */
8485 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction441:model#Object#concrete_kind */
8486 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction441:model#Object#interface_kind */
8487 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction441:model#Object#enum_kind */
8488 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction441:model#Object#extern_kind */
8489 (nitmethod_t)VIRTUAL_parser__ReduceAction441__action, /* pointer to parser:ReduceAction441:parser#ReduceAction441#action */
8490 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction441:parser#ReduceAction#concat */
8491 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction441:parser#ReduceAction#init */
8492 }
8493 };
8494 /* allocate ReduceAction441 */
8495 val* NEW_parser__ReduceAction441(const struct type* type) {
8496 val* self /* : ReduceAction441 */;
8497 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8498 self->type = type;
8499 self->class = &class_parser__ReduceAction441;
8500 return self;
8501 }
8502 /* allocate ReduceAction441 */
8503 void CHECK_NEW_parser__ReduceAction441(val* self) {
8504 long var /* : Int */;
8505 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction441> */
8506 }
8507 /* runtime class parser__ReduceAction442 */
8508 const struct class class_parser__ReduceAction442 = {
8509 0, /* box_kind */
8510 {
8511 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction442:kernel#Object#object_id */
8512 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction442:kernel#Object#is_same_type */
8513 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction442:kernel#Object#== */
8514 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction442:kernel#Object#!= */
8515 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction442:kernel#Object#output */
8516 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction442:kernel#Object#output_class_name */
8517 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction442:kernel#Object#exit */
8518 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction442:kernel#Object#sys */
8519 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction442:kernel#Object#hash */
8520 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction442:string#Object#to_s */
8521 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction442:string#Object#native_class_name */
8522 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction442:string#Object#class_name */
8523 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction442:string#Object#inspect */
8524 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction442:string#Object#inspect_head */
8525 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction442:string#Object#args */
8526 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction442:math#Object#atan2 */
8527 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction442:math#Object#pi */
8528 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction442:math#Object#srand_from */
8529 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction442:math#Object#srand */
8530 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction442:stream#Object#poll */
8531 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction442:stream#Object#intern_poll */
8532 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction442:time#Object#get_time */
8533 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction442:file#Object#printn */
8534 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction442:file#Object#print */
8535 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction442:file#Object#getc */
8536 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction442:file#Object#gets */
8537 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction442:file#Object#getcwd */
8538 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction442:file#Object#file_getcwd */
8539 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction442:file#Object#stdin */
8540 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction442:file#Object#stdout */
8541 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction442:file#Object#stderr */
8542 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction442:model_base#Object#intrude_visibility */
8543 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction442:model_base#Object#public_visibility */
8544 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction442:model_base#Object#protected_visibility */
8545 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction442:model_base#Object#private_visibility */
8546 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction442:model_base#Object#none_visibility */
8547 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction442:model#Object#abstract_kind */
8548 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction442:model#Object#concrete_kind */
8549 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction442:model#Object#interface_kind */
8550 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction442:model#Object#enum_kind */
8551 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction442:model#Object#extern_kind */
8552 (nitmethod_t)VIRTUAL_parser__ReduceAction442__action, /* pointer to parser:ReduceAction442:parser#ReduceAction442#action */
8553 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction442:parser#ReduceAction#concat */
8554 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction442:parser#ReduceAction#init */
8555 }
8556 };
8557 /* allocate ReduceAction442 */
8558 val* NEW_parser__ReduceAction442(const struct type* type) {
8559 val* self /* : ReduceAction442 */;
8560 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8561 self->type = type;
8562 self->class = &class_parser__ReduceAction442;
8563 return self;
8564 }
8565 /* allocate ReduceAction442 */
8566 void CHECK_NEW_parser__ReduceAction442(val* self) {
8567 long var /* : Int */;
8568 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction442> */
8569 }
8570 /* runtime class parser__ReduceAction443 */
8571 const struct class class_parser__ReduceAction443 = {
8572 0, /* box_kind */
8573 {
8574 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction443:kernel#Object#object_id */
8575 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction443:kernel#Object#is_same_type */
8576 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction443:kernel#Object#== */
8577 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction443:kernel#Object#!= */
8578 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction443:kernel#Object#output */
8579 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction443:kernel#Object#output_class_name */
8580 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction443:kernel#Object#exit */
8581 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction443:kernel#Object#sys */
8582 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction443:kernel#Object#hash */
8583 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction443:string#Object#to_s */
8584 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction443:string#Object#native_class_name */
8585 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction443:string#Object#class_name */
8586 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction443:string#Object#inspect */
8587 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction443:string#Object#inspect_head */
8588 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction443:string#Object#args */
8589 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction443:math#Object#atan2 */
8590 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction443:math#Object#pi */
8591 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction443:math#Object#srand_from */
8592 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction443:math#Object#srand */
8593 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction443:stream#Object#poll */
8594 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction443:stream#Object#intern_poll */
8595 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction443:time#Object#get_time */
8596 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction443:file#Object#printn */
8597 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction443:file#Object#print */
8598 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction443:file#Object#getc */
8599 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction443:file#Object#gets */
8600 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction443:file#Object#getcwd */
8601 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction443:file#Object#file_getcwd */
8602 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction443:file#Object#stdin */
8603 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction443:file#Object#stdout */
8604 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction443:file#Object#stderr */
8605 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction443:model_base#Object#intrude_visibility */
8606 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction443:model_base#Object#public_visibility */
8607 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction443:model_base#Object#protected_visibility */
8608 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction443:model_base#Object#private_visibility */
8609 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction443:model_base#Object#none_visibility */
8610 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction443:model#Object#abstract_kind */
8611 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction443:model#Object#concrete_kind */
8612 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction443:model#Object#interface_kind */
8613 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction443:model#Object#enum_kind */
8614 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction443:model#Object#extern_kind */
8615 (nitmethod_t)VIRTUAL_parser__ReduceAction443__action, /* pointer to parser:ReduceAction443:parser#ReduceAction443#action */
8616 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction443:parser#ReduceAction#concat */
8617 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction443:parser#ReduceAction#init */
8618 }
8619 };
8620 /* allocate ReduceAction443 */
8621 val* NEW_parser__ReduceAction443(const struct type* type) {
8622 val* self /* : ReduceAction443 */;
8623 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8624 self->type = type;
8625 self->class = &class_parser__ReduceAction443;
8626 return self;
8627 }
8628 /* allocate ReduceAction443 */
8629 void CHECK_NEW_parser__ReduceAction443(val* self) {
8630 long var /* : Int */;
8631 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction443> */
8632 }
8633 /* runtime class parser__ReduceAction444 */
8634 const struct class class_parser__ReduceAction444 = {
8635 0, /* box_kind */
8636 {
8637 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction444:kernel#Object#object_id */
8638 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction444:kernel#Object#is_same_type */
8639 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction444:kernel#Object#== */
8640 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction444:kernel#Object#!= */
8641 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction444:kernel#Object#output */
8642 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction444:kernel#Object#output_class_name */
8643 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction444:kernel#Object#exit */
8644 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction444:kernel#Object#sys */
8645 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction444:kernel#Object#hash */
8646 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction444:string#Object#to_s */
8647 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction444:string#Object#native_class_name */
8648 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction444:string#Object#class_name */
8649 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction444:string#Object#inspect */
8650 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction444:string#Object#inspect_head */
8651 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction444:string#Object#args */
8652 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction444:math#Object#atan2 */
8653 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction444:math#Object#pi */
8654 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction444:math#Object#srand_from */
8655 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction444:math#Object#srand */
8656 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction444:stream#Object#poll */
8657 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction444:stream#Object#intern_poll */
8658 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction444:time#Object#get_time */
8659 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction444:file#Object#printn */
8660 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction444:file#Object#print */
8661 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction444:file#Object#getc */
8662 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction444:file#Object#gets */
8663 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction444:file#Object#getcwd */
8664 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction444:file#Object#file_getcwd */
8665 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction444:file#Object#stdin */
8666 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction444:file#Object#stdout */
8667 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction444:file#Object#stderr */
8668 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction444:model_base#Object#intrude_visibility */
8669 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction444:model_base#Object#public_visibility */
8670 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction444:model_base#Object#protected_visibility */
8671 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction444:model_base#Object#private_visibility */
8672 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction444:model_base#Object#none_visibility */
8673 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction444:model#Object#abstract_kind */
8674 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction444:model#Object#concrete_kind */
8675 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction444:model#Object#interface_kind */
8676 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction444:model#Object#enum_kind */
8677 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction444:model#Object#extern_kind */
8678 (nitmethod_t)VIRTUAL_parser__ReduceAction444__action, /* pointer to parser:ReduceAction444:parser#ReduceAction444#action */
8679 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction444:parser#ReduceAction#concat */
8680 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction444:parser#ReduceAction#init */
8681 }
8682 };
8683 /* allocate ReduceAction444 */
8684 val* NEW_parser__ReduceAction444(const struct type* type) {
8685 val* self /* : ReduceAction444 */;
8686 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8687 self->type = type;
8688 self->class = &class_parser__ReduceAction444;
8689 return self;
8690 }
8691 /* allocate ReduceAction444 */
8692 void CHECK_NEW_parser__ReduceAction444(val* self) {
8693 long var /* : Int */;
8694 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction444> */
8695 }
8696 /* runtime class parser__ReduceAction445 */
8697 const struct class class_parser__ReduceAction445 = {
8698 0, /* box_kind */
8699 {
8700 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction445:kernel#Object#object_id */
8701 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction445:kernel#Object#is_same_type */
8702 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction445:kernel#Object#== */
8703 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction445:kernel#Object#!= */
8704 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction445:kernel#Object#output */
8705 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction445:kernel#Object#output_class_name */
8706 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction445:kernel#Object#exit */
8707 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction445:kernel#Object#sys */
8708 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction445:kernel#Object#hash */
8709 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction445:string#Object#to_s */
8710 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction445:string#Object#native_class_name */
8711 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction445:string#Object#class_name */
8712 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction445:string#Object#inspect */
8713 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction445:string#Object#inspect_head */
8714 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction445:string#Object#args */
8715 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction445:math#Object#atan2 */
8716 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction445:math#Object#pi */
8717 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction445:math#Object#srand_from */
8718 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction445:math#Object#srand */
8719 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction445:stream#Object#poll */
8720 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction445:stream#Object#intern_poll */
8721 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction445:time#Object#get_time */
8722 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction445:file#Object#printn */
8723 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction445:file#Object#print */
8724 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction445:file#Object#getc */
8725 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction445:file#Object#gets */
8726 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction445:file#Object#getcwd */
8727 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction445:file#Object#file_getcwd */
8728 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction445:file#Object#stdin */
8729 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction445:file#Object#stdout */
8730 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction445:file#Object#stderr */
8731 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction445:model_base#Object#intrude_visibility */
8732 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction445:model_base#Object#public_visibility */
8733 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction445:model_base#Object#protected_visibility */
8734 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction445:model_base#Object#private_visibility */
8735 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction445:model_base#Object#none_visibility */
8736 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction445:model#Object#abstract_kind */
8737 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction445:model#Object#concrete_kind */
8738 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction445:model#Object#interface_kind */
8739 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction445:model#Object#enum_kind */
8740 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction445:model#Object#extern_kind */
8741 (nitmethod_t)VIRTUAL_parser__ReduceAction445__action, /* pointer to parser:ReduceAction445:parser#ReduceAction445#action */
8742 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction445:parser#ReduceAction#concat */
8743 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction445:parser#ReduceAction#init */
8744 }
8745 };
8746 /* allocate ReduceAction445 */
8747 val* NEW_parser__ReduceAction445(const struct type* type) {
8748 val* self /* : ReduceAction445 */;
8749 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8750 self->type = type;
8751 self->class = &class_parser__ReduceAction445;
8752 return self;
8753 }
8754 /* allocate ReduceAction445 */
8755 void CHECK_NEW_parser__ReduceAction445(val* self) {
8756 long var /* : Int */;
8757 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction445> */
8758 }
8759 /* runtime class parser__ReduceAction446 */
8760 const struct class class_parser__ReduceAction446 = {
8761 0, /* box_kind */
8762 {
8763 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction446:kernel#Object#object_id */
8764 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction446:kernel#Object#is_same_type */
8765 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction446:kernel#Object#== */
8766 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction446:kernel#Object#!= */
8767 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction446:kernel#Object#output */
8768 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction446:kernel#Object#output_class_name */
8769 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction446:kernel#Object#exit */
8770 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction446:kernel#Object#sys */
8771 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction446:kernel#Object#hash */
8772 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction446:string#Object#to_s */
8773 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction446:string#Object#native_class_name */
8774 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction446:string#Object#class_name */
8775 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction446:string#Object#inspect */
8776 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction446:string#Object#inspect_head */
8777 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction446:string#Object#args */
8778 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction446:math#Object#atan2 */
8779 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction446:math#Object#pi */
8780 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction446:math#Object#srand_from */
8781 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction446:math#Object#srand */
8782 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction446:stream#Object#poll */
8783 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction446:stream#Object#intern_poll */
8784 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction446:time#Object#get_time */
8785 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction446:file#Object#printn */
8786 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction446:file#Object#print */
8787 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction446:file#Object#getc */
8788 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction446:file#Object#gets */
8789 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction446:file#Object#getcwd */
8790 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction446:file#Object#file_getcwd */
8791 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction446:file#Object#stdin */
8792 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction446:file#Object#stdout */
8793 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction446:file#Object#stderr */
8794 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction446:model_base#Object#intrude_visibility */
8795 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction446:model_base#Object#public_visibility */
8796 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction446:model_base#Object#protected_visibility */
8797 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction446:model_base#Object#private_visibility */
8798 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction446:model_base#Object#none_visibility */
8799 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction446:model#Object#abstract_kind */
8800 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction446:model#Object#concrete_kind */
8801 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction446:model#Object#interface_kind */
8802 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction446:model#Object#enum_kind */
8803 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction446:model#Object#extern_kind */
8804 (nitmethod_t)VIRTUAL_parser__ReduceAction446__action, /* pointer to parser:ReduceAction446:parser#ReduceAction446#action */
8805 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction446:parser#ReduceAction#concat */
8806 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction446:parser#ReduceAction#init */
8807 }
8808 };
8809 /* allocate ReduceAction446 */
8810 val* NEW_parser__ReduceAction446(const struct type* type) {
8811 val* self /* : ReduceAction446 */;
8812 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8813 self->type = type;
8814 self->class = &class_parser__ReduceAction446;
8815 return self;
8816 }
8817 /* allocate ReduceAction446 */
8818 void CHECK_NEW_parser__ReduceAction446(val* self) {
8819 long var /* : Int */;
8820 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction446> */
8821 }
8822 /* runtime class parser__ReduceAction447 */
8823 const struct class class_parser__ReduceAction447 = {
8824 0, /* box_kind */
8825 {
8826 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction447:kernel#Object#object_id */
8827 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction447:kernel#Object#is_same_type */
8828 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction447:kernel#Object#== */
8829 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction447:kernel#Object#!= */
8830 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction447:kernel#Object#output */
8831 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction447:kernel#Object#output_class_name */
8832 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction447:kernel#Object#exit */
8833 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction447:kernel#Object#sys */
8834 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction447:kernel#Object#hash */
8835 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction447:string#Object#to_s */
8836 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction447:string#Object#native_class_name */
8837 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction447:string#Object#class_name */
8838 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction447:string#Object#inspect */
8839 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction447:string#Object#inspect_head */
8840 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction447:string#Object#args */
8841 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction447:math#Object#atan2 */
8842 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction447:math#Object#pi */
8843 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction447:math#Object#srand_from */
8844 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction447:math#Object#srand */
8845 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction447:stream#Object#poll */
8846 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction447:stream#Object#intern_poll */
8847 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction447:time#Object#get_time */
8848 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction447:file#Object#printn */
8849 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction447:file#Object#print */
8850 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction447:file#Object#getc */
8851 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction447:file#Object#gets */
8852 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction447:file#Object#getcwd */
8853 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction447:file#Object#file_getcwd */
8854 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction447:file#Object#stdin */
8855 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction447:file#Object#stdout */
8856 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction447:file#Object#stderr */
8857 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction447:model_base#Object#intrude_visibility */
8858 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction447:model_base#Object#public_visibility */
8859 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction447:model_base#Object#protected_visibility */
8860 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction447:model_base#Object#private_visibility */
8861 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction447:model_base#Object#none_visibility */
8862 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction447:model#Object#abstract_kind */
8863 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction447:model#Object#concrete_kind */
8864 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction447:model#Object#interface_kind */
8865 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction447:model#Object#enum_kind */
8866 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction447:model#Object#extern_kind */
8867 (nitmethod_t)VIRTUAL_parser__ReduceAction447__action, /* pointer to parser:ReduceAction447:parser#ReduceAction447#action */
8868 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction447:parser#ReduceAction#concat */
8869 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction447:parser#ReduceAction#init */
8870 }
8871 };
8872 /* allocate ReduceAction447 */
8873 val* NEW_parser__ReduceAction447(const struct type* type) {
8874 val* self /* : ReduceAction447 */;
8875 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8876 self->type = type;
8877 self->class = &class_parser__ReduceAction447;
8878 return self;
8879 }
8880 /* allocate ReduceAction447 */
8881 void CHECK_NEW_parser__ReduceAction447(val* self) {
8882 long var /* : Int */;
8883 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction447> */
8884 }
8885 /* runtime class parser__ReduceAction448 */
8886 const struct class class_parser__ReduceAction448 = {
8887 0, /* box_kind */
8888 {
8889 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction448:kernel#Object#object_id */
8890 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction448:kernel#Object#is_same_type */
8891 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction448:kernel#Object#== */
8892 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction448:kernel#Object#!= */
8893 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction448:kernel#Object#output */
8894 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction448:kernel#Object#output_class_name */
8895 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction448:kernel#Object#exit */
8896 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction448:kernel#Object#sys */
8897 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction448:kernel#Object#hash */
8898 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction448:string#Object#to_s */
8899 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction448:string#Object#native_class_name */
8900 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction448:string#Object#class_name */
8901 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction448:string#Object#inspect */
8902 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction448:string#Object#inspect_head */
8903 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction448:string#Object#args */
8904 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction448:math#Object#atan2 */
8905 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction448:math#Object#pi */
8906 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction448:math#Object#srand_from */
8907 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction448:math#Object#srand */
8908 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction448:stream#Object#poll */
8909 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction448:stream#Object#intern_poll */
8910 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction448:time#Object#get_time */
8911 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction448:file#Object#printn */
8912 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction448:file#Object#print */
8913 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction448:file#Object#getc */
8914 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction448:file#Object#gets */
8915 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction448:file#Object#getcwd */
8916 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction448:file#Object#file_getcwd */
8917 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction448:file#Object#stdin */
8918 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction448:file#Object#stdout */
8919 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction448:file#Object#stderr */
8920 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction448:model_base#Object#intrude_visibility */
8921 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction448:model_base#Object#public_visibility */
8922 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction448:model_base#Object#protected_visibility */
8923 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction448:model_base#Object#private_visibility */
8924 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction448:model_base#Object#none_visibility */
8925 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction448:model#Object#abstract_kind */
8926 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction448:model#Object#concrete_kind */
8927 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction448:model#Object#interface_kind */
8928 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction448:model#Object#enum_kind */
8929 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction448:model#Object#extern_kind */
8930 (nitmethod_t)VIRTUAL_parser__ReduceAction448__action, /* pointer to parser:ReduceAction448:parser#ReduceAction448#action */
8931 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction448:parser#ReduceAction#concat */
8932 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction448:parser#ReduceAction#init */
8933 }
8934 };
8935 /* allocate ReduceAction448 */
8936 val* NEW_parser__ReduceAction448(const struct type* type) {
8937 val* self /* : ReduceAction448 */;
8938 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8939 self->type = type;
8940 self->class = &class_parser__ReduceAction448;
8941 return self;
8942 }
8943 /* allocate ReduceAction448 */
8944 void CHECK_NEW_parser__ReduceAction448(val* self) {
8945 long var /* : Int */;
8946 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction448> */
8947 }
8948 /* runtime class parser__ReduceAction449 */
8949 const struct class class_parser__ReduceAction449 = {
8950 0, /* box_kind */
8951 {
8952 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction449:kernel#Object#object_id */
8953 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction449:kernel#Object#is_same_type */
8954 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction449:kernel#Object#== */
8955 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction449:kernel#Object#!= */
8956 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction449:kernel#Object#output */
8957 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction449:kernel#Object#output_class_name */
8958 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction449:kernel#Object#exit */
8959 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction449:kernel#Object#sys */
8960 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction449:kernel#Object#hash */
8961 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction449:string#Object#to_s */
8962 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction449:string#Object#native_class_name */
8963 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction449:string#Object#class_name */
8964 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction449:string#Object#inspect */
8965 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction449:string#Object#inspect_head */
8966 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction449:string#Object#args */
8967 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction449:math#Object#atan2 */
8968 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction449:math#Object#pi */
8969 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction449:math#Object#srand_from */
8970 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction449:math#Object#srand */
8971 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction449:stream#Object#poll */
8972 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction449:stream#Object#intern_poll */
8973 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction449:time#Object#get_time */
8974 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction449:file#Object#printn */
8975 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction449:file#Object#print */
8976 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction449:file#Object#getc */
8977 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction449:file#Object#gets */
8978 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction449:file#Object#getcwd */
8979 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction449:file#Object#file_getcwd */
8980 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction449:file#Object#stdin */
8981 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction449:file#Object#stdout */
8982 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction449:file#Object#stderr */
8983 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction449:model_base#Object#intrude_visibility */
8984 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction449:model_base#Object#public_visibility */
8985 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction449:model_base#Object#protected_visibility */
8986 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction449:model_base#Object#private_visibility */
8987 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction449:model_base#Object#none_visibility */
8988 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction449:model#Object#abstract_kind */
8989 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction449:model#Object#concrete_kind */
8990 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction449:model#Object#interface_kind */
8991 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction449:model#Object#enum_kind */
8992 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction449:model#Object#extern_kind */
8993 (nitmethod_t)VIRTUAL_parser__ReduceAction449__action, /* pointer to parser:ReduceAction449:parser#ReduceAction449#action */
8994 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction449:parser#ReduceAction#concat */
8995 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction449:parser#ReduceAction#init */
8996 }
8997 };
8998 /* allocate ReduceAction449 */
8999 val* NEW_parser__ReduceAction449(const struct type* type) {
9000 val* self /* : ReduceAction449 */;
9001 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9002 self->type = type;
9003 self->class = &class_parser__ReduceAction449;
9004 return self;
9005 }
9006 /* allocate ReduceAction449 */
9007 void CHECK_NEW_parser__ReduceAction449(val* self) {
9008 long var /* : Int */;
9009 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction449> */
9010 }
9011 /* runtime class parser__ReduceAction450 */
9012 const struct class class_parser__ReduceAction450 = {
9013 0, /* box_kind */
9014 {
9015 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction450:kernel#Object#object_id */
9016 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction450:kernel#Object#is_same_type */
9017 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction450:kernel#Object#== */
9018 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction450:kernel#Object#!= */
9019 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction450:kernel#Object#output */
9020 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction450:kernel#Object#output_class_name */
9021 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction450:kernel#Object#exit */
9022 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction450:kernel#Object#sys */
9023 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction450:kernel#Object#hash */
9024 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction450:string#Object#to_s */
9025 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction450:string#Object#native_class_name */
9026 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction450:string#Object#class_name */
9027 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction450:string#Object#inspect */
9028 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction450:string#Object#inspect_head */
9029 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction450:string#Object#args */
9030 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction450:math#Object#atan2 */
9031 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction450:math#Object#pi */
9032 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction450:math#Object#srand_from */
9033 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction450:math#Object#srand */
9034 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction450:stream#Object#poll */
9035 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction450:stream#Object#intern_poll */
9036 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction450:time#Object#get_time */
9037 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction450:file#Object#printn */
9038 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction450:file#Object#print */
9039 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction450:file#Object#getc */
9040 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction450:file#Object#gets */
9041 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction450:file#Object#getcwd */
9042 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction450:file#Object#file_getcwd */
9043 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction450:file#Object#stdin */
9044 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction450:file#Object#stdout */
9045 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction450:file#Object#stderr */
9046 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction450:model_base#Object#intrude_visibility */
9047 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction450:model_base#Object#public_visibility */
9048 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction450:model_base#Object#protected_visibility */
9049 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction450:model_base#Object#private_visibility */
9050 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction450:model_base#Object#none_visibility */
9051 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction450:model#Object#abstract_kind */
9052 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction450:model#Object#concrete_kind */
9053 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction450:model#Object#interface_kind */
9054 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction450:model#Object#enum_kind */
9055 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction450:model#Object#extern_kind */
9056 (nitmethod_t)VIRTUAL_parser__ReduceAction450__action, /* pointer to parser:ReduceAction450:parser#ReduceAction450#action */
9057 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction450:parser#ReduceAction#concat */
9058 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction450:parser#ReduceAction#init */
9059 }
9060 };
9061 /* allocate ReduceAction450 */
9062 val* NEW_parser__ReduceAction450(const struct type* type) {
9063 val* self /* : ReduceAction450 */;
9064 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9065 self->type = type;
9066 self->class = &class_parser__ReduceAction450;
9067 return self;
9068 }
9069 /* allocate ReduceAction450 */
9070 void CHECK_NEW_parser__ReduceAction450(val* self) {
9071 long var /* : Int */;
9072 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction450> */
9073 }
9074 /* runtime class parser__ReduceAction451 */
9075 const struct class class_parser__ReduceAction451 = {
9076 0, /* box_kind */
9077 {
9078 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction451:kernel#Object#object_id */
9079 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction451:kernel#Object#is_same_type */
9080 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction451:kernel#Object#== */
9081 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction451:kernel#Object#!= */
9082 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction451:kernel#Object#output */
9083 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction451:kernel#Object#output_class_name */
9084 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction451:kernel#Object#exit */
9085 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction451:kernel#Object#sys */
9086 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction451:kernel#Object#hash */
9087 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction451:string#Object#to_s */
9088 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction451:string#Object#native_class_name */
9089 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction451:string#Object#class_name */
9090 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction451:string#Object#inspect */
9091 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction451:string#Object#inspect_head */
9092 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction451:string#Object#args */
9093 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction451:math#Object#atan2 */
9094 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction451:math#Object#pi */
9095 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction451:math#Object#srand_from */
9096 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction451:math#Object#srand */
9097 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction451:stream#Object#poll */
9098 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction451:stream#Object#intern_poll */
9099 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction451:time#Object#get_time */
9100 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction451:file#Object#printn */
9101 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction451:file#Object#print */
9102 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction451:file#Object#getc */
9103 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction451:file#Object#gets */
9104 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction451:file#Object#getcwd */
9105 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction451:file#Object#file_getcwd */
9106 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction451:file#Object#stdin */
9107 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction451:file#Object#stdout */
9108 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction451:file#Object#stderr */
9109 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction451:model_base#Object#intrude_visibility */
9110 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction451:model_base#Object#public_visibility */
9111 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction451:model_base#Object#protected_visibility */
9112 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction451:model_base#Object#private_visibility */
9113 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction451:model_base#Object#none_visibility */
9114 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction451:model#Object#abstract_kind */
9115 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction451:model#Object#concrete_kind */
9116 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction451:model#Object#interface_kind */
9117 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction451:model#Object#enum_kind */
9118 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction451:model#Object#extern_kind */
9119 (nitmethod_t)VIRTUAL_parser__ReduceAction451__action, /* pointer to parser:ReduceAction451:parser#ReduceAction451#action */
9120 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction451:parser#ReduceAction#concat */
9121 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction451:parser#ReduceAction#init */
9122 }
9123 };
9124 /* allocate ReduceAction451 */
9125 val* NEW_parser__ReduceAction451(const struct type* type) {
9126 val* self /* : ReduceAction451 */;
9127 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9128 self->type = type;
9129 self->class = &class_parser__ReduceAction451;
9130 return self;
9131 }
9132 /* allocate ReduceAction451 */
9133 void CHECK_NEW_parser__ReduceAction451(val* self) {
9134 long var /* : Int */;
9135 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction451> */
9136 }
9137 /* runtime class parser__ReduceAction452 */
9138 const struct class class_parser__ReduceAction452 = {
9139 0, /* box_kind */
9140 {
9141 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction452:kernel#Object#object_id */
9142 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction452:kernel#Object#is_same_type */
9143 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction452:kernel#Object#== */
9144 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction452:kernel#Object#!= */
9145 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction452:kernel#Object#output */
9146 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction452:kernel#Object#output_class_name */
9147 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction452:kernel#Object#exit */
9148 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction452:kernel#Object#sys */
9149 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction452:kernel#Object#hash */
9150 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction452:string#Object#to_s */
9151 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction452:string#Object#native_class_name */
9152 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction452:string#Object#class_name */
9153 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction452:string#Object#inspect */
9154 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction452:string#Object#inspect_head */
9155 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction452:string#Object#args */
9156 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction452:math#Object#atan2 */
9157 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction452:math#Object#pi */
9158 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction452:math#Object#srand_from */
9159 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction452:math#Object#srand */
9160 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction452:stream#Object#poll */
9161 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction452:stream#Object#intern_poll */
9162 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction452:time#Object#get_time */
9163 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction452:file#Object#printn */
9164 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction452:file#Object#print */
9165 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction452:file#Object#getc */
9166 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction452:file#Object#gets */
9167 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction452:file#Object#getcwd */
9168 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction452:file#Object#file_getcwd */
9169 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction452:file#Object#stdin */
9170 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction452:file#Object#stdout */
9171 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction452:file#Object#stderr */
9172 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction452:model_base#Object#intrude_visibility */
9173 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction452:model_base#Object#public_visibility */
9174 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction452:model_base#Object#protected_visibility */
9175 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction452:model_base#Object#private_visibility */
9176 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction452:model_base#Object#none_visibility */
9177 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction452:model#Object#abstract_kind */
9178 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction452:model#Object#concrete_kind */
9179 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction452:model#Object#interface_kind */
9180 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction452:model#Object#enum_kind */
9181 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction452:model#Object#extern_kind */
9182 (nitmethod_t)VIRTUAL_parser__ReduceAction452__action, /* pointer to parser:ReduceAction452:parser#ReduceAction452#action */
9183 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction452:parser#ReduceAction#concat */
9184 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction452:parser#ReduceAction#init */
9185 }
9186 };
9187 /* allocate ReduceAction452 */
9188 val* NEW_parser__ReduceAction452(const struct type* type) {
9189 val* self /* : ReduceAction452 */;
9190 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9191 self->type = type;
9192 self->class = &class_parser__ReduceAction452;
9193 return self;
9194 }
9195 /* allocate ReduceAction452 */
9196 void CHECK_NEW_parser__ReduceAction452(val* self) {
9197 long var /* : Int */;
9198 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction452> */
9199 }
9200 /* runtime class parser__ReduceAction453 */
9201 const struct class class_parser__ReduceAction453 = {
9202 0, /* box_kind */
9203 {
9204 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction453:kernel#Object#object_id */
9205 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction453:kernel#Object#is_same_type */
9206 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction453:kernel#Object#== */
9207 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction453:kernel#Object#!= */
9208 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction453:kernel#Object#output */
9209 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction453:kernel#Object#output_class_name */
9210 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction453:kernel#Object#exit */
9211 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction453:kernel#Object#sys */
9212 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction453:kernel#Object#hash */
9213 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction453:string#Object#to_s */
9214 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction453:string#Object#native_class_name */
9215 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction453:string#Object#class_name */
9216 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction453:string#Object#inspect */
9217 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction453:string#Object#inspect_head */
9218 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction453:string#Object#args */
9219 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction453:math#Object#atan2 */
9220 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction453:math#Object#pi */
9221 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction453:math#Object#srand_from */
9222 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction453:math#Object#srand */
9223 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction453:stream#Object#poll */
9224 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction453:stream#Object#intern_poll */
9225 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction453:time#Object#get_time */
9226 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction453:file#Object#printn */
9227 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction453:file#Object#print */
9228 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction453:file#Object#getc */
9229 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction453:file#Object#gets */
9230 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction453:file#Object#getcwd */
9231 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction453:file#Object#file_getcwd */
9232 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction453:file#Object#stdin */
9233 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction453:file#Object#stdout */
9234 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction453:file#Object#stderr */
9235 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction453:model_base#Object#intrude_visibility */
9236 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction453:model_base#Object#public_visibility */
9237 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction453:model_base#Object#protected_visibility */
9238 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction453:model_base#Object#private_visibility */
9239 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction453:model_base#Object#none_visibility */
9240 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction453:model#Object#abstract_kind */
9241 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction453:model#Object#concrete_kind */
9242 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction453:model#Object#interface_kind */
9243 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction453:model#Object#enum_kind */
9244 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction453:model#Object#extern_kind */
9245 (nitmethod_t)VIRTUAL_parser__ReduceAction453__action, /* pointer to parser:ReduceAction453:parser#ReduceAction453#action */
9246 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction453:parser#ReduceAction#concat */
9247 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction453:parser#ReduceAction#init */
9248 }
9249 };
9250 /* allocate ReduceAction453 */
9251 val* NEW_parser__ReduceAction453(const struct type* type) {
9252 val* self /* : ReduceAction453 */;
9253 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9254 self->type = type;
9255 self->class = &class_parser__ReduceAction453;
9256 return self;
9257 }
9258 /* allocate ReduceAction453 */
9259 void CHECK_NEW_parser__ReduceAction453(val* self) {
9260 long var /* : Int */;
9261 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction453> */
9262 }
9263 /* runtime class parser__ReduceAction454 */
9264 const struct class class_parser__ReduceAction454 = {
9265 0, /* box_kind */
9266 {
9267 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction454:kernel#Object#object_id */
9268 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction454:kernel#Object#is_same_type */
9269 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction454:kernel#Object#== */
9270 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction454:kernel#Object#!= */
9271 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction454:kernel#Object#output */
9272 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction454:kernel#Object#output_class_name */
9273 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction454:kernel#Object#exit */
9274 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction454:kernel#Object#sys */
9275 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction454:kernel#Object#hash */
9276 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction454:string#Object#to_s */
9277 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction454:string#Object#native_class_name */
9278 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction454:string#Object#class_name */
9279 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction454:string#Object#inspect */
9280 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction454:string#Object#inspect_head */
9281 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction454:string#Object#args */
9282 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction454:math#Object#atan2 */
9283 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction454:math#Object#pi */
9284 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction454:math#Object#srand_from */
9285 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction454:math#Object#srand */
9286 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction454:stream#Object#poll */
9287 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction454:stream#Object#intern_poll */
9288 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction454:time#Object#get_time */
9289 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction454:file#Object#printn */
9290 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction454:file#Object#print */
9291 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction454:file#Object#getc */
9292 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction454:file#Object#gets */
9293 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction454:file#Object#getcwd */
9294 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction454:file#Object#file_getcwd */
9295 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction454:file#Object#stdin */
9296 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction454:file#Object#stdout */
9297 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction454:file#Object#stderr */
9298 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction454:model_base#Object#intrude_visibility */
9299 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction454:model_base#Object#public_visibility */
9300 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction454:model_base#Object#protected_visibility */
9301 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction454:model_base#Object#private_visibility */
9302 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction454:model_base#Object#none_visibility */
9303 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction454:model#Object#abstract_kind */
9304 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction454:model#Object#concrete_kind */
9305 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction454:model#Object#interface_kind */
9306 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction454:model#Object#enum_kind */
9307 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction454:model#Object#extern_kind */
9308 (nitmethod_t)VIRTUAL_parser__ReduceAction454__action, /* pointer to parser:ReduceAction454:parser#ReduceAction454#action */
9309 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction454:parser#ReduceAction#concat */
9310 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction454:parser#ReduceAction#init */
9311 }
9312 };
9313 /* allocate ReduceAction454 */
9314 val* NEW_parser__ReduceAction454(const struct type* type) {
9315 val* self /* : ReduceAction454 */;
9316 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9317 self->type = type;
9318 self->class = &class_parser__ReduceAction454;
9319 return self;
9320 }
9321 /* allocate ReduceAction454 */
9322 void CHECK_NEW_parser__ReduceAction454(val* self) {
9323 long var /* : Int */;
9324 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction454> */
9325 }
9326 /* runtime class parser__ReduceAction455 */
9327 const struct class class_parser__ReduceAction455 = {
9328 0, /* box_kind */
9329 {
9330 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction455:kernel#Object#object_id */
9331 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction455:kernel#Object#is_same_type */
9332 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction455:kernel#Object#== */
9333 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction455:kernel#Object#!= */
9334 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction455:kernel#Object#output */
9335 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction455:kernel#Object#output_class_name */
9336 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction455:kernel#Object#exit */
9337 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction455:kernel#Object#sys */
9338 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction455:kernel#Object#hash */
9339 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction455:string#Object#to_s */
9340 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction455:string#Object#native_class_name */
9341 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction455:string#Object#class_name */
9342 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction455:string#Object#inspect */
9343 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction455:string#Object#inspect_head */
9344 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction455:string#Object#args */
9345 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction455:math#Object#atan2 */
9346 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction455:math#Object#pi */
9347 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction455:math#Object#srand_from */
9348 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction455:math#Object#srand */
9349 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction455:stream#Object#poll */
9350 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction455:stream#Object#intern_poll */
9351 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction455:time#Object#get_time */
9352 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction455:file#Object#printn */
9353 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction455:file#Object#print */
9354 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction455:file#Object#getc */
9355 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction455:file#Object#gets */
9356 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction455:file#Object#getcwd */
9357 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction455:file#Object#file_getcwd */
9358 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction455:file#Object#stdin */
9359 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction455:file#Object#stdout */
9360 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction455:file#Object#stderr */
9361 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction455:model_base#Object#intrude_visibility */
9362 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction455:model_base#Object#public_visibility */
9363 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction455:model_base#Object#protected_visibility */
9364 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction455:model_base#Object#private_visibility */
9365 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction455:model_base#Object#none_visibility */
9366 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction455:model#Object#abstract_kind */
9367 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction455:model#Object#concrete_kind */
9368 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction455:model#Object#interface_kind */
9369 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction455:model#Object#enum_kind */
9370 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction455:model#Object#extern_kind */
9371 (nitmethod_t)VIRTUAL_parser__ReduceAction455__action, /* pointer to parser:ReduceAction455:parser#ReduceAction455#action */
9372 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction455:parser#ReduceAction#concat */
9373 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction455:parser#ReduceAction#init */
9374 }
9375 };
9376 /* allocate ReduceAction455 */
9377 val* NEW_parser__ReduceAction455(const struct type* type) {
9378 val* self /* : ReduceAction455 */;
9379 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9380 self->type = type;
9381 self->class = &class_parser__ReduceAction455;
9382 return self;
9383 }
9384 /* allocate ReduceAction455 */
9385 void CHECK_NEW_parser__ReduceAction455(val* self) {
9386 long var /* : Int */;
9387 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction455> */
9388 }
9389 /* runtime class parser__ReduceAction456 */
9390 const struct class class_parser__ReduceAction456 = {
9391 0, /* box_kind */
9392 {
9393 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction456:kernel#Object#object_id */
9394 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction456:kernel#Object#is_same_type */
9395 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction456:kernel#Object#== */
9396 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction456:kernel#Object#!= */
9397 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction456:kernel#Object#output */
9398 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction456:kernel#Object#output_class_name */
9399 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction456:kernel#Object#exit */
9400 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction456:kernel#Object#sys */
9401 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction456:kernel#Object#hash */
9402 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction456:string#Object#to_s */
9403 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction456:string#Object#native_class_name */
9404 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction456:string#Object#class_name */
9405 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction456:string#Object#inspect */
9406 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction456:string#Object#inspect_head */
9407 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction456:string#Object#args */
9408 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction456:math#Object#atan2 */
9409 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction456:math#Object#pi */
9410 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction456:math#Object#srand_from */
9411 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction456:math#Object#srand */
9412 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction456:stream#Object#poll */
9413 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction456:stream#Object#intern_poll */
9414 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction456:time#Object#get_time */
9415 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction456:file#Object#printn */
9416 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction456:file#Object#print */
9417 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction456:file#Object#getc */
9418 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction456:file#Object#gets */
9419 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction456:file#Object#getcwd */
9420 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction456:file#Object#file_getcwd */
9421 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction456:file#Object#stdin */
9422 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction456:file#Object#stdout */
9423 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction456:file#Object#stderr */
9424 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction456:model_base#Object#intrude_visibility */
9425 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction456:model_base#Object#public_visibility */
9426 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction456:model_base#Object#protected_visibility */
9427 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction456:model_base#Object#private_visibility */
9428 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction456:model_base#Object#none_visibility */
9429 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction456:model#Object#abstract_kind */
9430 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction456:model#Object#concrete_kind */
9431 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction456:model#Object#interface_kind */
9432 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction456:model#Object#enum_kind */
9433 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction456:model#Object#extern_kind */
9434 (nitmethod_t)VIRTUAL_parser__ReduceAction456__action, /* pointer to parser:ReduceAction456:parser#ReduceAction456#action */
9435 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction456:parser#ReduceAction#concat */
9436 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction456:parser#ReduceAction#init */
9437 }
9438 };
9439 /* allocate ReduceAction456 */
9440 val* NEW_parser__ReduceAction456(const struct type* type) {
9441 val* self /* : ReduceAction456 */;
9442 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9443 self->type = type;
9444 self->class = &class_parser__ReduceAction456;
9445 return self;
9446 }
9447 /* allocate ReduceAction456 */
9448 void CHECK_NEW_parser__ReduceAction456(val* self) {
9449 long var /* : Int */;
9450 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction456> */
9451 }
9452 /* runtime class parser__ReduceAction457 */
9453 const struct class class_parser__ReduceAction457 = {
9454 0, /* box_kind */
9455 {
9456 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction457:kernel#Object#object_id */
9457 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction457:kernel#Object#is_same_type */
9458 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction457:kernel#Object#== */
9459 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction457:kernel#Object#!= */
9460 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction457:kernel#Object#output */
9461 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction457:kernel#Object#output_class_name */
9462 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction457:kernel#Object#exit */
9463 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction457:kernel#Object#sys */
9464 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction457:kernel#Object#hash */
9465 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction457:string#Object#to_s */
9466 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction457:string#Object#native_class_name */
9467 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction457:string#Object#class_name */
9468 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction457:string#Object#inspect */
9469 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction457:string#Object#inspect_head */
9470 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction457:string#Object#args */
9471 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction457:math#Object#atan2 */
9472 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction457:math#Object#pi */
9473 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction457:math#Object#srand_from */
9474 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction457:math#Object#srand */
9475 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction457:stream#Object#poll */
9476 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction457:stream#Object#intern_poll */
9477 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction457:time#Object#get_time */
9478 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction457:file#Object#printn */
9479 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction457:file#Object#print */
9480 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction457:file#Object#getc */
9481 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction457:file#Object#gets */
9482 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction457:file#Object#getcwd */
9483 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction457:file#Object#file_getcwd */
9484 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction457:file#Object#stdin */
9485 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction457:file#Object#stdout */
9486 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction457:file#Object#stderr */
9487 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction457:model_base#Object#intrude_visibility */
9488 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction457:model_base#Object#public_visibility */
9489 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction457:model_base#Object#protected_visibility */
9490 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction457:model_base#Object#private_visibility */
9491 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction457:model_base#Object#none_visibility */
9492 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction457:model#Object#abstract_kind */
9493 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction457:model#Object#concrete_kind */
9494 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction457:model#Object#interface_kind */
9495 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction457:model#Object#enum_kind */
9496 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction457:model#Object#extern_kind */
9497 (nitmethod_t)VIRTUAL_parser__ReduceAction457__action, /* pointer to parser:ReduceAction457:parser#ReduceAction457#action */
9498 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction457:parser#ReduceAction#concat */
9499 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction457:parser#ReduceAction#init */
9500 }
9501 };
9502 /* allocate ReduceAction457 */
9503 val* NEW_parser__ReduceAction457(const struct type* type) {
9504 val* self /* : ReduceAction457 */;
9505 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9506 self->type = type;
9507 self->class = &class_parser__ReduceAction457;
9508 return self;
9509 }
9510 /* allocate ReduceAction457 */
9511 void CHECK_NEW_parser__ReduceAction457(val* self) {
9512 long var /* : Int */;
9513 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction457> */
9514 }
9515 /* runtime class parser__ReduceAction458 */
9516 const struct class class_parser__ReduceAction458 = {
9517 0, /* box_kind */
9518 {
9519 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction458:kernel#Object#object_id */
9520 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction458:kernel#Object#is_same_type */
9521 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction458:kernel#Object#== */
9522 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction458:kernel#Object#!= */
9523 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction458:kernel#Object#output */
9524 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction458:kernel#Object#output_class_name */
9525 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction458:kernel#Object#exit */
9526 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction458:kernel#Object#sys */
9527 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction458:kernel#Object#hash */
9528 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction458:string#Object#to_s */
9529 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction458:string#Object#native_class_name */
9530 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction458:string#Object#class_name */
9531 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction458:string#Object#inspect */
9532 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction458:string#Object#inspect_head */
9533 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction458:string#Object#args */
9534 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction458:math#Object#atan2 */
9535 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction458:math#Object#pi */
9536 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction458:math#Object#srand_from */
9537 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction458:math#Object#srand */
9538 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction458:stream#Object#poll */
9539 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction458:stream#Object#intern_poll */
9540 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction458:time#Object#get_time */
9541 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction458:file#Object#printn */
9542 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction458:file#Object#print */
9543 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction458:file#Object#getc */
9544 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction458:file#Object#gets */
9545 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction458:file#Object#getcwd */
9546 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction458:file#Object#file_getcwd */
9547 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction458:file#Object#stdin */
9548 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction458:file#Object#stdout */
9549 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction458:file#Object#stderr */
9550 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction458:model_base#Object#intrude_visibility */
9551 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction458:model_base#Object#public_visibility */
9552 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction458:model_base#Object#protected_visibility */
9553 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction458:model_base#Object#private_visibility */
9554 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction458:model_base#Object#none_visibility */
9555 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction458:model#Object#abstract_kind */
9556 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction458:model#Object#concrete_kind */
9557 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction458:model#Object#interface_kind */
9558 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction458:model#Object#enum_kind */
9559 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction458:model#Object#extern_kind */
9560 (nitmethod_t)VIRTUAL_parser__ReduceAction458__action, /* pointer to parser:ReduceAction458:parser#ReduceAction458#action */
9561 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction458:parser#ReduceAction#concat */
9562 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction458:parser#ReduceAction#init */
9563 }
9564 };
9565 /* allocate ReduceAction458 */
9566 val* NEW_parser__ReduceAction458(const struct type* type) {
9567 val* self /* : ReduceAction458 */;
9568 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9569 self->type = type;
9570 self->class = &class_parser__ReduceAction458;
9571 return self;
9572 }
9573 /* allocate ReduceAction458 */
9574 void CHECK_NEW_parser__ReduceAction458(val* self) {
9575 long var /* : Int */;
9576 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction458> */
9577 }
9578 /* runtime class parser__ReduceAction459 */
9579 const struct class class_parser__ReduceAction459 = {
9580 0, /* box_kind */
9581 {
9582 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction459:kernel#Object#object_id */
9583 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction459:kernel#Object#is_same_type */
9584 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction459:kernel#Object#== */
9585 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction459:kernel#Object#!= */
9586 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction459:kernel#Object#output */
9587 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction459:kernel#Object#output_class_name */
9588 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction459:kernel#Object#exit */
9589 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction459:kernel#Object#sys */
9590 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction459:kernel#Object#hash */
9591 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction459:string#Object#to_s */
9592 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction459:string#Object#native_class_name */
9593 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction459:string#Object#class_name */
9594 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction459:string#Object#inspect */
9595 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction459:string#Object#inspect_head */
9596 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction459:string#Object#args */
9597 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction459:math#Object#atan2 */
9598 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction459:math#Object#pi */
9599 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction459:math#Object#srand_from */
9600 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction459:math#Object#srand */
9601 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction459:stream#Object#poll */
9602 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction459:stream#Object#intern_poll */
9603 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction459:time#Object#get_time */
9604 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction459:file#Object#printn */
9605 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction459:file#Object#print */
9606 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction459:file#Object#getc */
9607 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction459:file#Object#gets */
9608 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction459:file#Object#getcwd */
9609 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction459:file#Object#file_getcwd */
9610 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction459:file#Object#stdin */
9611 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction459:file#Object#stdout */
9612 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction459:file#Object#stderr */
9613 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction459:model_base#Object#intrude_visibility */
9614 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction459:model_base#Object#public_visibility */
9615 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction459:model_base#Object#protected_visibility */
9616 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction459:model_base#Object#private_visibility */
9617 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction459:model_base#Object#none_visibility */
9618 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction459:model#Object#abstract_kind */
9619 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction459:model#Object#concrete_kind */
9620 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction459:model#Object#interface_kind */
9621 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction459:model#Object#enum_kind */
9622 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction459:model#Object#extern_kind */
9623 (nitmethod_t)VIRTUAL_parser__ReduceAction459__action, /* pointer to parser:ReduceAction459:parser#ReduceAction459#action */
9624 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction459:parser#ReduceAction#concat */
9625 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction459:parser#ReduceAction#init */
9626 }
9627 };
9628 /* allocate ReduceAction459 */
9629 val* NEW_parser__ReduceAction459(const struct type* type) {
9630 val* self /* : ReduceAction459 */;
9631 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9632 self->type = type;
9633 self->class = &class_parser__ReduceAction459;
9634 return self;
9635 }
9636 /* allocate ReduceAction459 */
9637 void CHECK_NEW_parser__ReduceAction459(val* self) {
9638 long var /* : Int */;
9639 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction459> */
9640 }
9641 /* runtime class parser__ReduceAction460 */
9642 const struct class class_parser__ReduceAction460 = {
9643 0, /* box_kind */
9644 {
9645 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction460:kernel#Object#object_id */
9646 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction460:kernel#Object#is_same_type */
9647 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction460:kernel#Object#== */
9648 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction460:kernel#Object#!= */
9649 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction460:kernel#Object#output */
9650 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction460:kernel#Object#output_class_name */
9651 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction460:kernel#Object#exit */
9652 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction460:kernel#Object#sys */
9653 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction460:kernel#Object#hash */
9654 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction460:string#Object#to_s */
9655 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction460:string#Object#native_class_name */
9656 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction460:string#Object#class_name */
9657 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction460:string#Object#inspect */
9658 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction460:string#Object#inspect_head */
9659 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction460:string#Object#args */
9660 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction460:math#Object#atan2 */
9661 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction460:math#Object#pi */
9662 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction460:math#Object#srand_from */
9663 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction460:math#Object#srand */
9664 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction460:stream#Object#poll */
9665 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction460:stream#Object#intern_poll */
9666 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction460:time#Object#get_time */
9667 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction460:file#Object#printn */
9668 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction460:file#Object#print */
9669 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction460:file#Object#getc */
9670 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction460:file#Object#gets */
9671 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction460:file#Object#getcwd */
9672 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction460:file#Object#file_getcwd */
9673 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction460:file#Object#stdin */
9674 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction460:file#Object#stdout */
9675 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction460:file#Object#stderr */
9676 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction460:model_base#Object#intrude_visibility */
9677 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction460:model_base#Object#public_visibility */
9678 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction460:model_base#Object#protected_visibility */
9679 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction460:model_base#Object#private_visibility */
9680 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction460:model_base#Object#none_visibility */
9681 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction460:model#Object#abstract_kind */
9682 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction460:model#Object#concrete_kind */
9683 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction460:model#Object#interface_kind */
9684 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction460:model#Object#enum_kind */
9685 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction460:model#Object#extern_kind */
9686 (nitmethod_t)VIRTUAL_parser__ReduceAction460__action, /* pointer to parser:ReduceAction460:parser#ReduceAction460#action */
9687 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction460:parser#ReduceAction#concat */
9688 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction460:parser#ReduceAction#init */
9689 }
9690 };
9691 /* allocate ReduceAction460 */
9692 val* NEW_parser__ReduceAction460(const struct type* type) {
9693 val* self /* : ReduceAction460 */;
9694 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9695 self->type = type;
9696 self->class = &class_parser__ReduceAction460;
9697 return self;
9698 }
9699 /* allocate ReduceAction460 */
9700 void CHECK_NEW_parser__ReduceAction460(val* self) {
9701 long var /* : Int */;
9702 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction460> */
9703 }
9704 /* runtime class parser__ReduceAction461 */
9705 const struct class class_parser__ReduceAction461 = {
9706 0, /* box_kind */
9707 {
9708 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction461:kernel#Object#object_id */
9709 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction461:kernel#Object#is_same_type */
9710 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction461:kernel#Object#== */
9711 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction461:kernel#Object#!= */
9712 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction461:kernel#Object#output */
9713 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction461:kernel#Object#output_class_name */
9714 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction461:kernel#Object#exit */
9715 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction461:kernel#Object#sys */
9716 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction461:kernel#Object#hash */
9717 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction461:string#Object#to_s */
9718 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction461:string#Object#native_class_name */
9719 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction461:string#Object#class_name */
9720 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction461:string#Object#inspect */
9721 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction461:string#Object#inspect_head */
9722 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction461:string#Object#args */
9723 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction461:math#Object#atan2 */
9724 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction461:math#Object#pi */
9725 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction461:math#Object#srand_from */
9726 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction461:math#Object#srand */
9727 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction461:stream#Object#poll */
9728 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction461:stream#Object#intern_poll */
9729 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction461:time#Object#get_time */
9730 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction461:file#Object#printn */
9731 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction461:file#Object#print */
9732 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction461:file#Object#getc */
9733 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction461:file#Object#gets */
9734 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction461:file#Object#getcwd */
9735 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction461:file#Object#file_getcwd */
9736 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction461:file#Object#stdin */
9737 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction461:file#Object#stdout */
9738 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction461:file#Object#stderr */
9739 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction461:model_base#Object#intrude_visibility */
9740 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction461:model_base#Object#public_visibility */
9741 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction461:model_base#Object#protected_visibility */
9742 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction461:model_base#Object#private_visibility */
9743 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction461:model_base#Object#none_visibility */
9744 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction461:model#Object#abstract_kind */
9745 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction461:model#Object#concrete_kind */
9746 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction461:model#Object#interface_kind */
9747 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction461:model#Object#enum_kind */
9748 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction461:model#Object#extern_kind */
9749 (nitmethod_t)VIRTUAL_parser__ReduceAction461__action, /* pointer to parser:ReduceAction461:parser#ReduceAction461#action */
9750 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction461:parser#ReduceAction#concat */
9751 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction461:parser#ReduceAction#init */
9752 }
9753 };
9754 /* allocate ReduceAction461 */
9755 val* NEW_parser__ReduceAction461(const struct type* type) {
9756 val* self /* : ReduceAction461 */;
9757 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9758 self->type = type;
9759 self->class = &class_parser__ReduceAction461;
9760 return self;
9761 }
9762 /* allocate ReduceAction461 */
9763 void CHECK_NEW_parser__ReduceAction461(val* self) {
9764 long var /* : Int */;
9765 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction461> */
9766 }
9767 /* runtime class parser__ReduceAction462 */
9768 const struct class class_parser__ReduceAction462 = {
9769 0, /* box_kind */
9770 {
9771 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction462:kernel#Object#object_id */
9772 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction462:kernel#Object#is_same_type */
9773 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction462:kernel#Object#== */
9774 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction462:kernel#Object#!= */
9775 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction462:kernel#Object#output */
9776 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction462:kernel#Object#output_class_name */
9777 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction462:kernel#Object#exit */
9778 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction462:kernel#Object#sys */
9779 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction462:kernel#Object#hash */
9780 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction462:string#Object#to_s */
9781 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction462:string#Object#native_class_name */
9782 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction462:string#Object#class_name */
9783 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction462:string#Object#inspect */
9784 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction462:string#Object#inspect_head */
9785 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction462:string#Object#args */
9786 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction462:math#Object#atan2 */
9787 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction462:math#Object#pi */
9788 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction462:math#Object#srand_from */
9789 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction462:math#Object#srand */
9790 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction462:stream#Object#poll */
9791 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction462:stream#Object#intern_poll */
9792 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction462:time#Object#get_time */
9793 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction462:file#Object#printn */
9794 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction462:file#Object#print */
9795 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction462:file#Object#getc */
9796 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction462:file#Object#gets */
9797 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction462:file#Object#getcwd */
9798 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction462:file#Object#file_getcwd */
9799 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction462:file#Object#stdin */
9800 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction462:file#Object#stdout */
9801 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction462:file#Object#stderr */
9802 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction462:model_base#Object#intrude_visibility */
9803 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction462:model_base#Object#public_visibility */
9804 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction462:model_base#Object#protected_visibility */
9805 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction462:model_base#Object#private_visibility */
9806 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction462:model_base#Object#none_visibility */
9807 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction462:model#Object#abstract_kind */
9808 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction462:model#Object#concrete_kind */
9809 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction462:model#Object#interface_kind */
9810 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction462:model#Object#enum_kind */
9811 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction462:model#Object#extern_kind */
9812 (nitmethod_t)VIRTUAL_parser__ReduceAction462__action, /* pointer to parser:ReduceAction462:parser#ReduceAction462#action */
9813 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction462:parser#ReduceAction#concat */
9814 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction462:parser#ReduceAction#init */
9815 }
9816 };
9817 /* allocate ReduceAction462 */
9818 val* NEW_parser__ReduceAction462(const struct type* type) {
9819 val* self /* : ReduceAction462 */;
9820 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9821 self->type = type;
9822 self->class = &class_parser__ReduceAction462;
9823 return self;
9824 }
9825 /* allocate ReduceAction462 */
9826 void CHECK_NEW_parser__ReduceAction462(val* self) {
9827 long var /* : Int */;
9828 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction462> */
9829 }
9830 /* runtime class parser__ReduceAction463 */
9831 const struct class class_parser__ReduceAction463 = {
9832 0, /* box_kind */
9833 {
9834 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction463:kernel#Object#object_id */
9835 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction463:kernel#Object#is_same_type */
9836 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction463:kernel#Object#== */
9837 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction463:kernel#Object#!= */
9838 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction463:kernel#Object#output */
9839 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction463:kernel#Object#output_class_name */
9840 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction463:kernel#Object#exit */
9841 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction463:kernel#Object#sys */
9842 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction463:kernel#Object#hash */
9843 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction463:string#Object#to_s */
9844 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction463:string#Object#native_class_name */
9845 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction463:string#Object#class_name */
9846 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction463:string#Object#inspect */
9847 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction463:string#Object#inspect_head */
9848 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction463:string#Object#args */
9849 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction463:math#Object#atan2 */
9850 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction463:math#Object#pi */
9851 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction463:math#Object#srand_from */
9852 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction463:math#Object#srand */
9853 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction463:stream#Object#poll */
9854 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction463:stream#Object#intern_poll */
9855 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction463:time#Object#get_time */
9856 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction463:file#Object#printn */
9857 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction463:file#Object#print */
9858 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction463:file#Object#getc */
9859 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction463:file#Object#gets */
9860 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction463:file#Object#getcwd */
9861 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction463:file#Object#file_getcwd */
9862 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction463:file#Object#stdin */
9863 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction463:file#Object#stdout */
9864 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction463:file#Object#stderr */
9865 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction463:model_base#Object#intrude_visibility */
9866 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction463:model_base#Object#public_visibility */
9867 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction463:model_base#Object#protected_visibility */
9868 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction463:model_base#Object#private_visibility */
9869 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction463:model_base#Object#none_visibility */
9870 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction463:model#Object#abstract_kind */
9871 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction463:model#Object#concrete_kind */
9872 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction463:model#Object#interface_kind */
9873 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction463:model#Object#enum_kind */
9874 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction463:model#Object#extern_kind */
9875 (nitmethod_t)VIRTUAL_parser__ReduceAction463__action, /* pointer to parser:ReduceAction463:parser#ReduceAction463#action */
9876 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction463:parser#ReduceAction#concat */
9877 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction463:parser#ReduceAction#init */
9878 }
9879 };
9880 /* allocate ReduceAction463 */
9881 val* NEW_parser__ReduceAction463(const struct type* type) {
9882 val* self /* : ReduceAction463 */;
9883 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9884 self->type = type;
9885 self->class = &class_parser__ReduceAction463;
9886 return self;
9887 }
9888 /* allocate ReduceAction463 */
9889 void CHECK_NEW_parser__ReduceAction463(val* self) {
9890 long var /* : Int */;
9891 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction463> */
9892 }
9893 /* runtime class parser__ReduceAction464 */
9894 const struct class class_parser__ReduceAction464 = {
9895 0, /* box_kind */
9896 {
9897 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction464:kernel#Object#object_id */
9898 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction464:kernel#Object#is_same_type */
9899 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction464:kernel#Object#== */
9900 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction464:kernel#Object#!= */
9901 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction464:kernel#Object#output */
9902 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction464:kernel#Object#output_class_name */
9903 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction464:kernel#Object#exit */
9904 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction464:kernel#Object#sys */
9905 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction464:kernel#Object#hash */
9906 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction464:string#Object#to_s */
9907 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction464:string#Object#native_class_name */
9908 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction464:string#Object#class_name */
9909 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction464:string#Object#inspect */
9910 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction464:string#Object#inspect_head */
9911 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction464:string#Object#args */
9912 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction464:math#Object#atan2 */
9913 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction464:math#Object#pi */
9914 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction464:math#Object#srand_from */
9915 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction464:math#Object#srand */
9916 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction464:stream#Object#poll */
9917 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction464:stream#Object#intern_poll */
9918 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction464:time#Object#get_time */
9919 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction464:file#Object#printn */
9920 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction464:file#Object#print */
9921 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction464:file#Object#getc */
9922 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction464:file#Object#gets */
9923 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction464:file#Object#getcwd */
9924 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction464:file#Object#file_getcwd */
9925 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction464:file#Object#stdin */
9926 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction464:file#Object#stdout */
9927 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction464:file#Object#stderr */
9928 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction464:model_base#Object#intrude_visibility */
9929 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction464:model_base#Object#public_visibility */
9930 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction464:model_base#Object#protected_visibility */
9931 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction464:model_base#Object#private_visibility */
9932 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction464:model_base#Object#none_visibility */
9933 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction464:model#Object#abstract_kind */
9934 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction464:model#Object#concrete_kind */
9935 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction464:model#Object#interface_kind */
9936 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction464:model#Object#enum_kind */
9937 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction464:model#Object#extern_kind */
9938 (nitmethod_t)VIRTUAL_parser__ReduceAction464__action, /* pointer to parser:ReduceAction464:parser#ReduceAction464#action */
9939 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction464:parser#ReduceAction#concat */
9940 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction464:parser#ReduceAction#init */
9941 }
9942 };
9943 /* allocate ReduceAction464 */
9944 val* NEW_parser__ReduceAction464(const struct type* type) {
9945 val* self /* : ReduceAction464 */;
9946 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9947 self->type = type;
9948 self->class = &class_parser__ReduceAction464;
9949 return self;
9950 }
9951 /* allocate ReduceAction464 */
9952 void CHECK_NEW_parser__ReduceAction464(val* self) {
9953 long var /* : Int */;
9954 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction464> */
9955 }