debugger: Permits the use of locally defined variables in injected code at runtime.
[nit.git] / c_src / nitg.classes.2.c
1 #include "nitg.classes.0.h"
2 /* runtime class parser__ReduceAction89 */
3 const struct class class_parser__ReduceAction89 = {
4 0, /* box_kind */
5 {
6 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction89:kernel#Object#object_id */
7 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction89:kernel#Object#is_same_type */
8 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction89:kernel#Object#is_same_instance */
9 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction89:kernel#Object#== */
10 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction89:kernel#Object#!= */
11 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction89:kernel#Object#output */
12 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction89:kernel#Object#output_class_name */
13 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction89:kernel#Object#exit */
14 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction89:kernel#Object#sys */
15 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction89:kernel#Object#hash */
16 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction89:string#Object#to_s */
17 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction89:string#Object#native_class_name */
18 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction89:string#Object#class_name */
19 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction89:string#Object#inspect */
20 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction89:string#Object#inspect_head */
21 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction89:string#Object#args */
22 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction89:math#Object#atan2 */
23 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction89:math#Object#pi */
24 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction89:math#Object#srand_from */
25 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction89:math#Object#srand */
26 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction89:stream#Object#poll */
27 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction89:stream#Object#intern_poll */
28 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction89:time#Object#get_time */
29 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction89:file#Object#printn */
30 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction89:file#Object#print */
31 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction89:file#Object#getc */
32 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction89:file#Object#gets */
33 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction89:file#Object#getcwd */
34 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction89:file#Object#file_getcwd */
35 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction89:file#Object#stdin */
36 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction89:file#Object#stdout */
37 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction89:file#Object#stderr */
38 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction89:model_base#Object#intrude_visibility */
39 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction89:model_base#Object#public_visibility */
40 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction89:model_base#Object#protected_visibility */
41 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction89:model_base#Object#private_visibility */
42 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction89:model_base#Object#none_visibility */
43 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction89:model#Object#abstract_kind */
44 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction89:model#Object#concrete_kind */
45 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction89:model#Object#interface_kind */
46 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction89:model#Object#enum_kind */
47 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction89:model#Object#extern_kind */
48 (nitmethod_t)VIRTUAL_parser__ReduceAction89__action, /* pointer to parser:ReduceAction89:parser#ReduceAction89#action */
49 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction89:parser#ReduceAction#concat */
50 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction89:parser#ReduceAction#init */
51 }
52 };
53 /* allocate ReduceAction89 */
54 val* NEW_parser__ReduceAction89(const struct type* type) {
55 val* self /* : ReduceAction89 */;
56 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
57 self->type = type;
58 self->class = &class_parser__ReduceAction89;
59 return self;
60 }
61 /* allocate ReduceAction89 */
62 void CHECK_NEW_parser__ReduceAction89(val* self) {
63 long var /* : Int */;
64 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction89> */
65 }
66 /* runtime class parser__ReduceAction90 */
67 const struct class class_parser__ReduceAction90 = {
68 0, /* box_kind */
69 {
70 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction90:kernel#Object#object_id */
71 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction90:kernel#Object#is_same_type */
72 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction90:kernel#Object#is_same_instance */
73 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction90:kernel#Object#== */
74 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction90:kernel#Object#!= */
75 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction90:kernel#Object#output */
76 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction90:kernel#Object#output_class_name */
77 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction90:kernel#Object#exit */
78 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction90:kernel#Object#sys */
79 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction90:kernel#Object#hash */
80 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction90:string#Object#to_s */
81 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction90:string#Object#native_class_name */
82 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction90:string#Object#class_name */
83 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction90:string#Object#inspect */
84 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction90:string#Object#inspect_head */
85 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction90:string#Object#args */
86 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction90:math#Object#atan2 */
87 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction90:math#Object#pi */
88 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction90:math#Object#srand_from */
89 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction90:math#Object#srand */
90 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction90:stream#Object#poll */
91 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction90:stream#Object#intern_poll */
92 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction90:time#Object#get_time */
93 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction90:file#Object#printn */
94 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction90:file#Object#print */
95 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction90:file#Object#getc */
96 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction90:file#Object#gets */
97 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction90:file#Object#getcwd */
98 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction90:file#Object#file_getcwd */
99 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction90:file#Object#stdin */
100 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction90:file#Object#stdout */
101 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction90:file#Object#stderr */
102 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction90:model_base#Object#intrude_visibility */
103 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction90:model_base#Object#public_visibility */
104 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction90:model_base#Object#protected_visibility */
105 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction90:model_base#Object#private_visibility */
106 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction90:model_base#Object#none_visibility */
107 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction90:model#Object#abstract_kind */
108 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction90:model#Object#concrete_kind */
109 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction90:model#Object#interface_kind */
110 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction90:model#Object#enum_kind */
111 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction90:model#Object#extern_kind */
112 (nitmethod_t)VIRTUAL_parser__ReduceAction90__action, /* pointer to parser:ReduceAction90:parser#ReduceAction90#action */
113 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction90:parser#ReduceAction#concat */
114 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction90:parser#ReduceAction#init */
115 }
116 };
117 /* allocate ReduceAction90 */
118 val* NEW_parser__ReduceAction90(const struct type* type) {
119 val* self /* : ReduceAction90 */;
120 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
121 self->type = type;
122 self->class = &class_parser__ReduceAction90;
123 return self;
124 }
125 /* allocate ReduceAction90 */
126 void CHECK_NEW_parser__ReduceAction90(val* self) {
127 long var /* : Int */;
128 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction90> */
129 }
130 /* runtime class parser__ReduceAction91 */
131 const struct class class_parser__ReduceAction91 = {
132 0, /* box_kind */
133 {
134 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction91:kernel#Object#object_id */
135 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction91:kernel#Object#is_same_type */
136 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction91:kernel#Object#is_same_instance */
137 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction91:kernel#Object#== */
138 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction91:kernel#Object#!= */
139 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction91:kernel#Object#output */
140 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction91:kernel#Object#output_class_name */
141 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction91:kernel#Object#exit */
142 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction91:kernel#Object#sys */
143 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction91:kernel#Object#hash */
144 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction91:string#Object#to_s */
145 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction91:string#Object#native_class_name */
146 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction91:string#Object#class_name */
147 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction91:string#Object#inspect */
148 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction91:string#Object#inspect_head */
149 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction91:string#Object#args */
150 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction91:math#Object#atan2 */
151 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction91:math#Object#pi */
152 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction91:math#Object#srand_from */
153 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction91:math#Object#srand */
154 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction91:stream#Object#poll */
155 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction91:stream#Object#intern_poll */
156 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction91:time#Object#get_time */
157 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction91:file#Object#printn */
158 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction91:file#Object#print */
159 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction91:file#Object#getc */
160 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction91:file#Object#gets */
161 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction91:file#Object#getcwd */
162 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction91:file#Object#file_getcwd */
163 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction91:file#Object#stdin */
164 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction91:file#Object#stdout */
165 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction91:file#Object#stderr */
166 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction91:model_base#Object#intrude_visibility */
167 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction91:model_base#Object#public_visibility */
168 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction91:model_base#Object#protected_visibility */
169 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction91:model_base#Object#private_visibility */
170 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction91:model_base#Object#none_visibility */
171 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction91:model#Object#abstract_kind */
172 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction91:model#Object#concrete_kind */
173 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction91:model#Object#interface_kind */
174 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction91:model#Object#enum_kind */
175 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction91:model#Object#extern_kind */
176 (nitmethod_t)VIRTUAL_parser__ReduceAction91__action, /* pointer to parser:ReduceAction91:parser#ReduceAction91#action */
177 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction91:parser#ReduceAction#concat */
178 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction91:parser#ReduceAction#init */
179 }
180 };
181 /* allocate ReduceAction91 */
182 val* NEW_parser__ReduceAction91(const struct type* type) {
183 val* self /* : ReduceAction91 */;
184 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
185 self->type = type;
186 self->class = &class_parser__ReduceAction91;
187 return self;
188 }
189 /* allocate ReduceAction91 */
190 void CHECK_NEW_parser__ReduceAction91(val* self) {
191 long var /* : Int */;
192 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction91> */
193 }
194 /* runtime class parser__ReduceAction92 */
195 const struct class class_parser__ReduceAction92 = {
196 0, /* box_kind */
197 {
198 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction92:kernel#Object#object_id */
199 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction92:kernel#Object#is_same_type */
200 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction92:kernel#Object#is_same_instance */
201 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction92:kernel#Object#== */
202 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction92:kernel#Object#!= */
203 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction92:kernel#Object#output */
204 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction92:kernel#Object#output_class_name */
205 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction92:kernel#Object#exit */
206 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction92:kernel#Object#sys */
207 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction92:kernel#Object#hash */
208 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction92:string#Object#to_s */
209 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction92:string#Object#native_class_name */
210 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction92:string#Object#class_name */
211 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction92:string#Object#inspect */
212 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction92:string#Object#inspect_head */
213 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction92:string#Object#args */
214 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction92:math#Object#atan2 */
215 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction92:math#Object#pi */
216 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction92:math#Object#srand_from */
217 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction92:math#Object#srand */
218 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction92:stream#Object#poll */
219 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction92:stream#Object#intern_poll */
220 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction92:time#Object#get_time */
221 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction92:file#Object#printn */
222 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction92:file#Object#print */
223 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction92:file#Object#getc */
224 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction92:file#Object#gets */
225 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction92:file#Object#getcwd */
226 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction92:file#Object#file_getcwd */
227 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction92:file#Object#stdin */
228 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction92:file#Object#stdout */
229 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction92:file#Object#stderr */
230 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction92:model_base#Object#intrude_visibility */
231 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction92:model_base#Object#public_visibility */
232 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction92:model_base#Object#protected_visibility */
233 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction92:model_base#Object#private_visibility */
234 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction92:model_base#Object#none_visibility */
235 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction92:model#Object#abstract_kind */
236 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction92:model#Object#concrete_kind */
237 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction92:model#Object#interface_kind */
238 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction92:model#Object#enum_kind */
239 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction92:model#Object#extern_kind */
240 (nitmethod_t)VIRTUAL_parser__ReduceAction92__action, /* pointer to parser:ReduceAction92:parser#ReduceAction92#action */
241 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction92:parser#ReduceAction#concat */
242 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction92:parser#ReduceAction#init */
243 }
244 };
245 /* allocate ReduceAction92 */
246 val* NEW_parser__ReduceAction92(const struct type* type) {
247 val* self /* : ReduceAction92 */;
248 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
249 self->type = type;
250 self->class = &class_parser__ReduceAction92;
251 return self;
252 }
253 /* allocate ReduceAction92 */
254 void CHECK_NEW_parser__ReduceAction92(val* self) {
255 long var /* : Int */;
256 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction92> */
257 }
258 /* runtime class parser__ReduceAction94 */
259 const struct class class_parser__ReduceAction94 = {
260 0, /* box_kind */
261 {
262 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction94:kernel#Object#object_id */
263 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction94:kernel#Object#is_same_type */
264 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction94:kernel#Object#is_same_instance */
265 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction94:kernel#Object#== */
266 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction94:kernel#Object#!= */
267 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction94:kernel#Object#output */
268 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction94:kernel#Object#output_class_name */
269 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction94:kernel#Object#exit */
270 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction94:kernel#Object#sys */
271 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction94:kernel#Object#hash */
272 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction94:string#Object#to_s */
273 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction94:string#Object#native_class_name */
274 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction94:string#Object#class_name */
275 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction94:string#Object#inspect */
276 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction94:string#Object#inspect_head */
277 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction94:string#Object#args */
278 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction94:math#Object#atan2 */
279 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction94:math#Object#pi */
280 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction94:math#Object#srand_from */
281 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction94:math#Object#srand */
282 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction94:stream#Object#poll */
283 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction94:stream#Object#intern_poll */
284 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction94:time#Object#get_time */
285 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction94:file#Object#printn */
286 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction94:file#Object#print */
287 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction94:file#Object#getc */
288 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction94:file#Object#gets */
289 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction94:file#Object#getcwd */
290 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction94:file#Object#file_getcwd */
291 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction94:file#Object#stdin */
292 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction94:file#Object#stdout */
293 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction94:file#Object#stderr */
294 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction94:model_base#Object#intrude_visibility */
295 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction94:model_base#Object#public_visibility */
296 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction94:model_base#Object#protected_visibility */
297 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction94:model_base#Object#private_visibility */
298 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction94:model_base#Object#none_visibility */
299 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction94:model#Object#abstract_kind */
300 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction94:model#Object#concrete_kind */
301 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction94:model#Object#interface_kind */
302 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction94:model#Object#enum_kind */
303 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction94:model#Object#extern_kind */
304 (nitmethod_t)VIRTUAL_parser__ReduceAction94__action, /* pointer to parser:ReduceAction94:parser#ReduceAction94#action */
305 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction94:parser#ReduceAction#concat */
306 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction94:parser#ReduceAction#init */
307 }
308 };
309 /* allocate ReduceAction94 */
310 val* NEW_parser__ReduceAction94(const struct type* type) {
311 val* self /* : ReduceAction94 */;
312 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
313 self->type = type;
314 self->class = &class_parser__ReduceAction94;
315 return self;
316 }
317 /* allocate ReduceAction94 */
318 void CHECK_NEW_parser__ReduceAction94(val* self) {
319 long var /* : Int */;
320 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction94> */
321 }
322 /* runtime class parser__ReduceAction95 */
323 const struct class class_parser__ReduceAction95 = {
324 0, /* box_kind */
325 {
326 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction95:kernel#Object#object_id */
327 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction95:kernel#Object#is_same_type */
328 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction95:kernel#Object#is_same_instance */
329 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction95:kernel#Object#== */
330 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction95:kernel#Object#!= */
331 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction95:kernel#Object#output */
332 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction95:kernel#Object#output_class_name */
333 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction95:kernel#Object#exit */
334 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction95:kernel#Object#sys */
335 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction95:kernel#Object#hash */
336 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction95:string#Object#to_s */
337 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction95:string#Object#native_class_name */
338 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction95:string#Object#class_name */
339 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction95:string#Object#inspect */
340 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction95:string#Object#inspect_head */
341 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction95:string#Object#args */
342 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction95:math#Object#atan2 */
343 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction95:math#Object#pi */
344 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction95:math#Object#srand_from */
345 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction95:math#Object#srand */
346 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction95:stream#Object#poll */
347 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction95:stream#Object#intern_poll */
348 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction95:time#Object#get_time */
349 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction95:file#Object#printn */
350 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction95:file#Object#print */
351 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction95:file#Object#getc */
352 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction95:file#Object#gets */
353 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction95:file#Object#getcwd */
354 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction95:file#Object#file_getcwd */
355 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction95:file#Object#stdin */
356 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction95:file#Object#stdout */
357 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction95:file#Object#stderr */
358 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction95:model_base#Object#intrude_visibility */
359 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction95:model_base#Object#public_visibility */
360 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction95:model_base#Object#protected_visibility */
361 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction95:model_base#Object#private_visibility */
362 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction95:model_base#Object#none_visibility */
363 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction95:model#Object#abstract_kind */
364 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction95:model#Object#concrete_kind */
365 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction95:model#Object#interface_kind */
366 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction95:model#Object#enum_kind */
367 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction95:model#Object#extern_kind */
368 (nitmethod_t)VIRTUAL_parser__ReduceAction95__action, /* pointer to parser:ReduceAction95:parser#ReduceAction95#action */
369 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction95:parser#ReduceAction#concat */
370 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction95:parser#ReduceAction#init */
371 }
372 };
373 /* allocate ReduceAction95 */
374 val* NEW_parser__ReduceAction95(const struct type* type) {
375 val* self /* : ReduceAction95 */;
376 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
377 self->type = type;
378 self->class = &class_parser__ReduceAction95;
379 return self;
380 }
381 /* allocate ReduceAction95 */
382 void CHECK_NEW_parser__ReduceAction95(val* self) {
383 long var /* : Int */;
384 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction95> */
385 }
386 /* runtime class parser__ReduceAction97 */
387 const struct class class_parser__ReduceAction97 = {
388 0, /* box_kind */
389 {
390 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction97:kernel#Object#object_id */
391 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction97:kernel#Object#is_same_type */
392 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction97:kernel#Object#is_same_instance */
393 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction97:kernel#Object#== */
394 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction97:kernel#Object#!= */
395 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction97:kernel#Object#output */
396 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction97:kernel#Object#output_class_name */
397 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction97:kernel#Object#exit */
398 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction97:kernel#Object#sys */
399 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction97:kernel#Object#hash */
400 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction97:string#Object#to_s */
401 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction97:string#Object#native_class_name */
402 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction97:string#Object#class_name */
403 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction97:string#Object#inspect */
404 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction97:string#Object#inspect_head */
405 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction97:string#Object#args */
406 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction97:math#Object#atan2 */
407 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction97:math#Object#pi */
408 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction97:math#Object#srand_from */
409 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction97:math#Object#srand */
410 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction97:stream#Object#poll */
411 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction97:stream#Object#intern_poll */
412 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction97:time#Object#get_time */
413 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction97:file#Object#printn */
414 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction97:file#Object#print */
415 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction97:file#Object#getc */
416 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction97:file#Object#gets */
417 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction97:file#Object#getcwd */
418 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction97:file#Object#file_getcwd */
419 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction97:file#Object#stdin */
420 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction97:file#Object#stdout */
421 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction97:file#Object#stderr */
422 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction97:model_base#Object#intrude_visibility */
423 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction97:model_base#Object#public_visibility */
424 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction97:model_base#Object#protected_visibility */
425 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction97:model_base#Object#private_visibility */
426 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction97:model_base#Object#none_visibility */
427 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction97:model#Object#abstract_kind */
428 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction97:model#Object#concrete_kind */
429 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction97:model#Object#interface_kind */
430 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction97:model#Object#enum_kind */
431 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction97:model#Object#extern_kind */
432 (nitmethod_t)VIRTUAL_parser__ReduceAction97__action, /* pointer to parser:ReduceAction97:parser#ReduceAction97#action */
433 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction97:parser#ReduceAction#concat */
434 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction97:parser#ReduceAction#init */
435 }
436 };
437 /* allocate ReduceAction97 */
438 val* NEW_parser__ReduceAction97(const struct type* type) {
439 val* self /* : ReduceAction97 */;
440 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
441 self->type = type;
442 self->class = &class_parser__ReduceAction97;
443 return self;
444 }
445 /* allocate ReduceAction97 */
446 void CHECK_NEW_parser__ReduceAction97(val* self) {
447 long var /* : Int */;
448 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction97> */
449 }
450 /* runtime class parser__ReduceAction98 */
451 const struct class class_parser__ReduceAction98 = {
452 0, /* box_kind */
453 {
454 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction98:kernel#Object#object_id */
455 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction98:kernel#Object#is_same_type */
456 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction98:kernel#Object#is_same_instance */
457 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction98:kernel#Object#== */
458 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction98:kernel#Object#!= */
459 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction98:kernel#Object#output */
460 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction98:kernel#Object#output_class_name */
461 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction98:kernel#Object#exit */
462 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction98:kernel#Object#sys */
463 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction98:kernel#Object#hash */
464 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction98:string#Object#to_s */
465 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction98:string#Object#native_class_name */
466 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction98:string#Object#class_name */
467 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction98:string#Object#inspect */
468 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction98:string#Object#inspect_head */
469 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction98:string#Object#args */
470 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction98:math#Object#atan2 */
471 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction98:math#Object#pi */
472 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction98:math#Object#srand_from */
473 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction98:math#Object#srand */
474 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction98:stream#Object#poll */
475 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction98:stream#Object#intern_poll */
476 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction98:time#Object#get_time */
477 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction98:file#Object#printn */
478 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction98:file#Object#print */
479 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction98:file#Object#getc */
480 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction98:file#Object#gets */
481 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction98:file#Object#getcwd */
482 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction98:file#Object#file_getcwd */
483 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction98:file#Object#stdin */
484 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction98:file#Object#stdout */
485 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction98:file#Object#stderr */
486 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction98:model_base#Object#intrude_visibility */
487 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction98:model_base#Object#public_visibility */
488 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction98:model_base#Object#protected_visibility */
489 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction98:model_base#Object#private_visibility */
490 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction98:model_base#Object#none_visibility */
491 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction98:model#Object#abstract_kind */
492 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction98:model#Object#concrete_kind */
493 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction98:model#Object#interface_kind */
494 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction98:model#Object#enum_kind */
495 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction98:model#Object#extern_kind */
496 (nitmethod_t)VIRTUAL_parser__ReduceAction98__action, /* pointer to parser:ReduceAction98:parser#ReduceAction98#action */
497 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction98:parser#ReduceAction#concat */
498 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction98:parser#ReduceAction#init */
499 }
500 };
501 /* allocate ReduceAction98 */
502 val* NEW_parser__ReduceAction98(const struct type* type) {
503 val* self /* : ReduceAction98 */;
504 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
505 self->type = type;
506 self->class = &class_parser__ReduceAction98;
507 return self;
508 }
509 /* allocate ReduceAction98 */
510 void CHECK_NEW_parser__ReduceAction98(val* self) {
511 long var /* : Int */;
512 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction98> */
513 }
514 /* runtime class parser__ReduceAction99 */
515 const struct class class_parser__ReduceAction99 = {
516 0, /* box_kind */
517 {
518 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction99:kernel#Object#object_id */
519 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction99:kernel#Object#is_same_type */
520 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction99:kernel#Object#is_same_instance */
521 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction99:kernel#Object#== */
522 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction99:kernel#Object#!= */
523 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction99:kernel#Object#output */
524 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction99:kernel#Object#output_class_name */
525 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction99:kernel#Object#exit */
526 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction99:kernel#Object#sys */
527 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction99:kernel#Object#hash */
528 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction99:string#Object#to_s */
529 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction99:string#Object#native_class_name */
530 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction99:string#Object#class_name */
531 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction99:string#Object#inspect */
532 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction99:string#Object#inspect_head */
533 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction99:string#Object#args */
534 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction99:math#Object#atan2 */
535 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction99:math#Object#pi */
536 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction99:math#Object#srand_from */
537 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction99:math#Object#srand */
538 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction99:stream#Object#poll */
539 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction99:stream#Object#intern_poll */
540 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction99:time#Object#get_time */
541 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction99:file#Object#printn */
542 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction99:file#Object#print */
543 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction99:file#Object#getc */
544 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction99:file#Object#gets */
545 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction99:file#Object#getcwd */
546 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction99:file#Object#file_getcwd */
547 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction99:file#Object#stdin */
548 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction99:file#Object#stdout */
549 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction99:file#Object#stderr */
550 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction99:model_base#Object#intrude_visibility */
551 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction99:model_base#Object#public_visibility */
552 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction99:model_base#Object#protected_visibility */
553 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction99:model_base#Object#private_visibility */
554 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction99:model_base#Object#none_visibility */
555 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction99:model#Object#abstract_kind */
556 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction99:model#Object#concrete_kind */
557 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction99:model#Object#interface_kind */
558 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction99:model#Object#enum_kind */
559 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction99:model#Object#extern_kind */
560 (nitmethod_t)VIRTUAL_parser__ReduceAction99__action, /* pointer to parser:ReduceAction99:parser#ReduceAction99#action */
561 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction99:parser#ReduceAction#concat */
562 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction99:parser#ReduceAction#init */
563 }
564 };
565 /* allocate ReduceAction99 */
566 val* NEW_parser__ReduceAction99(const struct type* type) {
567 val* self /* : ReduceAction99 */;
568 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
569 self->type = type;
570 self->class = &class_parser__ReduceAction99;
571 return self;
572 }
573 /* allocate ReduceAction99 */
574 void CHECK_NEW_parser__ReduceAction99(val* self) {
575 long var /* : Int */;
576 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction99> */
577 }
578 /* runtime class parser__ReduceAction100 */
579 const struct class class_parser__ReduceAction100 = {
580 0, /* box_kind */
581 {
582 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction100:kernel#Object#object_id */
583 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction100:kernel#Object#is_same_type */
584 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction100:kernel#Object#is_same_instance */
585 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction100:kernel#Object#== */
586 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction100:kernel#Object#!= */
587 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction100:kernel#Object#output */
588 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction100:kernel#Object#output_class_name */
589 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction100:kernel#Object#exit */
590 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction100:kernel#Object#sys */
591 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction100:kernel#Object#hash */
592 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction100:string#Object#to_s */
593 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction100:string#Object#native_class_name */
594 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction100:string#Object#class_name */
595 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction100:string#Object#inspect */
596 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction100:string#Object#inspect_head */
597 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction100:string#Object#args */
598 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction100:math#Object#atan2 */
599 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction100:math#Object#pi */
600 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction100:math#Object#srand_from */
601 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction100:math#Object#srand */
602 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction100:stream#Object#poll */
603 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction100:stream#Object#intern_poll */
604 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction100:time#Object#get_time */
605 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction100:file#Object#printn */
606 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction100:file#Object#print */
607 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction100:file#Object#getc */
608 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction100:file#Object#gets */
609 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction100:file#Object#getcwd */
610 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction100:file#Object#file_getcwd */
611 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction100:file#Object#stdin */
612 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction100:file#Object#stdout */
613 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction100:file#Object#stderr */
614 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction100:model_base#Object#intrude_visibility */
615 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction100:model_base#Object#public_visibility */
616 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction100:model_base#Object#protected_visibility */
617 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction100:model_base#Object#private_visibility */
618 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction100:model_base#Object#none_visibility */
619 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction100:model#Object#abstract_kind */
620 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction100:model#Object#concrete_kind */
621 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction100:model#Object#interface_kind */
622 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction100:model#Object#enum_kind */
623 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction100:model#Object#extern_kind */
624 (nitmethod_t)VIRTUAL_parser__ReduceAction100__action, /* pointer to parser:ReduceAction100:parser#ReduceAction100#action */
625 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction100:parser#ReduceAction#concat */
626 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction100:parser#ReduceAction#init */
627 }
628 };
629 /* allocate ReduceAction100 */
630 val* NEW_parser__ReduceAction100(const struct type* type) {
631 val* self /* : ReduceAction100 */;
632 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
633 self->type = type;
634 self->class = &class_parser__ReduceAction100;
635 return self;
636 }
637 /* allocate ReduceAction100 */
638 void CHECK_NEW_parser__ReduceAction100(val* self) {
639 long var /* : Int */;
640 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction100> */
641 }
642 /* runtime class parser__ReduceAction102 */
643 const struct class class_parser__ReduceAction102 = {
644 0, /* box_kind */
645 {
646 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction102:kernel#Object#object_id */
647 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction102:kernel#Object#is_same_type */
648 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction102:kernel#Object#is_same_instance */
649 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction102:kernel#Object#== */
650 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction102:kernel#Object#!= */
651 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction102:kernel#Object#output */
652 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction102:kernel#Object#output_class_name */
653 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction102:kernel#Object#exit */
654 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction102:kernel#Object#sys */
655 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction102:kernel#Object#hash */
656 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction102:string#Object#to_s */
657 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction102:string#Object#native_class_name */
658 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction102:string#Object#class_name */
659 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction102:string#Object#inspect */
660 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction102:string#Object#inspect_head */
661 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction102:string#Object#args */
662 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction102:math#Object#atan2 */
663 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction102:math#Object#pi */
664 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction102:math#Object#srand_from */
665 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction102:math#Object#srand */
666 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction102:stream#Object#poll */
667 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction102:stream#Object#intern_poll */
668 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction102:time#Object#get_time */
669 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction102:file#Object#printn */
670 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction102:file#Object#print */
671 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction102:file#Object#getc */
672 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction102:file#Object#gets */
673 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction102:file#Object#getcwd */
674 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction102:file#Object#file_getcwd */
675 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction102:file#Object#stdin */
676 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction102:file#Object#stdout */
677 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction102:file#Object#stderr */
678 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction102:model_base#Object#intrude_visibility */
679 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction102:model_base#Object#public_visibility */
680 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction102:model_base#Object#protected_visibility */
681 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction102:model_base#Object#private_visibility */
682 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction102:model_base#Object#none_visibility */
683 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction102:model#Object#abstract_kind */
684 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction102:model#Object#concrete_kind */
685 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction102:model#Object#interface_kind */
686 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction102:model#Object#enum_kind */
687 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction102:model#Object#extern_kind */
688 (nitmethod_t)VIRTUAL_parser__ReduceAction102__action, /* pointer to parser:ReduceAction102:parser#ReduceAction102#action */
689 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction102:parser#ReduceAction#concat */
690 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction102:parser#ReduceAction#init */
691 }
692 };
693 /* allocate ReduceAction102 */
694 val* NEW_parser__ReduceAction102(const struct type* type) {
695 val* self /* : ReduceAction102 */;
696 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
697 self->type = type;
698 self->class = &class_parser__ReduceAction102;
699 return self;
700 }
701 /* allocate ReduceAction102 */
702 void CHECK_NEW_parser__ReduceAction102(val* self) {
703 long var /* : Int */;
704 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction102> */
705 }
706 /* runtime class parser__ReduceAction103 */
707 const struct class class_parser__ReduceAction103 = {
708 0, /* box_kind */
709 {
710 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction103:kernel#Object#object_id */
711 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction103:kernel#Object#is_same_type */
712 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction103:kernel#Object#is_same_instance */
713 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction103:kernel#Object#== */
714 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction103:kernel#Object#!= */
715 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction103:kernel#Object#output */
716 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction103:kernel#Object#output_class_name */
717 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction103:kernel#Object#exit */
718 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction103:kernel#Object#sys */
719 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction103:kernel#Object#hash */
720 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction103:string#Object#to_s */
721 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction103:string#Object#native_class_name */
722 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction103:string#Object#class_name */
723 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction103:string#Object#inspect */
724 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction103:string#Object#inspect_head */
725 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction103:string#Object#args */
726 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction103:math#Object#atan2 */
727 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction103:math#Object#pi */
728 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction103:math#Object#srand_from */
729 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction103:math#Object#srand */
730 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction103:stream#Object#poll */
731 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction103:stream#Object#intern_poll */
732 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction103:time#Object#get_time */
733 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction103:file#Object#printn */
734 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction103:file#Object#print */
735 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction103:file#Object#getc */
736 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction103:file#Object#gets */
737 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction103:file#Object#getcwd */
738 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction103:file#Object#file_getcwd */
739 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction103:file#Object#stdin */
740 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction103:file#Object#stdout */
741 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction103:file#Object#stderr */
742 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction103:model_base#Object#intrude_visibility */
743 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction103:model_base#Object#public_visibility */
744 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction103:model_base#Object#protected_visibility */
745 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction103:model_base#Object#private_visibility */
746 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction103:model_base#Object#none_visibility */
747 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction103:model#Object#abstract_kind */
748 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction103:model#Object#concrete_kind */
749 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction103:model#Object#interface_kind */
750 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction103:model#Object#enum_kind */
751 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction103:model#Object#extern_kind */
752 (nitmethod_t)VIRTUAL_parser__ReduceAction103__action, /* pointer to parser:ReduceAction103:parser#ReduceAction103#action */
753 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction103:parser#ReduceAction#concat */
754 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction103:parser#ReduceAction#init */
755 }
756 };
757 /* allocate ReduceAction103 */
758 val* NEW_parser__ReduceAction103(const struct type* type) {
759 val* self /* : ReduceAction103 */;
760 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
761 self->type = type;
762 self->class = &class_parser__ReduceAction103;
763 return self;
764 }
765 /* allocate ReduceAction103 */
766 void CHECK_NEW_parser__ReduceAction103(val* self) {
767 long var /* : Int */;
768 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction103> */
769 }
770 /* runtime class parser__ReduceAction105 */
771 const struct class class_parser__ReduceAction105 = {
772 0, /* box_kind */
773 {
774 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction105:kernel#Object#object_id */
775 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction105:kernel#Object#is_same_type */
776 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction105:kernel#Object#is_same_instance */
777 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction105:kernel#Object#== */
778 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction105:kernel#Object#!= */
779 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction105:kernel#Object#output */
780 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction105:kernel#Object#output_class_name */
781 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction105:kernel#Object#exit */
782 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction105:kernel#Object#sys */
783 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction105:kernel#Object#hash */
784 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction105:string#Object#to_s */
785 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction105:string#Object#native_class_name */
786 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction105:string#Object#class_name */
787 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction105:string#Object#inspect */
788 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction105:string#Object#inspect_head */
789 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction105:string#Object#args */
790 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction105:math#Object#atan2 */
791 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction105:math#Object#pi */
792 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction105:math#Object#srand_from */
793 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction105:math#Object#srand */
794 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction105:stream#Object#poll */
795 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction105:stream#Object#intern_poll */
796 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction105:time#Object#get_time */
797 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction105:file#Object#printn */
798 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction105:file#Object#print */
799 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction105:file#Object#getc */
800 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction105:file#Object#gets */
801 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction105:file#Object#getcwd */
802 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction105:file#Object#file_getcwd */
803 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction105:file#Object#stdin */
804 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction105:file#Object#stdout */
805 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction105:file#Object#stderr */
806 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction105:model_base#Object#intrude_visibility */
807 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction105:model_base#Object#public_visibility */
808 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction105:model_base#Object#protected_visibility */
809 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction105:model_base#Object#private_visibility */
810 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction105:model_base#Object#none_visibility */
811 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction105:model#Object#abstract_kind */
812 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction105:model#Object#concrete_kind */
813 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction105:model#Object#interface_kind */
814 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction105:model#Object#enum_kind */
815 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction105:model#Object#extern_kind */
816 (nitmethod_t)VIRTUAL_parser__ReduceAction105__action, /* pointer to parser:ReduceAction105:parser#ReduceAction105#action */
817 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction105:parser#ReduceAction#concat */
818 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction105:parser#ReduceAction#init */
819 }
820 };
821 /* allocate ReduceAction105 */
822 val* NEW_parser__ReduceAction105(const struct type* type) {
823 val* self /* : ReduceAction105 */;
824 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
825 self->type = type;
826 self->class = &class_parser__ReduceAction105;
827 return self;
828 }
829 /* allocate ReduceAction105 */
830 void CHECK_NEW_parser__ReduceAction105(val* self) {
831 long var /* : Int */;
832 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction105> */
833 }
834 /* runtime class parser__ReduceAction106 */
835 const struct class class_parser__ReduceAction106 = {
836 0, /* box_kind */
837 {
838 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction106:kernel#Object#object_id */
839 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction106:kernel#Object#is_same_type */
840 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction106:kernel#Object#is_same_instance */
841 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction106:kernel#Object#== */
842 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction106:kernel#Object#!= */
843 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction106:kernel#Object#output */
844 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction106:kernel#Object#output_class_name */
845 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction106:kernel#Object#exit */
846 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction106:kernel#Object#sys */
847 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction106:kernel#Object#hash */
848 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction106:string#Object#to_s */
849 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction106:string#Object#native_class_name */
850 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction106:string#Object#class_name */
851 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction106:string#Object#inspect */
852 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction106:string#Object#inspect_head */
853 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction106:string#Object#args */
854 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction106:math#Object#atan2 */
855 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction106:math#Object#pi */
856 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction106:math#Object#srand_from */
857 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction106:math#Object#srand */
858 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction106:stream#Object#poll */
859 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction106:stream#Object#intern_poll */
860 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction106:time#Object#get_time */
861 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction106:file#Object#printn */
862 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction106:file#Object#print */
863 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction106:file#Object#getc */
864 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction106:file#Object#gets */
865 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction106:file#Object#getcwd */
866 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction106:file#Object#file_getcwd */
867 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction106:file#Object#stdin */
868 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction106:file#Object#stdout */
869 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction106:file#Object#stderr */
870 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction106:model_base#Object#intrude_visibility */
871 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction106:model_base#Object#public_visibility */
872 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction106:model_base#Object#protected_visibility */
873 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction106:model_base#Object#private_visibility */
874 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction106:model_base#Object#none_visibility */
875 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction106:model#Object#abstract_kind */
876 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction106:model#Object#concrete_kind */
877 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction106:model#Object#interface_kind */
878 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction106:model#Object#enum_kind */
879 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction106:model#Object#extern_kind */
880 (nitmethod_t)VIRTUAL_parser__ReduceAction106__action, /* pointer to parser:ReduceAction106:parser#ReduceAction106#action */
881 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction106:parser#ReduceAction#concat */
882 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction106:parser#ReduceAction#init */
883 }
884 };
885 /* allocate ReduceAction106 */
886 val* NEW_parser__ReduceAction106(const struct type* type) {
887 val* self /* : ReduceAction106 */;
888 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
889 self->type = type;
890 self->class = &class_parser__ReduceAction106;
891 return self;
892 }
893 /* allocate ReduceAction106 */
894 void CHECK_NEW_parser__ReduceAction106(val* self) {
895 long var /* : Int */;
896 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction106> */
897 }
898 /* runtime class parser__ReduceAction107 */
899 const struct class class_parser__ReduceAction107 = {
900 0, /* box_kind */
901 {
902 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction107:kernel#Object#object_id */
903 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction107:kernel#Object#is_same_type */
904 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction107:kernel#Object#is_same_instance */
905 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction107:kernel#Object#== */
906 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction107:kernel#Object#!= */
907 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction107:kernel#Object#output */
908 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction107:kernel#Object#output_class_name */
909 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction107:kernel#Object#exit */
910 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction107:kernel#Object#sys */
911 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction107:kernel#Object#hash */
912 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction107:string#Object#to_s */
913 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction107:string#Object#native_class_name */
914 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction107:string#Object#class_name */
915 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction107:string#Object#inspect */
916 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction107:string#Object#inspect_head */
917 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction107:string#Object#args */
918 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction107:math#Object#atan2 */
919 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction107:math#Object#pi */
920 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction107:math#Object#srand_from */
921 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction107:math#Object#srand */
922 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction107:stream#Object#poll */
923 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction107:stream#Object#intern_poll */
924 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction107:time#Object#get_time */
925 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction107:file#Object#printn */
926 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction107:file#Object#print */
927 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction107:file#Object#getc */
928 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction107:file#Object#gets */
929 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction107:file#Object#getcwd */
930 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction107:file#Object#file_getcwd */
931 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction107:file#Object#stdin */
932 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction107:file#Object#stdout */
933 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction107:file#Object#stderr */
934 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction107:model_base#Object#intrude_visibility */
935 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction107:model_base#Object#public_visibility */
936 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction107:model_base#Object#protected_visibility */
937 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction107:model_base#Object#private_visibility */
938 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction107:model_base#Object#none_visibility */
939 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction107:model#Object#abstract_kind */
940 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction107:model#Object#concrete_kind */
941 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction107:model#Object#interface_kind */
942 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction107:model#Object#enum_kind */
943 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction107:model#Object#extern_kind */
944 (nitmethod_t)VIRTUAL_parser__ReduceAction107__action, /* pointer to parser:ReduceAction107:parser#ReduceAction107#action */
945 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction107:parser#ReduceAction#concat */
946 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction107:parser#ReduceAction#init */
947 }
948 };
949 /* allocate ReduceAction107 */
950 val* NEW_parser__ReduceAction107(const struct type* type) {
951 val* self /* : ReduceAction107 */;
952 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
953 self->type = type;
954 self->class = &class_parser__ReduceAction107;
955 return self;
956 }
957 /* allocate ReduceAction107 */
958 void CHECK_NEW_parser__ReduceAction107(val* self) {
959 long var /* : Int */;
960 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction107> */
961 }
962 /* runtime class parser__ReduceAction108 */
963 const struct class class_parser__ReduceAction108 = {
964 0, /* box_kind */
965 {
966 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction108:kernel#Object#object_id */
967 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction108:kernel#Object#is_same_type */
968 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction108:kernel#Object#is_same_instance */
969 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction108:kernel#Object#== */
970 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction108:kernel#Object#!= */
971 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction108:kernel#Object#output */
972 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction108:kernel#Object#output_class_name */
973 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction108:kernel#Object#exit */
974 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction108:kernel#Object#sys */
975 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction108:kernel#Object#hash */
976 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction108:string#Object#to_s */
977 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction108:string#Object#native_class_name */
978 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction108:string#Object#class_name */
979 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction108:string#Object#inspect */
980 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction108:string#Object#inspect_head */
981 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction108:string#Object#args */
982 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction108:math#Object#atan2 */
983 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction108:math#Object#pi */
984 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction108:math#Object#srand_from */
985 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction108:math#Object#srand */
986 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction108:stream#Object#poll */
987 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction108:stream#Object#intern_poll */
988 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction108:time#Object#get_time */
989 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction108:file#Object#printn */
990 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction108:file#Object#print */
991 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction108:file#Object#getc */
992 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction108:file#Object#gets */
993 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction108:file#Object#getcwd */
994 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction108:file#Object#file_getcwd */
995 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction108:file#Object#stdin */
996 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction108:file#Object#stdout */
997 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction108:file#Object#stderr */
998 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction108:model_base#Object#intrude_visibility */
999 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction108:model_base#Object#public_visibility */
1000 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction108:model_base#Object#protected_visibility */
1001 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction108:model_base#Object#private_visibility */
1002 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction108:model_base#Object#none_visibility */
1003 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction108:model#Object#abstract_kind */
1004 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction108:model#Object#concrete_kind */
1005 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction108:model#Object#interface_kind */
1006 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction108:model#Object#enum_kind */
1007 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction108:model#Object#extern_kind */
1008 (nitmethod_t)VIRTUAL_parser__ReduceAction108__action, /* pointer to parser:ReduceAction108:parser#ReduceAction108#action */
1009 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction108:parser#ReduceAction#concat */
1010 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction108:parser#ReduceAction#init */
1011 }
1012 };
1013 /* allocate ReduceAction108 */
1014 val* NEW_parser__ReduceAction108(const struct type* type) {
1015 val* self /* : ReduceAction108 */;
1016 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1017 self->type = type;
1018 self->class = &class_parser__ReduceAction108;
1019 return self;
1020 }
1021 /* allocate ReduceAction108 */
1022 void CHECK_NEW_parser__ReduceAction108(val* self) {
1023 long var /* : Int */;
1024 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction108> */
1025 }
1026 /* runtime class parser__ReduceAction110 */
1027 const struct class class_parser__ReduceAction110 = {
1028 0, /* box_kind */
1029 {
1030 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction110:kernel#Object#object_id */
1031 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction110:kernel#Object#is_same_type */
1032 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction110:kernel#Object#is_same_instance */
1033 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction110:kernel#Object#== */
1034 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction110:kernel#Object#!= */
1035 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction110:kernel#Object#output */
1036 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction110:kernel#Object#output_class_name */
1037 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction110:kernel#Object#exit */
1038 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction110:kernel#Object#sys */
1039 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction110:kernel#Object#hash */
1040 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction110:string#Object#to_s */
1041 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction110:string#Object#native_class_name */
1042 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction110:string#Object#class_name */
1043 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction110:string#Object#inspect */
1044 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction110:string#Object#inspect_head */
1045 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction110:string#Object#args */
1046 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction110:math#Object#atan2 */
1047 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction110:math#Object#pi */
1048 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction110:math#Object#srand_from */
1049 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction110:math#Object#srand */
1050 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction110:stream#Object#poll */
1051 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction110:stream#Object#intern_poll */
1052 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction110:time#Object#get_time */
1053 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction110:file#Object#printn */
1054 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction110:file#Object#print */
1055 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction110:file#Object#getc */
1056 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction110:file#Object#gets */
1057 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction110:file#Object#getcwd */
1058 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction110:file#Object#file_getcwd */
1059 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction110:file#Object#stdin */
1060 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction110:file#Object#stdout */
1061 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction110:file#Object#stderr */
1062 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction110:model_base#Object#intrude_visibility */
1063 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction110:model_base#Object#public_visibility */
1064 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction110:model_base#Object#protected_visibility */
1065 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction110:model_base#Object#private_visibility */
1066 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction110:model_base#Object#none_visibility */
1067 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction110:model#Object#abstract_kind */
1068 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction110:model#Object#concrete_kind */
1069 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction110:model#Object#interface_kind */
1070 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction110:model#Object#enum_kind */
1071 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction110:model#Object#extern_kind */
1072 (nitmethod_t)VIRTUAL_parser__ReduceAction110__action, /* pointer to parser:ReduceAction110:parser#ReduceAction110#action */
1073 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction110:parser#ReduceAction#concat */
1074 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction110:parser#ReduceAction#init */
1075 }
1076 };
1077 /* allocate ReduceAction110 */
1078 val* NEW_parser__ReduceAction110(const struct type* type) {
1079 val* self /* : ReduceAction110 */;
1080 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1081 self->type = type;
1082 self->class = &class_parser__ReduceAction110;
1083 return self;
1084 }
1085 /* allocate ReduceAction110 */
1086 void CHECK_NEW_parser__ReduceAction110(val* self) {
1087 long var /* : Int */;
1088 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction110> */
1089 }
1090 /* runtime class parser__ReduceAction111 */
1091 const struct class class_parser__ReduceAction111 = {
1092 0, /* box_kind */
1093 {
1094 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction111:kernel#Object#object_id */
1095 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction111:kernel#Object#is_same_type */
1096 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction111:kernel#Object#is_same_instance */
1097 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction111:kernel#Object#== */
1098 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction111:kernel#Object#!= */
1099 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction111:kernel#Object#output */
1100 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction111:kernel#Object#output_class_name */
1101 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction111:kernel#Object#exit */
1102 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction111:kernel#Object#sys */
1103 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction111:kernel#Object#hash */
1104 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction111:string#Object#to_s */
1105 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction111:string#Object#native_class_name */
1106 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction111:string#Object#class_name */
1107 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction111:string#Object#inspect */
1108 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction111:string#Object#inspect_head */
1109 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction111:string#Object#args */
1110 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction111:math#Object#atan2 */
1111 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction111:math#Object#pi */
1112 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction111:math#Object#srand_from */
1113 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction111:math#Object#srand */
1114 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction111:stream#Object#poll */
1115 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction111:stream#Object#intern_poll */
1116 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction111:time#Object#get_time */
1117 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction111:file#Object#printn */
1118 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction111:file#Object#print */
1119 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction111:file#Object#getc */
1120 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction111:file#Object#gets */
1121 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction111:file#Object#getcwd */
1122 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction111:file#Object#file_getcwd */
1123 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction111:file#Object#stdin */
1124 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction111:file#Object#stdout */
1125 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction111:file#Object#stderr */
1126 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction111:model_base#Object#intrude_visibility */
1127 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction111:model_base#Object#public_visibility */
1128 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction111:model_base#Object#protected_visibility */
1129 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction111:model_base#Object#private_visibility */
1130 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction111:model_base#Object#none_visibility */
1131 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction111:model#Object#abstract_kind */
1132 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction111:model#Object#concrete_kind */
1133 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction111:model#Object#interface_kind */
1134 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction111:model#Object#enum_kind */
1135 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction111:model#Object#extern_kind */
1136 (nitmethod_t)VIRTUAL_parser__ReduceAction111__action, /* pointer to parser:ReduceAction111:parser#ReduceAction111#action */
1137 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction111:parser#ReduceAction#concat */
1138 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction111:parser#ReduceAction#init */
1139 }
1140 };
1141 /* allocate ReduceAction111 */
1142 val* NEW_parser__ReduceAction111(const struct type* type) {
1143 val* self /* : ReduceAction111 */;
1144 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1145 self->type = type;
1146 self->class = &class_parser__ReduceAction111;
1147 return self;
1148 }
1149 /* allocate ReduceAction111 */
1150 void CHECK_NEW_parser__ReduceAction111(val* self) {
1151 long var /* : Int */;
1152 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction111> */
1153 }
1154 /* runtime class parser__ReduceAction113 */
1155 const struct class class_parser__ReduceAction113 = {
1156 0, /* box_kind */
1157 {
1158 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction113:kernel#Object#object_id */
1159 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction113:kernel#Object#is_same_type */
1160 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction113:kernel#Object#is_same_instance */
1161 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction113:kernel#Object#== */
1162 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction113:kernel#Object#!= */
1163 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction113:kernel#Object#output */
1164 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction113:kernel#Object#output_class_name */
1165 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction113:kernel#Object#exit */
1166 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction113:kernel#Object#sys */
1167 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction113:kernel#Object#hash */
1168 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction113:string#Object#to_s */
1169 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction113:string#Object#native_class_name */
1170 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction113:string#Object#class_name */
1171 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction113:string#Object#inspect */
1172 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction113:string#Object#inspect_head */
1173 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction113:string#Object#args */
1174 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction113:math#Object#atan2 */
1175 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction113:math#Object#pi */
1176 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction113:math#Object#srand_from */
1177 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction113:math#Object#srand */
1178 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction113:stream#Object#poll */
1179 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction113:stream#Object#intern_poll */
1180 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction113:time#Object#get_time */
1181 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction113:file#Object#printn */
1182 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction113:file#Object#print */
1183 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction113:file#Object#getc */
1184 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction113:file#Object#gets */
1185 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction113:file#Object#getcwd */
1186 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction113:file#Object#file_getcwd */
1187 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction113:file#Object#stdin */
1188 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction113:file#Object#stdout */
1189 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction113:file#Object#stderr */
1190 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction113:model_base#Object#intrude_visibility */
1191 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction113:model_base#Object#public_visibility */
1192 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction113:model_base#Object#protected_visibility */
1193 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction113:model_base#Object#private_visibility */
1194 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction113:model_base#Object#none_visibility */
1195 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction113:model#Object#abstract_kind */
1196 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction113:model#Object#concrete_kind */
1197 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction113:model#Object#interface_kind */
1198 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction113:model#Object#enum_kind */
1199 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction113:model#Object#extern_kind */
1200 (nitmethod_t)VIRTUAL_parser__ReduceAction113__action, /* pointer to parser:ReduceAction113:parser#ReduceAction113#action */
1201 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction113:parser#ReduceAction#concat */
1202 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction113:parser#ReduceAction#init */
1203 }
1204 };
1205 /* allocate ReduceAction113 */
1206 val* NEW_parser__ReduceAction113(const struct type* type) {
1207 val* self /* : ReduceAction113 */;
1208 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1209 self->type = type;
1210 self->class = &class_parser__ReduceAction113;
1211 return self;
1212 }
1213 /* allocate ReduceAction113 */
1214 void CHECK_NEW_parser__ReduceAction113(val* self) {
1215 long var /* : Int */;
1216 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction113> */
1217 }
1218 /* runtime class parser__ReduceAction114 */
1219 const struct class class_parser__ReduceAction114 = {
1220 0, /* box_kind */
1221 {
1222 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction114:kernel#Object#object_id */
1223 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction114:kernel#Object#is_same_type */
1224 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction114:kernel#Object#is_same_instance */
1225 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction114:kernel#Object#== */
1226 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction114:kernel#Object#!= */
1227 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction114:kernel#Object#output */
1228 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction114:kernel#Object#output_class_name */
1229 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction114:kernel#Object#exit */
1230 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction114:kernel#Object#sys */
1231 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction114:kernel#Object#hash */
1232 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction114:string#Object#to_s */
1233 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction114:string#Object#native_class_name */
1234 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction114:string#Object#class_name */
1235 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction114:string#Object#inspect */
1236 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction114:string#Object#inspect_head */
1237 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction114:string#Object#args */
1238 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction114:math#Object#atan2 */
1239 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction114:math#Object#pi */
1240 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction114:math#Object#srand_from */
1241 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction114:math#Object#srand */
1242 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction114:stream#Object#poll */
1243 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction114:stream#Object#intern_poll */
1244 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction114:time#Object#get_time */
1245 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction114:file#Object#printn */
1246 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction114:file#Object#print */
1247 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction114:file#Object#getc */
1248 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction114:file#Object#gets */
1249 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction114:file#Object#getcwd */
1250 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction114:file#Object#file_getcwd */
1251 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction114:file#Object#stdin */
1252 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction114:file#Object#stdout */
1253 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction114:file#Object#stderr */
1254 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction114:model_base#Object#intrude_visibility */
1255 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction114:model_base#Object#public_visibility */
1256 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction114:model_base#Object#protected_visibility */
1257 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction114:model_base#Object#private_visibility */
1258 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction114:model_base#Object#none_visibility */
1259 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction114:model#Object#abstract_kind */
1260 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction114:model#Object#concrete_kind */
1261 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction114:model#Object#interface_kind */
1262 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction114:model#Object#enum_kind */
1263 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction114:model#Object#extern_kind */
1264 (nitmethod_t)VIRTUAL_parser__ReduceAction114__action, /* pointer to parser:ReduceAction114:parser#ReduceAction114#action */
1265 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction114:parser#ReduceAction#concat */
1266 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction114:parser#ReduceAction#init */
1267 }
1268 };
1269 /* allocate ReduceAction114 */
1270 val* NEW_parser__ReduceAction114(const struct type* type) {
1271 val* self /* : ReduceAction114 */;
1272 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1273 self->type = type;
1274 self->class = &class_parser__ReduceAction114;
1275 return self;
1276 }
1277 /* allocate ReduceAction114 */
1278 void CHECK_NEW_parser__ReduceAction114(val* self) {
1279 long var /* : Int */;
1280 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction114> */
1281 }
1282 /* runtime class parser__ReduceAction115 */
1283 const struct class class_parser__ReduceAction115 = {
1284 0, /* box_kind */
1285 {
1286 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction115:kernel#Object#object_id */
1287 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction115:kernel#Object#is_same_type */
1288 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction115:kernel#Object#is_same_instance */
1289 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction115:kernel#Object#== */
1290 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction115:kernel#Object#!= */
1291 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction115:kernel#Object#output */
1292 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction115:kernel#Object#output_class_name */
1293 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction115:kernel#Object#exit */
1294 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction115:kernel#Object#sys */
1295 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction115:kernel#Object#hash */
1296 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction115:string#Object#to_s */
1297 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction115:string#Object#native_class_name */
1298 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction115:string#Object#class_name */
1299 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction115:string#Object#inspect */
1300 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction115:string#Object#inspect_head */
1301 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction115:string#Object#args */
1302 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction115:math#Object#atan2 */
1303 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction115:math#Object#pi */
1304 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction115:math#Object#srand_from */
1305 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction115:math#Object#srand */
1306 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction115:stream#Object#poll */
1307 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction115:stream#Object#intern_poll */
1308 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction115:time#Object#get_time */
1309 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction115:file#Object#printn */
1310 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction115:file#Object#print */
1311 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction115:file#Object#getc */
1312 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction115:file#Object#gets */
1313 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction115:file#Object#getcwd */
1314 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction115:file#Object#file_getcwd */
1315 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction115:file#Object#stdin */
1316 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction115:file#Object#stdout */
1317 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction115:file#Object#stderr */
1318 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction115:model_base#Object#intrude_visibility */
1319 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction115:model_base#Object#public_visibility */
1320 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction115:model_base#Object#protected_visibility */
1321 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction115:model_base#Object#private_visibility */
1322 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction115:model_base#Object#none_visibility */
1323 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction115:model#Object#abstract_kind */
1324 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction115:model#Object#concrete_kind */
1325 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction115:model#Object#interface_kind */
1326 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction115:model#Object#enum_kind */
1327 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction115:model#Object#extern_kind */
1328 (nitmethod_t)VIRTUAL_parser__ReduceAction115__action, /* pointer to parser:ReduceAction115:parser#ReduceAction115#action */
1329 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction115:parser#ReduceAction#concat */
1330 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction115:parser#ReduceAction#init */
1331 }
1332 };
1333 /* allocate ReduceAction115 */
1334 val* NEW_parser__ReduceAction115(const struct type* type) {
1335 val* self /* : ReduceAction115 */;
1336 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1337 self->type = type;
1338 self->class = &class_parser__ReduceAction115;
1339 return self;
1340 }
1341 /* allocate ReduceAction115 */
1342 void CHECK_NEW_parser__ReduceAction115(val* self) {
1343 long var /* : Int */;
1344 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction115> */
1345 }
1346 /* runtime class parser__ReduceAction116 */
1347 const struct class class_parser__ReduceAction116 = {
1348 0, /* box_kind */
1349 {
1350 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction116:kernel#Object#object_id */
1351 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction116:kernel#Object#is_same_type */
1352 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction116:kernel#Object#is_same_instance */
1353 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction116:kernel#Object#== */
1354 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction116:kernel#Object#!= */
1355 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction116:kernel#Object#output */
1356 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction116:kernel#Object#output_class_name */
1357 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction116:kernel#Object#exit */
1358 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction116:kernel#Object#sys */
1359 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction116:kernel#Object#hash */
1360 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction116:string#Object#to_s */
1361 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction116:string#Object#native_class_name */
1362 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction116:string#Object#class_name */
1363 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction116:string#Object#inspect */
1364 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction116:string#Object#inspect_head */
1365 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction116:string#Object#args */
1366 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction116:math#Object#atan2 */
1367 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction116:math#Object#pi */
1368 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction116:math#Object#srand_from */
1369 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction116:math#Object#srand */
1370 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction116:stream#Object#poll */
1371 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction116:stream#Object#intern_poll */
1372 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction116:time#Object#get_time */
1373 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction116:file#Object#printn */
1374 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction116:file#Object#print */
1375 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction116:file#Object#getc */
1376 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction116:file#Object#gets */
1377 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction116:file#Object#getcwd */
1378 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction116:file#Object#file_getcwd */
1379 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction116:file#Object#stdin */
1380 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction116:file#Object#stdout */
1381 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction116:file#Object#stderr */
1382 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction116:model_base#Object#intrude_visibility */
1383 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction116:model_base#Object#public_visibility */
1384 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction116:model_base#Object#protected_visibility */
1385 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction116:model_base#Object#private_visibility */
1386 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction116:model_base#Object#none_visibility */
1387 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction116:model#Object#abstract_kind */
1388 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction116:model#Object#concrete_kind */
1389 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction116:model#Object#interface_kind */
1390 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction116:model#Object#enum_kind */
1391 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction116:model#Object#extern_kind */
1392 (nitmethod_t)VIRTUAL_parser__ReduceAction116__action, /* pointer to parser:ReduceAction116:parser#ReduceAction116#action */
1393 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction116:parser#ReduceAction#concat */
1394 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction116:parser#ReduceAction#init */
1395 }
1396 };
1397 /* allocate ReduceAction116 */
1398 val* NEW_parser__ReduceAction116(const struct type* type) {
1399 val* self /* : ReduceAction116 */;
1400 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1401 self->type = type;
1402 self->class = &class_parser__ReduceAction116;
1403 return self;
1404 }
1405 /* allocate ReduceAction116 */
1406 void CHECK_NEW_parser__ReduceAction116(val* self) {
1407 long var /* : Int */;
1408 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction116> */
1409 }
1410 /* runtime class parser__ReduceAction118 */
1411 const struct class class_parser__ReduceAction118 = {
1412 0, /* box_kind */
1413 {
1414 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction118:kernel#Object#object_id */
1415 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction118:kernel#Object#is_same_type */
1416 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction118:kernel#Object#is_same_instance */
1417 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction118:kernel#Object#== */
1418 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction118:kernel#Object#!= */
1419 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction118:kernel#Object#output */
1420 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction118:kernel#Object#output_class_name */
1421 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction118:kernel#Object#exit */
1422 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction118:kernel#Object#sys */
1423 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction118:kernel#Object#hash */
1424 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction118:string#Object#to_s */
1425 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction118:string#Object#native_class_name */
1426 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction118:string#Object#class_name */
1427 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction118:string#Object#inspect */
1428 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction118:string#Object#inspect_head */
1429 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction118:string#Object#args */
1430 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction118:math#Object#atan2 */
1431 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction118:math#Object#pi */
1432 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction118:math#Object#srand_from */
1433 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction118:math#Object#srand */
1434 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction118:stream#Object#poll */
1435 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction118:stream#Object#intern_poll */
1436 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction118:time#Object#get_time */
1437 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction118:file#Object#printn */
1438 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction118:file#Object#print */
1439 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction118:file#Object#getc */
1440 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction118:file#Object#gets */
1441 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction118:file#Object#getcwd */
1442 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction118:file#Object#file_getcwd */
1443 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction118:file#Object#stdin */
1444 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction118:file#Object#stdout */
1445 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction118:file#Object#stderr */
1446 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction118:model_base#Object#intrude_visibility */
1447 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction118:model_base#Object#public_visibility */
1448 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction118:model_base#Object#protected_visibility */
1449 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction118:model_base#Object#private_visibility */
1450 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction118:model_base#Object#none_visibility */
1451 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction118:model#Object#abstract_kind */
1452 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction118:model#Object#concrete_kind */
1453 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction118:model#Object#interface_kind */
1454 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction118:model#Object#enum_kind */
1455 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction118:model#Object#extern_kind */
1456 (nitmethod_t)VIRTUAL_parser__ReduceAction118__action, /* pointer to parser:ReduceAction118:parser#ReduceAction118#action */
1457 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction118:parser#ReduceAction#concat */
1458 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction118:parser#ReduceAction#init */
1459 }
1460 };
1461 /* allocate ReduceAction118 */
1462 val* NEW_parser__ReduceAction118(const struct type* type) {
1463 val* self /* : ReduceAction118 */;
1464 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1465 self->type = type;
1466 self->class = &class_parser__ReduceAction118;
1467 return self;
1468 }
1469 /* allocate ReduceAction118 */
1470 void CHECK_NEW_parser__ReduceAction118(val* self) {
1471 long var /* : Int */;
1472 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction118> */
1473 }
1474 /* runtime class parser__ReduceAction119 */
1475 const struct class class_parser__ReduceAction119 = {
1476 0, /* box_kind */
1477 {
1478 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction119:kernel#Object#object_id */
1479 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction119:kernel#Object#is_same_type */
1480 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction119:kernel#Object#is_same_instance */
1481 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction119:kernel#Object#== */
1482 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction119:kernel#Object#!= */
1483 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction119:kernel#Object#output */
1484 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction119:kernel#Object#output_class_name */
1485 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction119:kernel#Object#exit */
1486 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction119:kernel#Object#sys */
1487 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction119:kernel#Object#hash */
1488 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction119:string#Object#to_s */
1489 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction119:string#Object#native_class_name */
1490 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction119:string#Object#class_name */
1491 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction119:string#Object#inspect */
1492 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction119:string#Object#inspect_head */
1493 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction119:string#Object#args */
1494 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction119:math#Object#atan2 */
1495 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction119:math#Object#pi */
1496 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction119:math#Object#srand_from */
1497 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction119:math#Object#srand */
1498 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction119:stream#Object#poll */
1499 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction119:stream#Object#intern_poll */
1500 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction119:time#Object#get_time */
1501 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction119:file#Object#printn */
1502 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction119:file#Object#print */
1503 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction119:file#Object#getc */
1504 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction119:file#Object#gets */
1505 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction119:file#Object#getcwd */
1506 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction119:file#Object#file_getcwd */
1507 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction119:file#Object#stdin */
1508 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction119:file#Object#stdout */
1509 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction119:file#Object#stderr */
1510 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction119:model_base#Object#intrude_visibility */
1511 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction119:model_base#Object#public_visibility */
1512 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction119:model_base#Object#protected_visibility */
1513 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction119:model_base#Object#private_visibility */
1514 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction119:model_base#Object#none_visibility */
1515 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction119:model#Object#abstract_kind */
1516 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction119:model#Object#concrete_kind */
1517 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction119:model#Object#interface_kind */
1518 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction119:model#Object#enum_kind */
1519 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction119:model#Object#extern_kind */
1520 (nitmethod_t)VIRTUAL_parser__ReduceAction119__action, /* pointer to parser:ReduceAction119:parser#ReduceAction119#action */
1521 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction119:parser#ReduceAction#concat */
1522 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction119:parser#ReduceAction#init */
1523 }
1524 };
1525 /* allocate ReduceAction119 */
1526 val* NEW_parser__ReduceAction119(const struct type* type) {
1527 val* self /* : ReduceAction119 */;
1528 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1529 self->type = type;
1530 self->class = &class_parser__ReduceAction119;
1531 return self;
1532 }
1533 /* allocate ReduceAction119 */
1534 void CHECK_NEW_parser__ReduceAction119(val* self) {
1535 long var /* : Int */;
1536 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction119> */
1537 }
1538 /* runtime class parser__ReduceAction121 */
1539 const struct class class_parser__ReduceAction121 = {
1540 0, /* box_kind */
1541 {
1542 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction121:kernel#Object#object_id */
1543 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction121:kernel#Object#is_same_type */
1544 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction121:kernel#Object#is_same_instance */
1545 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction121:kernel#Object#== */
1546 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction121:kernel#Object#!= */
1547 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction121:kernel#Object#output */
1548 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction121:kernel#Object#output_class_name */
1549 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction121:kernel#Object#exit */
1550 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction121:kernel#Object#sys */
1551 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction121:kernel#Object#hash */
1552 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction121:string#Object#to_s */
1553 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction121:string#Object#native_class_name */
1554 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction121:string#Object#class_name */
1555 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction121:string#Object#inspect */
1556 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction121:string#Object#inspect_head */
1557 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction121:string#Object#args */
1558 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction121:math#Object#atan2 */
1559 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction121:math#Object#pi */
1560 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction121:math#Object#srand_from */
1561 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction121:math#Object#srand */
1562 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction121:stream#Object#poll */
1563 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction121:stream#Object#intern_poll */
1564 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction121:time#Object#get_time */
1565 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction121:file#Object#printn */
1566 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction121:file#Object#print */
1567 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction121:file#Object#getc */
1568 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction121:file#Object#gets */
1569 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction121:file#Object#getcwd */
1570 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction121:file#Object#file_getcwd */
1571 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction121:file#Object#stdin */
1572 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction121:file#Object#stdout */
1573 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction121:file#Object#stderr */
1574 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction121:model_base#Object#intrude_visibility */
1575 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction121:model_base#Object#public_visibility */
1576 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction121:model_base#Object#protected_visibility */
1577 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction121:model_base#Object#private_visibility */
1578 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction121:model_base#Object#none_visibility */
1579 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction121:model#Object#abstract_kind */
1580 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction121:model#Object#concrete_kind */
1581 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction121:model#Object#interface_kind */
1582 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction121:model#Object#enum_kind */
1583 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction121:model#Object#extern_kind */
1584 (nitmethod_t)VIRTUAL_parser__ReduceAction121__action, /* pointer to parser:ReduceAction121:parser#ReduceAction121#action */
1585 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction121:parser#ReduceAction#concat */
1586 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction121:parser#ReduceAction#init */
1587 }
1588 };
1589 /* allocate ReduceAction121 */
1590 val* NEW_parser__ReduceAction121(const struct type* type) {
1591 val* self /* : ReduceAction121 */;
1592 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1593 self->type = type;
1594 self->class = &class_parser__ReduceAction121;
1595 return self;
1596 }
1597 /* allocate ReduceAction121 */
1598 void CHECK_NEW_parser__ReduceAction121(val* self) {
1599 long var /* : Int */;
1600 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction121> */
1601 }
1602 /* runtime class parser__ReduceAction122 */
1603 const struct class class_parser__ReduceAction122 = {
1604 0, /* box_kind */
1605 {
1606 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction122:kernel#Object#object_id */
1607 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction122:kernel#Object#is_same_type */
1608 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction122:kernel#Object#is_same_instance */
1609 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction122:kernel#Object#== */
1610 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction122:kernel#Object#!= */
1611 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction122:kernel#Object#output */
1612 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction122:kernel#Object#output_class_name */
1613 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction122:kernel#Object#exit */
1614 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction122:kernel#Object#sys */
1615 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction122:kernel#Object#hash */
1616 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction122:string#Object#to_s */
1617 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction122:string#Object#native_class_name */
1618 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction122:string#Object#class_name */
1619 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction122:string#Object#inspect */
1620 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction122:string#Object#inspect_head */
1621 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction122:string#Object#args */
1622 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction122:math#Object#atan2 */
1623 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction122:math#Object#pi */
1624 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction122:math#Object#srand_from */
1625 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction122:math#Object#srand */
1626 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction122:stream#Object#poll */
1627 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction122:stream#Object#intern_poll */
1628 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction122:time#Object#get_time */
1629 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction122:file#Object#printn */
1630 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction122:file#Object#print */
1631 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction122:file#Object#getc */
1632 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction122:file#Object#gets */
1633 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction122:file#Object#getcwd */
1634 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction122:file#Object#file_getcwd */
1635 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction122:file#Object#stdin */
1636 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction122:file#Object#stdout */
1637 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction122:file#Object#stderr */
1638 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction122:model_base#Object#intrude_visibility */
1639 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction122:model_base#Object#public_visibility */
1640 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction122:model_base#Object#protected_visibility */
1641 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction122:model_base#Object#private_visibility */
1642 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction122:model_base#Object#none_visibility */
1643 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction122:model#Object#abstract_kind */
1644 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction122:model#Object#concrete_kind */
1645 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction122:model#Object#interface_kind */
1646 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction122:model#Object#enum_kind */
1647 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction122:model#Object#extern_kind */
1648 (nitmethod_t)VIRTUAL_parser__ReduceAction122__action, /* pointer to parser:ReduceAction122:parser#ReduceAction122#action */
1649 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction122:parser#ReduceAction#concat */
1650 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction122:parser#ReduceAction#init */
1651 }
1652 };
1653 /* allocate ReduceAction122 */
1654 val* NEW_parser__ReduceAction122(const struct type* type) {
1655 val* self /* : ReduceAction122 */;
1656 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1657 self->type = type;
1658 self->class = &class_parser__ReduceAction122;
1659 return self;
1660 }
1661 /* allocate ReduceAction122 */
1662 void CHECK_NEW_parser__ReduceAction122(val* self) {
1663 long var /* : Int */;
1664 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction122> */
1665 }
1666 /* runtime class parser__ReduceAction123 */
1667 const struct class class_parser__ReduceAction123 = {
1668 0, /* box_kind */
1669 {
1670 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction123:kernel#Object#object_id */
1671 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction123:kernel#Object#is_same_type */
1672 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction123:kernel#Object#is_same_instance */
1673 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction123:kernel#Object#== */
1674 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction123:kernel#Object#!= */
1675 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction123:kernel#Object#output */
1676 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction123:kernel#Object#output_class_name */
1677 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction123:kernel#Object#exit */
1678 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction123:kernel#Object#sys */
1679 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction123:kernel#Object#hash */
1680 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction123:string#Object#to_s */
1681 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction123:string#Object#native_class_name */
1682 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction123:string#Object#class_name */
1683 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction123:string#Object#inspect */
1684 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction123:string#Object#inspect_head */
1685 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction123:string#Object#args */
1686 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction123:math#Object#atan2 */
1687 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction123:math#Object#pi */
1688 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction123:math#Object#srand_from */
1689 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction123:math#Object#srand */
1690 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction123:stream#Object#poll */
1691 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction123:stream#Object#intern_poll */
1692 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction123:time#Object#get_time */
1693 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction123:file#Object#printn */
1694 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction123:file#Object#print */
1695 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction123:file#Object#getc */
1696 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction123:file#Object#gets */
1697 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction123:file#Object#getcwd */
1698 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction123:file#Object#file_getcwd */
1699 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction123:file#Object#stdin */
1700 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction123:file#Object#stdout */
1701 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction123:file#Object#stderr */
1702 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction123:model_base#Object#intrude_visibility */
1703 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction123:model_base#Object#public_visibility */
1704 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction123:model_base#Object#protected_visibility */
1705 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction123:model_base#Object#private_visibility */
1706 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction123:model_base#Object#none_visibility */
1707 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction123:model#Object#abstract_kind */
1708 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction123:model#Object#concrete_kind */
1709 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction123:model#Object#interface_kind */
1710 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction123:model#Object#enum_kind */
1711 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction123:model#Object#extern_kind */
1712 (nitmethod_t)VIRTUAL_parser__ReduceAction123__action, /* pointer to parser:ReduceAction123:parser#ReduceAction123#action */
1713 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction123:parser#ReduceAction#concat */
1714 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction123:parser#ReduceAction#init */
1715 }
1716 };
1717 /* allocate ReduceAction123 */
1718 val* NEW_parser__ReduceAction123(const struct type* type) {
1719 val* self /* : ReduceAction123 */;
1720 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1721 self->type = type;
1722 self->class = &class_parser__ReduceAction123;
1723 return self;
1724 }
1725 /* allocate ReduceAction123 */
1726 void CHECK_NEW_parser__ReduceAction123(val* self) {
1727 long var /* : Int */;
1728 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction123> */
1729 }
1730 /* runtime class parser__ReduceAction124 */
1731 const struct class class_parser__ReduceAction124 = {
1732 0, /* box_kind */
1733 {
1734 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction124:kernel#Object#object_id */
1735 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction124:kernel#Object#is_same_type */
1736 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction124:kernel#Object#is_same_instance */
1737 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction124:kernel#Object#== */
1738 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction124:kernel#Object#!= */
1739 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction124:kernel#Object#output */
1740 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction124:kernel#Object#output_class_name */
1741 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction124:kernel#Object#exit */
1742 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction124:kernel#Object#sys */
1743 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction124:kernel#Object#hash */
1744 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction124:string#Object#to_s */
1745 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction124:string#Object#native_class_name */
1746 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction124:string#Object#class_name */
1747 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction124:string#Object#inspect */
1748 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction124:string#Object#inspect_head */
1749 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction124:string#Object#args */
1750 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction124:math#Object#atan2 */
1751 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction124:math#Object#pi */
1752 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction124:math#Object#srand_from */
1753 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction124:math#Object#srand */
1754 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction124:stream#Object#poll */
1755 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction124:stream#Object#intern_poll */
1756 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction124:time#Object#get_time */
1757 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction124:file#Object#printn */
1758 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction124:file#Object#print */
1759 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction124:file#Object#getc */
1760 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction124:file#Object#gets */
1761 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction124:file#Object#getcwd */
1762 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction124:file#Object#file_getcwd */
1763 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction124:file#Object#stdin */
1764 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction124:file#Object#stdout */
1765 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction124:file#Object#stderr */
1766 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction124:model_base#Object#intrude_visibility */
1767 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction124:model_base#Object#public_visibility */
1768 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction124:model_base#Object#protected_visibility */
1769 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction124:model_base#Object#private_visibility */
1770 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction124:model_base#Object#none_visibility */
1771 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction124:model#Object#abstract_kind */
1772 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction124:model#Object#concrete_kind */
1773 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction124:model#Object#interface_kind */
1774 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction124:model#Object#enum_kind */
1775 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction124:model#Object#extern_kind */
1776 (nitmethod_t)VIRTUAL_parser__ReduceAction124__action, /* pointer to parser:ReduceAction124:parser#ReduceAction124#action */
1777 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction124:parser#ReduceAction#concat */
1778 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction124:parser#ReduceAction#init */
1779 }
1780 };
1781 /* allocate ReduceAction124 */
1782 val* NEW_parser__ReduceAction124(const struct type* type) {
1783 val* self /* : ReduceAction124 */;
1784 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1785 self->type = type;
1786 self->class = &class_parser__ReduceAction124;
1787 return self;
1788 }
1789 /* allocate ReduceAction124 */
1790 void CHECK_NEW_parser__ReduceAction124(val* self) {
1791 long var /* : Int */;
1792 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction124> */
1793 }
1794 /* runtime class parser__ReduceAction126 */
1795 const struct class class_parser__ReduceAction126 = {
1796 0, /* box_kind */
1797 {
1798 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction126:kernel#Object#object_id */
1799 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction126:kernel#Object#is_same_type */
1800 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction126:kernel#Object#is_same_instance */
1801 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction126:kernel#Object#== */
1802 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction126:kernel#Object#!= */
1803 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction126:kernel#Object#output */
1804 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction126:kernel#Object#output_class_name */
1805 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction126:kernel#Object#exit */
1806 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction126:kernel#Object#sys */
1807 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction126:kernel#Object#hash */
1808 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction126:string#Object#to_s */
1809 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction126:string#Object#native_class_name */
1810 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction126:string#Object#class_name */
1811 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction126:string#Object#inspect */
1812 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction126:string#Object#inspect_head */
1813 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction126:string#Object#args */
1814 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction126:math#Object#atan2 */
1815 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction126:math#Object#pi */
1816 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction126:math#Object#srand_from */
1817 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction126:math#Object#srand */
1818 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction126:stream#Object#poll */
1819 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction126:stream#Object#intern_poll */
1820 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction126:time#Object#get_time */
1821 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction126:file#Object#printn */
1822 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction126:file#Object#print */
1823 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction126:file#Object#getc */
1824 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction126:file#Object#gets */
1825 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction126:file#Object#getcwd */
1826 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction126:file#Object#file_getcwd */
1827 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction126:file#Object#stdin */
1828 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction126:file#Object#stdout */
1829 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction126:file#Object#stderr */
1830 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction126:model_base#Object#intrude_visibility */
1831 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction126:model_base#Object#public_visibility */
1832 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction126:model_base#Object#protected_visibility */
1833 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction126:model_base#Object#private_visibility */
1834 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction126:model_base#Object#none_visibility */
1835 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction126:model#Object#abstract_kind */
1836 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction126:model#Object#concrete_kind */
1837 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction126:model#Object#interface_kind */
1838 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction126:model#Object#enum_kind */
1839 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction126:model#Object#extern_kind */
1840 (nitmethod_t)VIRTUAL_parser__ReduceAction126__action, /* pointer to parser:ReduceAction126:parser#ReduceAction126#action */
1841 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction126:parser#ReduceAction#concat */
1842 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction126:parser#ReduceAction#init */
1843 }
1844 };
1845 /* allocate ReduceAction126 */
1846 val* NEW_parser__ReduceAction126(const struct type* type) {
1847 val* self /* : ReduceAction126 */;
1848 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1849 self->type = type;
1850 self->class = &class_parser__ReduceAction126;
1851 return self;
1852 }
1853 /* allocate ReduceAction126 */
1854 void CHECK_NEW_parser__ReduceAction126(val* self) {
1855 long var /* : Int */;
1856 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction126> */
1857 }
1858 /* runtime class parser__ReduceAction127 */
1859 const struct class class_parser__ReduceAction127 = {
1860 0, /* box_kind */
1861 {
1862 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction127:kernel#Object#object_id */
1863 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction127:kernel#Object#is_same_type */
1864 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction127:kernel#Object#is_same_instance */
1865 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction127:kernel#Object#== */
1866 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction127:kernel#Object#!= */
1867 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction127:kernel#Object#output */
1868 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction127:kernel#Object#output_class_name */
1869 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction127:kernel#Object#exit */
1870 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction127:kernel#Object#sys */
1871 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction127:kernel#Object#hash */
1872 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction127:string#Object#to_s */
1873 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction127:string#Object#native_class_name */
1874 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction127:string#Object#class_name */
1875 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction127:string#Object#inspect */
1876 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction127:string#Object#inspect_head */
1877 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction127:string#Object#args */
1878 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction127:math#Object#atan2 */
1879 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction127:math#Object#pi */
1880 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction127:math#Object#srand_from */
1881 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction127:math#Object#srand */
1882 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction127:stream#Object#poll */
1883 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction127:stream#Object#intern_poll */
1884 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction127:time#Object#get_time */
1885 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction127:file#Object#printn */
1886 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction127:file#Object#print */
1887 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction127:file#Object#getc */
1888 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction127:file#Object#gets */
1889 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction127:file#Object#getcwd */
1890 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction127:file#Object#file_getcwd */
1891 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction127:file#Object#stdin */
1892 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction127:file#Object#stdout */
1893 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction127:file#Object#stderr */
1894 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction127:model_base#Object#intrude_visibility */
1895 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction127:model_base#Object#public_visibility */
1896 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction127:model_base#Object#protected_visibility */
1897 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction127:model_base#Object#private_visibility */
1898 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction127:model_base#Object#none_visibility */
1899 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction127:model#Object#abstract_kind */
1900 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction127:model#Object#concrete_kind */
1901 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction127:model#Object#interface_kind */
1902 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction127:model#Object#enum_kind */
1903 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction127:model#Object#extern_kind */
1904 (nitmethod_t)VIRTUAL_parser__ReduceAction127__action, /* pointer to parser:ReduceAction127:parser#ReduceAction127#action */
1905 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction127:parser#ReduceAction#concat */
1906 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction127:parser#ReduceAction#init */
1907 }
1908 };
1909 /* allocate ReduceAction127 */
1910 val* NEW_parser__ReduceAction127(const struct type* type) {
1911 val* self /* : ReduceAction127 */;
1912 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1913 self->type = type;
1914 self->class = &class_parser__ReduceAction127;
1915 return self;
1916 }
1917 /* allocate ReduceAction127 */
1918 void CHECK_NEW_parser__ReduceAction127(val* self) {
1919 long var /* : Int */;
1920 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction127> */
1921 }
1922 /* runtime class parser__ReduceAction129 */
1923 const struct class class_parser__ReduceAction129 = {
1924 0, /* box_kind */
1925 {
1926 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction129:kernel#Object#object_id */
1927 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction129:kernel#Object#is_same_type */
1928 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction129:kernel#Object#is_same_instance */
1929 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction129:kernel#Object#== */
1930 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction129:kernel#Object#!= */
1931 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction129:kernel#Object#output */
1932 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction129:kernel#Object#output_class_name */
1933 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction129:kernel#Object#exit */
1934 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction129:kernel#Object#sys */
1935 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction129:kernel#Object#hash */
1936 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction129:string#Object#to_s */
1937 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction129:string#Object#native_class_name */
1938 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction129:string#Object#class_name */
1939 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction129:string#Object#inspect */
1940 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction129:string#Object#inspect_head */
1941 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction129:string#Object#args */
1942 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction129:math#Object#atan2 */
1943 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction129:math#Object#pi */
1944 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction129:math#Object#srand_from */
1945 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction129:math#Object#srand */
1946 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction129:stream#Object#poll */
1947 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction129:stream#Object#intern_poll */
1948 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction129:time#Object#get_time */
1949 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction129:file#Object#printn */
1950 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction129:file#Object#print */
1951 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction129:file#Object#getc */
1952 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction129:file#Object#gets */
1953 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction129:file#Object#getcwd */
1954 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction129:file#Object#file_getcwd */
1955 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction129:file#Object#stdin */
1956 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction129:file#Object#stdout */
1957 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction129:file#Object#stderr */
1958 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction129:model_base#Object#intrude_visibility */
1959 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction129:model_base#Object#public_visibility */
1960 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction129:model_base#Object#protected_visibility */
1961 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction129:model_base#Object#private_visibility */
1962 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction129:model_base#Object#none_visibility */
1963 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction129:model#Object#abstract_kind */
1964 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction129:model#Object#concrete_kind */
1965 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction129:model#Object#interface_kind */
1966 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction129:model#Object#enum_kind */
1967 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction129:model#Object#extern_kind */
1968 (nitmethod_t)VIRTUAL_parser__ReduceAction129__action, /* pointer to parser:ReduceAction129:parser#ReduceAction129#action */
1969 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction129:parser#ReduceAction#concat */
1970 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction129:parser#ReduceAction#init */
1971 }
1972 };
1973 /* allocate ReduceAction129 */
1974 val* NEW_parser__ReduceAction129(const struct type* type) {
1975 val* self /* : ReduceAction129 */;
1976 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
1977 self->type = type;
1978 self->class = &class_parser__ReduceAction129;
1979 return self;
1980 }
1981 /* allocate ReduceAction129 */
1982 void CHECK_NEW_parser__ReduceAction129(val* self) {
1983 long var /* : Int */;
1984 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction129> */
1985 }
1986 /* runtime class parser__ReduceAction130 */
1987 const struct class class_parser__ReduceAction130 = {
1988 0, /* box_kind */
1989 {
1990 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction130:kernel#Object#object_id */
1991 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction130:kernel#Object#is_same_type */
1992 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction130:kernel#Object#is_same_instance */
1993 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction130:kernel#Object#== */
1994 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction130:kernel#Object#!= */
1995 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction130:kernel#Object#output */
1996 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction130:kernel#Object#output_class_name */
1997 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction130:kernel#Object#exit */
1998 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction130:kernel#Object#sys */
1999 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction130:kernel#Object#hash */
2000 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction130:string#Object#to_s */
2001 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction130:string#Object#native_class_name */
2002 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction130:string#Object#class_name */
2003 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction130:string#Object#inspect */
2004 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction130:string#Object#inspect_head */
2005 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction130:string#Object#args */
2006 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction130:math#Object#atan2 */
2007 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction130:math#Object#pi */
2008 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction130:math#Object#srand_from */
2009 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction130:math#Object#srand */
2010 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction130:stream#Object#poll */
2011 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction130:stream#Object#intern_poll */
2012 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction130:time#Object#get_time */
2013 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction130:file#Object#printn */
2014 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction130:file#Object#print */
2015 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction130:file#Object#getc */
2016 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction130:file#Object#gets */
2017 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction130:file#Object#getcwd */
2018 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction130:file#Object#file_getcwd */
2019 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction130:file#Object#stdin */
2020 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction130:file#Object#stdout */
2021 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction130:file#Object#stderr */
2022 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction130:model_base#Object#intrude_visibility */
2023 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction130:model_base#Object#public_visibility */
2024 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction130:model_base#Object#protected_visibility */
2025 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction130:model_base#Object#private_visibility */
2026 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction130:model_base#Object#none_visibility */
2027 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction130:model#Object#abstract_kind */
2028 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction130:model#Object#concrete_kind */
2029 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction130:model#Object#interface_kind */
2030 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction130:model#Object#enum_kind */
2031 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction130:model#Object#extern_kind */
2032 (nitmethod_t)VIRTUAL_parser__ReduceAction130__action, /* pointer to parser:ReduceAction130:parser#ReduceAction130#action */
2033 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction130:parser#ReduceAction#concat */
2034 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction130:parser#ReduceAction#init */
2035 }
2036 };
2037 /* allocate ReduceAction130 */
2038 val* NEW_parser__ReduceAction130(const struct type* type) {
2039 val* self /* : ReduceAction130 */;
2040 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2041 self->type = type;
2042 self->class = &class_parser__ReduceAction130;
2043 return self;
2044 }
2045 /* allocate ReduceAction130 */
2046 void CHECK_NEW_parser__ReduceAction130(val* self) {
2047 long var /* : Int */;
2048 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction130> */
2049 }
2050 /* runtime class parser__ReduceAction131 */
2051 const struct class class_parser__ReduceAction131 = {
2052 0, /* box_kind */
2053 {
2054 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction131:kernel#Object#object_id */
2055 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction131:kernel#Object#is_same_type */
2056 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction131:kernel#Object#is_same_instance */
2057 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction131:kernel#Object#== */
2058 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction131:kernel#Object#!= */
2059 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction131:kernel#Object#output */
2060 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction131:kernel#Object#output_class_name */
2061 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction131:kernel#Object#exit */
2062 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction131:kernel#Object#sys */
2063 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction131:kernel#Object#hash */
2064 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction131:string#Object#to_s */
2065 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction131:string#Object#native_class_name */
2066 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction131:string#Object#class_name */
2067 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction131:string#Object#inspect */
2068 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction131:string#Object#inspect_head */
2069 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction131:string#Object#args */
2070 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction131:math#Object#atan2 */
2071 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction131:math#Object#pi */
2072 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction131:math#Object#srand_from */
2073 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction131:math#Object#srand */
2074 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction131:stream#Object#poll */
2075 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction131:stream#Object#intern_poll */
2076 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction131:time#Object#get_time */
2077 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction131:file#Object#printn */
2078 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction131:file#Object#print */
2079 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction131:file#Object#getc */
2080 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction131:file#Object#gets */
2081 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction131:file#Object#getcwd */
2082 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction131:file#Object#file_getcwd */
2083 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction131:file#Object#stdin */
2084 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction131:file#Object#stdout */
2085 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction131:file#Object#stderr */
2086 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction131:model_base#Object#intrude_visibility */
2087 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction131:model_base#Object#public_visibility */
2088 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction131:model_base#Object#protected_visibility */
2089 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction131:model_base#Object#private_visibility */
2090 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction131:model_base#Object#none_visibility */
2091 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction131:model#Object#abstract_kind */
2092 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction131:model#Object#concrete_kind */
2093 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction131:model#Object#interface_kind */
2094 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction131:model#Object#enum_kind */
2095 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction131:model#Object#extern_kind */
2096 (nitmethod_t)VIRTUAL_parser__ReduceAction131__action, /* pointer to parser:ReduceAction131:parser#ReduceAction131#action */
2097 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction131:parser#ReduceAction#concat */
2098 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction131:parser#ReduceAction#init */
2099 }
2100 };
2101 /* allocate ReduceAction131 */
2102 val* NEW_parser__ReduceAction131(const struct type* type) {
2103 val* self /* : ReduceAction131 */;
2104 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2105 self->type = type;
2106 self->class = &class_parser__ReduceAction131;
2107 return self;
2108 }
2109 /* allocate ReduceAction131 */
2110 void CHECK_NEW_parser__ReduceAction131(val* self) {
2111 long var /* : Int */;
2112 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction131> */
2113 }
2114 /* runtime class parser__ReduceAction132 */
2115 const struct class class_parser__ReduceAction132 = {
2116 0, /* box_kind */
2117 {
2118 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction132:kernel#Object#object_id */
2119 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction132:kernel#Object#is_same_type */
2120 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction132:kernel#Object#is_same_instance */
2121 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction132:kernel#Object#== */
2122 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction132:kernel#Object#!= */
2123 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction132:kernel#Object#output */
2124 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction132:kernel#Object#output_class_name */
2125 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction132:kernel#Object#exit */
2126 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction132:kernel#Object#sys */
2127 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction132:kernel#Object#hash */
2128 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction132:string#Object#to_s */
2129 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction132:string#Object#native_class_name */
2130 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction132:string#Object#class_name */
2131 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction132:string#Object#inspect */
2132 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction132:string#Object#inspect_head */
2133 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction132:string#Object#args */
2134 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction132:math#Object#atan2 */
2135 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction132:math#Object#pi */
2136 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction132:math#Object#srand_from */
2137 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction132:math#Object#srand */
2138 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction132:stream#Object#poll */
2139 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction132:stream#Object#intern_poll */
2140 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction132:time#Object#get_time */
2141 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction132:file#Object#printn */
2142 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction132:file#Object#print */
2143 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction132:file#Object#getc */
2144 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction132:file#Object#gets */
2145 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction132:file#Object#getcwd */
2146 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction132:file#Object#file_getcwd */
2147 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction132:file#Object#stdin */
2148 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction132:file#Object#stdout */
2149 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction132:file#Object#stderr */
2150 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction132:model_base#Object#intrude_visibility */
2151 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction132:model_base#Object#public_visibility */
2152 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction132:model_base#Object#protected_visibility */
2153 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction132:model_base#Object#private_visibility */
2154 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction132:model_base#Object#none_visibility */
2155 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction132:model#Object#abstract_kind */
2156 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction132:model#Object#concrete_kind */
2157 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction132:model#Object#interface_kind */
2158 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction132:model#Object#enum_kind */
2159 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction132:model#Object#extern_kind */
2160 (nitmethod_t)VIRTUAL_parser__ReduceAction132__action, /* pointer to parser:ReduceAction132:parser#ReduceAction132#action */
2161 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction132:parser#ReduceAction#concat */
2162 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction132:parser#ReduceAction#init */
2163 }
2164 };
2165 /* allocate ReduceAction132 */
2166 val* NEW_parser__ReduceAction132(const struct type* type) {
2167 val* self /* : ReduceAction132 */;
2168 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2169 self->type = type;
2170 self->class = &class_parser__ReduceAction132;
2171 return self;
2172 }
2173 /* allocate ReduceAction132 */
2174 void CHECK_NEW_parser__ReduceAction132(val* self) {
2175 long var /* : Int */;
2176 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction132> */
2177 }
2178 /* runtime class parser__ReduceAction134 */
2179 const struct class class_parser__ReduceAction134 = {
2180 0, /* box_kind */
2181 {
2182 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction134:kernel#Object#object_id */
2183 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction134:kernel#Object#is_same_type */
2184 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction134:kernel#Object#is_same_instance */
2185 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction134:kernel#Object#== */
2186 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction134:kernel#Object#!= */
2187 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction134:kernel#Object#output */
2188 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction134:kernel#Object#output_class_name */
2189 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction134:kernel#Object#exit */
2190 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction134:kernel#Object#sys */
2191 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction134:kernel#Object#hash */
2192 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction134:string#Object#to_s */
2193 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction134:string#Object#native_class_name */
2194 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction134:string#Object#class_name */
2195 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction134:string#Object#inspect */
2196 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction134:string#Object#inspect_head */
2197 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction134:string#Object#args */
2198 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction134:math#Object#atan2 */
2199 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction134:math#Object#pi */
2200 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction134:math#Object#srand_from */
2201 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction134:math#Object#srand */
2202 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction134:stream#Object#poll */
2203 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction134:stream#Object#intern_poll */
2204 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction134:time#Object#get_time */
2205 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction134:file#Object#printn */
2206 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction134:file#Object#print */
2207 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction134:file#Object#getc */
2208 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction134:file#Object#gets */
2209 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction134:file#Object#getcwd */
2210 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction134:file#Object#file_getcwd */
2211 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction134:file#Object#stdin */
2212 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction134:file#Object#stdout */
2213 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction134:file#Object#stderr */
2214 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction134:model_base#Object#intrude_visibility */
2215 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction134:model_base#Object#public_visibility */
2216 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction134:model_base#Object#protected_visibility */
2217 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction134:model_base#Object#private_visibility */
2218 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction134:model_base#Object#none_visibility */
2219 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction134:model#Object#abstract_kind */
2220 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction134:model#Object#concrete_kind */
2221 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction134:model#Object#interface_kind */
2222 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction134:model#Object#enum_kind */
2223 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction134:model#Object#extern_kind */
2224 (nitmethod_t)VIRTUAL_parser__ReduceAction134__action, /* pointer to parser:ReduceAction134:parser#ReduceAction134#action */
2225 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction134:parser#ReduceAction#concat */
2226 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction134:parser#ReduceAction#init */
2227 }
2228 };
2229 /* allocate ReduceAction134 */
2230 val* NEW_parser__ReduceAction134(const struct type* type) {
2231 val* self /* : ReduceAction134 */;
2232 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2233 self->type = type;
2234 self->class = &class_parser__ReduceAction134;
2235 return self;
2236 }
2237 /* allocate ReduceAction134 */
2238 void CHECK_NEW_parser__ReduceAction134(val* self) {
2239 long var /* : Int */;
2240 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction134> */
2241 }
2242 /* runtime class parser__ReduceAction135 */
2243 const struct class class_parser__ReduceAction135 = {
2244 0, /* box_kind */
2245 {
2246 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction135:kernel#Object#object_id */
2247 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction135:kernel#Object#is_same_type */
2248 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction135:kernel#Object#is_same_instance */
2249 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction135:kernel#Object#== */
2250 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction135:kernel#Object#!= */
2251 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction135:kernel#Object#output */
2252 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction135:kernel#Object#output_class_name */
2253 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction135:kernel#Object#exit */
2254 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction135:kernel#Object#sys */
2255 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction135:kernel#Object#hash */
2256 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction135:string#Object#to_s */
2257 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction135:string#Object#native_class_name */
2258 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction135:string#Object#class_name */
2259 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction135:string#Object#inspect */
2260 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction135:string#Object#inspect_head */
2261 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction135:string#Object#args */
2262 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction135:math#Object#atan2 */
2263 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction135:math#Object#pi */
2264 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction135:math#Object#srand_from */
2265 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction135:math#Object#srand */
2266 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction135:stream#Object#poll */
2267 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction135:stream#Object#intern_poll */
2268 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction135:time#Object#get_time */
2269 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction135:file#Object#printn */
2270 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction135:file#Object#print */
2271 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction135:file#Object#getc */
2272 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction135:file#Object#gets */
2273 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction135:file#Object#getcwd */
2274 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction135:file#Object#file_getcwd */
2275 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction135:file#Object#stdin */
2276 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction135:file#Object#stdout */
2277 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction135:file#Object#stderr */
2278 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction135:model_base#Object#intrude_visibility */
2279 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction135:model_base#Object#public_visibility */
2280 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction135:model_base#Object#protected_visibility */
2281 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction135:model_base#Object#private_visibility */
2282 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction135:model_base#Object#none_visibility */
2283 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction135:model#Object#abstract_kind */
2284 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction135:model#Object#concrete_kind */
2285 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction135:model#Object#interface_kind */
2286 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction135:model#Object#enum_kind */
2287 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction135:model#Object#extern_kind */
2288 (nitmethod_t)VIRTUAL_parser__ReduceAction135__action, /* pointer to parser:ReduceAction135:parser#ReduceAction135#action */
2289 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction135:parser#ReduceAction#concat */
2290 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction135:parser#ReduceAction#init */
2291 }
2292 };
2293 /* allocate ReduceAction135 */
2294 val* NEW_parser__ReduceAction135(const struct type* type) {
2295 val* self /* : ReduceAction135 */;
2296 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2297 self->type = type;
2298 self->class = &class_parser__ReduceAction135;
2299 return self;
2300 }
2301 /* allocate ReduceAction135 */
2302 void CHECK_NEW_parser__ReduceAction135(val* self) {
2303 long var /* : Int */;
2304 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction135> */
2305 }
2306 /* runtime class parser__ReduceAction137 */
2307 const struct class class_parser__ReduceAction137 = {
2308 0, /* box_kind */
2309 {
2310 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction137:kernel#Object#object_id */
2311 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction137:kernel#Object#is_same_type */
2312 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction137:kernel#Object#is_same_instance */
2313 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction137:kernel#Object#== */
2314 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction137:kernel#Object#!= */
2315 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction137:kernel#Object#output */
2316 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction137:kernel#Object#output_class_name */
2317 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction137:kernel#Object#exit */
2318 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction137:kernel#Object#sys */
2319 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction137:kernel#Object#hash */
2320 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction137:string#Object#to_s */
2321 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction137:string#Object#native_class_name */
2322 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction137:string#Object#class_name */
2323 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction137:string#Object#inspect */
2324 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction137:string#Object#inspect_head */
2325 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction137:string#Object#args */
2326 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction137:math#Object#atan2 */
2327 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction137:math#Object#pi */
2328 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction137:math#Object#srand_from */
2329 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction137:math#Object#srand */
2330 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction137:stream#Object#poll */
2331 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction137:stream#Object#intern_poll */
2332 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction137:time#Object#get_time */
2333 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction137:file#Object#printn */
2334 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction137:file#Object#print */
2335 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction137:file#Object#getc */
2336 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction137:file#Object#gets */
2337 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction137:file#Object#getcwd */
2338 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction137:file#Object#file_getcwd */
2339 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction137:file#Object#stdin */
2340 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction137:file#Object#stdout */
2341 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction137:file#Object#stderr */
2342 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction137:model_base#Object#intrude_visibility */
2343 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction137:model_base#Object#public_visibility */
2344 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction137:model_base#Object#protected_visibility */
2345 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction137:model_base#Object#private_visibility */
2346 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction137:model_base#Object#none_visibility */
2347 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction137:model#Object#abstract_kind */
2348 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction137:model#Object#concrete_kind */
2349 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction137:model#Object#interface_kind */
2350 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction137:model#Object#enum_kind */
2351 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction137:model#Object#extern_kind */
2352 (nitmethod_t)VIRTUAL_parser__ReduceAction137__action, /* pointer to parser:ReduceAction137:parser#ReduceAction137#action */
2353 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction137:parser#ReduceAction#concat */
2354 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction137:parser#ReduceAction#init */
2355 }
2356 };
2357 /* allocate ReduceAction137 */
2358 val* NEW_parser__ReduceAction137(const struct type* type) {
2359 val* self /* : ReduceAction137 */;
2360 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2361 self->type = type;
2362 self->class = &class_parser__ReduceAction137;
2363 return self;
2364 }
2365 /* allocate ReduceAction137 */
2366 void CHECK_NEW_parser__ReduceAction137(val* self) {
2367 long var /* : Int */;
2368 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction137> */
2369 }
2370 /* runtime class parser__ReduceAction138 */
2371 const struct class class_parser__ReduceAction138 = {
2372 0, /* box_kind */
2373 {
2374 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction138:kernel#Object#object_id */
2375 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction138:kernel#Object#is_same_type */
2376 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction138:kernel#Object#is_same_instance */
2377 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction138:kernel#Object#== */
2378 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction138:kernel#Object#!= */
2379 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction138:kernel#Object#output */
2380 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction138:kernel#Object#output_class_name */
2381 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction138:kernel#Object#exit */
2382 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction138:kernel#Object#sys */
2383 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction138:kernel#Object#hash */
2384 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction138:string#Object#to_s */
2385 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction138:string#Object#native_class_name */
2386 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction138:string#Object#class_name */
2387 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction138:string#Object#inspect */
2388 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction138:string#Object#inspect_head */
2389 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction138:string#Object#args */
2390 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction138:math#Object#atan2 */
2391 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction138:math#Object#pi */
2392 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction138:math#Object#srand_from */
2393 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction138:math#Object#srand */
2394 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction138:stream#Object#poll */
2395 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction138:stream#Object#intern_poll */
2396 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction138:time#Object#get_time */
2397 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction138:file#Object#printn */
2398 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction138:file#Object#print */
2399 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction138:file#Object#getc */
2400 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction138:file#Object#gets */
2401 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction138:file#Object#getcwd */
2402 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction138:file#Object#file_getcwd */
2403 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction138:file#Object#stdin */
2404 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction138:file#Object#stdout */
2405 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction138:file#Object#stderr */
2406 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction138:model_base#Object#intrude_visibility */
2407 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction138:model_base#Object#public_visibility */
2408 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction138:model_base#Object#protected_visibility */
2409 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction138:model_base#Object#private_visibility */
2410 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction138:model_base#Object#none_visibility */
2411 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction138:model#Object#abstract_kind */
2412 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction138:model#Object#concrete_kind */
2413 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction138:model#Object#interface_kind */
2414 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction138:model#Object#enum_kind */
2415 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction138:model#Object#extern_kind */
2416 (nitmethod_t)VIRTUAL_parser__ReduceAction138__action, /* pointer to parser:ReduceAction138:parser#ReduceAction138#action */
2417 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction138:parser#ReduceAction#concat */
2418 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction138:parser#ReduceAction#init */
2419 }
2420 };
2421 /* allocate ReduceAction138 */
2422 val* NEW_parser__ReduceAction138(const struct type* type) {
2423 val* self /* : ReduceAction138 */;
2424 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2425 self->type = type;
2426 self->class = &class_parser__ReduceAction138;
2427 return self;
2428 }
2429 /* allocate ReduceAction138 */
2430 void CHECK_NEW_parser__ReduceAction138(val* self) {
2431 long var /* : Int */;
2432 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction138> */
2433 }
2434 /* runtime class parser__ReduceAction139 */
2435 const struct class class_parser__ReduceAction139 = {
2436 0, /* box_kind */
2437 {
2438 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction139:kernel#Object#object_id */
2439 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction139:kernel#Object#is_same_type */
2440 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction139:kernel#Object#is_same_instance */
2441 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction139:kernel#Object#== */
2442 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction139:kernel#Object#!= */
2443 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction139:kernel#Object#output */
2444 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction139:kernel#Object#output_class_name */
2445 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction139:kernel#Object#exit */
2446 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction139:kernel#Object#sys */
2447 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction139:kernel#Object#hash */
2448 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction139:string#Object#to_s */
2449 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction139:string#Object#native_class_name */
2450 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction139:string#Object#class_name */
2451 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction139:string#Object#inspect */
2452 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction139:string#Object#inspect_head */
2453 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction139:string#Object#args */
2454 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction139:math#Object#atan2 */
2455 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction139:math#Object#pi */
2456 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction139:math#Object#srand_from */
2457 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction139:math#Object#srand */
2458 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction139:stream#Object#poll */
2459 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction139:stream#Object#intern_poll */
2460 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction139:time#Object#get_time */
2461 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction139:file#Object#printn */
2462 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction139:file#Object#print */
2463 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction139:file#Object#getc */
2464 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction139:file#Object#gets */
2465 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction139:file#Object#getcwd */
2466 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction139:file#Object#file_getcwd */
2467 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction139:file#Object#stdin */
2468 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction139:file#Object#stdout */
2469 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction139:file#Object#stderr */
2470 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction139:model_base#Object#intrude_visibility */
2471 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction139:model_base#Object#public_visibility */
2472 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction139:model_base#Object#protected_visibility */
2473 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction139:model_base#Object#private_visibility */
2474 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction139:model_base#Object#none_visibility */
2475 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction139:model#Object#abstract_kind */
2476 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction139:model#Object#concrete_kind */
2477 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction139:model#Object#interface_kind */
2478 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction139:model#Object#enum_kind */
2479 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction139:model#Object#extern_kind */
2480 (nitmethod_t)VIRTUAL_parser__ReduceAction139__action, /* pointer to parser:ReduceAction139:parser#ReduceAction139#action */
2481 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction139:parser#ReduceAction#concat */
2482 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction139:parser#ReduceAction#init */
2483 }
2484 };
2485 /* allocate ReduceAction139 */
2486 val* NEW_parser__ReduceAction139(const struct type* type) {
2487 val* self /* : ReduceAction139 */;
2488 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2489 self->type = type;
2490 self->class = &class_parser__ReduceAction139;
2491 return self;
2492 }
2493 /* allocate ReduceAction139 */
2494 void CHECK_NEW_parser__ReduceAction139(val* self) {
2495 long var /* : Int */;
2496 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction139> */
2497 }
2498 /* runtime class parser__ReduceAction140 */
2499 const struct class class_parser__ReduceAction140 = {
2500 0, /* box_kind */
2501 {
2502 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction140:kernel#Object#object_id */
2503 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction140:kernel#Object#is_same_type */
2504 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction140:kernel#Object#is_same_instance */
2505 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction140:kernel#Object#== */
2506 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction140:kernel#Object#!= */
2507 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction140:kernel#Object#output */
2508 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction140:kernel#Object#output_class_name */
2509 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction140:kernel#Object#exit */
2510 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction140:kernel#Object#sys */
2511 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction140:kernel#Object#hash */
2512 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction140:string#Object#to_s */
2513 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction140:string#Object#native_class_name */
2514 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction140:string#Object#class_name */
2515 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction140:string#Object#inspect */
2516 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction140:string#Object#inspect_head */
2517 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction140:string#Object#args */
2518 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction140:math#Object#atan2 */
2519 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction140:math#Object#pi */
2520 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction140:math#Object#srand_from */
2521 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction140:math#Object#srand */
2522 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction140:stream#Object#poll */
2523 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction140:stream#Object#intern_poll */
2524 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction140:time#Object#get_time */
2525 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction140:file#Object#printn */
2526 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction140:file#Object#print */
2527 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction140:file#Object#getc */
2528 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction140:file#Object#gets */
2529 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction140:file#Object#getcwd */
2530 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction140:file#Object#file_getcwd */
2531 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction140:file#Object#stdin */
2532 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction140:file#Object#stdout */
2533 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction140:file#Object#stderr */
2534 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction140:model_base#Object#intrude_visibility */
2535 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction140:model_base#Object#public_visibility */
2536 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction140:model_base#Object#protected_visibility */
2537 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction140:model_base#Object#private_visibility */
2538 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction140:model_base#Object#none_visibility */
2539 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction140:model#Object#abstract_kind */
2540 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction140:model#Object#concrete_kind */
2541 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction140:model#Object#interface_kind */
2542 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction140:model#Object#enum_kind */
2543 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction140:model#Object#extern_kind */
2544 (nitmethod_t)VIRTUAL_parser__ReduceAction140__action, /* pointer to parser:ReduceAction140:parser#ReduceAction140#action */
2545 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction140:parser#ReduceAction#concat */
2546 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction140:parser#ReduceAction#init */
2547 }
2548 };
2549 /* allocate ReduceAction140 */
2550 val* NEW_parser__ReduceAction140(const struct type* type) {
2551 val* self /* : ReduceAction140 */;
2552 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2553 self->type = type;
2554 self->class = &class_parser__ReduceAction140;
2555 return self;
2556 }
2557 /* allocate ReduceAction140 */
2558 void CHECK_NEW_parser__ReduceAction140(val* self) {
2559 long var /* : Int */;
2560 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction140> */
2561 }
2562 /* runtime class parser__ReduceAction142 */
2563 const struct class class_parser__ReduceAction142 = {
2564 0, /* box_kind */
2565 {
2566 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction142:kernel#Object#object_id */
2567 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction142:kernel#Object#is_same_type */
2568 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction142:kernel#Object#is_same_instance */
2569 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction142:kernel#Object#== */
2570 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction142:kernel#Object#!= */
2571 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction142:kernel#Object#output */
2572 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction142:kernel#Object#output_class_name */
2573 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction142:kernel#Object#exit */
2574 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction142:kernel#Object#sys */
2575 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction142:kernel#Object#hash */
2576 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction142:string#Object#to_s */
2577 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction142:string#Object#native_class_name */
2578 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction142:string#Object#class_name */
2579 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction142:string#Object#inspect */
2580 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction142:string#Object#inspect_head */
2581 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction142:string#Object#args */
2582 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction142:math#Object#atan2 */
2583 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction142:math#Object#pi */
2584 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction142:math#Object#srand_from */
2585 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction142:math#Object#srand */
2586 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction142:stream#Object#poll */
2587 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction142:stream#Object#intern_poll */
2588 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction142:time#Object#get_time */
2589 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction142:file#Object#printn */
2590 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction142:file#Object#print */
2591 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction142:file#Object#getc */
2592 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction142:file#Object#gets */
2593 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction142:file#Object#getcwd */
2594 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction142:file#Object#file_getcwd */
2595 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction142:file#Object#stdin */
2596 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction142:file#Object#stdout */
2597 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction142:file#Object#stderr */
2598 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction142:model_base#Object#intrude_visibility */
2599 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction142:model_base#Object#public_visibility */
2600 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction142:model_base#Object#protected_visibility */
2601 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction142:model_base#Object#private_visibility */
2602 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction142:model_base#Object#none_visibility */
2603 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction142:model#Object#abstract_kind */
2604 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction142:model#Object#concrete_kind */
2605 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction142:model#Object#interface_kind */
2606 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction142:model#Object#enum_kind */
2607 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction142:model#Object#extern_kind */
2608 (nitmethod_t)VIRTUAL_parser__ReduceAction142__action, /* pointer to parser:ReduceAction142:parser#ReduceAction142#action */
2609 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction142:parser#ReduceAction#concat */
2610 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction142:parser#ReduceAction#init */
2611 }
2612 };
2613 /* allocate ReduceAction142 */
2614 val* NEW_parser__ReduceAction142(const struct type* type) {
2615 val* self /* : ReduceAction142 */;
2616 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2617 self->type = type;
2618 self->class = &class_parser__ReduceAction142;
2619 return self;
2620 }
2621 /* allocate ReduceAction142 */
2622 void CHECK_NEW_parser__ReduceAction142(val* self) {
2623 long var /* : Int */;
2624 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction142> */
2625 }
2626 /* runtime class parser__ReduceAction143 */
2627 const struct class class_parser__ReduceAction143 = {
2628 0, /* box_kind */
2629 {
2630 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction143:kernel#Object#object_id */
2631 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction143:kernel#Object#is_same_type */
2632 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction143:kernel#Object#is_same_instance */
2633 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction143:kernel#Object#== */
2634 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction143:kernel#Object#!= */
2635 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction143:kernel#Object#output */
2636 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction143:kernel#Object#output_class_name */
2637 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction143:kernel#Object#exit */
2638 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction143:kernel#Object#sys */
2639 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction143:kernel#Object#hash */
2640 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction143:string#Object#to_s */
2641 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction143:string#Object#native_class_name */
2642 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction143:string#Object#class_name */
2643 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction143:string#Object#inspect */
2644 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction143:string#Object#inspect_head */
2645 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction143:string#Object#args */
2646 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction143:math#Object#atan2 */
2647 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction143:math#Object#pi */
2648 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction143:math#Object#srand_from */
2649 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction143:math#Object#srand */
2650 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction143:stream#Object#poll */
2651 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction143:stream#Object#intern_poll */
2652 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction143:time#Object#get_time */
2653 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction143:file#Object#printn */
2654 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction143:file#Object#print */
2655 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction143:file#Object#getc */
2656 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction143:file#Object#gets */
2657 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction143:file#Object#getcwd */
2658 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction143:file#Object#file_getcwd */
2659 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction143:file#Object#stdin */
2660 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction143:file#Object#stdout */
2661 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction143:file#Object#stderr */
2662 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction143:model_base#Object#intrude_visibility */
2663 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction143:model_base#Object#public_visibility */
2664 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction143:model_base#Object#protected_visibility */
2665 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction143:model_base#Object#private_visibility */
2666 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction143:model_base#Object#none_visibility */
2667 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction143:model#Object#abstract_kind */
2668 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction143:model#Object#concrete_kind */
2669 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction143:model#Object#interface_kind */
2670 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction143:model#Object#enum_kind */
2671 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction143:model#Object#extern_kind */
2672 (nitmethod_t)VIRTUAL_parser__ReduceAction143__action, /* pointer to parser:ReduceAction143:parser#ReduceAction143#action */
2673 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction143:parser#ReduceAction#concat */
2674 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction143:parser#ReduceAction#init */
2675 }
2676 };
2677 /* allocate ReduceAction143 */
2678 val* NEW_parser__ReduceAction143(const struct type* type) {
2679 val* self /* : ReduceAction143 */;
2680 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2681 self->type = type;
2682 self->class = &class_parser__ReduceAction143;
2683 return self;
2684 }
2685 /* allocate ReduceAction143 */
2686 void CHECK_NEW_parser__ReduceAction143(val* self) {
2687 long var /* : Int */;
2688 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction143> */
2689 }
2690 /* runtime class parser__ReduceAction145 */
2691 const struct class class_parser__ReduceAction145 = {
2692 0, /* box_kind */
2693 {
2694 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction145:kernel#Object#object_id */
2695 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction145:kernel#Object#is_same_type */
2696 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction145:kernel#Object#is_same_instance */
2697 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction145:kernel#Object#== */
2698 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction145:kernel#Object#!= */
2699 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction145:kernel#Object#output */
2700 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction145:kernel#Object#output_class_name */
2701 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction145:kernel#Object#exit */
2702 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction145:kernel#Object#sys */
2703 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction145:kernel#Object#hash */
2704 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction145:string#Object#to_s */
2705 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction145:string#Object#native_class_name */
2706 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction145:string#Object#class_name */
2707 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction145:string#Object#inspect */
2708 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction145:string#Object#inspect_head */
2709 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction145:string#Object#args */
2710 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction145:math#Object#atan2 */
2711 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction145:math#Object#pi */
2712 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction145:math#Object#srand_from */
2713 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction145:math#Object#srand */
2714 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction145:stream#Object#poll */
2715 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction145:stream#Object#intern_poll */
2716 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction145:time#Object#get_time */
2717 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction145:file#Object#printn */
2718 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction145:file#Object#print */
2719 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction145:file#Object#getc */
2720 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction145:file#Object#gets */
2721 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction145:file#Object#getcwd */
2722 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction145:file#Object#file_getcwd */
2723 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction145:file#Object#stdin */
2724 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction145:file#Object#stdout */
2725 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction145:file#Object#stderr */
2726 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction145:model_base#Object#intrude_visibility */
2727 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction145:model_base#Object#public_visibility */
2728 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction145:model_base#Object#protected_visibility */
2729 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction145:model_base#Object#private_visibility */
2730 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction145:model_base#Object#none_visibility */
2731 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction145:model#Object#abstract_kind */
2732 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction145:model#Object#concrete_kind */
2733 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction145:model#Object#interface_kind */
2734 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction145:model#Object#enum_kind */
2735 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction145:model#Object#extern_kind */
2736 (nitmethod_t)VIRTUAL_parser__ReduceAction145__action, /* pointer to parser:ReduceAction145:parser#ReduceAction145#action */
2737 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction145:parser#ReduceAction#concat */
2738 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction145:parser#ReduceAction#init */
2739 }
2740 };
2741 /* allocate ReduceAction145 */
2742 val* NEW_parser__ReduceAction145(const struct type* type) {
2743 val* self /* : ReduceAction145 */;
2744 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2745 self->type = type;
2746 self->class = &class_parser__ReduceAction145;
2747 return self;
2748 }
2749 /* allocate ReduceAction145 */
2750 void CHECK_NEW_parser__ReduceAction145(val* self) {
2751 long var /* : Int */;
2752 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction145> */
2753 }
2754 /* runtime class parser__ReduceAction146 */
2755 const struct class class_parser__ReduceAction146 = {
2756 0, /* box_kind */
2757 {
2758 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction146:kernel#Object#object_id */
2759 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction146:kernel#Object#is_same_type */
2760 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction146:kernel#Object#is_same_instance */
2761 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction146:kernel#Object#== */
2762 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction146:kernel#Object#!= */
2763 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction146:kernel#Object#output */
2764 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction146:kernel#Object#output_class_name */
2765 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction146:kernel#Object#exit */
2766 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction146:kernel#Object#sys */
2767 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction146:kernel#Object#hash */
2768 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction146:string#Object#to_s */
2769 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction146:string#Object#native_class_name */
2770 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction146:string#Object#class_name */
2771 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction146:string#Object#inspect */
2772 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction146:string#Object#inspect_head */
2773 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction146:string#Object#args */
2774 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction146:math#Object#atan2 */
2775 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction146:math#Object#pi */
2776 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction146:math#Object#srand_from */
2777 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction146:math#Object#srand */
2778 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction146:stream#Object#poll */
2779 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction146:stream#Object#intern_poll */
2780 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction146:time#Object#get_time */
2781 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction146:file#Object#printn */
2782 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction146:file#Object#print */
2783 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction146:file#Object#getc */
2784 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction146:file#Object#gets */
2785 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction146:file#Object#getcwd */
2786 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction146:file#Object#file_getcwd */
2787 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction146:file#Object#stdin */
2788 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction146:file#Object#stdout */
2789 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction146:file#Object#stderr */
2790 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction146:model_base#Object#intrude_visibility */
2791 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction146:model_base#Object#public_visibility */
2792 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction146:model_base#Object#protected_visibility */
2793 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction146:model_base#Object#private_visibility */
2794 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction146:model_base#Object#none_visibility */
2795 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction146:model#Object#abstract_kind */
2796 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction146:model#Object#concrete_kind */
2797 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction146:model#Object#interface_kind */
2798 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction146:model#Object#enum_kind */
2799 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction146:model#Object#extern_kind */
2800 (nitmethod_t)VIRTUAL_parser__ReduceAction146__action, /* pointer to parser:ReduceAction146:parser#ReduceAction146#action */
2801 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction146:parser#ReduceAction#concat */
2802 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction146:parser#ReduceAction#init */
2803 }
2804 };
2805 /* allocate ReduceAction146 */
2806 val* NEW_parser__ReduceAction146(const struct type* type) {
2807 val* self /* : ReduceAction146 */;
2808 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2809 self->type = type;
2810 self->class = &class_parser__ReduceAction146;
2811 return self;
2812 }
2813 /* allocate ReduceAction146 */
2814 void CHECK_NEW_parser__ReduceAction146(val* self) {
2815 long var /* : Int */;
2816 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction146> */
2817 }
2818 /* runtime class parser__ReduceAction147 */
2819 const struct class class_parser__ReduceAction147 = {
2820 0, /* box_kind */
2821 {
2822 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction147:kernel#Object#object_id */
2823 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction147:kernel#Object#is_same_type */
2824 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction147:kernel#Object#is_same_instance */
2825 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction147:kernel#Object#== */
2826 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction147:kernel#Object#!= */
2827 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction147:kernel#Object#output */
2828 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction147:kernel#Object#output_class_name */
2829 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction147:kernel#Object#exit */
2830 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction147:kernel#Object#sys */
2831 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction147:kernel#Object#hash */
2832 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction147:string#Object#to_s */
2833 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction147:string#Object#native_class_name */
2834 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction147:string#Object#class_name */
2835 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction147:string#Object#inspect */
2836 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction147:string#Object#inspect_head */
2837 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction147:string#Object#args */
2838 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction147:math#Object#atan2 */
2839 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction147:math#Object#pi */
2840 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction147:math#Object#srand_from */
2841 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction147:math#Object#srand */
2842 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction147:stream#Object#poll */
2843 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction147:stream#Object#intern_poll */
2844 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction147:time#Object#get_time */
2845 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction147:file#Object#printn */
2846 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction147:file#Object#print */
2847 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction147:file#Object#getc */
2848 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction147:file#Object#gets */
2849 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction147:file#Object#getcwd */
2850 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction147:file#Object#file_getcwd */
2851 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction147:file#Object#stdin */
2852 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction147:file#Object#stdout */
2853 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction147:file#Object#stderr */
2854 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction147:model_base#Object#intrude_visibility */
2855 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction147:model_base#Object#public_visibility */
2856 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction147:model_base#Object#protected_visibility */
2857 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction147:model_base#Object#private_visibility */
2858 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction147:model_base#Object#none_visibility */
2859 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction147:model#Object#abstract_kind */
2860 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction147:model#Object#concrete_kind */
2861 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction147:model#Object#interface_kind */
2862 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction147:model#Object#enum_kind */
2863 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction147:model#Object#extern_kind */
2864 (nitmethod_t)VIRTUAL_parser__ReduceAction147__action, /* pointer to parser:ReduceAction147:parser#ReduceAction147#action */
2865 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction147:parser#ReduceAction#concat */
2866 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction147:parser#ReduceAction#init */
2867 }
2868 };
2869 /* allocate ReduceAction147 */
2870 val* NEW_parser__ReduceAction147(const struct type* type) {
2871 val* self /* : ReduceAction147 */;
2872 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2873 self->type = type;
2874 self->class = &class_parser__ReduceAction147;
2875 return self;
2876 }
2877 /* allocate ReduceAction147 */
2878 void CHECK_NEW_parser__ReduceAction147(val* self) {
2879 long var /* : Int */;
2880 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction147> */
2881 }
2882 /* runtime class parser__ReduceAction148 */
2883 const struct class class_parser__ReduceAction148 = {
2884 0, /* box_kind */
2885 {
2886 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction148:kernel#Object#object_id */
2887 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction148:kernel#Object#is_same_type */
2888 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction148:kernel#Object#is_same_instance */
2889 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction148:kernel#Object#== */
2890 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction148:kernel#Object#!= */
2891 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction148:kernel#Object#output */
2892 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction148:kernel#Object#output_class_name */
2893 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction148:kernel#Object#exit */
2894 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction148:kernel#Object#sys */
2895 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction148:kernel#Object#hash */
2896 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction148:string#Object#to_s */
2897 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction148:string#Object#native_class_name */
2898 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction148:string#Object#class_name */
2899 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction148:string#Object#inspect */
2900 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction148:string#Object#inspect_head */
2901 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction148:string#Object#args */
2902 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction148:math#Object#atan2 */
2903 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction148:math#Object#pi */
2904 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction148:math#Object#srand_from */
2905 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction148:math#Object#srand */
2906 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction148:stream#Object#poll */
2907 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction148:stream#Object#intern_poll */
2908 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction148:time#Object#get_time */
2909 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction148:file#Object#printn */
2910 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction148:file#Object#print */
2911 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction148:file#Object#getc */
2912 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction148:file#Object#gets */
2913 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction148:file#Object#getcwd */
2914 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction148:file#Object#file_getcwd */
2915 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction148:file#Object#stdin */
2916 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction148:file#Object#stdout */
2917 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction148:file#Object#stderr */
2918 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction148:model_base#Object#intrude_visibility */
2919 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction148:model_base#Object#public_visibility */
2920 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction148:model_base#Object#protected_visibility */
2921 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction148:model_base#Object#private_visibility */
2922 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction148:model_base#Object#none_visibility */
2923 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction148:model#Object#abstract_kind */
2924 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction148:model#Object#concrete_kind */
2925 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction148:model#Object#interface_kind */
2926 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction148:model#Object#enum_kind */
2927 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction148:model#Object#extern_kind */
2928 (nitmethod_t)VIRTUAL_parser__ReduceAction148__action, /* pointer to parser:ReduceAction148:parser#ReduceAction148#action */
2929 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction148:parser#ReduceAction#concat */
2930 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction148:parser#ReduceAction#init */
2931 }
2932 };
2933 /* allocate ReduceAction148 */
2934 val* NEW_parser__ReduceAction148(const struct type* type) {
2935 val* self /* : ReduceAction148 */;
2936 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
2937 self->type = type;
2938 self->class = &class_parser__ReduceAction148;
2939 return self;
2940 }
2941 /* allocate ReduceAction148 */
2942 void CHECK_NEW_parser__ReduceAction148(val* self) {
2943 long var /* : Int */;
2944 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction148> */
2945 }
2946 /* runtime class parser__ReduceAction150 */
2947 const struct class class_parser__ReduceAction150 = {
2948 0, /* box_kind */
2949 {
2950 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction150:kernel#Object#object_id */
2951 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction150:kernel#Object#is_same_type */
2952 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction150:kernel#Object#is_same_instance */
2953 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction150:kernel#Object#== */
2954 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction150:kernel#Object#!= */
2955 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction150:kernel#Object#output */
2956 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction150:kernel#Object#output_class_name */
2957 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction150:kernel#Object#exit */
2958 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction150:kernel#Object#sys */
2959 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction150:kernel#Object#hash */
2960 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction150:string#Object#to_s */
2961 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction150:string#Object#native_class_name */
2962 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction150:string#Object#class_name */
2963 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction150:string#Object#inspect */
2964 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction150:string#Object#inspect_head */
2965 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction150:string#Object#args */
2966 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction150:math#Object#atan2 */
2967 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction150:math#Object#pi */
2968 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction150:math#Object#srand_from */
2969 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction150:math#Object#srand */
2970 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction150:stream#Object#poll */
2971 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction150:stream#Object#intern_poll */
2972 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction150:time#Object#get_time */
2973 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction150:file#Object#printn */
2974 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction150:file#Object#print */
2975 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction150:file#Object#getc */
2976 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction150:file#Object#gets */
2977 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction150:file#Object#getcwd */
2978 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction150:file#Object#file_getcwd */
2979 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction150:file#Object#stdin */
2980 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction150:file#Object#stdout */
2981 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction150:file#Object#stderr */
2982 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction150:model_base#Object#intrude_visibility */
2983 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction150:model_base#Object#public_visibility */
2984 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction150:model_base#Object#protected_visibility */
2985 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction150:model_base#Object#private_visibility */
2986 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction150:model_base#Object#none_visibility */
2987 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction150:model#Object#abstract_kind */
2988 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction150:model#Object#concrete_kind */
2989 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction150:model#Object#interface_kind */
2990 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction150:model#Object#enum_kind */
2991 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction150:model#Object#extern_kind */
2992 (nitmethod_t)VIRTUAL_parser__ReduceAction150__action, /* pointer to parser:ReduceAction150:parser#ReduceAction150#action */
2993 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction150:parser#ReduceAction#concat */
2994 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction150:parser#ReduceAction#init */
2995 }
2996 };
2997 /* allocate ReduceAction150 */
2998 val* NEW_parser__ReduceAction150(const struct type* type) {
2999 val* self /* : ReduceAction150 */;
3000 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3001 self->type = type;
3002 self->class = &class_parser__ReduceAction150;
3003 return self;
3004 }
3005 /* allocate ReduceAction150 */
3006 void CHECK_NEW_parser__ReduceAction150(val* self) {
3007 long var /* : Int */;
3008 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction150> */
3009 }
3010 /* runtime class parser__ReduceAction151 */
3011 const struct class class_parser__ReduceAction151 = {
3012 0, /* box_kind */
3013 {
3014 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction151:kernel#Object#object_id */
3015 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction151:kernel#Object#is_same_type */
3016 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction151:kernel#Object#is_same_instance */
3017 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction151:kernel#Object#== */
3018 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction151:kernel#Object#!= */
3019 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction151:kernel#Object#output */
3020 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction151:kernel#Object#output_class_name */
3021 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction151:kernel#Object#exit */
3022 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction151:kernel#Object#sys */
3023 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction151:kernel#Object#hash */
3024 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction151:string#Object#to_s */
3025 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction151:string#Object#native_class_name */
3026 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction151:string#Object#class_name */
3027 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction151:string#Object#inspect */
3028 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction151:string#Object#inspect_head */
3029 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction151:string#Object#args */
3030 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction151:math#Object#atan2 */
3031 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction151:math#Object#pi */
3032 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction151:math#Object#srand_from */
3033 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction151:math#Object#srand */
3034 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction151:stream#Object#poll */
3035 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction151:stream#Object#intern_poll */
3036 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction151:time#Object#get_time */
3037 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction151:file#Object#printn */
3038 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction151:file#Object#print */
3039 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction151:file#Object#getc */
3040 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction151:file#Object#gets */
3041 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction151:file#Object#getcwd */
3042 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction151:file#Object#file_getcwd */
3043 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction151:file#Object#stdin */
3044 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction151:file#Object#stdout */
3045 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction151:file#Object#stderr */
3046 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction151:model_base#Object#intrude_visibility */
3047 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction151:model_base#Object#public_visibility */
3048 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction151:model_base#Object#protected_visibility */
3049 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction151:model_base#Object#private_visibility */
3050 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction151:model_base#Object#none_visibility */
3051 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction151:model#Object#abstract_kind */
3052 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction151:model#Object#concrete_kind */
3053 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction151:model#Object#interface_kind */
3054 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction151:model#Object#enum_kind */
3055 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction151:model#Object#extern_kind */
3056 (nitmethod_t)VIRTUAL_parser__ReduceAction151__action, /* pointer to parser:ReduceAction151:parser#ReduceAction151#action */
3057 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction151:parser#ReduceAction#concat */
3058 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction151:parser#ReduceAction#init */
3059 }
3060 };
3061 /* allocate ReduceAction151 */
3062 val* NEW_parser__ReduceAction151(const struct type* type) {
3063 val* self /* : ReduceAction151 */;
3064 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3065 self->type = type;
3066 self->class = &class_parser__ReduceAction151;
3067 return self;
3068 }
3069 /* allocate ReduceAction151 */
3070 void CHECK_NEW_parser__ReduceAction151(val* self) {
3071 long var /* : Int */;
3072 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction151> */
3073 }
3074 /* runtime class parser__ReduceAction153 */
3075 const struct class class_parser__ReduceAction153 = {
3076 0, /* box_kind */
3077 {
3078 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction153:kernel#Object#object_id */
3079 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction153:kernel#Object#is_same_type */
3080 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction153:kernel#Object#is_same_instance */
3081 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction153:kernel#Object#== */
3082 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction153:kernel#Object#!= */
3083 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction153:kernel#Object#output */
3084 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction153:kernel#Object#output_class_name */
3085 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction153:kernel#Object#exit */
3086 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction153:kernel#Object#sys */
3087 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction153:kernel#Object#hash */
3088 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction153:string#Object#to_s */
3089 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction153:string#Object#native_class_name */
3090 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction153:string#Object#class_name */
3091 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction153:string#Object#inspect */
3092 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction153:string#Object#inspect_head */
3093 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction153:string#Object#args */
3094 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction153:math#Object#atan2 */
3095 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction153:math#Object#pi */
3096 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction153:math#Object#srand_from */
3097 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction153:math#Object#srand */
3098 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction153:stream#Object#poll */
3099 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction153:stream#Object#intern_poll */
3100 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction153:time#Object#get_time */
3101 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction153:file#Object#printn */
3102 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction153:file#Object#print */
3103 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction153:file#Object#getc */
3104 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction153:file#Object#gets */
3105 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction153:file#Object#getcwd */
3106 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction153:file#Object#file_getcwd */
3107 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction153:file#Object#stdin */
3108 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction153:file#Object#stdout */
3109 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction153:file#Object#stderr */
3110 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction153:model_base#Object#intrude_visibility */
3111 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction153:model_base#Object#public_visibility */
3112 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction153:model_base#Object#protected_visibility */
3113 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction153:model_base#Object#private_visibility */
3114 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction153:model_base#Object#none_visibility */
3115 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction153:model#Object#abstract_kind */
3116 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction153:model#Object#concrete_kind */
3117 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction153:model#Object#interface_kind */
3118 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction153:model#Object#enum_kind */
3119 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction153:model#Object#extern_kind */
3120 (nitmethod_t)VIRTUAL_parser__ReduceAction153__action, /* pointer to parser:ReduceAction153:parser#ReduceAction153#action */
3121 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction153:parser#ReduceAction#concat */
3122 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction153:parser#ReduceAction#init */
3123 }
3124 };
3125 /* allocate ReduceAction153 */
3126 val* NEW_parser__ReduceAction153(const struct type* type) {
3127 val* self /* : ReduceAction153 */;
3128 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3129 self->type = type;
3130 self->class = &class_parser__ReduceAction153;
3131 return self;
3132 }
3133 /* allocate ReduceAction153 */
3134 void CHECK_NEW_parser__ReduceAction153(val* self) {
3135 long var /* : Int */;
3136 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction153> */
3137 }
3138 /* runtime class parser__ReduceAction154 */
3139 const struct class class_parser__ReduceAction154 = {
3140 0, /* box_kind */
3141 {
3142 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction154:kernel#Object#object_id */
3143 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction154:kernel#Object#is_same_type */
3144 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction154:kernel#Object#is_same_instance */
3145 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction154:kernel#Object#== */
3146 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction154:kernel#Object#!= */
3147 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction154:kernel#Object#output */
3148 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction154:kernel#Object#output_class_name */
3149 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction154:kernel#Object#exit */
3150 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction154:kernel#Object#sys */
3151 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction154:kernel#Object#hash */
3152 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction154:string#Object#to_s */
3153 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction154:string#Object#native_class_name */
3154 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction154:string#Object#class_name */
3155 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction154:string#Object#inspect */
3156 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction154:string#Object#inspect_head */
3157 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction154:string#Object#args */
3158 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction154:math#Object#atan2 */
3159 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction154:math#Object#pi */
3160 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction154:math#Object#srand_from */
3161 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction154:math#Object#srand */
3162 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction154:stream#Object#poll */
3163 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction154:stream#Object#intern_poll */
3164 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction154:time#Object#get_time */
3165 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction154:file#Object#printn */
3166 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction154:file#Object#print */
3167 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction154:file#Object#getc */
3168 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction154:file#Object#gets */
3169 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction154:file#Object#getcwd */
3170 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction154:file#Object#file_getcwd */
3171 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction154:file#Object#stdin */
3172 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction154:file#Object#stdout */
3173 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction154:file#Object#stderr */
3174 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction154:model_base#Object#intrude_visibility */
3175 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction154:model_base#Object#public_visibility */
3176 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction154:model_base#Object#protected_visibility */
3177 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction154:model_base#Object#private_visibility */
3178 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction154:model_base#Object#none_visibility */
3179 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction154:model#Object#abstract_kind */
3180 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction154:model#Object#concrete_kind */
3181 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction154:model#Object#interface_kind */
3182 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction154:model#Object#enum_kind */
3183 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction154:model#Object#extern_kind */
3184 (nitmethod_t)VIRTUAL_parser__ReduceAction154__action, /* pointer to parser:ReduceAction154:parser#ReduceAction154#action */
3185 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction154:parser#ReduceAction#concat */
3186 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction154:parser#ReduceAction#init */
3187 }
3188 };
3189 /* allocate ReduceAction154 */
3190 val* NEW_parser__ReduceAction154(const struct type* type) {
3191 val* self /* : ReduceAction154 */;
3192 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3193 self->type = type;
3194 self->class = &class_parser__ReduceAction154;
3195 return self;
3196 }
3197 /* allocate ReduceAction154 */
3198 void CHECK_NEW_parser__ReduceAction154(val* self) {
3199 long var /* : Int */;
3200 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction154> */
3201 }
3202 /* runtime class parser__ReduceAction155 */
3203 const struct class class_parser__ReduceAction155 = {
3204 0, /* box_kind */
3205 {
3206 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction155:kernel#Object#object_id */
3207 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction155:kernel#Object#is_same_type */
3208 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction155:kernel#Object#is_same_instance */
3209 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction155:kernel#Object#== */
3210 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction155:kernel#Object#!= */
3211 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction155:kernel#Object#output */
3212 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction155:kernel#Object#output_class_name */
3213 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction155:kernel#Object#exit */
3214 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction155:kernel#Object#sys */
3215 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction155:kernel#Object#hash */
3216 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction155:string#Object#to_s */
3217 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction155:string#Object#native_class_name */
3218 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction155:string#Object#class_name */
3219 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction155:string#Object#inspect */
3220 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction155:string#Object#inspect_head */
3221 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction155:string#Object#args */
3222 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction155:math#Object#atan2 */
3223 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction155:math#Object#pi */
3224 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction155:math#Object#srand_from */
3225 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction155:math#Object#srand */
3226 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction155:stream#Object#poll */
3227 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction155:stream#Object#intern_poll */
3228 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction155:time#Object#get_time */
3229 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction155:file#Object#printn */
3230 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction155:file#Object#print */
3231 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction155:file#Object#getc */
3232 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction155:file#Object#gets */
3233 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction155:file#Object#getcwd */
3234 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction155:file#Object#file_getcwd */
3235 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction155:file#Object#stdin */
3236 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction155:file#Object#stdout */
3237 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction155:file#Object#stderr */
3238 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction155:model_base#Object#intrude_visibility */
3239 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction155:model_base#Object#public_visibility */
3240 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction155:model_base#Object#protected_visibility */
3241 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction155:model_base#Object#private_visibility */
3242 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction155:model_base#Object#none_visibility */
3243 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction155:model#Object#abstract_kind */
3244 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction155:model#Object#concrete_kind */
3245 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction155:model#Object#interface_kind */
3246 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction155:model#Object#enum_kind */
3247 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction155:model#Object#extern_kind */
3248 (nitmethod_t)VIRTUAL_parser__ReduceAction155__action, /* pointer to parser:ReduceAction155:parser#ReduceAction155#action */
3249 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction155:parser#ReduceAction#concat */
3250 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction155:parser#ReduceAction#init */
3251 }
3252 };
3253 /* allocate ReduceAction155 */
3254 val* NEW_parser__ReduceAction155(const struct type* type) {
3255 val* self /* : ReduceAction155 */;
3256 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3257 self->type = type;
3258 self->class = &class_parser__ReduceAction155;
3259 return self;
3260 }
3261 /* allocate ReduceAction155 */
3262 void CHECK_NEW_parser__ReduceAction155(val* self) {
3263 long var /* : Int */;
3264 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction155> */
3265 }
3266 /* runtime class parser__ReduceAction156 */
3267 const struct class class_parser__ReduceAction156 = {
3268 0, /* box_kind */
3269 {
3270 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction156:kernel#Object#object_id */
3271 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction156:kernel#Object#is_same_type */
3272 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction156:kernel#Object#is_same_instance */
3273 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction156:kernel#Object#== */
3274 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction156:kernel#Object#!= */
3275 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction156:kernel#Object#output */
3276 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction156:kernel#Object#output_class_name */
3277 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction156:kernel#Object#exit */
3278 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction156:kernel#Object#sys */
3279 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction156:kernel#Object#hash */
3280 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction156:string#Object#to_s */
3281 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction156:string#Object#native_class_name */
3282 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction156:string#Object#class_name */
3283 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction156:string#Object#inspect */
3284 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction156:string#Object#inspect_head */
3285 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction156:string#Object#args */
3286 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction156:math#Object#atan2 */
3287 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction156:math#Object#pi */
3288 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction156:math#Object#srand_from */
3289 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction156:math#Object#srand */
3290 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction156:stream#Object#poll */
3291 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction156:stream#Object#intern_poll */
3292 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction156:time#Object#get_time */
3293 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction156:file#Object#printn */
3294 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction156:file#Object#print */
3295 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction156:file#Object#getc */
3296 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction156:file#Object#gets */
3297 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction156:file#Object#getcwd */
3298 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction156:file#Object#file_getcwd */
3299 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction156:file#Object#stdin */
3300 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction156:file#Object#stdout */
3301 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction156:file#Object#stderr */
3302 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction156:model_base#Object#intrude_visibility */
3303 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction156:model_base#Object#public_visibility */
3304 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction156:model_base#Object#protected_visibility */
3305 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction156:model_base#Object#private_visibility */
3306 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction156:model_base#Object#none_visibility */
3307 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction156:model#Object#abstract_kind */
3308 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction156:model#Object#concrete_kind */
3309 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction156:model#Object#interface_kind */
3310 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction156:model#Object#enum_kind */
3311 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction156:model#Object#extern_kind */
3312 (nitmethod_t)VIRTUAL_parser__ReduceAction156__action, /* pointer to parser:ReduceAction156:parser#ReduceAction156#action */
3313 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction156:parser#ReduceAction#concat */
3314 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction156:parser#ReduceAction#init */
3315 }
3316 };
3317 /* allocate ReduceAction156 */
3318 val* NEW_parser__ReduceAction156(const struct type* type) {
3319 val* self /* : ReduceAction156 */;
3320 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3321 self->type = type;
3322 self->class = &class_parser__ReduceAction156;
3323 return self;
3324 }
3325 /* allocate ReduceAction156 */
3326 void CHECK_NEW_parser__ReduceAction156(val* self) {
3327 long var /* : Int */;
3328 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction156> */
3329 }
3330 /* runtime class parser__ReduceAction158 */
3331 const struct class class_parser__ReduceAction158 = {
3332 0, /* box_kind */
3333 {
3334 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction158:kernel#Object#object_id */
3335 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction158:kernel#Object#is_same_type */
3336 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction158:kernel#Object#is_same_instance */
3337 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction158:kernel#Object#== */
3338 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction158:kernel#Object#!= */
3339 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction158:kernel#Object#output */
3340 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction158:kernel#Object#output_class_name */
3341 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction158:kernel#Object#exit */
3342 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction158:kernel#Object#sys */
3343 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction158:kernel#Object#hash */
3344 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction158:string#Object#to_s */
3345 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction158:string#Object#native_class_name */
3346 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction158:string#Object#class_name */
3347 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction158:string#Object#inspect */
3348 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction158:string#Object#inspect_head */
3349 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction158:string#Object#args */
3350 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction158:math#Object#atan2 */
3351 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction158:math#Object#pi */
3352 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction158:math#Object#srand_from */
3353 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction158:math#Object#srand */
3354 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction158:stream#Object#poll */
3355 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction158:stream#Object#intern_poll */
3356 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction158:time#Object#get_time */
3357 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction158:file#Object#printn */
3358 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction158:file#Object#print */
3359 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction158:file#Object#getc */
3360 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction158:file#Object#gets */
3361 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction158:file#Object#getcwd */
3362 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction158:file#Object#file_getcwd */
3363 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction158:file#Object#stdin */
3364 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction158:file#Object#stdout */
3365 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction158:file#Object#stderr */
3366 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction158:model_base#Object#intrude_visibility */
3367 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction158:model_base#Object#public_visibility */
3368 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction158:model_base#Object#protected_visibility */
3369 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction158:model_base#Object#private_visibility */
3370 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction158:model_base#Object#none_visibility */
3371 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction158:model#Object#abstract_kind */
3372 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction158:model#Object#concrete_kind */
3373 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction158:model#Object#interface_kind */
3374 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction158:model#Object#enum_kind */
3375 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction158:model#Object#extern_kind */
3376 (nitmethod_t)VIRTUAL_parser__ReduceAction158__action, /* pointer to parser:ReduceAction158:parser#ReduceAction158#action */
3377 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction158:parser#ReduceAction#concat */
3378 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction158:parser#ReduceAction#init */
3379 }
3380 };
3381 /* allocate ReduceAction158 */
3382 val* NEW_parser__ReduceAction158(const struct type* type) {
3383 val* self /* : ReduceAction158 */;
3384 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3385 self->type = type;
3386 self->class = &class_parser__ReduceAction158;
3387 return self;
3388 }
3389 /* allocate ReduceAction158 */
3390 void CHECK_NEW_parser__ReduceAction158(val* self) {
3391 long var /* : Int */;
3392 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction158> */
3393 }
3394 /* runtime class parser__ReduceAction159 */
3395 const struct class class_parser__ReduceAction159 = {
3396 0, /* box_kind */
3397 {
3398 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction159:kernel#Object#object_id */
3399 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction159:kernel#Object#is_same_type */
3400 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction159:kernel#Object#is_same_instance */
3401 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction159:kernel#Object#== */
3402 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction159:kernel#Object#!= */
3403 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction159:kernel#Object#output */
3404 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction159:kernel#Object#output_class_name */
3405 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction159:kernel#Object#exit */
3406 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction159:kernel#Object#sys */
3407 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction159:kernel#Object#hash */
3408 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction159:string#Object#to_s */
3409 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction159:string#Object#native_class_name */
3410 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction159:string#Object#class_name */
3411 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction159:string#Object#inspect */
3412 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction159:string#Object#inspect_head */
3413 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction159:string#Object#args */
3414 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction159:math#Object#atan2 */
3415 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction159:math#Object#pi */
3416 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction159:math#Object#srand_from */
3417 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction159:math#Object#srand */
3418 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction159:stream#Object#poll */
3419 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction159:stream#Object#intern_poll */
3420 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction159:time#Object#get_time */
3421 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction159:file#Object#printn */
3422 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction159:file#Object#print */
3423 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction159:file#Object#getc */
3424 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction159:file#Object#gets */
3425 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction159:file#Object#getcwd */
3426 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction159:file#Object#file_getcwd */
3427 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction159:file#Object#stdin */
3428 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction159:file#Object#stdout */
3429 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction159:file#Object#stderr */
3430 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction159:model_base#Object#intrude_visibility */
3431 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction159:model_base#Object#public_visibility */
3432 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction159:model_base#Object#protected_visibility */
3433 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction159:model_base#Object#private_visibility */
3434 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction159:model_base#Object#none_visibility */
3435 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction159:model#Object#abstract_kind */
3436 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction159:model#Object#concrete_kind */
3437 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction159:model#Object#interface_kind */
3438 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction159:model#Object#enum_kind */
3439 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction159:model#Object#extern_kind */
3440 (nitmethod_t)VIRTUAL_parser__ReduceAction159__action, /* pointer to parser:ReduceAction159:parser#ReduceAction159#action */
3441 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction159:parser#ReduceAction#concat */
3442 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction159:parser#ReduceAction#init */
3443 }
3444 };
3445 /* allocate ReduceAction159 */
3446 val* NEW_parser__ReduceAction159(const struct type* type) {
3447 val* self /* : ReduceAction159 */;
3448 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3449 self->type = type;
3450 self->class = &class_parser__ReduceAction159;
3451 return self;
3452 }
3453 /* allocate ReduceAction159 */
3454 void CHECK_NEW_parser__ReduceAction159(val* self) {
3455 long var /* : Int */;
3456 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction159> */
3457 }
3458 /* runtime class parser__ReduceAction161 */
3459 const struct class class_parser__ReduceAction161 = {
3460 0, /* box_kind */
3461 {
3462 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction161:kernel#Object#object_id */
3463 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction161:kernel#Object#is_same_type */
3464 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction161:kernel#Object#is_same_instance */
3465 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction161:kernel#Object#== */
3466 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction161:kernel#Object#!= */
3467 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction161:kernel#Object#output */
3468 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction161:kernel#Object#output_class_name */
3469 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction161:kernel#Object#exit */
3470 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction161:kernel#Object#sys */
3471 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction161:kernel#Object#hash */
3472 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction161:string#Object#to_s */
3473 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction161:string#Object#native_class_name */
3474 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction161:string#Object#class_name */
3475 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction161:string#Object#inspect */
3476 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction161:string#Object#inspect_head */
3477 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction161:string#Object#args */
3478 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction161:math#Object#atan2 */
3479 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction161:math#Object#pi */
3480 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction161:math#Object#srand_from */
3481 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction161:math#Object#srand */
3482 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction161:stream#Object#poll */
3483 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction161:stream#Object#intern_poll */
3484 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction161:time#Object#get_time */
3485 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction161:file#Object#printn */
3486 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction161:file#Object#print */
3487 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction161:file#Object#getc */
3488 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction161:file#Object#gets */
3489 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction161:file#Object#getcwd */
3490 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction161:file#Object#file_getcwd */
3491 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction161:file#Object#stdin */
3492 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction161:file#Object#stdout */
3493 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction161:file#Object#stderr */
3494 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction161:model_base#Object#intrude_visibility */
3495 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction161:model_base#Object#public_visibility */
3496 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction161:model_base#Object#protected_visibility */
3497 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction161:model_base#Object#private_visibility */
3498 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction161:model_base#Object#none_visibility */
3499 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction161:model#Object#abstract_kind */
3500 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction161:model#Object#concrete_kind */
3501 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction161:model#Object#interface_kind */
3502 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction161:model#Object#enum_kind */
3503 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction161:model#Object#extern_kind */
3504 (nitmethod_t)VIRTUAL_parser__ReduceAction161__action, /* pointer to parser:ReduceAction161:parser#ReduceAction161#action */
3505 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction161:parser#ReduceAction#concat */
3506 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction161:parser#ReduceAction#init */
3507 }
3508 };
3509 /* allocate ReduceAction161 */
3510 val* NEW_parser__ReduceAction161(const struct type* type) {
3511 val* self /* : ReduceAction161 */;
3512 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3513 self->type = type;
3514 self->class = &class_parser__ReduceAction161;
3515 return self;
3516 }
3517 /* allocate ReduceAction161 */
3518 void CHECK_NEW_parser__ReduceAction161(val* self) {
3519 long var /* : Int */;
3520 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction161> */
3521 }
3522 /* runtime class parser__ReduceAction162 */
3523 const struct class class_parser__ReduceAction162 = {
3524 0, /* box_kind */
3525 {
3526 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction162:kernel#Object#object_id */
3527 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction162:kernel#Object#is_same_type */
3528 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction162:kernel#Object#is_same_instance */
3529 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction162:kernel#Object#== */
3530 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction162:kernel#Object#!= */
3531 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction162:kernel#Object#output */
3532 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction162:kernel#Object#output_class_name */
3533 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction162:kernel#Object#exit */
3534 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction162:kernel#Object#sys */
3535 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction162:kernel#Object#hash */
3536 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction162:string#Object#to_s */
3537 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction162:string#Object#native_class_name */
3538 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction162:string#Object#class_name */
3539 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction162:string#Object#inspect */
3540 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction162:string#Object#inspect_head */
3541 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction162:string#Object#args */
3542 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction162:math#Object#atan2 */
3543 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction162:math#Object#pi */
3544 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction162:math#Object#srand_from */
3545 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction162:math#Object#srand */
3546 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction162:stream#Object#poll */
3547 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction162:stream#Object#intern_poll */
3548 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction162:time#Object#get_time */
3549 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction162:file#Object#printn */
3550 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction162:file#Object#print */
3551 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction162:file#Object#getc */
3552 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction162:file#Object#gets */
3553 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction162:file#Object#getcwd */
3554 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction162:file#Object#file_getcwd */
3555 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction162:file#Object#stdin */
3556 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction162:file#Object#stdout */
3557 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction162:file#Object#stderr */
3558 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction162:model_base#Object#intrude_visibility */
3559 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction162:model_base#Object#public_visibility */
3560 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction162:model_base#Object#protected_visibility */
3561 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction162:model_base#Object#private_visibility */
3562 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction162:model_base#Object#none_visibility */
3563 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction162:model#Object#abstract_kind */
3564 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction162:model#Object#concrete_kind */
3565 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction162:model#Object#interface_kind */
3566 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction162:model#Object#enum_kind */
3567 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction162:model#Object#extern_kind */
3568 (nitmethod_t)VIRTUAL_parser__ReduceAction162__action, /* pointer to parser:ReduceAction162:parser#ReduceAction162#action */
3569 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction162:parser#ReduceAction#concat */
3570 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction162:parser#ReduceAction#init */
3571 }
3572 };
3573 /* allocate ReduceAction162 */
3574 val* NEW_parser__ReduceAction162(const struct type* type) {
3575 val* self /* : ReduceAction162 */;
3576 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3577 self->type = type;
3578 self->class = &class_parser__ReduceAction162;
3579 return self;
3580 }
3581 /* allocate ReduceAction162 */
3582 void CHECK_NEW_parser__ReduceAction162(val* self) {
3583 long var /* : Int */;
3584 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction162> */
3585 }
3586 /* runtime class parser__ReduceAction163 */
3587 const struct class class_parser__ReduceAction163 = {
3588 0, /* box_kind */
3589 {
3590 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction163:kernel#Object#object_id */
3591 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction163:kernel#Object#is_same_type */
3592 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction163:kernel#Object#is_same_instance */
3593 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction163:kernel#Object#== */
3594 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction163:kernel#Object#!= */
3595 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction163:kernel#Object#output */
3596 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction163:kernel#Object#output_class_name */
3597 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction163:kernel#Object#exit */
3598 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction163:kernel#Object#sys */
3599 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction163:kernel#Object#hash */
3600 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction163:string#Object#to_s */
3601 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction163:string#Object#native_class_name */
3602 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction163:string#Object#class_name */
3603 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction163:string#Object#inspect */
3604 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction163:string#Object#inspect_head */
3605 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction163:string#Object#args */
3606 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction163:math#Object#atan2 */
3607 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction163:math#Object#pi */
3608 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction163:math#Object#srand_from */
3609 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction163:math#Object#srand */
3610 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction163:stream#Object#poll */
3611 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction163:stream#Object#intern_poll */
3612 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction163:time#Object#get_time */
3613 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction163:file#Object#printn */
3614 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction163:file#Object#print */
3615 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction163:file#Object#getc */
3616 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction163:file#Object#gets */
3617 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction163:file#Object#getcwd */
3618 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction163:file#Object#file_getcwd */
3619 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction163:file#Object#stdin */
3620 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction163:file#Object#stdout */
3621 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction163:file#Object#stderr */
3622 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction163:model_base#Object#intrude_visibility */
3623 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction163:model_base#Object#public_visibility */
3624 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction163:model_base#Object#protected_visibility */
3625 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction163:model_base#Object#private_visibility */
3626 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction163:model_base#Object#none_visibility */
3627 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction163:model#Object#abstract_kind */
3628 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction163:model#Object#concrete_kind */
3629 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction163:model#Object#interface_kind */
3630 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction163:model#Object#enum_kind */
3631 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction163:model#Object#extern_kind */
3632 (nitmethod_t)VIRTUAL_parser__ReduceAction163__action, /* pointer to parser:ReduceAction163:parser#ReduceAction163#action */
3633 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction163:parser#ReduceAction#concat */
3634 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction163:parser#ReduceAction#init */
3635 }
3636 };
3637 /* allocate ReduceAction163 */
3638 val* NEW_parser__ReduceAction163(const struct type* type) {
3639 val* self /* : ReduceAction163 */;
3640 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3641 self->type = type;
3642 self->class = &class_parser__ReduceAction163;
3643 return self;
3644 }
3645 /* allocate ReduceAction163 */
3646 void CHECK_NEW_parser__ReduceAction163(val* self) {
3647 long var /* : Int */;
3648 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction163> */
3649 }
3650 /* runtime class parser__ReduceAction164 */
3651 const struct class class_parser__ReduceAction164 = {
3652 0, /* box_kind */
3653 {
3654 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction164:kernel#Object#object_id */
3655 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction164:kernel#Object#is_same_type */
3656 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction164:kernel#Object#is_same_instance */
3657 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction164:kernel#Object#== */
3658 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction164:kernel#Object#!= */
3659 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction164:kernel#Object#output */
3660 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction164:kernel#Object#output_class_name */
3661 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction164:kernel#Object#exit */
3662 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction164:kernel#Object#sys */
3663 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction164:kernel#Object#hash */
3664 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction164:string#Object#to_s */
3665 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction164:string#Object#native_class_name */
3666 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction164:string#Object#class_name */
3667 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction164:string#Object#inspect */
3668 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction164:string#Object#inspect_head */
3669 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction164:string#Object#args */
3670 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction164:math#Object#atan2 */
3671 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction164:math#Object#pi */
3672 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction164:math#Object#srand_from */
3673 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction164:math#Object#srand */
3674 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction164:stream#Object#poll */
3675 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction164:stream#Object#intern_poll */
3676 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction164:time#Object#get_time */
3677 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction164:file#Object#printn */
3678 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction164:file#Object#print */
3679 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction164:file#Object#getc */
3680 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction164:file#Object#gets */
3681 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction164:file#Object#getcwd */
3682 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction164:file#Object#file_getcwd */
3683 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction164:file#Object#stdin */
3684 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction164:file#Object#stdout */
3685 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction164:file#Object#stderr */
3686 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction164:model_base#Object#intrude_visibility */
3687 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction164:model_base#Object#public_visibility */
3688 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction164:model_base#Object#protected_visibility */
3689 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction164:model_base#Object#private_visibility */
3690 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction164:model_base#Object#none_visibility */
3691 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction164:model#Object#abstract_kind */
3692 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction164:model#Object#concrete_kind */
3693 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction164:model#Object#interface_kind */
3694 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction164:model#Object#enum_kind */
3695 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction164:model#Object#extern_kind */
3696 (nitmethod_t)VIRTUAL_parser__ReduceAction164__action, /* pointer to parser:ReduceAction164:parser#ReduceAction164#action */
3697 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction164:parser#ReduceAction#concat */
3698 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction164:parser#ReduceAction#init */
3699 }
3700 };
3701 /* allocate ReduceAction164 */
3702 val* NEW_parser__ReduceAction164(const struct type* type) {
3703 val* self /* : ReduceAction164 */;
3704 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3705 self->type = type;
3706 self->class = &class_parser__ReduceAction164;
3707 return self;
3708 }
3709 /* allocate ReduceAction164 */
3710 void CHECK_NEW_parser__ReduceAction164(val* self) {
3711 long var /* : Int */;
3712 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction164> */
3713 }
3714 /* runtime class parser__ReduceAction166 */
3715 const struct class class_parser__ReduceAction166 = {
3716 0, /* box_kind */
3717 {
3718 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction166:kernel#Object#object_id */
3719 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction166:kernel#Object#is_same_type */
3720 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction166:kernel#Object#is_same_instance */
3721 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction166:kernel#Object#== */
3722 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction166:kernel#Object#!= */
3723 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction166:kernel#Object#output */
3724 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction166:kernel#Object#output_class_name */
3725 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction166:kernel#Object#exit */
3726 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction166:kernel#Object#sys */
3727 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction166:kernel#Object#hash */
3728 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction166:string#Object#to_s */
3729 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction166:string#Object#native_class_name */
3730 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction166:string#Object#class_name */
3731 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction166:string#Object#inspect */
3732 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction166:string#Object#inspect_head */
3733 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction166:string#Object#args */
3734 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction166:math#Object#atan2 */
3735 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction166:math#Object#pi */
3736 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction166:math#Object#srand_from */
3737 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction166:math#Object#srand */
3738 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction166:stream#Object#poll */
3739 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction166:stream#Object#intern_poll */
3740 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction166:time#Object#get_time */
3741 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction166:file#Object#printn */
3742 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction166:file#Object#print */
3743 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction166:file#Object#getc */
3744 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction166:file#Object#gets */
3745 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction166:file#Object#getcwd */
3746 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction166:file#Object#file_getcwd */
3747 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction166:file#Object#stdin */
3748 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction166:file#Object#stdout */
3749 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction166:file#Object#stderr */
3750 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction166:model_base#Object#intrude_visibility */
3751 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction166:model_base#Object#public_visibility */
3752 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction166:model_base#Object#protected_visibility */
3753 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction166:model_base#Object#private_visibility */
3754 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction166:model_base#Object#none_visibility */
3755 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction166:model#Object#abstract_kind */
3756 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction166:model#Object#concrete_kind */
3757 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction166:model#Object#interface_kind */
3758 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction166:model#Object#enum_kind */
3759 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction166:model#Object#extern_kind */
3760 (nitmethod_t)VIRTUAL_parser__ReduceAction166__action, /* pointer to parser:ReduceAction166:parser#ReduceAction166#action */
3761 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction166:parser#ReduceAction#concat */
3762 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction166:parser#ReduceAction#init */
3763 }
3764 };
3765 /* allocate ReduceAction166 */
3766 val* NEW_parser__ReduceAction166(const struct type* type) {
3767 val* self /* : ReduceAction166 */;
3768 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3769 self->type = type;
3770 self->class = &class_parser__ReduceAction166;
3771 return self;
3772 }
3773 /* allocate ReduceAction166 */
3774 void CHECK_NEW_parser__ReduceAction166(val* self) {
3775 long var /* : Int */;
3776 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction166> */
3777 }
3778 /* runtime class parser__ReduceAction167 */
3779 const struct class class_parser__ReduceAction167 = {
3780 0, /* box_kind */
3781 {
3782 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction167:kernel#Object#object_id */
3783 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction167:kernel#Object#is_same_type */
3784 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction167:kernel#Object#is_same_instance */
3785 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction167:kernel#Object#== */
3786 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction167:kernel#Object#!= */
3787 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction167:kernel#Object#output */
3788 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction167:kernel#Object#output_class_name */
3789 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction167:kernel#Object#exit */
3790 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction167:kernel#Object#sys */
3791 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction167:kernel#Object#hash */
3792 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction167:string#Object#to_s */
3793 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction167:string#Object#native_class_name */
3794 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction167:string#Object#class_name */
3795 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction167:string#Object#inspect */
3796 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction167:string#Object#inspect_head */
3797 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction167:string#Object#args */
3798 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction167:math#Object#atan2 */
3799 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction167:math#Object#pi */
3800 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction167:math#Object#srand_from */
3801 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction167:math#Object#srand */
3802 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction167:stream#Object#poll */
3803 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction167:stream#Object#intern_poll */
3804 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction167:time#Object#get_time */
3805 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction167:file#Object#printn */
3806 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction167:file#Object#print */
3807 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction167:file#Object#getc */
3808 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction167:file#Object#gets */
3809 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction167:file#Object#getcwd */
3810 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction167:file#Object#file_getcwd */
3811 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction167:file#Object#stdin */
3812 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction167:file#Object#stdout */
3813 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction167:file#Object#stderr */
3814 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction167:model_base#Object#intrude_visibility */
3815 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction167:model_base#Object#public_visibility */
3816 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction167:model_base#Object#protected_visibility */
3817 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction167:model_base#Object#private_visibility */
3818 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction167:model_base#Object#none_visibility */
3819 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction167:model#Object#abstract_kind */
3820 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction167:model#Object#concrete_kind */
3821 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction167:model#Object#interface_kind */
3822 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction167:model#Object#enum_kind */
3823 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction167:model#Object#extern_kind */
3824 (nitmethod_t)VIRTUAL_parser__ReduceAction167__action, /* pointer to parser:ReduceAction167:parser#ReduceAction167#action */
3825 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction167:parser#ReduceAction#concat */
3826 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction167:parser#ReduceAction#init */
3827 }
3828 };
3829 /* allocate ReduceAction167 */
3830 val* NEW_parser__ReduceAction167(const struct type* type) {
3831 val* self /* : ReduceAction167 */;
3832 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3833 self->type = type;
3834 self->class = &class_parser__ReduceAction167;
3835 return self;
3836 }
3837 /* allocate ReduceAction167 */
3838 void CHECK_NEW_parser__ReduceAction167(val* self) {
3839 long var /* : Int */;
3840 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction167> */
3841 }
3842 /* runtime class parser__ReduceAction169 */
3843 const struct class class_parser__ReduceAction169 = {
3844 0, /* box_kind */
3845 {
3846 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction169:kernel#Object#object_id */
3847 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction169:kernel#Object#is_same_type */
3848 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction169:kernel#Object#is_same_instance */
3849 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction169:kernel#Object#== */
3850 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction169:kernel#Object#!= */
3851 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction169:kernel#Object#output */
3852 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction169:kernel#Object#output_class_name */
3853 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction169:kernel#Object#exit */
3854 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction169:kernel#Object#sys */
3855 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction169:kernel#Object#hash */
3856 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction169:string#Object#to_s */
3857 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction169:string#Object#native_class_name */
3858 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction169:string#Object#class_name */
3859 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction169:string#Object#inspect */
3860 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction169:string#Object#inspect_head */
3861 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction169:string#Object#args */
3862 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction169:math#Object#atan2 */
3863 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction169:math#Object#pi */
3864 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction169:math#Object#srand_from */
3865 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction169:math#Object#srand */
3866 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction169:stream#Object#poll */
3867 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction169:stream#Object#intern_poll */
3868 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction169:time#Object#get_time */
3869 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction169:file#Object#printn */
3870 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction169:file#Object#print */
3871 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction169:file#Object#getc */
3872 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction169:file#Object#gets */
3873 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction169:file#Object#getcwd */
3874 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction169:file#Object#file_getcwd */
3875 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction169:file#Object#stdin */
3876 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction169:file#Object#stdout */
3877 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction169:file#Object#stderr */
3878 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction169:model_base#Object#intrude_visibility */
3879 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction169:model_base#Object#public_visibility */
3880 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction169:model_base#Object#protected_visibility */
3881 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction169:model_base#Object#private_visibility */
3882 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction169:model_base#Object#none_visibility */
3883 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction169:model#Object#abstract_kind */
3884 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction169:model#Object#concrete_kind */
3885 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction169:model#Object#interface_kind */
3886 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction169:model#Object#enum_kind */
3887 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction169:model#Object#extern_kind */
3888 (nitmethod_t)VIRTUAL_parser__ReduceAction169__action, /* pointer to parser:ReduceAction169:parser#ReduceAction169#action */
3889 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction169:parser#ReduceAction#concat */
3890 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction169:parser#ReduceAction#init */
3891 }
3892 };
3893 /* allocate ReduceAction169 */
3894 val* NEW_parser__ReduceAction169(const struct type* type) {
3895 val* self /* : ReduceAction169 */;
3896 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3897 self->type = type;
3898 self->class = &class_parser__ReduceAction169;
3899 return self;
3900 }
3901 /* allocate ReduceAction169 */
3902 void CHECK_NEW_parser__ReduceAction169(val* self) {
3903 long var /* : Int */;
3904 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction169> */
3905 }
3906 /* runtime class parser__ReduceAction170 */
3907 const struct class class_parser__ReduceAction170 = {
3908 0, /* box_kind */
3909 {
3910 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction170:kernel#Object#object_id */
3911 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction170:kernel#Object#is_same_type */
3912 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction170:kernel#Object#is_same_instance */
3913 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction170:kernel#Object#== */
3914 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction170:kernel#Object#!= */
3915 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction170:kernel#Object#output */
3916 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction170:kernel#Object#output_class_name */
3917 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction170:kernel#Object#exit */
3918 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction170:kernel#Object#sys */
3919 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction170:kernel#Object#hash */
3920 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction170:string#Object#to_s */
3921 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction170:string#Object#native_class_name */
3922 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction170:string#Object#class_name */
3923 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction170:string#Object#inspect */
3924 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction170:string#Object#inspect_head */
3925 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction170:string#Object#args */
3926 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction170:math#Object#atan2 */
3927 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction170:math#Object#pi */
3928 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction170:math#Object#srand_from */
3929 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction170:math#Object#srand */
3930 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction170:stream#Object#poll */
3931 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction170:stream#Object#intern_poll */
3932 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction170:time#Object#get_time */
3933 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction170:file#Object#printn */
3934 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction170:file#Object#print */
3935 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction170:file#Object#getc */
3936 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction170:file#Object#gets */
3937 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction170:file#Object#getcwd */
3938 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction170:file#Object#file_getcwd */
3939 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction170:file#Object#stdin */
3940 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction170:file#Object#stdout */
3941 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction170:file#Object#stderr */
3942 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction170:model_base#Object#intrude_visibility */
3943 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction170:model_base#Object#public_visibility */
3944 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction170:model_base#Object#protected_visibility */
3945 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction170:model_base#Object#private_visibility */
3946 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction170:model_base#Object#none_visibility */
3947 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction170:model#Object#abstract_kind */
3948 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction170:model#Object#concrete_kind */
3949 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction170:model#Object#interface_kind */
3950 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction170:model#Object#enum_kind */
3951 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction170:model#Object#extern_kind */
3952 (nitmethod_t)VIRTUAL_parser__ReduceAction170__action, /* pointer to parser:ReduceAction170:parser#ReduceAction170#action */
3953 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction170:parser#ReduceAction#concat */
3954 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction170:parser#ReduceAction#init */
3955 }
3956 };
3957 /* allocate ReduceAction170 */
3958 val* NEW_parser__ReduceAction170(const struct type* type) {
3959 val* self /* : ReduceAction170 */;
3960 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
3961 self->type = type;
3962 self->class = &class_parser__ReduceAction170;
3963 return self;
3964 }
3965 /* allocate ReduceAction170 */
3966 void CHECK_NEW_parser__ReduceAction170(val* self) {
3967 long var /* : Int */;
3968 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction170> */
3969 }
3970 /* runtime class parser__ReduceAction171 */
3971 const struct class class_parser__ReduceAction171 = {
3972 0, /* box_kind */
3973 {
3974 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction171:kernel#Object#object_id */
3975 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction171:kernel#Object#is_same_type */
3976 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction171:kernel#Object#is_same_instance */
3977 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction171:kernel#Object#== */
3978 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction171:kernel#Object#!= */
3979 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction171:kernel#Object#output */
3980 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction171:kernel#Object#output_class_name */
3981 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction171:kernel#Object#exit */
3982 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction171:kernel#Object#sys */
3983 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction171:kernel#Object#hash */
3984 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction171:string#Object#to_s */
3985 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction171:string#Object#native_class_name */
3986 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction171:string#Object#class_name */
3987 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction171:string#Object#inspect */
3988 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction171:string#Object#inspect_head */
3989 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction171:string#Object#args */
3990 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction171:math#Object#atan2 */
3991 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction171:math#Object#pi */
3992 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction171:math#Object#srand_from */
3993 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction171:math#Object#srand */
3994 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction171:stream#Object#poll */
3995 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction171:stream#Object#intern_poll */
3996 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction171:time#Object#get_time */
3997 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction171:file#Object#printn */
3998 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction171:file#Object#print */
3999 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction171:file#Object#getc */
4000 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction171:file#Object#gets */
4001 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction171:file#Object#getcwd */
4002 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction171:file#Object#file_getcwd */
4003 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction171:file#Object#stdin */
4004 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction171:file#Object#stdout */
4005 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction171:file#Object#stderr */
4006 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction171:model_base#Object#intrude_visibility */
4007 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction171:model_base#Object#public_visibility */
4008 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction171:model_base#Object#protected_visibility */
4009 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction171:model_base#Object#private_visibility */
4010 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction171:model_base#Object#none_visibility */
4011 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction171:model#Object#abstract_kind */
4012 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction171:model#Object#concrete_kind */
4013 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction171:model#Object#interface_kind */
4014 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction171:model#Object#enum_kind */
4015 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction171:model#Object#extern_kind */
4016 (nitmethod_t)VIRTUAL_parser__ReduceAction171__action, /* pointer to parser:ReduceAction171:parser#ReduceAction171#action */
4017 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction171:parser#ReduceAction#concat */
4018 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction171:parser#ReduceAction#init */
4019 }
4020 };
4021 /* allocate ReduceAction171 */
4022 val* NEW_parser__ReduceAction171(const struct type* type) {
4023 val* self /* : ReduceAction171 */;
4024 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4025 self->type = type;
4026 self->class = &class_parser__ReduceAction171;
4027 return self;
4028 }
4029 /* allocate ReduceAction171 */
4030 void CHECK_NEW_parser__ReduceAction171(val* self) {
4031 long var /* : Int */;
4032 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction171> */
4033 }
4034 /* runtime class parser__ReduceAction172 */
4035 const struct class class_parser__ReduceAction172 = {
4036 0, /* box_kind */
4037 {
4038 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction172:kernel#Object#object_id */
4039 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction172:kernel#Object#is_same_type */
4040 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction172:kernel#Object#is_same_instance */
4041 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction172:kernel#Object#== */
4042 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction172:kernel#Object#!= */
4043 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction172:kernel#Object#output */
4044 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction172:kernel#Object#output_class_name */
4045 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction172:kernel#Object#exit */
4046 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction172:kernel#Object#sys */
4047 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction172:kernel#Object#hash */
4048 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction172:string#Object#to_s */
4049 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction172:string#Object#native_class_name */
4050 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction172:string#Object#class_name */
4051 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction172:string#Object#inspect */
4052 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction172:string#Object#inspect_head */
4053 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction172:string#Object#args */
4054 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction172:math#Object#atan2 */
4055 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction172:math#Object#pi */
4056 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction172:math#Object#srand_from */
4057 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction172:math#Object#srand */
4058 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction172:stream#Object#poll */
4059 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction172:stream#Object#intern_poll */
4060 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction172:time#Object#get_time */
4061 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction172:file#Object#printn */
4062 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction172:file#Object#print */
4063 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction172:file#Object#getc */
4064 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction172:file#Object#gets */
4065 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction172:file#Object#getcwd */
4066 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction172:file#Object#file_getcwd */
4067 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction172:file#Object#stdin */
4068 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction172:file#Object#stdout */
4069 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction172:file#Object#stderr */
4070 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction172:model_base#Object#intrude_visibility */
4071 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction172:model_base#Object#public_visibility */
4072 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction172:model_base#Object#protected_visibility */
4073 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction172:model_base#Object#private_visibility */
4074 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction172:model_base#Object#none_visibility */
4075 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction172:model#Object#abstract_kind */
4076 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction172:model#Object#concrete_kind */
4077 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction172:model#Object#interface_kind */
4078 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction172:model#Object#enum_kind */
4079 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction172:model#Object#extern_kind */
4080 (nitmethod_t)VIRTUAL_parser__ReduceAction172__action, /* pointer to parser:ReduceAction172:parser#ReduceAction172#action */
4081 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction172:parser#ReduceAction#concat */
4082 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction172:parser#ReduceAction#init */
4083 }
4084 };
4085 /* allocate ReduceAction172 */
4086 val* NEW_parser__ReduceAction172(const struct type* type) {
4087 val* self /* : ReduceAction172 */;
4088 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4089 self->type = type;
4090 self->class = &class_parser__ReduceAction172;
4091 return self;
4092 }
4093 /* allocate ReduceAction172 */
4094 void CHECK_NEW_parser__ReduceAction172(val* self) {
4095 long var /* : Int */;
4096 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction172> */
4097 }
4098 /* runtime class parser__ReduceAction174 */
4099 const struct class class_parser__ReduceAction174 = {
4100 0, /* box_kind */
4101 {
4102 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction174:kernel#Object#object_id */
4103 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction174:kernel#Object#is_same_type */
4104 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction174:kernel#Object#is_same_instance */
4105 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction174:kernel#Object#== */
4106 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction174:kernel#Object#!= */
4107 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction174:kernel#Object#output */
4108 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction174:kernel#Object#output_class_name */
4109 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction174:kernel#Object#exit */
4110 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction174:kernel#Object#sys */
4111 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction174:kernel#Object#hash */
4112 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction174:string#Object#to_s */
4113 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction174:string#Object#native_class_name */
4114 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction174:string#Object#class_name */
4115 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction174:string#Object#inspect */
4116 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction174:string#Object#inspect_head */
4117 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction174:string#Object#args */
4118 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction174:math#Object#atan2 */
4119 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction174:math#Object#pi */
4120 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction174:math#Object#srand_from */
4121 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction174:math#Object#srand */
4122 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction174:stream#Object#poll */
4123 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction174:stream#Object#intern_poll */
4124 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction174:time#Object#get_time */
4125 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction174:file#Object#printn */
4126 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction174:file#Object#print */
4127 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction174:file#Object#getc */
4128 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction174:file#Object#gets */
4129 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction174:file#Object#getcwd */
4130 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction174:file#Object#file_getcwd */
4131 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction174:file#Object#stdin */
4132 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction174:file#Object#stdout */
4133 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction174:file#Object#stderr */
4134 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction174:model_base#Object#intrude_visibility */
4135 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction174:model_base#Object#public_visibility */
4136 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction174:model_base#Object#protected_visibility */
4137 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction174:model_base#Object#private_visibility */
4138 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction174:model_base#Object#none_visibility */
4139 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction174:model#Object#abstract_kind */
4140 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction174:model#Object#concrete_kind */
4141 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction174:model#Object#interface_kind */
4142 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction174:model#Object#enum_kind */
4143 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction174:model#Object#extern_kind */
4144 (nitmethod_t)VIRTUAL_parser__ReduceAction174__action, /* pointer to parser:ReduceAction174:parser#ReduceAction174#action */
4145 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction174:parser#ReduceAction#concat */
4146 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction174:parser#ReduceAction#init */
4147 }
4148 };
4149 /* allocate ReduceAction174 */
4150 val* NEW_parser__ReduceAction174(const struct type* type) {
4151 val* self /* : ReduceAction174 */;
4152 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4153 self->type = type;
4154 self->class = &class_parser__ReduceAction174;
4155 return self;
4156 }
4157 /* allocate ReduceAction174 */
4158 void CHECK_NEW_parser__ReduceAction174(val* self) {
4159 long var /* : Int */;
4160 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction174> */
4161 }
4162 /* runtime class parser__ReduceAction175 */
4163 const struct class class_parser__ReduceAction175 = {
4164 0, /* box_kind */
4165 {
4166 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction175:kernel#Object#object_id */
4167 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction175:kernel#Object#is_same_type */
4168 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction175:kernel#Object#is_same_instance */
4169 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction175:kernel#Object#== */
4170 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction175:kernel#Object#!= */
4171 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction175:kernel#Object#output */
4172 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction175:kernel#Object#output_class_name */
4173 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction175:kernel#Object#exit */
4174 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction175:kernel#Object#sys */
4175 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction175:kernel#Object#hash */
4176 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction175:string#Object#to_s */
4177 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction175:string#Object#native_class_name */
4178 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction175:string#Object#class_name */
4179 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction175:string#Object#inspect */
4180 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction175:string#Object#inspect_head */
4181 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction175:string#Object#args */
4182 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction175:math#Object#atan2 */
4183 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction175:math#Object#pi */
4184 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction175:math#Object#srand_from */
4185 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction175:math#Object#srand */
4186 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction175:stream#Object#poll */
4187 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction175:stream#Object#intern_poll */
4188 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction175:time#Object#get_time */
4189 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction175:file#Object#printn */
4190 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction175:file#Object#print */
4191 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction175:file#Object#getc */
4192 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction175:file#Object#gets */
4193 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction175:file#Object#getcwd */
4194 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction175:file#Object#file_getcwd */
4195 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction175:file#Object#stdin */
4196 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction175:file#Object#stdout */
4197 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction175:file#Object#stderr */
4198 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction175:model_base#Object#intrude_visibility */
4199 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction175:model_base#Object#public_visibility */
4200 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction175:model_base#Object#protected_visibility */
4201 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction175:model_base#Object#private_visibility */
4202 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction175:model_base#Object#none_visibility */
4203 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction175:model#Object#abstract_kind */
4204 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction175:model#Object#concrete_kind */
4205 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction175:model#Object#interface_kind */
4206 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction175:model#Object#enum_kind */
4207 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction175:model#Object#extern_kind */
4208 (nitmethod_t)VIRTUAL_parser__ReduceAction175__action, /* pointer to parser:ReduceAction175:parser#ReduceAction175#action */
4209 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction175:parser#ReduceAction#concat */
4210 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction175:parser#ReduceAction#init */
4211 }
4212 };
4213 /* allocate ReduceAction175 */
4214 val* NEW_parser__ReduceAction175(const struct type* type) {
4215 val* self /* : ReduceAction175 */;
4216 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4217 self->type = type;
4218 self->class = &class_parser__ReduceAction175;
4219 return self;
4220 }
4221 /* allocate ReduceAction175 */
4222 void CHECK_NEW_parser__ReduceAction175(val* self) {
4223 long var /* : Int */;
4224 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction175> */
4225 }
4226 /* runtime class parser__ReduceAction177 */
4227 const struct class class_parser__ReduceAction177 = {
4228 0, /* box_kind */
4229 {
4230 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction177:kernel#Object#object_id */
4231 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction177:kernel#Object#is_same_type */
4232 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction177:kernel#Object#is_same_instance */
4233 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction177:kernel#Object#== */
4234 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction177:kernel#Object#!= */
4235 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction177:kernel#Object#output */
4236 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction177:kernel#Object#output_class_name */
4237 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction177:kernel#Object#exit */
4238 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction177:kernel#Object#sys */
4239 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction177:kernel#Object#hash */
4240 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction177:string#Object#to_s */
4241 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction177:string#Object#native_class_name */
4242 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction177:string#Object#class_name */
4243 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction177:string#Object#inspect */
4244 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction177:string#Object#inspect_head */
4245 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction177:string#Object#args */
4246 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction177:math#Object#atan2 */
4247 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction177:math#Object#pi */
4248 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction177:math#Object#srand_from */
4249 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction177:math#Object#srand */
4250 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction177:stream#Object#poll */
4251 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction177:stream#Object#intern_poll */
4252 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction177:time#Object#get_time */
4253 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction177:file#Object#printn */
4254 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction177:file#Object#print */
4255 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction177:file#Object#getc */
4256 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction177:file#Object#gets */
4257 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction177:file#Object#getcwd */
4258 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction177:file#Object#file_getcwd */
4259 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction177:file#Object#stdin */
4260 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction177:file#Object#stdout */
4261 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction177:file#Object#stderr */
4262 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction177:model_base#Object#intrude_visibility */
4263 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction177:model_base#Object#public_visibility */
4264 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction177:model_base#Object#protected_visibility */
4265 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction177:model_base#Object#private_visibility */
4266 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction177:model_base#Object#none_visibility */
4267 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction177:model#Object#abstract_kind */
4268 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction177:model#Object#concrete_kind */
4269 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction177:model#Object#interface_kind */
4270 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction177:model#Object#enum_kind */
4271 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction177:model#Object#extern_kind */
4272 (nitmethod_t)VIRTUAL_parser__ReduceAction177__action, /* pointer to parser:ReduceAction177:parser#ReduceAction177#action */
4273 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction177:parser#ReduceAction#concat */
4274 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction177:parser#ReduceAction#init */
4275 }
4276 };
4277 /* allocate ReduceAction177 */
4278 val* NEW_parser__ReduceAction177(const struct type* type) {
4279 val* self /* : ReduceAction177 */;
4280 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4281 self->type = type;
4282 self->class = &class_parser__ReduceAction177;
4283 return self;
4284 }
4285 /* allocate ReduceAction177 */
4286 void CHECK_NEW_parser__ReduceAction177(val* self) {
4287 long var /* : Int */;
4288 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction177> */
4289 }
4290 /* runtime class parser__ReduceAction178 */
4291 const struct class class_parser__ReduceAction178 = {
4292 0, /* box_kind */
4293 {
4294 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction178:kernel#Object#object_id */
4295 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction178:kernel#Object#is_same_type */
4296 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction178:kernel#Object#is_same_instance */
4297 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction178:kernel#Object#== */
4298 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction178:kernel#Object#!= */
4299 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction178:kernel#Object#output */
4300 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction178:kernel#Object#output_class_name */
4301 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction178:kernel#Object#exit */
4302 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction178:kernel#Object#sys */
4303 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction178:kernel#Object#hash */
4304 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction178:string#Object#to_s */
4305 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction178:string#Object#native_class_name */
4306 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction178:string#Object#class_name */
4307 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction178:string#Object#inspect */
4308 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction178:string#Object#inspect_head */
4309 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction178:string#Object#args */
4310 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction178:math#Object#atan2 */
4311 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction178:math#Object#pi */
4312 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction178:math#Object#srand_from */
4313 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction178:math#Object#srand */
4314 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction178:stream#Object#poll */
4315 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction178:stream#Object#intern_poll */
4316 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction178:time#Object#get_time */
4317 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction178:file#Object#printn */
4318 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction178:file#Object#print */
4319 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction178:file#Object#getc */
4320 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction178:file#Object#gets */
4321 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction178:file#Object#getcwd */
4322 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction178:file#Object#file_getcwd */
4323 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction178:file#Object#stdin */
4324 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction178:file#Object#stdout */
4325 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction178:file#Object#stderr */
4326 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction178:model_base#Object#intrude_visibility */
4327 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction178:model_base#Object#public_visibility */
4328 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction178:model_base#Object#protected_visibility */
4329 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction178:model_base#Object#private_visibility */
4330 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction178:model_base#Object#none_visibility */
4331 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction178:model#Object#abstract_kind */
4332 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction178:model#Object#concrete_kind */
4333 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction178:model#Object#interface_kind */
4334 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction178:model#Object#enum_kind */
4335 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction178:model#Object#extern_kind */
4336 (nitmethod_t)VIRTUAL_parser__ReduceAction178__action, /* pointer to parser:ReduceAction178:parser#ReduceAction178#action */
4337 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction178:parser#ReduceAction#concat */
4338 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction178:parser#ReduceAction#init */
4339 }
4340 };
4341 /* allocate ReduceAction178 */
4342 val* NEW_parser__ReduceAction178(const struct type* type) {
4343 val* self /* : ReduceAction178 */;
4344 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4345 self->type = type;
4346 self->class = &class_parser__ReduceAction178;
4347 return self;
4348 }
4349 /* allocate ReduceAction178 */
4350 void CHECK_NEW_parser__ReduceAction178(val* self) {
4351 long var /* : Int */;
4352 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction178> */
4353 }
4354 /* runtime class parser__ReduceAction179 */
4355 const struct class class_parser__ReduceAction179 = {
4356 0, /* box_kind */
4357 {
4358 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction179:kernel#Object#object_id */
4359 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction179:kernel#Object#is_same_type */
4360 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction179:kernel#Object#is_same_instance */
4361 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction179:kernel#Object#== */
4362 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction179:kernel#Object#!= */
4363 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction179:kernel#Object#output */
4364 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction179:kernel#Object#output_class_name */
4365 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction179:kernel#Object#exit */
4366 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction179:kernel#Object#sys */
4367 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction179:kernel#Object#hash */
4368 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction179:string#Object#to_s */
4369 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction179:string#Object#native_class_name */
4370 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction179:string#Object#class_name */
4371 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction179:string#Object#inspect */
4372 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction179:string#Object#inspect_head */
4373 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction179:string#Object#args */
4374 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction179:math#Object#atan2 */
4375 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction179:math#Object#pi */
4376 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction179:math#Object#srand_from */
4377 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction179:math#Object#srand */
4378 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction179:stream#Object#poll */
4379 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction179:stream#Object#intern_poll */
4380 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction179:time#Object#get_time */
4381 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction179:file#Object#printn */
4382 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction179:file#Object#print */
4383 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction179:file#Object#getc */
4384 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction179:file#Object#gets */
4385 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction179:file#Object#getcwd */
4386 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction179:file#Object#file_getcwd */
4387 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction179:file#Object#stdin */
4388 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction179:file#Object#stdout */
4389 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction179:file#Object#stderr */
4390 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction179:model_base#Object#intrude_visibility */
4391 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction179:model_base#Object#public_visibility */
4392 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction179:model_base#Object#protected_visibility */
4393 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction179:model_base#Object#private_visibility */
4394 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction179:model_base#Object#none_visibility */
4395 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction179:model#Object#abstract_kind */
4396 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction179:model#Object#concrete_kind */
4397 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction179:model#Object#interface_kind */
4398 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction179:model#Object#enum_kind */
4399 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction179:model#Object#extern_kind */
4400 (nitmethod_t)VIRTUAL_parser__ReduceAction179__action, /* pointer to parser:ReduceAction179:parser#ReduceAction179#action */
4401 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction179:parser#ReduceAction#concat */
4402 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction179:parser#ReduceAction#init */
4403 }
4404 };
4405 /* allocate ReduceAction179 */
4406 val* NEW_parser__ReduceAction179(const struct type* type) {
4407 val* self /* : ReduceAction179 */;
4408 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4409 self->type = type;
4410 self->class = &class_parser__ReduceAction179;
4411 return self;
4412 }
4413 /* allocate ReduceAction179 */
4414 void CHECK_NEW_parser__ReduceAction179(val* self) {
4415 long var /* : Int */;
4416 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction179> */
4417 }
4418 /* runtime class parser__ReduceAction180 */
4419 const struct class class_parser__ReduceAction180 = {
4420 0, /* box_kind */
4421 {
4422 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction180:kernel#Object#object_id */
4423 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction180:kernel#Object#is_same_type */
4424 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction180:kernel#Object#is_same_instance */
4425 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction180:kernel#Object#== */
4426 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction180:kernel#Object#!= */
4427 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction180:kernel#Object#output */
4428 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction180:kernel#Object#output_class_name */
4429 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction180:kernel#Object#exit */
4430 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction180:kernel#Object#sys */
4431 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction180:kernel#Object#hash */
4432 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction180:string#Object#to_s */
4433 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction180:string#Object#native_class_name */
4434 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction180:string#Object#class_name */
4435 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction180:string#Object#inspect */
4436 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction180:string#Object#inspect_head */
4437 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction180:string#Object#args */
4438 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction180:math#Object#atan2 */
4439 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction180:math#Object#pi */
4440 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction180:math#Object#srand_from */
4441 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction180:math#Object#srand */
4442 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction180:stream#Object#poll */
4443 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction180:stream#Object#intern_poll */
4444 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction180:time#Object#get_time */
4445 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction180:file#Object#printn */
4446 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction180:file#Object#print */
4447 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction180:file#Object#getc */
4448 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction180:file#Object#gets */
4449 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction180:file#Object#getcwd */
4450 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction180:file#Object#file_getcwd */
4451 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction180:file#Object#stdin */
4452 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction180:file#Object#stdout */
4453 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction180:file#Object#stderr */
4454 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction180:model_base#Object#intrude_visibility */
4455 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction180:model_base#Object#public_visibility */
4456 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction180:model_base#Object#protected_visibility */
4457 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction180:model_base#Object#private_visibility */
4458 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction180:model_base#Object#none_visibility */
4459 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction180:model#Object#abstract_kind */
4460 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction180:model#Object#concrete_kind */
4461 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction180:model#Object#interface_kind */
4462 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction180:model#Object#enum_kind */
4463 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction180:model#Object#extern_kind */
4464 (nitmethod_t)VIRTUAL_parser__ReduceAction180__action, /* pointer to parser:ReduceAction180:parser#ReduceAction180#action */
4465 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction180:parser#ReduceAction#concat */
4466 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction180:parser#ReduceAction#init */
4467 }
4468 };
4469 /* allocate ReduceAction180 */
4470 val* NEW_parser__ReduceAction180(const struct type* type) {
4471 val* self /* : ReduceAction180 */;
4472 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4473 self->type = type;
4474 self->class = &class_parser__ReduceAction180;
4475 return self;
4476 }
4477 /* allocate ReduceAction180 */
4478 void CHECK_NEW_parser__ReduceAction180(val* self) {
4479 long var /* : Int */;
4480 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction180> */
4481 }
4482 /* runtime class parser__ReduceAction182 */
4483 const struct class class_parser__ReduceAction182 = {
4484 0, /* box_kind */
4485 {
4486 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction182:kernel#Object#object_id */
4487 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction182:kernel#Object#is_same_type */
4488 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction182:kernel#Object#is_same_instance */
4489 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction182:kernel#Object#== */
4490 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction182:kernel#Object#!= */
4491 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction182:kernel#Object#output */
4492 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction182:kernel#Object#output_class_name */
4493 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction182:kernel#Object#exit */
4494 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction182:kernel#Object#sys */
4495 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction182:kernel#Object#hash */
4496 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction182:string#Object#to_s */
4497 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction182:string#Object#native_class_name */
4498 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction182:string#Object#class_name */
4499 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction182:string#Object#inspect */
4500 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction182:string#Object#inspect_head */
4501 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction182:string#Object#args */
4502 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction182:math#Object#atan2 */
4503 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction182:math#Object#pi */
4504 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction182:math#Object#srand_from */
4505 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction182:math#Object#srand */
4506 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction182:stream#Object#poll */
4507 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction182:stream#Object#intern_poll */
4508 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction182:time#Object#get_time */
4509 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction182:file#Object#printn */
4510 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction182:file#Object#print */
4511 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction182:file#Object#getc */
4512 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction182:file#Object#gets */
4513 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction182:file#Object#getcwd */
4514 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction182:file#Object#file_getcwd */
4515 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction182:file#Object#stdin */
4516 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction182:file#Object#stdout */
4517 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction182:file#Object#stderr */
4518 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction182:model_base#Object#intrude_visibility */
4519 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction182:model_base#Object#public_visibility */
4520 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction182:model_base#Object#protected_visibility */
4521 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction182:model_base#Object#private_visibility */
4522 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction182:model_base#Object#none_visibility */
4523 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction182:model#Object#abstract_kind */
4524 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction182:model#Object#concrete_kind */
4525 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction182:model#Object#interface_kind */
4526 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction182:model#Object#enum_kind */
4527 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction182:model#Object#extern_kind */
4528 (nitmethod_t)VIRTUAL_parser__ReduceAction182__action, /* pointer to parser:ReduceAction182:parser#ReduceAction182#action */
4529 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction182:parser#ReduceAction#concat */
4530 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction182:parser#ReduceAction#init */
4531 }
4532 };
4533 /* allocate ReduceAction182 */
4534 val* NEW_parser__ReduceAction182(const struct type* type) {
4535 val* self /* : ReduceAction182 */;
4536 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4537 self->type = type;
4538 self->class = &class_parser__ReduceAction182;
4539 return self;
4540 }
4541 /* allocate ReduceAction182 */
4542 void CHECK_NEW_parser__ReduceAction182(val* self) {
4543 long var /* : Int */;
4544 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction182> */
4545 }
4546 /* runtime class parser__ReduceAction183 */
4547 const struct class class_parser__ReduceAction183 = {
4548 0, /* box_kind */
4549 {
4550 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction183:kernel#Object#object_id */
4551 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction183:kernel#Object#is_same_type */
4552 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction183:kernel#Object#is_same_instance */
4553 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction183:kernel#Object#== */
4554 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction183:kernel#Object#!= */
4555 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction183:kernel#Object#output */
4556 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction183:kernel#Object#output_class_name */
4557 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction183:kernel#Object#exit */
4558 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction183:kernel#Object#sys */
4559 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction183:kernel#Object#hash */
4560 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction183:string#Object#to_s */
4561 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction183:string#Object#native_class_name */
4562 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction183:string#Object#class_name */
4563 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction183:string#Object#inspect */
4564 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction183:string#Object#inspect_head */
4565 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction183:string#Object#args */
4566 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction183:math#Object#atan2 */
4567 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction183:math#Object#pi */
4568 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction183:math#Object#srand_from */
4569 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction183:math#Object#srand */
4570 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction183:stream#Object#poll */
4571 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction183:stream#Object#intern_poll */
4572 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction183:time#Object#get_time */
4573 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction183:file#Object#printn */
4574 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction183:file#Object#print */
4575 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction183:file#Object#getc */
4576 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction183:file#Object#gets */
4577 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction183:file#Object#getcwd */
4578 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction183:file#Object#file_getcwd */
4579 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction183:file#Object#stdin */
4580 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction183:file#Object#stdout */
4581 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction183:file#Object#stderr */
4582 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction183:model_base#Object#intrude_visibility */
4583 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction183:model_base#Object#public_visibility */
4584 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction183:model_base#Object#protected_visibility */
4585 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction183:model_base#Object#private_visibility */
4586 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction183:model_base#Object#none_visibility */
4587 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction183:model#Object#abstract_kind */
4588 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction183:model#Object#concrete_kind */
4589 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction183:model#Object#interface_kind */
4590 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction183:model#Object#enum_kind */
4591 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction183:model#Object#extern_kind */
4592 (nitmethod_t)VIRTUAL_parser__ReduceAction183__action, /* pointer to parser:ReduceAction183:parser#ReduceAction183#action */
4593 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction183:parser#ReduceAction#concat */
4594 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction183:parser#ReduceAction#init */
4595 }
4596 };
4597 /* allocate ReduceAction183 */
4598 val* NEW_parser__ReduceAction183(const struct type* type) {
4599 val* self /* : ReduceAction183 */;
4600 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4601 self->type = type;
4602 self->class = &class_parser__ReduceAction183;
4603 return self;
4604 }
4605 /* allocate ReduceAction183 */
4606 void CHECK_NEW_parser__ReduceAction183(val* self) {
4607 long var /* : Int */;
4608 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction183> */
4609 }
4610 /* runtime class parser__ReduceAction185 */
4611 const struct class class_parser__ReduceAction185 = {
4612 0, /* box_kind */
4613 {
4614 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction185:kernel#Object#object_id */
4615 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction185:kernel#Object#is_same_type */
4616 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction185:kernel#Object#is_same_instance */
4617 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction185:kernel#Object#== */
4618 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction185:kernel#Object#!= */
4619 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction185:kernel#Object#output */
4620 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction185:kernel#Object#output_class_name */
4621 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction185:kernel#Object#exit */
4622 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction185:kernel#Object#sys */
4623 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction185:kernel#Object#hash */
4624 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction185:string#Object#to_s */
4625 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction185:string#Object#native_class_name */
4626 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction185:string#Object#class_name */
4627 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction185:string#Object#inspect */
4628 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction185:string#Object#inspect_head */
4629 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction185:string#Object#args */
4630 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction185:math#Object#atan2 */
4631 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction185:math#Object#pi */
4632 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction185:math#Object#srand_from */
4633 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction185:math#Object#srand */
4634 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction185:stream#Object#poll */
4635 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction185:stream#Object#intern_poll */
4636 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction185:time#Object#get_time */
4637 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction185:file#Object#printn */
4638 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction185:file#Object#print */
4639 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction185:file#Object#getc */
4640 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction185:file#Object#gets */
4641 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction185:file#Object#getcwd */
4642 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction185:file#Object#file_getcwd */
4643 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction185:file#Object#stdin */
4644 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction185:file#Object#stdout */
4645 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction185:file#Object#stderr */
4646 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction185:model_base#Object#intrude_visibility */
4647 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction185:model_base#Object#public_visibility */
4648 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction185:model_base#Object#protected_visibility */
4649 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction185:model_base#Object#private_visibility */
4650 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction185:model_base#Object#none_visibility */
4651 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction185:model#Object#abstract_kind */
4652 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction185:model#Object#concrete_kind */
4653 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction185:model#Object#interface_kind */
4654 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction185:model#Object#enum_kind */
4655 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction185:model#Object#extern_kind */
4656 (nitmethod_t)VIRTUAL_parser__ReduceAction185__action, /* pointer to parser:ReduceAction185:parser#ReduceAction185#action */
4657 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction185:parser#ReduceAction#concat */
4658 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction185:parser#ReduceAction#init */
4659 }
4660 };
4661 /* allocate ReduceAction185 */
4662 val* NEW_parser__ReduceAction185(const struct type* type) {
4663 val* self /* : ReduceAction185 */;
4664 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4665 self->type = type;
4666 self->class = &class_parser__ReduceAction185;
4667 return self;
4668 }
4669 /* allocate ReduceAction185 */
4670 void CHECK_NEW_parser__ReduceAction185(val* self) {
4671 long var /* : Int */;
4672 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction185> */
4673 }
4674 /* runtime class parser__ReduceAction186 */
4675 const struct class class_parser__ReduceAction186 = {
4676 0, /* box_kind */
4677 {
4678 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction186:kernel#Object#object_id */
4679 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction186:kernel#Object#is_same_type */
4680 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction186:kernel#Object#is_same_instance */
4681 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction186:kernel#Object#== */
4682 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction186:kernel#Object#!= */
4683 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction186:kernel#Object#output */
4684 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction186:kernel#Object#output_class_name */
4685 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction186:kernel#Object#exit */
4686 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction186:kernel#Object#sys */
4687 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction186:kernel#Object#hash */
4688 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction186:string#Object#to_s */
4689 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction186:string#Object#native_class_name */
4690 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction186:string#Object#class_name */
4691 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction186:string#Object#inspect */
4692 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction186:string#Object#inspect_head */
4693 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction186:string#Object#args */
4694 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction186:math#Object#atan2 */
4695 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction186:math#Object#pi */
4696 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction186:math#Object#srand_from */
4697 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction186:math#Object#srand */
4698 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction186:stream#Object#poll */
4699 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction186:stream#Object#intern_poll */
4700 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction186:time#Object#get_time */
4701 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction186:file#Object#printn */
4702 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction186:file#Object#print */
4703 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction186:file#Object#getc */
4704 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction186:file#Object#gets */
4705 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction186:file#Object#getcwd */
4706 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction186:file#Object#file_getcwd */
4707 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction186:file#Object#stdin */
4708 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction186:file#Object#stdout */
4709 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction186:file#Object#stderr */
4710 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction186:model_base#Object#intrude_visibility */
4711 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction186:model_base#Object#public_visibility */
4712 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction186:model_base#Object#protected_visibility */
4713 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction186:model_base#Object#private_visibility */
4714 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction186:model_base#Object#none_visibility */
4715 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction186:model#Object#abstract_kind */
4716 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction186:model#Object#concrete_kind */
4717 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction186:model#Object#interface_kind */
4718 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction186:model#Object#enum_kind */
4719 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction186:model#Object#extern_kind */
4720 (nitmethod_t)VIRTUAL_parser__ReduceAction186__action, /* pointer to parser:ReduceAction186:parser#ReduceAction186#action */
4721 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction186:parser#ReduceAction#concat */
4722 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction186:parser#ReduceAction#init */
4723 }
4724 };
4725 /* allocate ReduceAction186 */
4726 val* NEW_parser__ReduceAction186(const struct type* type) {
4727 val* self /* : ReduceAction186 */;
4728 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4729 self->type = type;
4730 self->class = &class_parser__ReduceAction186;
4731 return self;
4732 }
4733 /* allocate ReduceAction186 */
4734 void CHECK_NEW_parser__ReduceAction186(val* self) {
4735 long var /* : Int */;
4736 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction186> */
4737 }
4738 /* runtime class parser__ReduceAction187 */
4739 const struct class class_parser__ReduceAction187 = {
4740 0, /* box_kind */
4741 {
4742 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction187:kernel#Object#object_id */
4743 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction187:kernel#Object#is_same_type */
4744 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction187:kernel#Object#is_same_instance */
4745 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction187:kernel#Object#== */
4746 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction187:kernel#Object#!= */
4747 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction187:kernel#Object#output */
4748 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction187:kernel#Object#output_class_name */
4749 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction187:kernel#Object#exit */
4750 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction187:kernel#Object#sys */
4751 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction187:kernel#Object#hash */
4752 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction187:string#Object#to_s */
4753 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction187:string#Object#native_class_name */
4754 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction187:string#Object#class_name */
4755 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction187:string#Object#inspect */
4756 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction187:string#Object#inspect_head */
4757 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction187:string#Object#args */
4758 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction187:math#Object#atan2 */
4759 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction187:math#Object#pi */
4760 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction187:math#Object#srand_from */
4761 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction187:math#Object#srand */
4762 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction187:stream#Object#poll */
4763 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction187:stream#Object#intern_poll */
4764 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction187:time#Object#get_time */
4765 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction187:file#Object#printn */
4766 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction187:file#Object#print */
4767 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction187:file#Object#getc */
4768 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction187:file#Object#gets */
4769 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction187:file#Object#getcwd */
4770 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction187:file#Object#file_getcwd */
4771 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction187:file#Object#stdin */
4772 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction187:file#Object#stdout */
4773 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction187:file#Object#stderr */
4774 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction187:model_base#Object#intrude_visibility */
4775 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction187:model_base#Object#public_visibility */
4776 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction187:model_base#Object#protected_visibility */
4777 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction187:model_base#Object#private_visibility */
4778 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction187:model_base#Object#none_visibility */
4779 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction187:model#Object#abstract_kind */
4780 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction187:model#Object#concrete_kind */
4781 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction187:model#Object#interface_kind */
4782 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction187:model#Object#enum_kind */
4783 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction187:model#Object#extern_kind */
4784 (nitmethod_t)VIRTUAL_parser__ReduceAction187__action, /* pointer to parser:ReduceAction187:parser#ReduceAction187#action */
4785 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction187:parser#ReduceAction#concat */
4786 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction187:parser#ReduceAction#init */
4787 }
4788 };
4789 /* allocate ReduceAction187 */
4790 val* NEW_parser__ReduceAction187(const struct type* type) {
4791 val* self /* : ReduceAction187 */;
4792 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4793 self->type = type;
4794 self->class = &class_parser__ReduceAction187;
4795 return self;
4796 }
4797 /* allocate ReduceAction187 */
4798 void CHECK_NEW_parser__ReduceAction187(val* self) {
4799 long var /* : Int */;
4800 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction187> */
4801 }
4802 /* runtime class parser__ReduceAction188 */
4803 const struct class class_parser__ReduceAction188 = {
4804 0, /* box_kind */
4805 {
4806 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction188:kernel#Object#object_id */
4807 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction188:kernel#Object#is_same_type */
4808 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction188:kernel#Object#is_same_instance */
4809 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction188:kernel#Object#== */
4810 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction188:kernel#Object#!= */
4811 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction188:kernel#Object#output */
4812 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction188:kernel#Object#output_class_name */
4813 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction188:kernel#Object#exit */
4814 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction188:kernel#Object#sys */
4815 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction188:kernel#Object#hash */
4816 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction188:string#Object#to_s */
4817 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction188:string#Object#native_class_name */
4818 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction188:string#Object#class_name */
4819 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction188:string#Object#inspect */
4820 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction188:string#Object#inspect_head */
4821 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction188:string#Object#args */
4822 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction188:math#Object#atan2 */
4823 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction188:math#Object#pi */
4824 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction188:math#Object#srand_from */
4825 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction188:math#Object#srand */
4826 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction188:stream#Object#poll */
4827 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction188:stream#Object#intern_poll */
4828 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction188:time#Object#get_time */
4829 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction188:file#Object#printn */
4830 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction188:file#Object#print */
4831 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction188:file#Object#getc */
4832 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction188:file#Object#gets */
4833 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction188:file#Object#getcwd */
4834 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction188:file#Object#file_getcwd */
4835 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction188:file#Object#stdin */
4836 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction188:file#Object#stdout */
4837 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction188:file#Object#stderr */
4838 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction188:model_base#Object#intrude_visibility */
4839 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction188:model_base#Object#public_visibility */
4840 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction188:model_base#Object#protected_visibility */
4841 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction188:model_base#Object#private_visibility */
4842 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction188:model_base#Object#none_visibility */
4843 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction188:model#Object#abstract_kind */
4844 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction188:model#Object#concrete_kind */
4845 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction188:model#Object#interface_kind */
4846 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction188:model#Object#enum_kind */
4847 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction188:model#Object#extern_kind */
4848 (nitmethod_t)VIRTUAL_parser__ReduceAction188__action, /* pointer to parser:ReduceAction188:parser#ReduceAction188#action */
4849 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction188:parser#ReduceAction#concat */
4850 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction188:parser#ReduceAction#init */
4851 }
4852 };
4853 /* allocate ReduceAction188 */
4854 val* NEW_parser__ReduceAction188(const struct type* type) {
4855 val* self /* : ReduceAction188 */;
4856 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4857 self->type = type;
4858 self->class = &class_parser__ReduceAction188;
4859 return self;
4860 }
4861 /* allocate ReduceAction188 */
4862 void CHECK_NEW_parser__ReduceAction188(val* self) {
4863 long var /* : Int */;
4864 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction188> */
4865 }
4866 /* runtime class parser__ReduceAction190 */
4867 const struct class class_parser__ReduceAction190 = {
4868 0, /* box_kind */
4869 {
4870 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction190:kernel#Object#object_id */
4871 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction190:kernel#Object#is_same_type */
4872 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction190:kernel#Object#is_same_instance */
4873 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction190:kernel#Object#== */
4874 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction190:kernel#Object#!= */
4875 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction190:kernel#Object#output */
4876 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction190:kernel#Object#output_class_name */
4877 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction190:kernel#Object#exit */
4878 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction190:kernel#Object#sys */
4879 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction190:kernel#Object#hash */
4880 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction190:string#Object#to_s */
4881 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction190:string#Object#native_class_name */
4882 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction190:string#Object#class_name */
4883 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction190:string#Object#inspect */
4884 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction190:string#Object#inspect_head */
4885 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction190:string#Object#args */
4886 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction190:math#Object#atan2 */
4887 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction190:math#Object#pi */
4888 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction190:math#Object#srand_from */
4889 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction190:math#Object#srand */
4890 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction190:stream#Object#poll */
4891 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction190:stream#Object#intern_poll */
4892 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction190:time#Object#get_time */
4893 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction190:file#Object#printn */
4894 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction190:file#Object#print */
4895 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction190:file#Object#getc */
4896 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction190:file#Object#gets */
4897 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction190:file#Object#getcwd */
4898 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction190:file#Object#file_getcwd */
4899 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction190:file#Object#stdin */
4900 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction190:file#Object#stdout */
4901 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction190:file#Object#stderr */
4902 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction190:model_base#Object#intrude_visibility */
4903 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction190:model_base#Object#public_visibility */
4904 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction190:model_base#Object#protected_visibility */
4905 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction190:model_base#Object#private_visibility */
4906 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction190:model_base#Object#none_visibility */
4907 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction190:model#Object#abstract_kind */
4908 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction190:model#Object#concrete_kind */
4909 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction190:model#Object#interface_kind */
4910 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction190:model#Object#enum_kind */
4911 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction190:model#Object#extern_kind */
4912 (nitmethod_t)VIRTUAL_parser__ReduceAction190__action, /* pointer to parser:ReduceAction190:parser#ReduceAction190#action */
4913 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction190:parser#ReduceAction#concat */
4914 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction190:parser#ReduceAction#init */
4915 }
4916 };
4917 /* allocate ReduceAction190 */
4918 val* NEW_parser__ReduceAction190(const struct type* type) {
4919 val* self /* : ReduceAction190 */;
4920 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4921 self->type = type;
4922 self->class = &class_parser__ReduceAction190;
4923 return self;
4924 }
4925 /* allocate ReduceAction190 */
4926 void CHECK_NEW_parser__ReduceAction190(val* self) {
4927 long var /* : Int */;
4928 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction190> */
4929 }
4930 /* runtime class parser__ReduceAction191 */
4931 const struct class class_parser__ReduceAction191 = {
4932 0, /* box_kind */
4933 {
4934 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction191:kernel#Object#object_id */
4935 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction191:kernel#Object#is_same_type */
4936 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction191:kernel#Object#is_same_instance */
4937 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction191:kernel#Object#== */
4938 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction191:kernel#Object#!= */
4939 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction191:kernel#Object#output */
4940 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction191:kernel#Object#output_class_name */
4941 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction191:kernel#Object#exit */
4942 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction191:kernel#Object#sys */
4943 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction191:kernel#Object#hash */
4944 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction191:string#Object#to_s */
4945 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction191:string#Object#native_class_name */
4946 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction191:string#Object#class_name */
4947 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction191:string#Object#inspect */
4948 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction191:string#Object#inspect_head */
4949 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction191:string#Object#args */
4950 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction191:math#Object#atan2 */
4951 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction191:math#Object#pi */
4952 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction191:math#Object#srand_from */
4953 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction191:math#Object#srand */
4954 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction191:stream#Object#poll */
4955 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction191:stream#Object#intern_poll */
4956 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction191:time#Object#get_time */
4957 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction191:file#Object#printn */
4958 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction191:file#Object#print */
4959 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction191:file#Object#getc */
4960 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction191:file#Object#gets */
4961 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction191:file#Object#getcwd */
4962 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction191:file#Object#file_getcwd */
4963 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction191:file#Object#stdin */
4964 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction191:file#Object#stdout */
4965 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction191:file#Object#stderr */
4966 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction191:model_base#Object#intrude_visibility */
4967 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction191:model_base#Object#public_visibility */
4968 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction191:model_base#Object#protected_visibility */
4969 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction191:model_base#Object#private_visibility */
4970 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction191:model_base#Object#none_visibility */
4971 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction191:model#Object#abstract_kind */
4972 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction191:model#Object#concrete_kind */
4973 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction191:model#Object#interface_kind */
4974 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction191:model#Object#enum_kind */
4975 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction191:model#Object#extern_kind */
4976 (nitmethod_t)VIRTUAL_parser__ReduceAction191__action, /* pointer to parser:ReduceAction191:parser#ReduceAction191#action */
4977 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction191:parser#ReduceAction#concat */
4978 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction191:parser#ReduceAction#init */
4979 }
4980 };
4981 /* allocate ReduceAction191 */
4982 val* NEW_parser__ReduceAction191(const struct type* type) {
4983 val* self /* : ReduceAction191 */;
4984 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
4985 self->type = type;
4986 self->class = &class_parser__ReduceAction191;
4987 return self;
4988 }
4989 /* allocate ReduceAction191 */
4990 void CHECK_NEW_parser__ReduceAction191(val* self) {
4991 long var /* : Int */;
4992 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction191> */
4993 }
4994 /* runtime class parser__ReduceAction193 */
4995 const struct class class_parser__ReduceAction193 = {
4996 0, /* box_kind */
4997 {
4998 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction193:kernel#Object#object_id */
4999 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction193:kernel#Object#is_same_type */
5000 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction193:kernel#Object#is_same_instance */
5001 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction193:kernel#Object#== */
5002 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction193:kernel#Object#!= */
5003 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction193:kernel#Object#output */
5004 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction193:kernel#Object#output_class_name */
5005 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction193:kernel#Object#exit */
5006 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction193:kernel#Object#sys */
5007 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction193:kernel#Object#hash */
5008 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction193:string#Object#to_s */
5009 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction193:string#Object#native_class_name */
5010 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction193:string#Object#class_name */
5011 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction193:string#Object#inspect */
5012 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction193:string#Object#inspect_head */
5013 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction193:string#Object#args */
5014 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction193:math#Object#atan2 */
5015 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction193:math#Object#pi */
5016 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction193:math#Object#srand_from */
5017 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction193:math#Object#srand */
5018 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction193:stream#Object#poll */
5019 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction193:stream#Object#intern_poll */
5020 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction193:time#Object#get_time */
5021 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction193:file#Object#printn */
5022 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction193:file#Object#print */
5023 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction193:file#Object#getc */
5024 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction193:file#Object#gets */
5025 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction193:file#Object#getcwd */
5026 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction193:file#Object#file_getcwd */
5027 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction193:file#Object#stdin */
5028 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction193:file#Object#stdout */
5029 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction193:file#Object#stderr */
5030 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction193:model_base#Object#intrude_visibility */
5031 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction193:model_base#Object#public_visibility */
5032 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction193:model_base#Object#protected_visibility */
5033 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction193:model_base#Object#private_visibility */
5034 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction193:model_base#Object#none_visibility */
5035 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction193:model#Object#abstract_kind */
5036 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction193:model#Object#concrete_kind */
5037 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction193:model#Object#interface_kind */
5038 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction193:model#Object#enum_kind */
5039 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction193:model#Object#extern_kind */
5040 (nitmethod_t)VIRTUAL_parser__ReduceAction193__action, /* pointer to parser:ReduceAction193:parser#ReduceAction193#action */
5041 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction193:parser#ReduceAction#concat */
5042 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction193:parser#ReduceAction#init */
5043 }
5044 };
5045 /* allocate ReduceAction193 */
5046 val* NEW_parser__ReduceAction193(const struct type* type) {
5047 val* self /* : ReduceAction193 */;
5048 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5049 self->type = type;
5050 self->class = &class_parser__ReduceAction193;
5051 return self;
5052 }
5053 /* allocate ReduceAction193 */
5054 void CHECK_NEW_parser__ReduceAction193(val* self) {
5055 long var /* : Int */;
5056 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction193> */
5057 }
5058 /* runtime class parser__ReduceAction194 */
5059 const struct class class_parser__ReduceAction194 = {
5060 0, /* box_kind */
5061 {
5062 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction194:kernel#Object#object_id */
5063 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction194:kernel#Object#is_same_type */
5064 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction194:kernel#Object#is_same_instance */
5065 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction194:kernel#Object#== */
5066 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction194:kernel#Object#!= */
5067 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction194:kernel#Object#output */
5068 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction194:kernel#Object#output_class_name */
5069 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction194:kernel#Object#exit */
5070 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction194:kernel#Object#sys */
5071 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction194:kernel#Object#hash */
5072 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction194:string#Object#to_s */
5073 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction194:string#Object#native_class_name */
5074 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction194:string#Object#class_name */
5075 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction194:string#Object#inspect */
5076 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction194:string#Object#inspect_head */
5077 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction194:string#Object#args */
5078 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction194:math#Object#atan2 */
5079 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction194:math#Object#pi */
5080 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction194:math#Object#srand_from */
5081 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction194:math#Object#srand */
5082 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction194:stream#Object#poll */
5083 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction194:stream#Object#intern_poll */
5084 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction194:time#Object#get_time */
5085 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction194:file#Object#printn */
5086 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction194:file#Object#print */
5087 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction194:file#Object#getc */
5088 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction194:file#Object#gets */
5089 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction194:file#Object#getcwd */
5090 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction194:file#Object#file_getcwd */
5091 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction194:file#Object#stdin */
5092 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction194:file#Object#stdout */
5093 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction194:file#Object#stderr */
5094 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction194:model_base#Object#intrude_visibility */
5095 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction194:model_base#Object#public_visibility */
5096 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction194:model_base#Object#protected_visibility */
5097 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction194:model_base#Object#private_visibility */
5098 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction194:model_base#Object#none_visibility */
5099 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction194:model#Object#abstract_kind */
5100 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction194:model#Object#concrete_kind */
5101 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction194:model#Object#interface_kind */
5102 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction194:model#Object#enum_kind */
5103 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction194:model#Object#extern_kind */
5104 (nitmethod_t)VIRTUAL_parser__ReduceAction194__action, /* pointer to parser:ReduceAction194:parser#ReduceAction194#action */
5105 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction194:parser#ReduceAction#concat */
5106 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction194:parser#ReduceAction#init */
5107 }
5108 };
5109 /* allocate ReduceAction194 */
5110 val* NEW_parser__ReduceAction194(const struct type* type) {
5111 val* self /* : ReduceAction194 */;
5112 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5113 self->type = type;
5114 self->class = &class_parser__ReduceAction194;
5115 return self;
5116 }
5117 /* allocate ReduceAction194 */
5118 void CHECK_NEW_parser__ReduceAction194(val* self) {
5119 long var /* : Int */;
5120 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction194> */
5121 }
5122 /* runtime class parser__ReduceAction195 */
5123 const struct class class_parser__ReduceAction195 = {
5124 0, /* box_kind */
5125 {
5126 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction195:kernel#Object#object_id */
5127 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction195:kernel#Object#is_same_type */
5128 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction195:kernel#Object#is_same_instance */
5129 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction195:kernel#Object#== */
5130 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction195:kernel#Object#!= */
5131 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction195:kernel#Object#output */
5132 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction195:kernel#Object#output_class_name */
5133 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction195:kernel#Object#exit */
5134 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction195:kernel#Object#sys */
5135 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction195:kernel#Object#hash */
5136 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction195:string#Object#to_s */
5137 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction195:string#Object#native_class_name */
5138 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction195:string#Object#class_name */
5139 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction195:string#Object#inspect */
5140 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction195:string#Object#inspect_head */
5141 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction195:string#Object#args */
5142 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction195:math#Object#atan2 */
5143 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction195:math#Object#pi */
5144 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction195:math#Object#srand_from */
5145 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction195:math#Object#srand */
5146 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction195:stream#Object#poll */
5147 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction195:stream#Object#intern_poll */
5148 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction195:time#Object#get_time */
5149 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction195:file#Object#printn */
5150 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction195:file#Object#print */
5151 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction195:file#Object#getc */
5152 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction195:file#Object#gets */
5153 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction195:file#Object#getcwd */
5154 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction195:file#Object#file_getcwd */
5155 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction195:file#Object#stdin */
5156 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction195:file#Object#stdout */
5157 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction195:file#Object#stderr */
5158 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction195:model_base#Object#intrude_visibility */
5159 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction195:model_base#Object#public_visibility */
5160 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction195:model_base#Object#protected_visibility */
5161 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction195:model_base#Object#private_visibility */
5162 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction195:model_base#Object#none_visibility */
5163 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction195:model#Object#abstract_kind */
5164 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction195:model#Object#concrete_kind */
5165 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction195:model#Object#interface_kind */
5166 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction195:model#Object#enum_kind */
5167 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction195:model#Object#extern_kind */
5168 (nitmethod_t)VIRTUAL_parser__ReduceAction195__action, /* pointer to parser:ReduceAction195:parser#ReduceAction195#action */
5169 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction195:parser#ReduceAction#concat */
5170 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction195:parser#ReduceAction#init */
5171 }
5172 };
5173 /* allocate ReduceAction195 */
5174 val* NEW_parser__ReduceAction195(const struct type* type) {
5175 val* self /* : ReduceAction195 */;
5176 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5177 self->type = type;
5178 self->class = &class_parser__ReduceAction195;
5179 return self;
5180 }
5181 /* allocate ReduceAction195 */
5182 void CHECK_NEW_parser__ReduceAction195(val* self) {
5183 long var /* : Int */;
5184 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction195> */
5185 }
5186 /* runtime class parser__ReduceAction196 */
5187 const struct class class_parser__ReduceAction196 = {
5188 0, /* box_kind */
5189 {
5190 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction196:kernel#Object#object_id */
5191 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction196:kernel#Object#is_same_type */
5192 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction196:kernel#Object#is_same_instance */
5193 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction196:kernel#Object#== */
5194 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction196:kernel#Object#!= */
5195 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction196:kernel#Object#output */
5196 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction196:kernel#Object#output_class_name */
5197 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction196:kernel#Object#exit */
5198 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction196:kernel#Object#sys */
5199 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction196:kernel#Object#hash */
5200 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction196:string#Object#to_s */
5201 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction196:string#Object#native_class_name */
5202 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction196:string#Object#class_name */
5203 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction196:string#Object#inspect */
5204 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction196:string#Object#inspect_head */
5205 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction196:string#Object#args */
5206 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction196:math#Object#atan2 */
5207 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction196:math#Object#pi */
5208 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction196:math#Object#srand_from */
5209 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction196:math#Object#srand */
5210 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction196:stream#Object#poll */
5211 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction196:stream#Object#intern_poll */
5212 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction196:time#Object#get_time */
5213 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction196:file#Object#printn */
5214 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction196:file#Object#print */
5215 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction196:file#Object#getc */
5216 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction196:file#Object#gets */
5217 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction196:file#Object#getcwd */
5218 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction196:file#Object#file_getcwd */
5219 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction196:file#Object#stdin */
5220 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction196:file#Object#stdout */
5221 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction196:file#Object#stderr */
5222 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction196:model_base#Object#intrude_visibility */
5223 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction196:model_base#Object#public_visibility */
5224 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction196:model_base#Object#protected_visibility */
5225 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction196:model_base#Object#private_visibility */
5226 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction196:model_base#Object#none_visibility */
5227 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction196:model#Object#abstract_kind */
5228 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction196:model#Object#concrete_kind */
5229 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction196:model#Object#interface_kind */
5230 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction196:model#Object#enum_kind */
5231 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction196:model#Object#extern_kind */
5232 (nitmethod_t)VIRTUAL_parser__ReduceAction196__action, /* pointer to parser:ReduceAction196:parser#ReduceAction196#action */
5233 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction196:parser#ReduceAction#concat */
5234 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction196:parser#ReduceAction#init */
5235 }
5236 };
5237 /* allocate ReduceAction196 */
5238 val* NEW_parser__ReduceAction196(const struct type* type) {
5239 val* self /* : ReduceAction196 */;
5240 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5241 self->type = type;
5242 self->class = &class_parser__ReduceAction196;
5243 return self;
5244 }
5245 /* allocate ReduceAction196 */
5246 void CHECK_NEW_parser__ReduceAction196(val* self) {
5247 long var /* : Int */;
5248 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction196> */
5249 }
5250 /* runtime class parser__ReduceAction198 */
5251 const struct class class_parser__ReduceAction198 = {
5252 0, /* box_kind */
5253 {
5254 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction198:kernel#Object#object_id */
5255 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction198:kernel#Object#is_same_type */
5256 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction198:kernel#Object#is_same_instance */
5257 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction198:kernel#Object#== */
5258 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction198:kernel#Object#!= */
5259 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction198:kernel#Object#output */
5260 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction198:kernel#Object#output_class_name */
5261 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction198:kernel#Object#exit */
5262 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction198:kernel#Object#sys */
5263 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction198:kernel#Object#hash */
5264 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction198:string#Object#to_s */
5265 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction198:string#Object#native_class_name */
5266 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction198:string#Object#class_name */
5267 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction198:string#Object#inspect */
5268 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction198:string#Object#inspect_head */
5269 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction198:string#Object#args */
5270 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction198:math#Object#atan2 */
5271 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction198:math#Object#pi */
5272 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction198:math#Object#srand_from */
5273 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction198:math#Object#srand */
5274 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction198:stream#Object#poll */
5275 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction198:stream#Object#intern_poll */
5276 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction198:time#Object#get_time */
5277 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction198:file#Object#printn */
5278 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction198:file#Object#print */
5279 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction198:file#Object#getc */
5280 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction198:file#Object#gets */
5281 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction198:file#Object#getcwd */
5282 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction198:file#Object#file_getcwd */
5283 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction198:file#Object#stdin */
5284 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction198:file#Object#stdout */
5285 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction198:file#Object#stderr */
5286 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction198:model_base#Object#intrude_visibility */
5287 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction198:model_base#Object#public_visibility */
5288 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction198:model_base#Object#protected_visibility */
5289 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction198:model_base#Object#private_visibility */
5290 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction198:model_base#Object#none_visibility */
5291 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction198:model#Object#abstract_kind */
5292 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction198:model#Object#concrete_kind */
5293 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction198:model#Object#interface_kind */
5294 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction198:model#Object#enum_kind */
5295 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction198:model#Object#extern_kind */
5296 (nitmethod_t)VIRTUAL_parser__ReduceAction198__action, /* pointer to parser:ReduceAction198:parser#ReduceAction198#action */
5297 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction198:parser#ReduceAction#concat */
5298 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction198:parser#ReduceAction#init */
5299 }
5300 };
5301 /* allocate ReduceAction198 */
5302 val* NEW_parser__ReduceAction198(const struct type* type) {
5303 val* self /* : ReduceAction198 */;
5304 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5305 self->type = type;
5306 self->class = &class_parser__ReduceAction198;
5307 return self;
5308 }
5309 /* allocate ReduceAction198 */
5310 void CHECK_NEW_parser__ReduceAction198(val* self) {
5311 long var /* : Int */;
5312 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction198> */
5313 }
5314 /* runtime class parser__ReduceAction199 */
5315 const struct class class_parser__ReduceAction199 = {
5316 0, /* box_kind */
5317 {
5318 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction199:kernel#Object#object_id */
5319 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction199:kernel#Object#is_same_type */
5320 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction199:kernel#Object#is_same_instance */
5321 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction199:kernel#Object#== */
5322 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction199:kernel#Object#!= */
5323 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction199:kernel#Object#output */
5324 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction199:kernel#Object#output_class_name */
5325 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction199:kernel#Object#exit */
5326 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction199:kernel#Object#sys */
5327 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction199:kernel#Object#hash */
5328 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction199:string#Object#to_s */
5329 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction199:string#Object#native_class_name */
5330 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction199:string#Object#class_name */
5331 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction199:string#Object#inspect */
5332 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction199:string#Object#inspect_head */
5333 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction199:string#Object#args */
5334 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction199:math#Object#atan2 */
5335 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction199:math#Object#pi */
5336 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction199:math#Object#srand_from */
5337 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction199:math#Object#srand */
5338 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction199:stream#Object#poll */
5339 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction199:stream#Object#intern_poll */
5340 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction199:time#Object#get_time */
5341 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction199:file#Object#printn */
5342 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction199:file#Object#print */
5343 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction199:file#Object#getc */
5344 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction199:file#Object#gets */
5345 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction199:file#Object#getcwd */
5346 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction199:file#Object#file_getcwd */
5347 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction199:file#Object#stdin */
5348 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction199:file#Object#stdout */
5349 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction199:file#Object#stderr */
5350 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction199:model_base#Object#intrude_visibility */
5351 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction199:model_base#Object#public_visibility */
5352 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction199:model_base#Object#protected_visibility */
5353 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction199:model_base#Object#private_visibility */
5354 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction199:model_base#Object#none_visibility */
5355 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction199:model#Object#abstract_kind */
5356 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction199:model#Object#concrete_kind */
5357 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction199:model#Object#interface_kind */
5358 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction199:model#Object#enum_kind */
5359 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction199:model#Object#extern_kind */
5360 (nitmethod_t)VIRTUAL_parser__ReduceAction199__action, /* pointer to parser:ReduceAction199:parser#ReduceAction199#action */
5361 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction199:parser#ReduceAction#concat */
5362 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction199:parser#ReduceAction#init */
5363 }
5364 };
5365 /* allocate ReduceAction199 */
5366 val* NEW_parser__ReduceAction199(const struct type* type) {
5367 val* self /* : ReduceAction199 */;
5368 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5369 self->type = type;
5370 self->class = &class_parser__ReduceAction199;
5371 return self;
5372 }
5373 /* allocate ReduceAction199 */
5374 void CHECK_NEW_parser__ReduceAction199(val* self) {
5375 long var /* : Int */;
5376 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction199> */
5377 }
5378 /* runtime class parser__ReduceAction201 */
5379 const struct class class_parser__ReduceAction201 = {
5380 0, /* box_kind */
5381 {
5382 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction201:kernel#Object#object_id */
5383 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction201:kernel#Object#is_same_type */
5384 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction201:kernel#Object#is_same_instance */
5385 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction201:kernel#Object#== */
5386 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction201:kernel#Object#!= */
5387 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction201:kernel#Object#output */
5388 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction201:kernel#Object#output_class_name */
5389 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction201:kernel#Object#exit */
5390 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction201:kernel#Object#sys */
5391 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction201:kernel#Object#hash */
5392 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction201:string#Object#to_s */
5393 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction201:string#Object#native_class_name */
5394 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction201:string#Object#class_name */
5395 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction201:string#Object#inspect */
5396 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction201:string#Object#inspect_head */
5397 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction201:string#Object#args */
5398 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction201:math#Object#atan2 */
5399 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction201:math#Object#pi */
5400 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction201:math#Object#srand_from */
5401 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction201:math#Object#srand */
5402 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction201:stream#Object#poll */
5403 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction201:stream#Object#intern_poll */
5404 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction201:time#Object#get_time */
5405 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction201:file#Object#printn */
5406 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction201:file#Object#print */
5407 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction201:file#Object#getc */
5408 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction201:file#Object#gets */
5409 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction201:file#Object#getcwd */
5410 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction201:file#Object#file_getcwd */
5411 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction201:file#Object#stdin */
5412 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction201:file#Object#stdout */
5413 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction201:file#Object#stderr */
5414 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction201:model_base#Object#intrude_visibility */
5415 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction201:model_base#Object#public_visibility */
5416 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction201:model_base#Object#protected_visibility */
5417 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction201:model_base#Object#private_visibility */
5418 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction201:model_base#Object#none_visibility */
5419 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction201:model#Object#abstract_kind */
5420 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction201:model#Object#concrete_kind */
5421 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction201:model#Object#interface_kind */
5422 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction201:model#Object#enum_kind */
5423 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction201:model#Object#extern_kind */
5424 (nitmethod_t)VIRTUAL_parser__ReduceAction201__action, /* pointer to parser:ReduceAction201:parser#ReduceAction201#action */
5425 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction201:parser#ReduceAction#concat */
5426 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction201:parser#ReduceAction#init */
5427 }
5428 };
5429 /* allocate ReduceAction201 */
5430 val* NEW_parser__ReduceAction201(const struct type* type) {
5431 val* self /* : ReduceAction201 */;
5432 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5433 self->type = type;
5434 self->class = &class_parser__ReduceAction201;
5435 return self;
5436 }
5437 /* allocate ReduceAction201 */
5438 void CHECK_NEW_parser__ReduceAction201(val* self) {
5439 long var /* : Int */;
5440 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction201> */
5441 }
5442 /* runtime class parser__ReduceAction202 */
5443 const struct class class_parser__ReduceAction202 = {
5444 0, /* box_kind */
5445 {
5446 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction202:kernel#Object#object_id */
5447 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction202:kernel#Object#is_same_type */
5448 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction202:kernel#Object#is_same_instance */
5449 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction202:kernel#Object#== */
5450 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction202:kernel#Object#!= */
5451 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction202:kernel#Object#output */
5452 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction202:kernel#Object#output_class_name */
5453 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction202:kernel#Object#exit */
5454 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction202:kernel#Object#sys */
5455 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction202:kernel#Object#hash */
5456 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction202:string#Object#to_s */
5457 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction202:string#Object#native_class_name */
5458 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction202:string#Object#class_name */
5459 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction202:string#Object#inspect */
5460 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction202:string#Object#inspect_head */
5461 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction202:string#Object#args */
5462 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction202:math#Object#atan2 */
5463 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction202:math#Object#pi */
5464 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction202:math#Object#srand_from */
5465 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction202:math#Object#srand */
5466 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction202:stream#Object#poll */
5467 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction202:stream#Object#intern_poll */
5468 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction202:time#Object#get_time */
5469 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction202:file#Object#printn */
5470 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction202:file#Object#print */
5471 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction202:file#Object#getc */
5472 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction202:file#Object#gets */
5473 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction202:file#Object#getcwd */
5474 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction202:file#Object#file_getcwd */
5475 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction202:file#Object#stdin */
5476 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction202:file#Object#stdout */
5477 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction202:file#Object#stderr */
5478 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction202:model_base#Object#intrude_visibility */
5479 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction202:model_base#Object#public_visibility */
5480 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction202:model_base#Object#protected_visibility */
5481 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction202:model_base#Object#private_visibility */
5482 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction202:model_base#Object#none_visibility */
5483 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction202:model#Object#abstract_kind */
5484 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction202:model#Object#concrete_kind */
5485 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction202:model#Object#interface_kind */
5486 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction202:model#Object#enum_kind */
5487 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction202:model#Object#extern_kind */
5488 (nitmethod_t)VIRTUAL_parser__ReduceAction202__action, /* pointer to parser:ReduceAction202:parser#ReduceAction202#action */
5489 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction202:parser#ReduceAction#concat */
5490 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction202:parser#ReduceAction#init */
5491 }
5492 };
5493 /* allocate ReduceAction202 */
5494 val* NEW_parser__ReduceAction202(const struct type* type) {
5495 val* self /* : ReduceAction202 */;
5496 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5497 self->type = type;
5498 self->class = &class_parser__ReduceAction202;
5499 return self;
5500 }
5501 /* allocate ReduceAction202 */
5502 void CHECK_NEW_parser__ReduceAction202(val* self) {
5503 long var /* : Int */;
5504 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction202> */
5505 }
5506 /* runtime class parser__ReduceAction203 */
5507 const struct class class_parser__ReduceAction203 = {
5508 0, /* box_kind */
5509 {
5510 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction203:kernel#Object#object_id */
5511 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction203:kernel#Object#is_same_type */
5512 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction203:kernel#Object#is_same_instance */
5513 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction203:kernel#Object#== */
5514 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction203:kernel#Object#!= */
5515 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction203:kernel#Object#output */
5516 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction203:kernel#Object#output_class_name */
5517 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction203:kernel#Object#exit */
5518 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction203:kernel#Object#sys */
5519 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction203:kernel#Object#hash */
5520 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction203:string#Object#to_s */
5521 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction203:string#Object#native_class_name */
5522 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction203:string#Object#class_name */
5523 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction203:string#Object#inspect */
5524 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction203:string#Object#inspect_head */
5525 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction203:string#Object#args */
5526 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction203:math#Object#atan2 */
5527 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction203:math#Object#pi */
5528 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction203:math#Object#srand_from */
5529 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction203:math#Object#srand */
5530 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction203:stream#Object#poll */
5531 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction203:stream#Object#intern_poll */
5532 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction203:time#Object#get_time */
5533 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction203:file#Object#printn */
5534 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction203:file#Object#print */
5535 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction203:file#Object#getc */
5536 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction203:file#Object#gets */
5537 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction203:file#Object#getcwd */
5538 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction203:file#Object#file_getcwd */
5539 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction203:file#Object#stdin */
5540 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction203:file#Object#stdout */
5541 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction203:file#Object#stderr */
5542 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction203:model_base#Object#intrude_visibility */
5543 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction203:model_base#Object#public_visibility */
5544 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction203:model_base#Object#protected_visibility */
5545 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction203:model_base#Object#private_visibility */
5546 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction203:model_base#Object#none_visibility */
5547 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction203:model#Object#abstract_kind */
5548 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction203:model#Object#concrete_kind */
5549 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction203:model#Object#interface_kind */
5550 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction203:model#Object#enum_kind */
5551 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction203:model#Object#extern_kind */
5552 (nitmethod_t)VIRTUAL_parser__ReduceAction203__action, /* pointer to parser:ReduceAction203:parser#ReduceAction203#action */
5553 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction203:parser#ReduceAction#concat */
5554 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction203:parser#ReduceAction#init */
5555 }
5556 };
5557 /* allocate ReduceAction203 */
5558 val* NEW_parser__ReduceAction203(const struct type* type) {
5559 val* self /* : ReduceAction203 */;
5560 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5561 self->type = type;
5562 self->class = &class_parser__ReduceAction203;
5563 return self;
5564 }
5565 /* allocate ReduceAction203 */
5566 void CHECK_NEW_parser__ReduceAction203(val* self) {
5567 long var /* : Int */;
5568 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction203> */
5569 }
5570 /* runtime class parser__ReduceAction204 */
5571 const struct class class_parser__ReduceAction204 = {
5572 0, /* box_kind */
5573 {
5574 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction204:kernel#Object#object_id */
5575 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction204:kernel#Object#is_same_type */
5576 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction204:kernel#Object#is_same_instance */
5577 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction204:kernel#Object#== */
5578 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction204:kernel#Object#!= */
5579 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction204:kernel#Object#output */
5580 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction204:kernel#Object#output_class_name */
5581 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction204:kernel#Object#exit */
5582 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction204:kernel#Object#sys */
5583 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction204:kernel#Object#hash */
5584 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction204:string#Object#to_s */
5585 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction204:string#Object#native_class_name */
5586 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction204:string#Object#class_name */
5587 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction204:string#Object#inspect */
5588 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction204:string#Object#inspect_head */
5589 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction204:string#Object#args */
5590 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction204:math#Object#atan2 */
5591 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction204:math#Object#pi */
5592 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction204:math#Object#srand_from */
5593 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction204:math#Object#srand */
5594 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction204:stream#Object#poll */
5595 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction204:stream#Object#intern_poll */
5596 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction204:time#Object#get_time */
5597 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction204:file#Object#printn */
5598 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction204:file#Object#print */
5599 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction204:file#Object#getc */
5600 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction204:file#Object#gets */
5601 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction204:file#Object#getcwd */
5602 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction204:file#Object#file_getcwd */
5603 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction204:file#Object#stdin */
5604 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction204:file#Object#stdout */
5605 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction204:file#Object#stderr */
5606 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction204:model_base#Object#intrude_visibility */
5607 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction204:model_base#Object#public_visibility */
5608 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction204:model_base#Object#protected_visibility */
5609 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction204:model_base#Object#private_visibility */
5610 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction204:model_base#Object#none_visibility */
5611 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction204:model#Object#abstract_kind */
5612 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction204:model#Object#concrete_kind */
5613 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction204:model#Object#interface_kind */
5614 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction204:model#Object#enum_kind */
5615 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction204:model#Object#extern_kind */
5616 (nitmethod_t)VIRTUAL_parser__ReduceAction204__action, /* pointer to parser:ReduceAction204:parser#ReduceAction204#action */
5617 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction204:parser#ReduceAction#concat */
5618 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction204:parser#ReduceAction#init */
5619 }
5620 };
5621 /* allocate ReduceAction204 */
5622 val* NEW_parser__ReduceAction204(const struct type* type) {
5623 val* self /* : ReduceAction204 */;
5624 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5625 self->type = type;
5626 self->class = &class_parser__ReduceAction204;
5627 return self;
5628 }
5629 /* allocate ReduceAction204 */
5630 void CHECK_NEW_parser__ReduceAction204(val* self) {
5631 long var /* : Int */;
5632 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction204> */
5633 }
5634 /* runtime class parser__ReduceAction206 */
5635 const struct class class_parser__ReduceAction206 = {
5636 0, /* box_kind */
5637 {
5638 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction206:kernel#Object#object_id */
5639 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction206:kernel#Object#is_same_type */
5640 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction206:kernel#Object#is_same_instance */
5641 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction206:kernel#Object#== */
5642 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction206:kernel#Object#!= */
5643 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction206:kernel#Object#output */
5644 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction206:kernel#Object#output_class_name */
5645 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction206:kernel#Object#exit */
5646 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction206:kernel#Object#sys */
5647 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction206:kernel#Object#hash */
5648 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction206:string#Object#to_s */
5649 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction206:string#Object#native_class_name */
5650 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction206:string#Object#class_name */
5651 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction206:string#Object#inspect */
5652 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction206:string#Object#inspect_head */
5653 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction206:string#Object#args */
5654 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction206:math#Object#atan2 */
5655 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction206:math#Object#pi */
5656 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction206:math#Object#srand_from */
5657 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction206:math#Object#srand */
5658 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction206:stream#Object#poll */
5659 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction206:stream#Object#intern_poll */
5660 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction206:time#Object#get_time */
5661 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction206:file#Object#printn */
5662 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction206:file#Object#print */
5663 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction206:file#Object#getc */
5664 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction206:file#Object#gets */
5665 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction206:file#Object#getcwd */
5666 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction206:file#Object#file_getcwd */
5667 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction206:file#Object#stdin */
5668 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction206:file#Object#stdout */
5669 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction206:file#Object#stderr */
5670 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction206:model_base#Object#intrude_visibility */
5671 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction206:model_base#Object#public_visibility */
5672 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction206:model_base#Object#protected_visibility */
5673 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction206:model_base#Object#private_visibility */
5674 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction206:model_base#Object#none_visibility */
5675 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction206:model#Object#abstract_kind */
5676 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction206:model#Object#concrete_kind */
5677 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction206:model#Object#interface_kind */
5678 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction206:model#Object#enum_kind */
5679 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction206:model#Object#extern_kind */
5680 (nitmethod_t)VIRTUAL_parser__ReduceAction206__action, /* pointer to parser:ReduceAction206:parser#ReduceAction206#action */
5681 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction206:parser#ReduceAction#concat */
5682 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction206:parser#ReduceAction#init */
5683 }
5684 };
5685 /* allocate ReduceAction206 */
5686 val* NEW_parser__ReduceAction206(const struct type* type) {
5687 val* self /* : ReduceAction206 */;
5688 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5689 self->type = type;
5690 self->class = &class_parser__ReduceAction206;
5691 return self;
5692 }
5693 /* allocate ReduceAction206 */
5694 void CHECK_NEW_parser__ReduceAction206(val* self) {
5695 long var /* : Int */;
5696 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction206> */
5697 }
5698 /* runtime class parser__ReduceAction207 */
5699 const struct class class_parser__ReduceAction207 = {
5700 0, /* box_kind */
5701 {
5702 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction207:kernel#Object#object_id */
5703 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction207:kernel#Object#is_same_type */
5704 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction207:kernel#Object#is_same_instance */
5705 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction207:kernel#Object#== */
5706 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction207:kernel#Object#!= */
5707 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction207:kernel#Object#output */
5708 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction207:kernel#Object#output_class_name */
5709 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction207:kernel#Object#exit */
5710 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction207:kernel#Object#sys */
5711 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction207:kernel#Object#hash */
5712 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction207:string#Object#to_s */
5713 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction207:string#Object#native_class_name */
5714 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction207:string#Object#class_name */
5715 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction207:string#Object#inspect */
5716 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction207:string#Object#inspect_head */
5717 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction207:string#Object#args */
5718 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction207:math#Object#atan2 */
5719 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction207:math#Object#pi */
5720 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction207:math#Object#srand_from */
5721 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction207:math#Object#srand */
5722 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction207:stream#Object#poll */
5723 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction207:stream#Object#intern_poll */
5724 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction207:time#Object#get_time */
5725 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction207:file#Object#printn */
5726 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction207:file#Object#print */
5727 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction207:file#Object#getc */
5728 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction207:file#Object#gets */
5729 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction207:file#Object#getcwd */
5730 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction207:file#Object#file_getcwd */
5731 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction207:file#Object#stdin */
5732 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction207:file#Object#stdout */
5733 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction207:file#Object#stderr */
5734 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction207:model_base#Object#intrude_visibility */
5735 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction207:model_base#Object#public_visibility */
5736 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction207:model_base#Object#protected_visibility */
5737 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction207:model_base#Object#private_visibility */
5738 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction207:model_base#Object#none_visibility */
5739 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction207:model#Object#abstract_kind */
5740 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction207:model#Object#concrete_kind */
5741 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction207:model#Object#interface_kind */
5742 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction207:model#Object#enum_kind */
5743 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction207:model#Object#extern_kind */
5744 (nitmethod_t)VIRTUAL_parser__ReduceAction207__action, /* pointer to parser:ReduceAction207:parser#ReduceAction207#action */
5745 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction207:parser#ReduceAction#concat */
5746 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction207:parser#ReduceAction#init */
5747 }
5748 };
5749 /* allocate ReduceAction207 */
5750 val* NEW_parser__ReduceAction207(const struct type* type) {
5751 val* self /* : ReduceAction207 */;
5752 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5753 self->type = type;
5754 self->class = &class_parser__ReduceAction207;
5755 return self;
5756 }
5757 /* allocate ReduceAction207 */
5758 void CHECK_NEW_parser__ReduceAction207(val* self) {
5759 long var /* : Int */;
5760 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction207> */
5761 }
5762 /* runtime class parser__ReduceAction209 */
5763 const struct class class_parser__ReduceAction209 = {
5764 0, /* box_kind */
5765 {
5766 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction209:kernel#Object#object_id */
5767 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction209:kernel#Object#is_same_type */
5768 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction209:kernel#Object#is_same_instance */
5769 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction209:kernel#Object#== */
5770 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction209:kernel#Object#!= */
5771 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction209:kernel#Object#output */
5772 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction209:kernel#Object#output_class_name */
5773 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction209:kernel#Object#exit */
5774 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction209:kernel#Object#sys */
5775 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction209:kernel#Object#hash */
5776 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction209:string#Object#to_s */
5777 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction209:string#Object#native_class_name */
5778 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction209:string#Object#class_name */
5779 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction209:string#Object#inspect */
5780 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction209:string#Object#inspect_head */
5781 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction209:string#Object#args */
5782 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction209:math#Object#atan2 */
5783 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction209:math#Object#pi */
5784 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction209:math#Object#srand_from */
5785 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction209:math#Object#srand */
5786 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction209:stream#Object#poll */
5787 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction209:stream#Object#intern_poll */
5788 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction209:time#Object#get_time */
5789 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction209:file#Object#printn */
5790 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction209:file#Object#print */
5791 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction209:file#Object#getc */
5792 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction209:file#Object#gets */
5793 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction209:file#Object#getcwd */
5794 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction209:file#Object#file_getcwd */
5795 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction209:file#Object#stdin */
5796 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction209:file#Object#stdout */
5797 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction209:file#Object#stderr */
5798 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction209:model_base#Object#intrude_visibility */
5799 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction209:model_base#Object#public_visibility */
5800 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction209:model_base#Object#protected_visibility */
5801 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction209:model_base#Object#private_visibility */
5802 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction209:model_base#Object#none_visibility */
5803 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction209:model#Object#abstract_kind */
5804 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction209:model#Object#concrete_kind */
5805 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction209:model#Object#interface_kind */
5806 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction209:model#Object#enum_kind */
5807 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction209:model#Object#extern_kind */
5808 (nitmethod_t)VIRTUAL_parser__ReduceAction209__action, /* pointer to parser:ReduceAction209:parser#ReduceAction209#action */
5809 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction209:parser#ReduceAction#concat */
5810 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction209:parser#ReduceAction#init */
5811 }
5812 };
5813 /* allocate ReduceAction209 */
5814 val* NEW_parser__ReduceAction209(const struct type* type) {
5815 val* self /* : ReduceAction209 */;
5816 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5817 self->type = type;
5818 self->class = &class_parser__ReduceAction209;
5819 return self;
5820 }
5821 /* allocate ReduceAction209 */
5822 void CHECK_NEW_parser__ReduceAction209(val* self) {
5823 long var /* : Int */;
5824 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction209> */
5825 }
5826 /* runtime class parser__ReduceAction210 */
5827 const struct class class_parser__ReduceAction210 = {
5828 0, /* box_kind */
5829 {
5830 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction210:kernel#Object#object_id */
5831 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction210:kernel#Object#is_same_type */
5832 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction210:kernel#Object#is_same_instance */
5833 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction210:kernel#Object#== */
5834 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction210:kernel#Object#!= */
5835 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction210:kernel#Object#output */
5836 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction210:kernel#Object#output_class_name */
5837 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction210:kernel#Object#exit */
5838 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction210:kernel#Object#sys */
5839 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction210:kernel#Object#hash */
5840 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction210:string#Object#to_s */
5841 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction210:string#Object#native_class_name */
5842 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction210:string#Object#class_name */
5843 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction210:string#Object#inspect */
5844 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction210:string#Object#inspect_head */
5845 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction210:string#Object#args */
5846 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction210:math#Object#atan2 */
5847 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction210:math#Object#pi */
5848 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction210:math#Object#srand_from */
5849 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction210:math#Object#srand */
5850 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction210:stream#Object#poll */
5851 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction210:stream#Object#intern_poll */
5852 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction210:time#Object#get_time */
5853 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction210:file#Object#printn */
5854 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction210:file#Object#print */
5855 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction210:file#Object#getc */
5856 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction210:file#Object#gets */
5857 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction210:file#Object#getcwd */
5858 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction210:file#Object#file_getcwd */
5859 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction210:file#Object#stdin */
5860 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction210:file#Object#stdout */
5861 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction210:file#Object#stderr */
5862 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction210:model_base#Object#intrude_visibility */
5863 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction210:model_base#Object#public_visibility */
5864 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction210:model_base#Object#protected_visibility */
5865 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction210:model_base#Object#private_visibility */
5866 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction210:model_base#Object#none_visibility */
5867 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction210:model#Object#abstract_kind */
5868 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction210:model#Object#concrete_kind */
5869 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction210:model#Object#interface_kind */
5870 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction210:model#Object#enum_kind */
5871 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction210:model#Object#extern_kind */
5872 (nitmethod_t)VIRTUAL_parser__ReduceAction210__action, /* pointer to parser:ReduceAction210:parser#ReduceAction210#action */
5873 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction210:parser#ReduceAction#concat */
5874 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction210:parser#ReduceAction#init */
5875 }
5876 };
5877 /* allocate ReduceAction210 */
5878 val* NEW_parser__ReduceAction210(const struct type* type) {
5879 val* self /* : ReduceAction210 */;
5880 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5881 self->type = type;
5882 self->class = &class_parser__ReduceAction210;
5883 return self;
5884 }
5885 /* allocate ReduceAction210 */
5886 void CHECK_NEW_parser__ReduceAction210(val* self) {
5887 long var /* : Int */;
5888 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction210> */
5889 }
5890 /* runtime class parser__ReduceAction211 */
5891 const struct class class_parser__ReduceAction211 = {
5892 0, /* box_kind */
5893 {
5894 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction211:kernel#Object#object_id */
5895 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction211:kernel#Object#is_same_type */
5896 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction211:kernel#Object#is_same_instance */
5897 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction211:kernel#Object#== */
5898 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction211:kernel#Object#!= */
5899 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction211:kernel#Object#output */
5900 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction211:kernel#Object#output_class_name */
5901 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction211:kernel#Object#exit */
5902 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction211:kernel#Object#sys */
5903 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction211:kernel#Object#hash */
5904 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction211:string#Object#to_s */
5905 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction211:string#Object#native_class_name */
5906 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction211:string#Object#class_name */
5907 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction211:string#Object#inspect */
5908 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction211:string#Object#inspect_head */
5909 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction211:string#Object#args */
5910 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction211:math#Object#atan2 */
5911 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction211:math#Object#pi */
5912 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction211:math#Object#srand_from */
5913 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction211:math#Object#srand */
5914 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction211:stream#Object#poll */
5915 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction211:stream#Object#intern_poll */
5916 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction211:time#Object#get_time */
5917 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction211:file#Object#printn */
5918 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction211:file#Object#print */
5919 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction211:file#Object#getc */
5920 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction211:file#Object#gets */
5921 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction211:file#Object#getcwd */
5922 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction211:file#Object#file_getcwd */
5923 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction211:file#Object#stdin */
5924 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction211:file#Object#stdout */
5925 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction211:file#Object#stderr */
5926 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction211:model_base#Object#intrude_visibility */
5927 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction211:model_base#Object#public_visibility */
5928 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction211:model_base#Object#protected_visibility */
5929 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction211:model_base#Object#private_visibility */
5930 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction211:model_base#Object#none_visibility */
5931 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction211:model#Object#abstract_kind */
5932 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction211:model#Object#concrete_kind */
5933 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction211:model#Object#interface_kind */
5934 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction211:model#Object#enum_kind */
5935 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction211:model#Object#extern_kind */
5936 (nitmethod_t)VIRTUAL_parser__ReduceAction211__action, /* pointer to parser:ReduceAction211:parser#ReduceAction211#action */
5937 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction211:parser#ReduceAction#concat */
5938 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction211:parser#ReduceAction#init */
5939 }
5940 };
5941 /* allocate ReduceAction211 */
5942 val* NEW_parser__ReduceAction211(const struct type* type) {
5943 val* self /* : ReduceAction211 */;
5944 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
5945 self->type = type;
5946 self->class = &class_parser__ReduceAction211;
5947 return self;
5948 }
5949 /* allocate ReduceAction211 */
5950 void CHECK_NEW_parser__ReduceAction211(val* self) {
5951 long var /* : Int */;
5952 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction211> */
5953 }
5954 /* runtime class parser__ReduceAction212 */
5955 const struct class class_parser__ReduceAction212 = {
5956 0, /* box_kind */
5957 {
5958 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction212:kernel#Object#object_id */
5959 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction212:kernel#Object#is_same_type */
5960 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction212:kernel#Object#is_same_instance */
5961 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction212:kernel#Object#== */
5962 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction212:kernel#Object#!= */
5963 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction212:kernel#Object#output */
5964 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction212:kernel#Object#output_class_name */
5965 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction212:kernel#Object#exit */
5966 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction212:kernel#Object#sys */
5967 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction212:kernel#Object#hash */
5968 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction212:string#Object#to_s */
5969 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction212:string#Object#native_class_name */
5970 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction212:string#Object#class_name */
5971 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction212:string#Object#inspect */
5972 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction212:string#Object#inspect_head */
5973 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction212:string#Object#args */
5974 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction212:math#Object#atan2 */
5975 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction212:math#Object#pi */
5976 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction212:math#Object#srand_from */
5977 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction212:math#Object#srand */
5978 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction212:stream#Object#poll */
5979 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction212:stream#Object#intern_poll */
5980 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction212:time#Object#get_time */
5981 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction212:file#Object#printn */
5982 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction212:file#Object#print */
5983 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction212:file#Object#getc */
5984 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction212:file#Object#gets */
5985 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction212:file#Object#getcwd */
5986 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction212:file#Object#file_getcwd */
5987 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction212:file#Object#stdin */
5988 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction212:file#Object#stdout */
5989 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction212:file#Object#stderr */
5990 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction212:model_base#Object#intrude_visibility */
5991 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction212:model_base#Object#public_visibility */
5992 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction212:model_base#Object#protected_visibility */
5993 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction212:model_base#Object#private_visibility */
5994 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction212:model_base#Object#none_visibility */
5995 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction212:model#Object#abstract_kind */
5996 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction212:model#Object#concrete_kind */
5997 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction212:model#Object#interface_kind */
5998 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction212:model#Object#enum_kind */
5999 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction212:model#Object#extern_kind */
6000 (nitmethod_t)VIRTUAL_parser__ReduceAction212__action, /* pointer to parser:ReduceAction212:parser#ReduceAction212#action */
6001 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction212:parser#ReduceAction#concat */
6002 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction212:parser#ReduceAction#init */
6003 }
6004 };
6005 /* allocate ReduceAction212 */
6006 val* NEW_parser__ReduceAction212(const struct type* type) {
6007 val* self /* : ReduceAction212 */;
6008 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6009 self->type = type;
6010 self->class = &class_parser__ReduceAction212;
6011 return self;
6012 }
6013 /* allocate ReduceAction212 */
6014 void CHECK_NEW_parser__ReduceAction212(val* self) {
6015 long var /* : Int */;
6016 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction212> */
6017 }
6018 /* runtime class parser__ReduceAction214 */
6019 const struct class class_parser__ReduceAction214 = {
6020 0, /* box_kind */
6021 {
6022 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction214:kernel#Object#object_id */
6023 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction214:kernel#Object#is_same_type */
6024 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction214:kernel#Object#is_same_instance */
6025 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction214:kernel#Object#== */
6026 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction214:kernel#Object#!= */
6027 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction214:kernel#Object#output */
6028 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction214:kernel#Object#output_class_name */
6029 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction214:kernel#Object#exit */
6030 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction214:kernel#Object#sys */
6031 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction214:kernel#Object#hash */
6032 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction214:string#Object#to_s */
6033 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction214:string#Object#native_class_name */
6034 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction214:string#Object#class_name */
6035 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction214:string#Object#inspect */
6036 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction214:string#Object#inspect_head */
6037 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction214:string#Object#args */
6038 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction214:math#Object#atan2 */
6039 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction214:math#Object#pi */
6040 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction214:math#Object#srand_from */
6041 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction214:math#Object#srand */
6042 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction214:stream#Object#poll */
6043 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction214:stream#Object#intern_poll */
6044 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction214:time#Object#get_time */
6045 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction214:file#Object#printn */
6046 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction214:file#Object#print */
6047 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction214:file#Object#getc */
6048 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction214:file#Object#gets */
6049 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction214:file#Object#getcwd */
6050 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction214:file#Object#file_getcwd */
6051 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction214:file#Object#stdin */
6052 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction214:file#Object#stdout */
6053 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction214:file#Object#stderr */
6054 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction214:model_base#Object#intrude_visibility */
6055 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction214:model_base#Object#public_visibility */
6056 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction214:model_base#Object#protected_visibility */
6057 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction214:model_base#Object#private_visibility */
6058 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction214:model_base#Object#none_visibility */
6059 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction214:model#Object#abstract_kind */
6060 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction214:model#Object#concrete_kind */
6061 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction214:model#Object#interface_kind */
6062 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction214:model#Object#enum_kind */
6063 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction214:model#Object#extern_kind */
6064 (nitmethod_t)VIRTUAL_parser__ReduceAction214__action, /* pointer to parser:ReduceAction214:parser#ReduceAction214#action */
6065 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction214:parser#ReduceAction#concat */
6066 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction214:parser#ReduceAction#init */
6067 }
6068 };
6069 /* allocate ReduceAction214 */
6070 val* NEW_parser__ReduceAction214(const struct type* type) {
6071 val* self /* : ReduceAction214 */;
6072 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6073 self->type = type;
6074 self->class = &class_parser__ReduceAction214;
6075 return self;
6076 }
6077 /* allocate ReduceAction214 */
6078 void CHECK_NEW_parser__ReduceAction214(val* self) {
6079 long var /* : Int */;
6080 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction214> */
6081 }
6082 /* runtime class parser__ReduceAction215 */
6083 const struct class class_parser__ReduceAction215 = {
6084 0, /* box_kind */
6085 {
6086 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction215:kernel#Object#object_id */
6087 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction215:kernel#Object#is_same_type */
6088 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction215:kernel#Object#is_same_instance */
6089 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction215:kernel#Object#== */
6090 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction215:kernel#Object#!= */
6091 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction215:kernel#Object#output */
6092 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction215:kernel#Object#output_class_name */
6093 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction215:kernel#Object#exit */
6094 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction215:kernel#Object#sys */
6095 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction215:kernel#Object#hash */
6096 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction215:string#Object#to_s */
6097 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction215:string#Object#native_class_name */
6098 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction215:string#Object#class_name */
6099 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction215:string#Object#inspect */
6100 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction215:string#Object#inspect_head */
6101 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction215:string#Object#args */
6102 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction215:math#Object#atan2 */
6103 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction215:math#Object#pi */
6104 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction215:math#Object#srand_from */
6105 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction215:math#Object#srand */
6106 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction215:stream#Object#poll */
6107 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction215:stream#Object#intern_poll */
6108 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction215:time#Object#get_time */
6109 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction215:file#Object#printn */
6110 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction215:file#Object#print */
6111 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction215:file#Object#getc */
6112 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction215:file#Object#gets */
6113 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction215:file#Object#getcwd */
6114 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction215:file#Object#file_getcwd */
6115 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction215:file#Object#stdin */
6116 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction215:file#Object#stdout */
6117 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction215:file#Object#stderr */
6118 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction215:model_base#Object#intrude_visibility */
6119 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction215:model_base#Object#public_visibility */
6120 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction215:model_base#Object#protected_visibility */
6121 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction215:model_base#Object#private_visibility */
6122 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction215:model_base#Object#none_visibility */
6123 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction215:model#Object#abstract_kind */
6124 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction215:model#Object#concrete_kind */
6125 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction215:model#Object#interface_kind */
6126 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction215:model#Object#enum_kind */
6127 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction215:model#Object#extern_kind */
6128 (nitmethod_t)VIRTUAL_parser__ReduceAction215__action, /* pointer to parser:ReduceAction215:parser#ReduceAction215#action */
6129 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction215:parser#ReduceAction#concat */
6130 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction215:parser#ReduceAction#init */
6131 }
6132 };
6133 /* allocate ReduceAction215 */
6134 val* NEW_parser__ReduceAction215(const struct type* type) {
6135 val* self /* : ReduceAction215 */;
6136 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6137 self->type = type;
6138 self->class = &class_parser__ReduceAction215;
6139 return self;
6140 }
6141 /* allocate ReduceAction215 */
6142 void CHECK_NEW_parser__ReduceAction215(val* self) {
6143 long var /* : Int */;
6144 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction215> */
6145 }
6146 /* runtime class parser__ReduceAction217 */
6147 const struct class class_parser__ReduceAction217 = {
6148 0, /* box_kind */
6149 {
6150 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction217:kernel#Object#object_id */
6151 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction217:kernel#Object#is_same_type */
6152 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction217:kernel#Object#is_same_instance */
6153 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction217:kernel#Object#== */
6154 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction217:kernel#Object#!= */
6155 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction217:kernel#Object#output */
6156 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction217:kernel#Object#output_class_name */
6157 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction217:kernel#Object#exit */
6158 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction217:kernel#Object#sys */
6159 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction217:kernel#Object#hash */
6160 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction217:string#Object#to_s */
6161 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction217:string#Object#native_class_name */
6162 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction217:string#Object#class_name */
6163 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction217:string#Object#inspect */
6164 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction217:string#Object#inspect_head */
6165 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction217:string#Object#args */
6166 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction217:math#Object#atan2 */
6167 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction217:math#Object#pi */
6168 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction217:math#Object#srand_from */
6169 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction217:math#Object#srand */
6170 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction217:stream#Object#poll */
6171 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction217:stream#Object#intern_poll */
6172 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction217:time#Object#get_time */
6173 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction217:file#Object#printn */
6174 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction217:file#Object#print */
6175 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction217:file#Object#getc */
6176 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction217:file#Object#gets */
6177 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction217:file#Object#getcwd */
6178 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction217:file#Object#file_getcwd */
6179 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction217:file#Object#stdin */
6180 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction217:file#Object#stdout */
6181 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction217:file#Object#stderr */
6182 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction217:model_base#Object#intrude_visibility */
6183 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction217:model_base#Object#public_visibility */
6184 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction217:model_base#Object#protected_visibility */
6185 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction217:model_base#Object#private_visibility */
6186 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction217:model_base#Object#none_visibility */
6187 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction217:model#Object#abstract_kind */
6188 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction217:model#Object#concrete_kind */
6189 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction217:model#Object#interface_kind */
6190 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction217:model#Object#enum_kind */
6191 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction217:model#Object#extern_kind */
6192 (nitmethod_t)VIRTUAL_parser__ReduceAction217__action, /* pointer to parser:ReduceAction217:parser#ReduceAction217#action */
6193 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction217:parser#ReduceAction#concat */
6194 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction217:parser#ReduceAction#init */
6195 }
6196 };
6197 /* allocate ReduceAction217 */
6198 val* NEW_parser__ReduceAction217(const struct type* type) {
6199 val* self /* : ReduceAction217 */;
6200 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6201 self->type = type;
6202 self->class = &class_parser__ReduceAction217;
6203 return self;
6204 }
6205 /* allocate ReduceAction217 */
6206 void CHECK_NEW_parser__ReduceAction217(val* self) {
6207 long var /* : Int */;
6208 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction217> */
6209 }
6210 /* runtime class parser__ReduceAction218 */
6211 const struct class class_parser__ReduceAction218 = {
6212 0, /* box_kind */
6213 {
6214 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction218:kernel#Object#object_id */
6215 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction218:kernel#Object#is_same_type */
6216 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction218:kernel#Object#is_same_instance */
6217 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction218:kernel#Object#== */
6218 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction218:kernel#Object#!= */
6219 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction218:kernel#Object#output */
6220 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction218:kernel#Object#output_class_name */
6221 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction218:kernel#Object#exit */
6222 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction218:kernel#Object#sys */
6223 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction218:kernel#Object#hash */
6224 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction218:string#Object#to_s */
6225 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction218:string#Object#native_class_name */
6226 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction218:string#Object#class_name */
6227 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction218:string#Object#inspect */
6228 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction218:string#Object#inspect_head */
6229 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction218:string#Object#args */
6230 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction218:math#Object#atan2 */
6231 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction218:math#Object#pi */
6232 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction218:math#Object#srand_from */
6233 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction218:math#Object#srand */
6234 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction218:stream#Object#poll */
6235 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction218:stream#Object#intern_poll */
6236 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction218:time#Object#get_time */
6237 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction218:file#Object#printn */
6238 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction218:file#Object#print */
6239 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction218:file#Object#getc */
6240 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction218:file#Object#gets */
6241 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction218:file#Object#getcwd */
6242 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction218:file#Object#file_getcwd */
6243 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction218:file#Object#stdin */
6244 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction218:file#Object#stdout */
6245 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction218:file#Object#stderr */
6246 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction218:model_base#Object#intrude_visibility */
6247 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction218:model_base#Object#public_visibility */
6248 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction218:model_base#Object#protected_visibility */
6249 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction218:model_base#Object#private_visibility */
6250 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction218:model_base#Object#none_visibility */
6251 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction218:model#Object#abstract_kind */
6252 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction218:model#Object#concrete_kind */
6253 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction218:model#Object#interface_kind */
6254 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction218:model#Object#enum_kind */
6255 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction218:model#Object#extern_kind */
6256 (nitmethod_t)VIRTUAL_parser__ReduceAction218__action, /* pointer to parser:ReduceAction218:parser#ReduceAction218#action */
6257 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction218:parser#ReduceAction#concat */
6258 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction218:parser#ReduceAction#init */
6259 }
6260 };
6261 /* allocate ReduceAction218 */
6262 val* NEW_parser__ReduceAction218(const struct type* type) {
6263 val* self /* : ReduceAction218 */;
6264 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6265 self->type = type;
6266 self->class = &class_parser__ReduceAction218;
6267 return self;
6268 }
6269 /* allocate ReduceAction218 */
6270 void CHECK_NEW_parser__ReduceAction218(val* self) {
6271 long var /* : Int */;
6272 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction218> */
6273 }
6274 /* runtime class parser__ReduceAction219 */
6275 const struct class class_parser__ReduceAction219 = {
6276 0, /* box_kind */
6277 {
6278 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction219:kernel#Object#object_id */
6279 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction219:kernel#Object#is_same_type */
6280 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction219:kernel#Object#is_same_instance */
6281 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction219:kernel#Object#== */
6282 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction219:kernel#Object#!= */
6283 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction219:kernel#Object#output */
6284 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction219:kernel#Object#output_class_name */
6285 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction219:kernel#Object#exit */
6286 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction219:kernel#Object#sys */
6287 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction219:kernel#Object#hash */
6288 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction219:string#Object#to_s */
6289 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction219:string#Object#native_class_name */
6290 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction219:string#Object#class_name */
6291 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction219:string#Object#inspect */
6292 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction219:string#Object#inspect_head */
6293 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction219:string#Object#args */
6294 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction219:math#Object#atan2 */
6295 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction219:math#Object#pi */
6296 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction219:math#Object#srand_from */
6297 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction219:math#Object#srand */
6298 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction219:stream#Object#poll */
6299 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction219:stream#Object#intern_poll */
6300 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction219:time#Object#get_time */
6301 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction219:file#Object#printn */
6302 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction219:file#Object#print */
6303 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction219:file#Object#getc */
6304 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction219:file#Object#gets */
6305 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction219:file#Object#getcwd */
6306 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction219:file#Object#file_getcwd */
6307 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction219:file#Object#stdin */
6308 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction219:file#Object#stdout */
6309 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction219:file#Object#stderr */
6310 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction219:model_base#Object#intrude_visibility */
6311 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction219:model_base#Object#public_visibility */
6312 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction219:model_base#Object#protected_visibility */
6313 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction219:model_base#Object#private_visibility */
6314 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction219:model_base#Object#none_visibility */
6315 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction219:model#Object#abstract_kind */
6316 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction219:model#Object#concrete_kind */
6317 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction219:model#Object#interface_kind */
6318 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction219:model#Object#enum_kind */
6319 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction219:model#Object#extern_kind */
6320 (nitmethod_t)VIRTUAL_parser__ReduceAction219__action, /* pointer to parser:ReduceAction219:parser#ReduceAction219#action */
6321 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction219:parser#ReduceAction#concat */
6322 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction219:parser#ReduceAction#init */
6323 }
6324 };
6325 /* allocate ReduceAction219 */
6326 val* NEW_parser__ReduceAction219(const struct type* type) {
6327 val* self /* : ReduceAction219 */;
6328 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6329 self->type = type;
6330 self->class = &class_parser__ReduceAction219;
6331 return self;
6332 }
6333 /* allocate ReduceAction219 */
6334 void CHECK_NEW_parser__ReduceAction219(val* self) {
6335 long var /* : Int */;
6336 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction219> */
6337 }
6338 /* runtime class parser__ReduceAction220 */
6339 const struct class class_parser__ReduceAction220 = {
6340 0, /* box_kind */
6341 {
6342 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction220:kernel#Object#object_id */
6343 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction220:kernel#Object#is_same_type */
6344 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction220:kernel#Object#is_same_instance */
6345 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction220:kernel#Object#== */
6346 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction220:kernel#Object#!= */
6347 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction220:kernel#Object#output */
6348 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction220:kernel#Object#output_class_name */
6349 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction220:kernel#Object#exit */
6350 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction220:kernel#Object#sys */
6351 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction220:kernel#Object#hash */
6352 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction220:string#Object#to_s */
6353 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction220:string#Object#native_class_name */
6354 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction220:string#Object#class_name */
6355 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction220:string#Object#inspect */
6356 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction220:string#Object#inspect_head */
6357 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction220:string#Object#args */
6358 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction220:math#Object#atan2 */
6359 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction220:math#Object#pi */
6360 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction220:math#Object#srand_from */
6361 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction220:math#Object#srand */
6362 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction220:stream#Object#poll */
6363 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction220:stream#Object#intern_poll */
6364 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction220:time#Object#get_time */
6365 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction220:file#Object#printn */
6366 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction220:file#Object#print */
6367 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction220:file#Object#getc */
6368 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction220:file#Object#gets */
6369 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction220:file#Object#getcwd */
6370 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction220:file#Object#file_getcwd */
6371 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction220:file#Object#stdin */
6372 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction220:file#Object#stdout */
6373 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction220:file#Object#stderr */
6374 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction220:model_base#Object#intrude_visibility */
6375 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction220:model_base#Object#public_visibility */
6376 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction220:model_base#Object#protected_visibility */
6377 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction220:model_base#Object#private_visibility */
6378 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction220:model_base#Object#none_visibility */
6379 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction220:model#Object#abstract_kind */
6380 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction220:model#Object#concrete_kind */
6381 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction220:model#Object#interface_kind */
6382 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction220:model#Object#enum_kind */
6383 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction220:model#Object#extern_kind */
6384 (nitmethod_t)VIRTUAL_parser__ReduceAction220__action, /* pointer to parser:ReduceAction220:parser#ReduceAction220#action */
6385 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction220:parser#ReduceAction#concat */
6386 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction220:parser#ReduceAction#init */
6387 }
6388 };
6389 /* allocate ReduceAction220 */
6390 val* NEW_parser__ReduceAction220(const struct type* type) {
6391 val* self /* : ReduceAction220 */;
6392 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6393 self->type = type;
6394 self->class = &class_parser__ReduceAction220;
6395 return self;
6396 }
6397 /* allocate ReduceAction220 */
6398 void CHECK_NEW_parser__ReduceAction220(val* self) {
6399 long var /* : Int */;
6400 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction220> */
6401 }
6402 /* runtime class parser__ReduceAction222 */
6403 const struct class class_parser__ReduceAction222 = {
6404 0, /* box_kind */
6405 {
6406 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction222:kernel#Object#object_id */
6407 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction222:kernel#Object#is_same_type */
6408 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction222:kernel#Object#is_same_instance */
6409 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction222:kernel#Object#== */
6410 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction222:kernel#Object#!= */
6411 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction222:kernel#Object#output */
6412 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction222:kernel#Object#output_class_name */
6413 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction222:kernel#Object#exit */
6414 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction222:kernel#Object#sys */
6415 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction222:kernel#Object#hash */
6416 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction222:string#Object#to_s */
6417 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction222:string#Object#native_class_name */
6418 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction222:string#Object#class_name */
6419 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction222:string#Object#inspect */
6420 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction222:string#Object#inspect_head */
6421 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction222:string#Object#args */
6422 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction222:math#Object#atan2 */
6423 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction222:math#Object#pi */
6424 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction222:math#Object#srand_from */
6425 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction222:math#Object#srand */
6426 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction222:stream#Object#poll */
6427 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction222:stream#Object#intern_poll */
6428 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction222:time#Object#get_time */
6429 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction222:file#Object#printn */
6430 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction222:file#Object#print */
6431 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction222:file#Object#getc */
6432 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction222:file#Object#gets */
6433 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction222:file#Object#getcwd */
6434 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction222:file#Object#file_getcwd */
6435 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction222:file#Object#stdin */
6436 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction222:file#Object#stdout */
6437 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction222:file#Object#stderr */
6438 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction222:model_base#Object#intrude_visibility */
6439 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction222:model_base#Object#public_visibility */
6440 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction222:model_base#Object#protected_visibility */
6441 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction222:model_base#Object#private_visibility */
6442 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction222:model_base#Object#none_visibility */
6443 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction222:model#Object#abstract_kind */
6444 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction222:model#Object#concrete_kind */
6445 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction222:model#Object#interface_kind */
6446 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction222:model#Object#enum_kind */
6447 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction222:model#Object#extern_kind */
6448 (nitmethod_t)VIRTUAL_parser__ReduceAction222__action, /* pointer to parser:ReduceAction222:parser#ReduceAction222#action */
6449 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction222:parser#ReduceAction#concat */
6450 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction222:parser#ReduceAction#init */
6451 }
6452 };
6453 /* allocate ReduceAction222 */
6454 val* NEW_parser__ReduceAction222(const struct type* type) {
6455 val* self /* : ReduceAction222 */;
6456 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6457 self->type = type;
6458 self->class = &class_parser__ReduceAction222;
6459 return self;
6460 }
6461 /* allocate ReduceAction222 */
6462 void CHECK_NEW_parser__ReduceAction222(val* self) {
6463 long var /* : Int */;
6464 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction222> */
6465 }
6466 /* runtime class parser__ReduceAction223 */
6467 const struct class class_parser__ReduceAction223 = {
6468 0, /* box_kind */
6469 {
6470 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction223:kernel#Object#object_id */
6471 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction223:kernel#Object#is_same_type */
6472 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction223:kernel#Object#is_same_instance */
6473 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction223:kernel#Object#== */
6474 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction223:kernel#Object#!= */
6475 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction223:kernel#Object#output */
6476 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction223:kernel#Object#output_class_name */
6477 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction223:kernel#Object#exit */
6478 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction223:kernel#Object#sys */
6479 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction223:kernel#Object#hash */
6480 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction223:string#Object#to_s */
6481 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction223:string#Object#native_class_name */
6482 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction223:string#Object#class_name */
6483 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction223:string#Object#inspect */
6484 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction223:string#Object#inspect_head */
6485 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction223:string#Object#args */
6486 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction223:math#Object#atan2 */
6487 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction223:math#Object#pi */
6488 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction223:math#Object#srand_from */
6489 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction223:math#Object#srand */
6490 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction223:stream#Object#poll */
6491 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction223:stream#Object#intern_poll */
6492 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction223:time#Object#get_time */
6493 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction223:file#Object#printn */
6494 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction223:file#Object#print */
6495 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction223:file#Object#getc */
6496 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction223:file#Object#gets */
6497 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction223:file#Object#getcwd */
6498 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction223:file#Object#file_getcwd */
6499 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction223:file#Object#stdin */
6500 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction223:file#Object#stdout */
6501 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction223:file#Object#stderr */
6502 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction223:model_base#Object#intrude_visibility */
6503 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction223:model_base#Object#public_visibility */
6504 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction223:model_base#Object#protected_visibility */
6505 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction223:model_base#Object#private_visibility */
6506 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction223:model_base#Object#none_visibility */
6507 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction223:model#Object#abstract_kind */
6508 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction223:model#Object#concrete_kind */
6509 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction223:model#Object#interface_kind */
6510 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction223:model#Object#enum_kind */
6511 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction223:model#Object#extern_kind */
6512 (nitmethod_t)VIRTUAL_parser__ReduceAction223__action, /* pointer to parser:ReduceAction223:parser#ReduceAction223#action */
6513 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction223:parser#ReduceAction#concat */
6514 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction223:parser#ReduceAction#init */
6515 }
6516 };
6517 /* allocate ReduceAction223 */
6518 val* NEW_parser__ReduceAction223(const struct type* type) {
6519 val* self /* : ReduceAction223 */;
6520 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6521 self->type = type;
6522 self->class = &class_parser__ReduceAction223;
6523 return self;
6524 }
6525 /* allocate ReduceAction223 */
6526 void CHECK_NEW_parser__ReduceAction223(val* self) {
6527 long var /* : Int */;
6528 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction223> */
6529 }
6530 /* runtime class parser__ReduceAction225 */
6531 const struct class class_parser__ReduceAction225 = {
6532 0, /* box_kind */
6533 {
6534 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction225:kernel#Object#object_id */
6535 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction225:kernel#Object#is_same_type */
6536 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction225:kernel#Object#is_same_instance */
6537 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction225:kernel#Object#== */
6538 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction225:kernel#Object#!= */
6539 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction225:kernel#Object#output */
6540 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction225:kernel#Object#output_class_name */
6541 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction225:kernel#Object#exit */
6542 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction225:kernel#Object#sys */
6543 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction225:kernel#Object#hash */
6544 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction225:string#Object#to_s */
6545 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction225:string#Object#native_class_name */
6546 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction225:string#Object#class_name */
6547 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction225:string#Object#inspect */
6548 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction225:string#Object#inspect_head */
6549 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction225:string#Object#args */
6550 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction225:math#Object#atan2 */
6551 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction225:math#Object#pi */
6552 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction225:math#Object#srand_from */
6553 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction225:math#Object#srand */
6554 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction225:stream#Object#poll */
6555 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction225:stream#Object#intern_poll */
6556 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction225:time#Object#get_time */
6557 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction225:file#Object#printn */
6558 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction225:file#Object#print */
6559 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction225:file#Object#getc */
6560 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction225:file#Object#gets */
6561 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction225:file#Object#getcwd */
6562 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction225:file#Object#file_getcwd */
6563 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction225:file#Object#stdin */
6564 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction225:file#Object#stdout */
6565 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction225:file#Object#stderr */
6566 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction225:model_base#Object#intrude_visibility */
6567 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction225:model_base#Object#public_visibility */
6568 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction225:model_base#Object#protected_visibility */
6569 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction225:model_base#Object#private_visibility */
6570 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction225:model_base#Object#none_visibility */
6571 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction225:model#Object#abstract_kind */
6572 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction225:model#Object#concrete_kind */
6573 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction225:model#Object#interface_kind */
6574 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction225:model#Object#enum_kind */
6575 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction225:model#Object#extern_kind */
6576 (nitmethod_t)VIRTUAL_parser__ReduceAction225__action, /* pointer to parser:ReduceAction225:parser#ReduceAction225#action */
6577 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction225:parser#ReduceAction#concat */
6578 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction225:parser#ReduceAction#init */
6579 }
6580 };
6581 /* allocate ReduceAction225 */
6582 val* NEW_parser__ReduceAction225(const struct type* type) {
6583 val* self /* : ReduceAction225 */;
6584 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6585 self->type = type;
6586 self->class = &class_parser__ReduceAction225;
6587 return self;
6588 }
6589 /* allocate ReduceAction225 */
6590 void CHECK_NEW_parser__ReduceAction225(val* self) {
6591 long var /* : Int */;
6592 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction225> */
6593 }
6594 /* runtime class parser__ReduceAction226 */
6595 const struct class class_parser__ReduceAction226 = {
6596 0, /* box_kind */
6597 {
6598 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction226:kernel#Object#object_id */
6599 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction226:kernel#Object#is_same_type */
6600 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction226:kernel#Object#is_same_instance */
6601 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction226:kernel#Object#== */
6602 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction226:kernel#Object#!= */
6603 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction226:kernel#Object#output */
6604 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction226:kernel#Object#output_class_name */
6605 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction226:kernel#Object#exit */
6606 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction226:kernel#Object#sys */
6607 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction226:kernel#Object#hash */
6608 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction226:string#Object#to_s */
6609 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction226:string#Object#native_class_name */
6610 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction226:string#Object#class_name */
6611 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction226:string#Object#inspect */
6612 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction226:string#Object#inspect_head */
6613 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction226:string#Object#args */
6614 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction226:math#Object#atan2 */
6615 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction226:math#Object#pi */
6616 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction226:math#Object#srand_from */
6617 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction226:math#Object#srand */
6618 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction226:stream#Object#poll */
6619 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction226:stream#Object#intern_poll */
6620 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction226:time#Object#get_time */
6621 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction226:file#Object#printn */
6622 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction226:file#Object#print */
6623 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction226:file#Object#getc */
6624 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction226:file#Object#gets */
6625 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction226:file#Object#getcwd */
6626 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction226:file#Object#file_getcwd */
6627 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction226:file#Object#stdin */
6628 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction226:file#Object#stdout */
6629 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction226:file#Object#stderr */
6630 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction226:model_base#Object#intrude_visibility */
6631 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction226:model_base#Object#public_visibility */
6632 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction226:model_base#Object#protected_visibility */
6633 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction226:model_base#Object#private_visibility */
6634 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction226:model_base#Object#none_visibility */
6635 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction226:model#Object#abstract_kind */
6636 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction226:model#Object#concrete_kind */
6637 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction226:model#Object#interface_kind */
6638 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction226:model#Object#enum_kind */
6639 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction226:model#Object#extern_kind */
6640 (nitmethod_t)VIRTUAL_parser__ReduceAction226__action, /* pointer to parser:ReduceAction226:parser#ReduceAction226#action */
6641 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction226:parser#ReduceAction#concat */
6642 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction226:parser#ReduceAction#init */
6643 }
6644 };
6645 /* allocate ReduceAction226 */
6646 val* NEW_parser__ReduceAction226(const struct type* type) {
6647 val* self /* : ReduceAction226 */;
6648 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6649 self->type = type;
6650 self->class = &class_parser__ReduceAction226;
6651 return self;
6652 }
6653 /* allocate ReduceAction226 */
6654 void CHECK_NEW_parser__ReduceAction226(val* self) {
6655 long var /* : Int */;
6656 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction226> */
6657 }
6658 /* runtime class parser__ReduceAction227 */
6659 const struct class class_parser__ReduceAction227 = {
6660 0, /* box_kind */
6661 {
6662 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction227:kernel#Object#object_id */
6663 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction227:kernel#Object#is_same_type */
6664 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction227:kernel#Object#is_same_instance */
6665 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction227:kernel#Object#== */
6666 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction227:kernel#Object#!= */
6667 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction227:kernel#Object#output */
6668 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction227:kernel#Object#output_class_name */
6669 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction227:kernel#Object#exit */
6670 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction227:kernel#Object#sys */
6671 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction227:kernel#Object#hash */
6672 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction227:string#Object#to_s */
6673 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction227:string#Object#native_class_name */
6674 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction227:string#Object#class_name */
6675 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction227:string#Object#inspect */
6676 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction227:string#Object#inspect_head */
6677 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction227:string#Object#args */
6678 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction227:math#Object#atan2 */
6679 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction227:math#Object#pi */
6680 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction227:math#Object#srand_from */
6681 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction227:math#Object#srand */
6682 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction227:stream#Object#poll */
6683 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction227:stream#Object#intern_poll */
6684 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction227:time#Object#get_time */
6685 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction227:file#Object#printn */
6686 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction227:file#Object#print */
6687 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction227:file#Object#getc */
6688 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction227:file#Object#gets */
6689 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction227:file#Object#getcwd */
6690 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction227:file#Object#file_getcwd */
6691 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction227:file#Object#stdin */
6692 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction227:file#Object#stdout */
6693 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction227:file#Object#stderr */
6694 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction227:model_base#Object#intrude_visibility */
6695 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction227:model_base#Object#public_visibility */
6696 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction227:model_base#Object#protected_visibility */
6697 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction227:model_base#Object#private_visibility */
6698 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction227:model_base#Object#none_visibility */
6699 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction227:model#Object#abstract_kind */
6700 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction227:model#Object#concrete_kind */
6701 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction227:model#Object#interface_kind */
6702 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction227:model#Object#enum_kind */
6703 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction227:model#Object#extern_kind */
6704 (nitmethod_t)VIRTUAL_parser__ReduceAction227__action, /* pointer to parser:ReduceAction227:parser#ReduceAction227#action */
6705 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction227:parser#ReduceAction#concat */
6706 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction227:parser#ReduceAction#init */
6707 }
6708 };
6709 /* allocate ReduceAction227 */
6710 val* NEW_parser__ReduceAction227(const struct type* type) {
6711 val* self /* : ReduceAction227 */;
6712 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6713 self->type = type;
6714 self->class = &class_parser__ReduceAction227;
6715 return self;
6716 }
6717 /* allocate ReduceAction227 */
6718 void CHECK_NEW_parser__ReduceAction227(val* self) {
6719 long var /* : Int */;
6720 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction227> */
6721 }
6722 /* runtime class parser__ReduceAction228 */
6723 const struct class class_parser__ReduceAction228 = {
6724 0, /* box_kind */
6725 {
6726 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction228:kernel#Object#object_id */
6727 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction228:kernel#Object#is_same_type */
6728 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction228:kernel#Object#is_same_instance */
6729 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction228:kernel#Object#== */
6730 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction228:kernel#Object#!= */
6731 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction228:kernel#Object#output */
6732 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction228:kernel#Object#output_class_name */
6733 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction228:kernel#Object#exit */
6734 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction228:kernel#Object#sys */
6735 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction228:kernel#Object#hash */
6736 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction228:string#Object#to_s */
6737 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction228:string#Object#native_class_name */
6738 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction228:string#Object#class_name */
6739 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction228:string#Object#inspect */
6740 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction228:string#Object#inspect_head */
6741 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction228:string#Object#args */
6742 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction228:math#Object#atan2 */
6743 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction228:math#Object#pi */
6744 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction228:math#Object#srand_from */
6745 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction228:math#Object#srand */
6746 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction228:stream#Object#poll */
6747 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction228:stream#Object#intern_poll */
6748 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction228:time#Object#get_time */
6749 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction228:file#Object#printn */
6750 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction228:file#Object#print */
6751 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction228:file#Object#getc */
6752 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction228:file#Object#gets */
6753 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction228:file#Object#getcwd */
6754 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction228:file#Object#file_getcwd */
6755 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction228:file#Object#stdin */
6756 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction228:file#Object#stdout */
6757 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction228:file#Object#stderr */
6758 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction228:model_base#Object#intrude_visibility */
6759 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction228:model_base#Object#public_visibility */
6760 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction228:model_base#Object#protected_visibility */
6761 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction228:model_base#Object#private_visibility */
6762 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction228:model_base#Object#none_visibility */
6763 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction228:model#Object#abstract_kind */
6764 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction228:model#Object#concrete_kind */
6765 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction228:model#Object#interface_kind */
6766 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction228:model#Object#enum_kind */
6767 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction228:model#Object#extern_kind */
6768 (nitmethod_t)VIRTUAL_parser__ReduceAction228__action, /* pointer to parser:ReduceAction228:parser#ReduceAction228#action */
6769 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction228:parser#ReduceAction#concat */
6770 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction228:parser#ReduceAction#init */
6771 }
6772 };
6773 /* allocate ReduceAction228 */
6774 val* NEW_parser__ReduceAction228(const struct type* type) {
6775 val* self /* : ReduceAction228 */;
6776 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6777 self->type = type;
6778 self->class = &class_parser__ReduceAction228;
6779 return self;
6780 }
6781 /* allocate ReduceAction228 */
6782 void CHECK_NEW_parser__ReduceAction228(val* self) {
6783 long var /* : Int */;
6784 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction228> */
6785 }
6786 /* runtime class parser__ReduceAction230 */
6787 const struct class class_parser__ReduceAction230 = {
6788 0, /* box_kind */
6789 {
6790 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction230:kernel#Object#object_id */
6791 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction230:kernel#Object#is_same_type */
6792 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction230:kernel#Object#is_same_instance */
6793 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction230:kernel#Object#== */
6794 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction230:kernel#Object#!= */
6795 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction230:kernel#Object#output */
6796 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction230:kernel#Object#output_class_name */
6797 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction230:kernel#Object#exit */
6798 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction230:kernel#Object#sys */
6799 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction230:kernel#Object#hash */
6800 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction230:string#Object#to_s */
6801 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction230:string#Object#native_class_name */
6802 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction230:string#Object#class_name */
6803 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction230:string#Object#inspect */
6804 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction230:string#Object#inspect_head */
6805 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction230:string#Object#args */
6806 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction230:math#Object#atan2 */
6807 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction230:math#Object#pi */
6808 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction230:math#Object#srand_from */
6809 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction230:math#Object#srand */
6810 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction230:stream#Object#poll */
6811 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction230:stream#Object#intern_poll */
6812 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction230:time#Object#get_time */
6813 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction230:file#Object#printn */
6814 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction230:file#Object#print */
6815 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction230:file#Object#getc */
6816 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction230:file#Object#gets */
6817 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction230:file#Object#getcwd */
6818 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction230:file#Object#file_getcwd */
6819 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction230:file#Object#stdin */
6820 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction230:file#Object#stdout */
6821 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction230:file#Object#stderr */
6822 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction230:model_base#Object#intrude_visibility */
6823 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction230:model_base#Object#public_visibility */
6824 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction230:model_base#Object#protected_visibility */
6825 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction230:model_base#Object#private_visibility */
6826 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction230:model_base#Object#none_visibility */
6827 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction230:model#Object#abstract_kind */
6828 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction230:model#Object#concrete_kind */
6829 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction230:model#Object#interface_kind */
6830 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction230:model#Object#enum_kind */
6831 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction230:model#Object#extern_kind */
6832 (nitmethod_t)VIRTUAL_parser__ReduceAction230__action, /* pointer to parser:ReduceAction230:parser#ReduceAction230#action */
6833 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction230:parser#ReduceAction#concat */
6834 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction230:parser#ReduceAction#init */
6835 }
6836 };
6837 /* allocate ReduceAction230 */
6838 val* NEW_parser__ReduceAction230(const struct type* type) {
6839 val* self /* : ReduceAction230 */;
6840 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6841 self->type = type;
6842 self->class = &class_parser__ReduceAction230;
6843 return self;
6844 }
6845 /* allocate ReduceAction230 */
6846 void CHECK_NEW_parser__ReduceAction230(val* self) {
6847 long var /* : Int */;
6848 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction230> */
6849 }
6850 /* runtime class parser__ReduceAction231 */
6851 const struct class class_parser__ReduceAction231 = {
6852 0, /* box_kind */
6853 {
6854 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction231:kernel#Object#object_id */
6855 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction231:kernel#Object#is_same_type */
6856 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction231:kernel#Object#is_same_instance */
6857 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction231:kernel#Object#== */
6858 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction231:kernel#Object#!= */
6859 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction231:kernel#Object#output */
6860 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction231:kernel#Object#output_class_name */
6861 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction231:kernel#Object#exit */
6862 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction231:kernel#Object#sys */
6863 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction231:kernel#Object#hash */
6864 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction231:string#Object#to_s */
6865 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction231:string#Object#native_class_name */
6866 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction231:string#Object#class_name */
6867 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction231:string#Object#inspect */
6868 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction231:string#Object#inspect_head */
6869 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction231:string#Object#args */
6870 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction231:math#Object#atan2 */
6871 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction231:math#Object#pi */
6872 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction231:math#Object#srand_from */
6873 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction231:math#Object#srand */
6874 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction231:stream#Object#poll */
6875 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction231:stream#Object#intern_poll */
6876 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction231:time#Object#get_time */
6877 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction231:file#Object#printn */
6878 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction231:file#Object#print */
6879 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction231:file#Object#getc */
6880 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction231:file#Object#gets */
6881 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction231:file#Object#getcwd */
6882 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction231:file#Object#file_getcwd */
6883 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction231:file#Object#stdin */
6884 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction231:file#Object#stdout */
6885 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction231:file#Object#stderr */
6886 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction231:model_base#Object#intrude_visibility */
6887 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction231:model_base#Object#public_visibility */
6888 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction231:model_base#Object#protected_visibility */
6889 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction231:model_base#Object#private_visibility */
6890 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction231:model_base#Object#none_visibility */
6891 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction231:model#Object#abstract_kind */
6892 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction231:model#Object#concrete_kind */
6893 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction231:model#Object#interface_kind */
6894 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction231:model#Object#enum_kind */
6895 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction231:model#Object#extern_kind */
6896 (nitmethod_t)VIRTUAL_parser__ReduceAction231__action, /* pointer to parser:ReduceAction231:parser#ReduceAction231#action */
6897 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction231:parser#ReduceAction#concat */
6898 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction231:parser#ReduceAction#init */
6899 }
6900 };
6901 /* allocate ReduceAction231 */
6902 val* NEW_parser__ReduceAction231(const struct type* type) {
6903 val* self /* : ReduceAction231 */;
6904 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6905 self->type = type;
6906 self->class = &class_parser__ReduceAction231;
6907 return self;
6908 }
6909 /* allocate ReduceAction231 */
6910 void CHECK_NEW_parser__ReduceAction231(val* self) {
6911 long var /* : Int */;
6912 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction231> */
6913 }
6914 /* runtime class parser__ReduceAction233 */
6915 const struct class class_parser__ReduceAction233 = {
6916 0, /* box_kind */
6917 {
6918 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction233:kernel#Object#object_id */
6919 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction233:kernel#Object#is_same_type */
6920 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction233:kernel#Object#is_same_instance */
6921 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction233:kernel#Object#== */
6922 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction233:kernel#Object#!= */
6923 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction233:kernel#Object#output */
6924 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction233:kernel#Object#output_class_name */
6925 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction233:kernel#Object#exit */
6926 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction233:kernel#Object#sys */
6927 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction233:kernel#Object#hash */
6928 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction233:string#Object#to_s */
6929 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction233:string#Object#native_class_name */
6930 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction233:string#Object#class_name */
6931 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction233:string#Object#inspect */
6932 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction233:string#Object#inspect_head */
6933 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction233:string#Object#args */
6934 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction233:math#Object#atan2 */
6935 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction233:math#Object#pi */
6936 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction233:math#Object#srand_from */
6937 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction233:math#Object#srand */
6938 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction233:stream#Object#poll */
6939 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction233:stream#Object#intern_poll */
6940 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction233:time#Object#get_time */
6941 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction233:file#Object#printn */
6942 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction233:file#Object#print */
6943 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction233:file#Object#getc */
6944 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction233:file#Object#gets */
6945 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction233:file#Object#getcwd */
6946 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction233:file#Object#file_getcwd */
6947 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction233:file#Object#stdin */
6948 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction233:file#Object#stdout */
6949 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction233:file#Object#stderr */
6950 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction233:model_base#Object#intrude_visibility */
6951 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction233:model_base#Object#public_visibility */
6952 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction233:model_base#Object#protected_visibility */
6953 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction233:model_base#Object#private_visibility */
6954 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction233:model_base#Object#none_visibility */
6955 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction233:model#Object#abstract_kind */
6956 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction233:model#Object#concrete_kind */
6957 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction233:model#Object#interface_kind */
6958 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction233:model#Object#enum_kind */
6959 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction233:model#Object#extern_kind */
6960 (nitmethod_t)VIRTUAL_parser__ReduceAction233__action, /* pointer to parser:ReduceAction233:parser#ReduceAction233#action */
6961 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction233:parser#ReduceAction#concat */
6962 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction233:parser#ReduceAction#init */
6963 }
6964 };
6965 /* allocate ReduceAction233 */
6966 val* NEW_parser__ReduceAction233(const struct type* type) {
6967 val* self /* : ReduceAction233 */;
6968 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
6969 self->type = type;
6970 self->class = &class_parser__ReduceAction233;
6971 return self;
6972 }
6973 /* allocate ReduceAction233 */
6974 void CHECK_NEW_parser__ReduceAction233(val* self) {
6975 long var /* : Int */;
6976 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction233> */
6977 }
6978 /* runtime class parser__ReduceAction234 */
6979 const struct class class_parser__ReduceAction234 = {
6980 0, /* box_kind */
6981 {
6982 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction234:kernel#Object#object_id */
6983 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction234:kernel#Object#is_same_type */
6984 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction234:kernel#Object#is_same_instance */
6985 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction234:kernel#Object#== */
6986 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction234:kernel#Object#!= */
6987 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction234:kernel#Object#output */
6988 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction234:kernel#Object#output_class_name */
6989 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction234:kernel#Object#exit */
6990 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction234:kernel#Object#sys */
6991 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction234:kernel#Object#hash */
6992 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction234:string#Object#to_s */
6993 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction234:string#Object#native_class_name */
6994 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction234:string#Object#class_name */
6995 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction234:string#Object#inspect */
6996 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction234:string#Object#inspect_head */
6997 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction234:string#Object#args */
6998 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction234:math#Object#atan2 */
6999 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction234:math#Object#pi */
7000 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction234:math#Object#srand_from */
7001 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction234:math#Object#srand */
7002 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction234:stream#Object#poll */
7003 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction234:stream#Object#intern_poll */
7004 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction234:time#Object#get_time */
7005 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction234:file#Object#printn */
7006 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction234:file#Object#print */
7007 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction234:file#Object#getc */
7008 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction234:file#Object#gets */
7009 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction234:file#Object#getcwd */
7010 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction234:file#Object#file_getcwd */
7011 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction234:file#Object#stdin */
7012 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction234:file#Object#stdout */
7013 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction234:file#Object#stderr */
7014 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction234:model_base#Object#intrude_visibility */
7015 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction234:model_base#Object#public_visibility */
7016 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction234:model_base#Object#protected_visibility */
7017 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction234:model_base#Object#private_visibility */
7018 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction234:model_base#Object#none_visibility */
7019 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction234:model#Object#abstract_kind */
7020 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction234:model#Object#concrete_kind */
7021 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction234:model#Object#interface_kind */
7022 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction234:model#Object#enum_kind */
7023 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction234:model#Object#extern_kind */
7024 (nitmethod_t)VIRTUAL_parser__ReduceAction234__action, /* pointer to parser:ReduceAction234:parser#ReduceAction234#action */
7025 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction234:parser#ReduceAction#concat */
7026 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction234:parser#ReduceAction#init */
7027 }
7028 };
7029 /* allocate ReduceAction234 */
7030 val* NEW_parser__ReduceAction234(const struct type* type) {
7031 val* self /* : ReduceAction234 */;
7032 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7033 self->type = type;
7034 self->class = &class_parser__ReduceAction234;
7035 return self;
7036 }
7037 /* allocate ReduceAction234 */
7038 void CHECK_NEW_parser__ReduceAction234(val* self) {
7039 long var /* : Int */;
7040 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction234> */
7041 }
7042 /* runtime class parser__ReduceAction235 */
7043 const struct class class_parser__ReduceAction235 = {
7044 0, /* box_kind */
7045 {
7046 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction235:kernel#Object#object_id */
7047 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction235:kernel#Object#is_same_type */
7048 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction235:kernel#Object#is_same_instance */
7049 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction235:kernel#Object#== */
7050 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction235:kernel#Object#!= */
7051 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction235:kernel#Object#output */
7052 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction235:kernel#Object#output_class_name */
7053 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction235:kernel#Object#exit */
7054 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction235:kernel#Object#sys */
7055 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction235:kernel#Object#hash */
7056 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction235:string#Object#to_s */
7057 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction235:string#Object#native_class_name */
7058 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction235:string#Object#class_name */
7059 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction235:string#Object#inspect */
7060 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction235:string#Object#inspect_head */
7061 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction235:string#Object#args */
7062 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction235:math#Object#atan2 */
7063 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction235:math#Object#pi */
7064 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction235:math#Object#srand_from */
7065 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction235:math#Object#srand */
7066 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction235:stream#Object#poll */
7067 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction235:stream#Object#intern_poll */
7068 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction235:time#Object#get_time */
7069 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction235:file#Object#printn */
7070 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction235:file#Object#print */
7071 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction235:file#Object#getc */
7072 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction235:file#Object#gets */
7073 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction235:file#Object#getcwd */
7074 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction235:file#Object#file_getcwd */
7075 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction235:file#Object#stdin */
7076 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction235:file#Object#stdout */
7077 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction235:file#Object#stderr */
7078 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction235:model_base#Object#intrude_visibility */
7079 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction235:model_base#Object#public_visibility */
7080 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction235:model_base#Object#protected_visibility */
7081 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction235:model_base#Object#private_visibility */
7082 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction235:model_base#Object#none_visibility */
7083 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction235:model#Object#abstract_kind */
7084 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction235:model#Object#concrete_kind */
7085 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction235:model#Object#interface_kind */
7086 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction235:model#Object#enum_kind */
7087 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction235:model#Object#extern_kind */
7088 (nitmethod_t)VIRTUAL_parser__ReduceAction235__action, /* pointer to parser:ReduceAction235:parser#ReduceAction235#action */
7089 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction235:parser#ReduceAction#concat */
7090 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction235:parser#ReduceAction#init */
7091 }
7092 };
7093 /* allocate ReduceAction235 */
7094 val* NEW_parser__ReduceAction235(const struct type* type) {
7095 val* self /* : ReduceAction235 */;
7096 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7097 self->type = type;
7098 self->class = &class_parser__ReduceAction235;
7099 return self;
7100 }
7101 /* allocate ReduceAction235 */
7102 void CHECK_NEW_parser__ReduceAction235(val* self) {
7103 long var /* : Int */;
7104 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction235> */
7105 }
7106 /* runtime class parser__ReduceAction236 */
7107 const struct class class_parser__ReduceAction236 = {
7108 0, /* box_kind */
7109 {
7110 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction236:kernel#Object#object_id */
7111 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction236:kernel#Object#is_same_type */
7112 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction236:kernel#Object#is_same_instance */
7113 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction236:kernel#Object#== */
7114 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction236:kernel#Object#!= */
7115 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction236:kernel#Object#output */
7116 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction236:kernel#Object#output_class_name */
7117 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction236:kernel#Object#exit */
7118 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction236:kernel#Object#sys */
7119 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction236:kernel#Object#hash */
7120 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction236:string#Object#to_s */
7121 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction236:string#Object#native_class_name */
7122 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction236:string#Object#class_name */
7123 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction236:string#Object#inspect */
7124 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction236:string#Object#inspect_head */
7125 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction236:string#Object#args */
7126 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction236:math#Object#atan2 */
7127 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction236:math#Object#pi */
7128 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction236:math#Object#srand_from */
7129 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction236:math#Object#srand */
7130 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction236:stream#Object#poll */
7131 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction236:stream#Object#intern_poll */
7132 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction236:time#Object#get_time */
7133 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction236:file#Object#printn */
7134 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction236:file#Object#print */
7135 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction236:file#Object#getc */
7136 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction236:file#Object#gets */
7137 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction236:file#Object#getcwd */
7138 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction236:file#Object#file_getcwd */
7139 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction236:file#Object#stdin */
7140 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction236:file#Object#stdout */
7141 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction236:file#Object#stderr */
7142 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction236:model_base#Object#intrude_visibility */
7143 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction236:model_base#Object#public_visibility */
7144 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction236:model_base#Object#protected_visibility */
7145 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction236:model_base#Object#private_visibility */
7146 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction236:model_base#Object#none_visibility */
7147 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction236:model#Object#abstract_kind */
7148 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction236:model#Object#concrete_kind */
7149 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction236:model#Object#interface_kind */
7150 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction236:model#Object#enum_kind */
7151 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction236:model#Object#extern_kind */
7152 (nitmethod_t)VIRTUAL_parser__ReduceAction236__action, /* pointer to parser:ReduceAction236:parser#ReduceAction236#action */
7153 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction236:parser#ReduceAction#concat */
7154 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction236:parser#ReduceAction#init */
7155 }
7156 };
7157 /* allocate ReduceAction236 */
7158 val* NEW_parser__ReduceAction236(const struct type* type) {
7159 val* self /* : ReduceAction236 */;
7160 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7161 self->type = type;
7162 self->class = &class_parser__ReduceAction236;
7163 return self;
7164 }
7165 /* allocate ReduceAction236 */
7166 void CHECK_NEW_parser__ReduceAction236(val* self) {
7167 long var /* : Int */;
7168 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction236> */
7169 }
7170 /* runtime class parser__ReduceAction238 */
7171 const struct class class_parser__ReduceAction238 = {
7172 0, /* box_kind */
7173 {
7174 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction238:kernel#Object#object_id */
7175 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction238:kernel#Object#is_same_type */
7176 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction238:kernel#Object#is_same_instance */
7177 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction238:kernel#Object#== */
7178 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction238:kernel#Object#!= */
7179 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction238:kernel#Object#output */
7180 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction238:kernel#Object#output_class_name */
7181 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction238:kernel#Object#exit */
7182 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction238:kernel#Object#sys */
7183 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction238:kernel#Object#hash */
7184 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction238:string#Object#to_s */
7185 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction238:string#Object#native_class_name */
7186 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction238:string#Object#class_name */
7187 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction238:string#Object#inspect */
7188 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction238:string#Object#inspect_head */
7189 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction238:string#Object#args */
7190 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction238:math#Object#atan2 */
7191 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction238:math#Object#pi */
7192 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction238:math#Object#srand_from */
7193 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction238:math#Object#srand */
7194 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction238:stream#Object#poll */
7195 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction238:stream#Object#intern_poll */
7196 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction238:time#Object#get_time */
7197 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction238:file#Object#printn */
7198 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction238:file#Object#print */
7199 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction238:file#Object#getc */
7200 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction238:file#Object#gets */
7201 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction238:file#Object#getcwd */
7202 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction238:file#Object#file_getcwd */
7203 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction238:file#Object#stdin */
7204 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction238:file#Object#stdout */
7205 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction238:file#Object#stderr */
7206 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction238:model_base#Object#intrude_visibility */
7207 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction238:model_base#Object#public_visibility */
7208 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction238:model_base#Object#protected_visibility */
7209 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction238:model_base#Object#private_visibility */
7210 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction238:model_base#Object#none_visibility */
7211 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction238:model#Object#abstract_kind */
7212 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction238:model#Object#concrete_kind */
7213 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction238:model#Object#interface_kind */
7214 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction238:model#Object#enum_kind */
7215 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction238:model#Object#extern_kind */
7216 (nitmethod_t)VIRTUAL_parser__ReduceAction238__action, /* pointer to parser:ReduceAction238:parser#ReduceAction238#action */
7217 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction238:parser#ReduceAction#concat */
7218 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction238:parser#ReduceAction#init */
7219 }
7220 };
7221 /* allocate ReduceAction238 */
7222 val* NEW_parser__ReduceAction238(const struct type* type) {
7223 val* self /* : ReduceAction238 */;
7224 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7225 self->type = type;
7226 self->class = &class_parser__ReduceAction238;
7227 return self;
7228 }
7229 /* allocate ReduceAction238 */
7230 void CHECK_NEW_parser__ReduceAction238(val* self) {
7231 long var /* : Int */;
7232 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction238> */
7233 }
7234 /* runtime class parser__ReduceAction239 */
7235 const struct class class_parser__ReduceAction239 = {
7236 0, /* box_kind */
7237 {
7238 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction239:kernel#Object#object_id */
7239 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction239:kernel#Object#is_same_type */
7240 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction239:kernel#Object#is_same_instance */
7241 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction239:kernel#Object#== */
7242 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction239:kernel#Object#!= */
7243 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction239:kernel#Object#output */
7244 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction239:kernel#Object#output_class_name */
7245 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction239:kernel#Object#exit */
7246 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction239:kernel#Object#sys */
7247 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction239:kernel#Object#hash */
7248 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction239:string#Object#to_s */
7249 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction239:string#Object#native_class_name */
7250 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction239:string#Object#class_name */
7251 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction239:string#Object#inspect */
7252 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction239:string#Object#inspect_head */
7253 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction239:string#Object#args */
7254 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction239:math#Object#atan2 */
7255 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction239:math#Object#pi */
7256 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction239:math#Object#srand_from */
7257 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction239:math#Object#srand */
7258 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction239:stream#Object#poll */
7259 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction239:stream#Object#intern_poll */
7260 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction239:time#Object#get_time */
7261 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction239:file#Object#printn */
7262 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction239:file#Object#print */
7263 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction239:file#Object#getc */
7264 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction239:file#Object#gets */
7265 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction239:file#Object#getcwd */
7266 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction239:file#Object#file_getcwd */
7267 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction239:file#Object#stdin */
7268 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction239:file#Object#stdout */
7269 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction239:file#Object#stderr */
7270 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction239:model_base#Object#intrude_visibility */
7271 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction239:model_base#Object#public_visibility */
7272 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction239:model_base#Object#protected_visibility */
7273 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction239:model_base#Object#private_visibility */
7274 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction239:model_base#Object#none_visibility */
7275 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction239:model#Object#abstract_kind */
7276 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction239:model#Object#concrete_kind */
7277 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction239:model#Object#interface_kind */
7278 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction239:model#Object#enum_kind */
7279 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction239:model#Object#extern_kind */
7280 (nitmethod_t)VIRTUAL_parser__ReduceAction239__action, /* pointer to parser:ReduceAction239:parser#ReduceAction239#action */
7281 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction239:parser#ReduceAction#concat */
7282 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction239:parser#ReduceAction#init */
7283 }
7284 };
7285 /* allocate ReduceAction239 */
7286 val* NEW_parser__ReduceAction239(const struct type* type) {
7287 val* self /* : ReduceAction239 */;
7288 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7289 self->type = type;
7290 self->class = &class_parser__ReduceAction239;
7291 return self;
7292 }
7293 /* allocate ReduceAction239 */
7294 void CHECK_NEW_parser__ReduceAction239(val* self) {
7295 long var /* : Int */;
7296 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction239> */
7297 }
7298 /* runtime class parser__ReduceAction241 */
7299 const struct class class_parser__ReduceAction241 = {
7300 0, /* box_kind */
7301 {
7302 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction241:kernel#Object#object_id */
7303 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction241:kernel#Object#is_same_type */
7304 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction241:kernel#Object#is_same_instance */
7305 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction241:kernel#Object#== */
7306 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction241:kernel#Object#!= */
7307 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction241:kernel#Object#output */
7308 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction241:kernel#Object#output_class_name */
7309 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction241:kernel#Object#exit */
7310 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction241:kernel#Object#sys */
7311 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction241:kernel#Object#hash */
7312 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction241:string#Object#to_s */
7313 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction241:string#Object#native_class_name */
7314 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction241:string#Object#class_name */
7315 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction241:string#Object#inspect */
7316 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction241:string#Object#inspect_head */
7317 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction241:string#Object#args */
7318 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction241:math#Object#atan2 */
7319 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction241:math#Object#pi */
7320 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction241:math#Object#srand_from */
7321 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction241:math#Object#srand */
7322 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction241:stream#Object#poll */
7323 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction241:stream#Object#intern_poll */
7324 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction241:time#Object#get_time */
7325 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction241:file#Object#printn */
7326 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction241:file#Object#print */
7327 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction241:file#Object#getc */
7328 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction241:file#Object#gets */
7329 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction241:file#Object#getcwd */
7330 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction241:file#Object#file_getcwd */
7331 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction241:file#Object#stdin */
7332 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction241:file#Object#stdout */
7333 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction241:file#Object#stderr */
7334 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction241:model_base#Object#intrude_visibility */
7335 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction241:model_base#Object#public_visibility */
7336 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction241:model_base#Object#protected_visibility */
7337 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction241:model_base#Object#private_visibility */
7338 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction241:model_base#Object#none_visibility */
7339 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction241:model#Object#abstract_kind */
7340 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction241:model#Object#concrete_kind */
7341 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction241:model#Object#interface_kind */
7342 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction241:model#Object#enum_kind */
7343 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction241:model#Object#extern_kind */
7344 (nitmethod_t)VIRTUAL_parser__ReduceAction241__action, /* pointer to parser:ReduceAction241:parser#ReduceAction241#action */
7345 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction241:parser#ReduceAction#concat */
7346 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction241:parser#ReduceAction#init */
7347 }
7348 };
7349 /* allocate ReduceAction241 */
7350 val* NEW_parser__ReduceAction241(const struct type* type) {
7351 val* self /* : ReduceAction241 */;
7352 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7353 self->type = type;
7354 self->class = &class_parser__ReduceAction241;
7355 return self;
7356 }
7357 /* allocate ReduceAction241 */
7358 void CHECK_NEW_parser__ReduceAction241(val* self) {
7359 long var /* : Int */;
7360 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction241> */
7361 }
7362 /* runtime class parser__ReduceAction242 */
7363 const struct class class_parser__ReduceAction242 = {
7364 0, /* box_kind */
7365 {
7366 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction242:kernel#Object#object_id */
7367 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction242:kernel#Object#is_same_type */
7368 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction242:kernel#Object#is_same_instance */
7369 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction242:kernel#Object#== */
7370 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction242:kernel#Object#!= */
7371 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction242:kernel#Object#output */
7372 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction242:kernel#Object#output_class_name */
7373 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction242:kernel#Object#exit */
7374 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction242:kernel#Object#sys */
7375 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction242:kernel#Object#hash */
7376 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction242:string#Object#to_s */
7377 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction242:string#Object#native_class_name */
7378 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction242:string#Object#class_name */
7379 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction242:string#Object#inspect */
7380 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction242:string#Object#inspect_head */
7381 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction242:string#Object#args */
7382 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction242:math#Object#atan2 */
7383 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction242:math#Object#pi */
7384 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction242:math#Object#srand_from */
7385 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction242:math#Object#srand */
7386 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction242:stream#Object#poll */
7387 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction242:stream#Object#intern_poll */
7388 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction242:time#Object#get_time */
7389 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction242:file#Object#printn */
7390 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction242:file#Object#print */
7391 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction242:file#Object#getc */
7392 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction242:file#Object#gets */
7393 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction242:file#Object#getcwd */
7394 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction242:file#Object#file_getcwd */
7395 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction242:file#Object#stdin */
7396 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction242:file#Object#stdout */
7397 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction242:file#Object#stderr */
7398 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction242:model_base#Object#intrude_visibility */
7399 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction242:model_base#Object#public_visibility */
7400 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction242:model_base#Object#protected_visibility */
7401 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction242:model_base#Object#private_visibility */
7402 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction242:model_base#Object#none_visibility */
7403 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction242:model#Object#abstract_kind */
7404 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction242:model#Object#concrete_kind */
7405 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction242:model#Object#interface_kind */
7406 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction242:model#Object#enum_kind */
7407 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction242:model#Object#extern_kind */
7408 (nitmethod_t)VIRTUAL_parser__ReduceAction242__action, /* pointer to parser:ReduceAction242:parser#ReduceAction242#action */
7409 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction242:parser#ReduceAction#concat */
7410 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction242:parser#ReduceAction#init */
7411 }
7412 };
7413 /* allocate ReduceAction242 */
7414 val* NEW_parser__ReduceAction242(const struct type* type) {
7415 val* self /* : ReduceAction242 */;
7416 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7417 self->type = type;
7418 self->class = &class_parser__ReduceAction242;
7419 return self;
7420 }
7421 /* allocate ReduceAction242 */
7422 void CHECK_NEW_parser__ReduceAction242(val* self) {
7423 long var /* : Int */;
7424 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction242> */
7425 }
7426 /* runtime class parser__ReduceAction243 */
7427 const struct class class_parser__ReduceAction243 = {
7428 0, /* box_kind */
7429 {
7430 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction243:kernel#Object#object_id */
7431 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction243:kernel#Object#is_same_type */
7432 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction243:kernel#Object#is_same_instance */
7433 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction243:kernel#Object#== */
7434 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction243:kernel#Object#!= */
7435 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction243:kernel#Object#output */
7436 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction243:kernel#Object#output_class_name */
7437 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction243:kernel#Object#exit */
7438 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction243:kernel#Object#sys */
7439 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction243:kernel#Object#hash */
7440 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction243:string#Object#to_s */
7441 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction243:string#Object#native_class_name */
7442 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction243:string#Object#class_name */
7443 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction243:string#Object#inspect */
7444 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction243:string#Object#inspect_head */
7445 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction243:string#Object#args */
7446 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction243:math#Object#atan2 */
7447 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction243:math#Object#pi */
7448 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction243:math#Object#srand_from */
7449 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction243:math#Object#srand */
7450 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction243:stream#Object#poll */
7451 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction243:stream#Object#intern_poll */
7452 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction243:time#Object#get_time */
7453 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction243:file#Object#printn */
7454 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction243:file#Object#print */
7455 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction243:file#Object#getc */
7456 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction243:file#Object#gets */
7457 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction243:file#Object#getcwd */
7458 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction243:file#Object#file_getcwd */
7459 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction243:file#Object#stdin */
7460 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction243:file#Object#stdout */
7461 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction243:file#Object#stderr */
7462 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction243:model_base#Object#intrude_visibility */
7463 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction243:model_base#Object#public_visibility */
7464 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction243:model_base#Object#protected_visibility */
7465 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction243:model_base#Object#private_visibility */
7466 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction243:model_base#Object#none_visibility */
7467 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction243:model#Object#abstract_kind */
7468 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction243:model#Object#concrete_kind */
7469 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction243:model#Object#interface_kind */
7470 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction243:model#Object#enum_kind */
7471 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction243:model#Object#extern_kind */
7472 (nitmethod_t)VIRTUAL_parser__ReduceAction243__action, /* pointer to parser:ReduceAction243:parser#ReduceAction243#action */
7473 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction243:parser#ReduceAction#concat */
7474 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction243:parser#ReduceAction#init */
7475 }
7476 };
7477 /* allocate ReduceAction243 */
7478 val* NEW_parser__ReduceAction243(const struct type* type) {
7479 val* self /* : ReduceAction243 */;
7480 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7481 self->type = type;
7482 self->class = &class_parser__ReduceAction243;
7483 return self;
7484 }
7485 /* allocate ReduceAction243 */
7486 void CHECK_NEW_parser__ReduceAction243(val* self) {
7487 long var /* : Int */;
7488 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction243> */
7489 }
7490 /* runtime class parser__ReduceAction244 */
7491 const struct class class_parser__ReduceAction244 = {
7492 0, /* box_kind */
7493 {
7494 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction244:kernel#Object#object_id */
7495 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction244:kernel#Object#is_same_type */
7496 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction244:kernel#Object#is_same_instance */
7497 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction244:kernel#Object#== */
7498 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction244:kernel#Object#!= */
7499 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction244:kernel#Object#output */
7500 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction244:kernel#Object#output_class_name */
7501 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction244:kernel#Object#exit */
7502 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction244:kernel#Object#sys */
7503 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction244:kernel#Object#hash */
7504 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction244:string#Object#to_s */
7505 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction244:string#Object#native_class_name */
7506 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction244:string#Object#class_name */
7507 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction244:string#Object#inspect */
7508 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction244:string#Object#inspect_head */
7509 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction244:string#Object#args */
7510 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction244:math#Object#atan2 */
7511 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction244:math#Object#pi */
7512 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction244:math#Object#srand_from */
7513 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction244:math#Object#srand */
7514 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction244:stream#Object#poll */
7515 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction244:stream#Object#intern_poll */
7516 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction244:time#Object#get_time */
7517 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction244:file#Object#printn */
7518 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction244:file#Object#print */
7519 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction244:file#Object#getc */
7520 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction244:file#Object#gets */
7521 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction244:file#Object#getcwd */
7522 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction244:file#Object#file_getcwd */
7523 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction244:file#Object#stdin */
7524 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction244:file#Object#stdout */
7525 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction244:file#Object#stderr */
7526 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction244:model_base#Object#intrude_visibility */
7527 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction244:model_base#Object#public_visibility */
7528 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction244:model_base#Object#protected_visibility */
7529 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction244:model_base#Object#private_visibility */
7530 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction244:model_base#Object#none_visibility */
7531 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction244:model#Object#abstract_kind */
7532 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction244:model#Object#concrete_kind */
7533 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction244:model#Object#interface_kind */
7534 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction244:model#Object#enum_kind */
7535 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction244:model#Object#extern_kind */
7536 (nitmethod_t)VIRTUAL_parser__ReduceAction244__action, /* pointer to parser:ReduceAction244:parser#ReduceAction244#action */
7537 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction244:parser#ReduceAction#concat */
7538 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction244:parser#ReduceAction#init */
7539 }
7540 };
7541 /* allocate ReduceAction244 */
7542 val* NEW_parser__ReduceAction244(const struct type* type) {
7543 val* self /* : ReduceAction244 */;
7544 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7545 self->type = type;
7546 self->class = &class_parser__ReduceAction244;
7547 return self;
7548 }
7549 /* allocate ReduceAction244 */
7550 void CHECK_NEW_parser__ReduceAction244(val* self) {
7551 long var /* : Int */;
7552 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction244> */
7553 }
7554 /* runtime class parser__ReduceAction246 */
7555 const struct class class_parser__ReduceAction246 = {
7556 0, /* box_kind */
7557 {
7558 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction246:kernel#Object#object_id */
7559 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction246:kernel#Object#is_same_type */
7560 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction246:kernel#Object#is_same_instance */
7561 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction246:kernel#Object#== */
7562 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction246:kernel#Object#!= */
7563 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction246:kernel#Object#output */
7564 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction246:kernel#Object#output_class_name */
7565 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction246:kernel#Object#exit */
7566 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction246:kernel#Object#sys */
7567 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction246:kernel#Object#hash */
7568 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction246:string#Object#to_s */
7569 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction246:string#Object#native_class_name */
7570 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction246:string#Object#class_name */
7571 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction246:string#Object#inspect */
7572 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction246:string#Object#inspect_head */
7573 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction246:string#Object#args */
7574 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction246:math#Object#atan2 */
7575 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction246:math#Object#pi */
7576 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction246:math#Object#srand_from */
7577 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction246:math#Object#srand */
7578 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction246:stream#Object#poll */
7579 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction246:stream#Object#intern_poll */
7580 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction246:time#Object#get_time */
7581 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction246:file#Object#printn */
7582 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction246:file#Object#print */
7583 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction246:file#Object#getc */
7584 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction246:file#Object#gets */
7585 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction246:file#Object#getcwd */
7586 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction246:file#Object#file_getcwd */
7587 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction246:file#Object#stdin */
7588 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction246:file#Object#stdout */
7589 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction246:file#Object#stderr */
7590 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction246:model_base#Object#intrude_visibility */
7591 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction246:model_base#Object#public_visibility */
7592 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction246:model_base#Object#protected_visibility */
7593 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction246:model_base#Object#private_visibility */
7594 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction246:model_base#Object#none_visibility */
7595 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction246:model#Object#abstract_kind */
7596 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction246:model#Object#concrete_kind */
7597 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction246:model#Object#interface_kind */
7598 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction246:model#Object#enum_kind */
7599 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction246:model#Object#extern_kind */
7600 (nitmethod_t)VIRTUAL_parser__ReduceAction246__action, /* pointer to parser:ReduceAction246:parser#ReduceAction246#action */
7601 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction246:parser#ReduceAction#concat */
7602 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction246:parser#ReduceAction#init */
7603 }
7604 };
7605 /* allocate ReduceAction246 */
7606 val* NEW_parser__ReduceAction246(const struct type* type) {
7607 val* self /* : ReduceAction246 */;
7608 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7609 self->type = type;
7610 self->class = &class_parser__ReduceAction246;
7611 return self;
7612 }
7613 /* allocate ReduceAction246 */
7614 void CHECK_NEW_parser__ReduceAction246(val* self) {
7615 long var /* : Int */;
7616 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction246> */
7617 }
7618 /* runtime class parser__ReduceAction247 */
7619 const struct class class_parser__ReduceAction247 = {
7620 0, /* box_kind */
7621 {
7622 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction247:kernel#Object#object_id */
7623 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction247:kernel#Object#is_same_type */
7624 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction247:kernel#Object#is_same_instance */
7625 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction247:kernel#Object#== */
7626 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction247:kernel#Object#!= */
7627 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction247:kernel#Object#output */
7628 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction247:kernel#Object#output_class_name */
7629 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction247:kernel#Object#exit */
7630 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction247:kernel#Object#sys */
7631 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction247:kernel#Object#hash */
7632 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction247:string#Object#to_s */
7633 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction247:string#Object#native_class_name */
7634 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction247:string#Object#class_name */
7635 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction247:string#Object#inspect */
7636 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction247:string#Object#inspect_head */
7637 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction247:string#Object#args */
7638 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction247:math#Object#atan2 */
7639 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction247:math#Object#pi */
7640 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction247:math#Object#srand_from */
7641 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction247:math#Object#srand */
7642 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction247:stream#Object#poll */
7643 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction247:stream#Object#intern_poll */
7644 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction247:time#Object#get_time */
7645 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction247:file#Object#printn */
7646 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction247:file#Object#print */
7647 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction247:file#Object#getc */
7648 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction247:file#Object#gets */
7649 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction247:file#Object#getcwd */
7650 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction247:file#Object#file_getcwd */
7651 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction247:file#Object#stdin */
7652 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction247:file#Object#stdout */
7653 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction247:file#Object#stderr */
7654 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction247:model_base#Object#intrude_visibility */
7655 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction247:model_base#Object#public_visibility */
7656 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction247:model_base#Object#protected_visibility */
7657 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction247:model_base#Object#private_visibility */
7658 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction247:model_base#Object#none_visibility */
7659 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction247:model#Object#abstract_kind */
7660 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction247:model#Object#concrete_kind */
7661 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction247:model#Object#interface_kind */
7662 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction247:model#Object#enum_kind */
7663 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction247:model#Object#extern_kind */
7664 (nitmethod_t)VIRTUAL_parser__ReduceAction247__action, /* pointer to parser:ReduceAction247:parser#ReduceAction247#action */
7665 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction247:parser#ReduceAction#concat */
7666 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction247:parser#ReduceAction#init */
7667 }
7668 };
7669 /* allocate ReduceAction247 */
7670 val* NEW_parser__ReduceAction247(const struct type* type) {
7671 val* self /* : ReduceAction247 */;
7672 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7673 self->type = type;
7674 self->class = &class_parser__ReduceAction247;
7675 return self;
7676 }
7677 /* allocate ReduceAction247 */
7678 void CHECK_NEW_parser__ReduceAction247(val* self) {
7679 long var /* : Int */;
7680 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction247> */
7681 }
7682 /* runtime class parser__ReduceAction249 */
7683 const struct class class_parser__ReduceAction249 = {
7684 0, /* box_kind */
7685 {
7686 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction249:kernel#Object#object_id */
7687 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction249:kernel#Object#is_same_type */
7688 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction249:kernel#Object#is_same_instance */
7689 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction249:kernel#Object#== */
7690 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction249:kernel#Object#!= */
7691 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction249:kernel#Object#output */
7692 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction249:kernel#Object#output_class_name */
7693 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction249:kernel#Object#exit */
7694 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction249:kernel#Object#sys */
7695 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction249:kernel#Object#hash */
7696 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction249:string#Object#to_s */
7697 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction249:string#Object#native_class_name */
7698 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction249:string#Object#class_name */
7699 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction249:string#Object#inspect */
7700 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction249:string#Object#inspect_head */
7701 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction249:string#Object#args */
7702 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction249:math#Object#atan2 */
7703 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction249:math#Object#pi */
7704 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction249:math#Object#srand_from */
7705 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction249:math#Object#srand */
7706 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction249:stream#Object#poll */
7707 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction249:stream#Object#intern_poll */
7708 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction249:time#Object#get_time */
7709 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction249:file#Object#printn */
7710 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction249:file#Object#print */
7711 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction249:file#Object#getc */
7712 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction249:file#Object#gets */
7713 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction249:file#Object#getcwd */
7714 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction249:file#Object#file_getcwd */
7715 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction249:file#Object#stdin */
7716 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction249:file#Object#stdout */
7717 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction249:file#Object#stderr */
7718 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction249:model_base#Object#intrude_visibility */
7719 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction249:model_base#Object#public_visibility */
7720 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction249:model_base#Object#protected_visibility */
7721 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction249:model_base#Object#private_visibility */
7722 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction249:model_base#Object#none_visibility */
7723 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction249:model#Object#abstract_kind */
7724 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction249:model#Object#concrete_kind */
7725 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction249:model#Object#interface_kind */
7726 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction249:model#Object#enum_kind */
7727 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction249:model#Object#extern_kind */
7728 (nitmethod_t)VIRTUAL_parser__ReduceAction249__action, /* pointer to parser:ReduceAction249:parser#ReduceAction249#action */
7729 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction249:parser#ReduceAction#concat */
7730 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction249:parser#ReduceAction#init */
7731 }
7732 };
7733 /* allocate ReduceAction249 */
7734 val* NEW_parser__ReduceAction249(const struct type* type) {
7735 val* self /* : ReduceAction249 */;
7736 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7737 self->type = type;
7738 self->class = &class_parser__ReduceAction249;
7739 return self;
7740 }
7741 /* allocate ReduceAction249 */
7742 void CHECK_NEW_parser__ReduceAction249(val* self) {
7743 long var /* : Int */;
7744 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction249> */
7745 }
7746 /* runtime class parser__ReduceAction250 */
7747 const struct class class_parser__ReduceAction250 = {
7748 0, /* box_kind */
7749 {
7750 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction250:kernel#Object#object_id */
7751 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction250:kernel#Object#is_same_type */
7752 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction250:kernel#Object#is_same_instance */
7753 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction250:kernel#Object#== */
7754 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction250:kernel#Object#!= */
7755 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction250:kernel#Object#output */
7756 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction250:kernel#Object#output_class_name */
7757 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction250:kernel#Object#exit */
7758 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction250:kernel#Object#sys */
7759 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction250:kernel#Object#hash */
7760 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction250:string#Object#to_s */
7761 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction250:string#Object#native_class_name */
7762 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction250:string#Object#class_name */
7763 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction250:string#Object#inspect */
7764 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction250:string#Object#inspect_head */
7765 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction250:string#Object#args */
7766 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction250:math#Object#atan2 */
7767 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction250:math#Object#pi */
7768 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction250:math#Object#srand_from */
7769 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction250:math#Object#srand */
7770 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction250:stream#Object#poll */
7771 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction250:stream#Object#intern_poll */
7772 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction250:time#Object#get_time */
7773 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction250:file#Object#printn */
7774 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction250:file#Object#print */
7775 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction250:file#Object#getc */
7776 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction250:file#Object#gets */
7777 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction250:file#Object#getcwd */
7778 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction250:file#Object#file_getcwd */
7779 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction250:file#Object#stdin */
7780 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction250:file#Object#stdout */
7781 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction250:file#Object#stderr */
7782 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction250:model_base#Object#intrude_visibility */
7783 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction250:model_base#Object#public_visibility */
7784 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction250:model_base#Object#protected_visibility */
7785 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction250:model_base#Object#private_visibility */
7786 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction250:model_base#Object#none_visibility */
7787 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction250:model#Object#abstract_kind */
7788 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction250:model#Object#concrete_kind */
7789 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction250:model#Object#interface_kind */
7790 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction250:model#Object#enum_kind */
7791 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction250:model#Object#extern_kind */
7792 (nitmethod_t)VIRTUAL_parser__ReduceAction250__action, /* pointer to parser:ReduceAction250:parser#ReduceAction250#action */
7793 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction250:parser#ReduceAction#concat */
7794 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction250:parser#ReduceAction#init */
7795 }
7796 };
7797 /* allocate ReduceAction250 */
7798 val* NEW_parser__ReduceAction250(const struct type* type) {
7799 val* self /* : ReduceAction250 */;
7800 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7801 self->type = type;
7802 self->class = &class_parser__ReduceAction250;
7803 return self;
7804 }
7805 /* allocate ReduceAction250 */
7806 void CHECK_NEW_parser__ReduceAction250(val* self) {
7807 long var /* : Int */;
7808 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction250> */
7809 }
7810 /* runtime class parser__ReduceAction251 */
7811 const struct class class_parser__ReduceAction251 = {
7812 0, /* box_kind */
7813 {
7814 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction251:kernel#Object#object_id */
7815 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction251:kernel#Object#is_same_type */
7816 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction251:kernel#Object#is_same_instance */
7817 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction251:kernel#Object#== */
7818 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction251:kernel#Object#!= */
7819 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction251:kernel#Object#output */
7820 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction251:kernel#Object#output_class_name */
7821 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction251:kernel#Object#exit */
7822 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction251:kernel#Object#sys */
7823 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction251:kernel#Object#hash */
7824 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction251:string#Object#to_s */
7825 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction251:string#Object#native_class_name */
7826 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction251:string#Object#class_name */
7827 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction251:string#Object#inspect */
7828 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction251:string#Object#inspect_head */
7829 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction251:string#Object#args */
7830 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction251:math#Object#atan2 */
7831 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction251:math#Object#pi */
7832 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction251:math#Object#srand_from */
7833 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction251:math#Object#srand */
7834 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction251:stream#Object#poll */
7835 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction251:stream#Object#intern_poll */
7836 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction251:time#Object#get_time */
7837 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction251:file#Object#printn */
7838 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction251:file#Object#print */
7839 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction251:file#Object#getc */
7840 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction251:file#Object#gets */
7841 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction251:file#Object#getcwd */
7842 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction251:file#Object#file_getcwd */
7843 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction251:file#Object#stdin */
7844 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction251:file#Object#stdout */
7845 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction251:file#Object#stderr */
7846 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction251:model_base#Object#intrude_visibility */
7847 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction251:model_base#Object#public_visibility */
7848 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction251:model_base#Object#protected_visibility */
7849 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction251:model_base#Object#private_visibility */
7850 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction251:model_base#Object#none_visibility */
7851 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction251:model#Object#abstract_kind */
7852 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction251:model#Object#concrete_kind */
7853 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction251:model#Object#interface_kind */
7854 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction251:model#Object#enum_kind */
7855 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction251:model#Object#extern_kind */
7856 (nitmethod_t)VIRTUAL_parser__ReduceAction251__action, /* pointer to parser:ReduceAction251:parser#ReduceAction251#action */
7857 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction251:parser#ReduceAction#concat */
7858 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction251:parser#ReduceAction#init */
7859 }
7860 };
7861 /* allocate ReduceAction251 */
7862 val* NEW_parser__ReduceAction251(const struct type* type) {
7863 val* self /* : ReduceAction251 */;
7864 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7865 self->type = type;
7866 self->class = &class_parser__ReduceAction251;
7867 return self;
7868 }
7869 /* allocate ReduceAction251 */
7870 void CHECK_NEW_parser__ReduceAction251(val* self) {
7871 long var /* : Int */;
7872 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction251> */
7873 }
7874 /* runtime class parser__ReduceAction252 */
7875 const struct class class_parser__ReduceAction252 = {
7876 0, /* box_kind */
7877 {
7878 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction252:kernel#Object#object_id */
7879 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction252:kernel#Object#is_same_type */
7880 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction252:kernel#Object#is_same_instance */
7881 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction252:kernel#Object#== */
7882 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction252:kernel#Object#!= */
7883 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction252:kernel#Object#output */
7884 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction252:kernel#Object#output_class_name */
7885 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction252:kernel#Object#exit */
7886 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction252:kernel#Object#sys */
7887 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction252:kernel#Object#hash */
7888 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction252:string#Object#to_s */
7889 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction252:string#Object#native_class_name */
7890 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction252:string#Object#class_name */
7891 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction252:string#Object#inspect */
7892 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction252:string#Object#inspect_head */
7893 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction252:string#Object#args */
7894 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction252:math#Object#atan2 */
7895 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction252:math#Object#pi */
7896 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction252:math#Object#srand_from */
7897 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction252:math#Object#srand */
7898 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction252:stream#Object#poll */
7899 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction252:stream#Object#intern_poll */
7900 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction252:time#Object#get_time */
7901 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction252:file#Object#printn */
7902 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction252:file#Object#print */
7903 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction252:file#Object#getc */
7904 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction252:file#Object#gets */
7905 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction252:file#Object#getcwd */
7906 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction252:file#Object#file_getcwd */
7907 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction252:file#Object#stdin */
7908 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction252:file#Object#stdout */
7909 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction252:file#Object#stderr */
7910 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction252:model_base#Object#intrude_visibility */
7911 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction252:model_base#Object#public_visibility */
7912 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction252:model_base#Object#protected_visibility */
7913 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction252:model_base#Object#private_visibility */
7914 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction252:model_base#Object#none_visibility */
7915 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction252:model#Object#abstract_kind */
7916 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction252:model#Object#concrete_kind */
7917 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction252:model#Object#interface_kind */
7918 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction252:model#Object#enum_kind */
7919 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction252:model#Object#extern_kind */
7920 (nitmethod_t)VIRTUAL_parser__ReduceAction252__action, /* pointer to parser:ReduceAction252:parser#ReduceAction252#action */
7921 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction252:parser#ReduceAction#concat */
7922 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction252:parser#ReduceAction#init */
7923 }
7924 };
7925 /* allocate ReduceAction252 */
7926 val* NEW_parser__ReduceAction252(const struct type* type) {
7927 val* self /* : ReduceAction252 */;
7928 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7929 self->type = type;
7930 self->class = &class_parser__ReduceAction252;
7931 return self;
7932 }
7933 /* allocate ReduceAction252 */
7934 void CHECK_NEW_parser__ReduceAction252(val* self) {
7935 long var /* : Int */;
7936 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction252> */
7937 }
7938 /* runtime class parser__ReduceAction254 */
7939 const struct class class_parser__ReduceAction254 = {
7940 0, /* box_kind */
7941 {
7942 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction254:kernel#Object#object_id */
7943 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction254:kernel#Object#is_same_type */
7944 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction254:kernel#Object#is_same_instance */
7945 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction254:kernel#Object#== */
7946 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction254:kernel#Object#!= */
7947 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction254:kernel#Object#output */
7948 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction254:kernel#Object#output_class_name */
7949 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction254:kernel#Object#exit */
7950 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction254:kernel#Object#sys */
7951 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction254:kernel#Object#hash */
7952 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction254:string#Object#to_s */
7953 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction254:string#Object#native_class_name */
7954 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction254:string#Object#class_name */
7955 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction254:string#Object#inspect */
7956 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction254:string#Object#inspect_head */
7957 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction254:string#Object#args */
7958 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction254:math#Object#atan2 */
7959 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction254:math#Object#pi */
7960 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction254:math#Object#srand_from */
7961 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction254:math#Object#srand */
7962 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction254:stream#Object#poll */
7963 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction254:stream#Object#intern_poll */
7964 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction254:time#Object#get_time */
7965 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction254:file#Object#printn */
7966 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction254:file#Object#print */
7967 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction254:file#Object#getc */
7968 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction254:file#Object#gets */
7969 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction254:file#Object#getcwd */
7970 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction254:file#Object#file_getcwd */
7971 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction254:file#Object#stdin */
7972 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction254:file#Object#stdout */
7973 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction254:file#Object#stderr */
7974 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction254:model_base#Object#intrude_visibility */
7975 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction254:model_base#Object#public_visibility */
7976 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction254:model_base#Object#protected_visibility */
7977 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction254:model_base#Object#private_visibility */
7978 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction254:model_base#Object#none_visibility */
7979 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction254:model#Object#abstract_kind */
7980 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction254:model#Object#concrete_kind */
7981 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction254:model#Object#interface_kind */
7982 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction254:model#Object#enum_kind */
7983 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction254:model#Object#extern_kind */
7984 (nitmethod_t)VIRTUAL_parser__ReduceAction254__action, /* pointer to parser:ReduceAction254:parser#ReduceAction254#action */
7985 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction254:parser#ReduceAction#concat */
7986 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction254:parser#ReduceAction#init */
7987 }
7988 };
7989 /* allocate ReduceAction254 */
7990 val* NEW_parser__ReduceAction254(const struct type* type) {
7991 val* self /* : ReduceAction254 */;
7992 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
7993 self->type = type;
7994 self->class = &class_parser__ReduceAction254;
7995 return self;
7996 }
7997 /* allocate ReduceAction254 */
7998 void CHECK_NEW_parser__ReduceAction254(val* self) {
7999 long var /* : Int */;
8000 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction254> */
8001 }
8002 /* runtime class parser__ReduceAction255 */
8003 const struct class class_parser__ReduceAction255 = {
8004 0, /* box_kind */
8005 {
8006 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction255:kernel#Object#object_id */
8007 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction255:kernel#Object#is_same_type */
8008 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction255:kernel#Object#is_same_instance */
8009 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction255:kernel#Object#== */
8010 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction255:kernel#Object#!= */
8011 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction255:kernel#Object#output */
8012 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction255:kernel#Object#output_class_name */
8013 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction255:kernel#Object#exit */
8014 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction255:kernel#Object#sys */
8015 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction255:kernel#Object#hash */
8016 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction255:string#Object#to_s */
8017 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction255:string#Object#native_class_name */
8018 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction255:string#Object#class_name */
8019 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction255:string#Object#inspect */
8020 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction255:string#Object#inspect_head */
8021 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction255:string#Object#args */
8022 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction255:math#Object#atan2 */
8023 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction255:math#Object#pi */
8024 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction255:math#Object#srand_from */
8025 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction255:math#Object#srand */
8026 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction255:stream#Object#poll */
8027 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction255:stream#Object#intern_poll */
8028 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction255:time#Object#get_time */
8029 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction255:file#Object#printn */
8030 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction255:file#Object#print */
8031 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction255:file#Object#getc */
8032 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction255:file#Object#gets */
8033 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction255:file#Object#getcwd */
8034 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction255:file#Object#file_getcwd */
8035 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction255:file#Object#stdin */
8036 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction255:file#Object#stdout */
8037 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction255:file#Object#stderr */
8038 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction255:model_base#Object#intrude_visibility */
8039 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction255:model_base#Object#public_visibility */
8040 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction255:model_base#Object#protected_visibility */
8041 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction255:model_base#Object#private_visibility */
8042 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction255:model_base#Object#none_visibility */
8043 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction255:model#Object#abstract_kind */
8044 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction255:model#Object#concrete_kind */
8045 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction255:model#Object#interface_kind */
8046 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction255:model#Object#enum_kind */
8047 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction255:model#Object#extern_kind */
8048 (nitmethod_t)VIRTUAL_parser__ReduceAction255__action, /* pointer to parser:ReduceAction255:parser#ReduceAction255#action */
8049 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction255:parser#ReduceAction#concat */
8050 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction255:parser#ReduceAction#init */
8051 }
8052 };
8053 /* allocate ReduceAction255 */
8054 val* NEW_parser__ReduceAction255(const struct type* type) {
8055 val* self /* : ReduceAction255 */;
8056 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8057 self->type = type;
8058 self->class = &class_parser__ReduceAction255;
8059 return self;
8060 }
8061 /* allocate ReduceAction255 */
8062 void CHECK_NEW_parser__ReduceAction255(val* self) {
8063 long var /* : Int */;
8064 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction255> */
8065 }
8066 /* runtime class parser__ReduceAction257 */
8067 const struct class class_parser__ReduceAction257 = {
8068 0, /* box_kind */
8069 {
8070 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction257:kernel#Object#object_id */
8071 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction257:kernel#Object#is_same_type */
8072 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction257:kernel#Object#is_same_instance */
8073 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction257:kernel#Object#== */
8074 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction257:kernel#Object#!= */
8075 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction257:kernel#Object#output */
8076 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction257:kernel#Object#output_class_name */
8077 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction257:kernel#Object#exit */
8078 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction257:kernel#Object#sys */
8079 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction257:kernel#Object#hash */
8080 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction257:string#Object#to_s */
8081 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction257:string#Object#native_class_name */
8082 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction257:string#Object#class_name */
8083 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction257:string#Object#inspect */
8084 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction257:string#Object#inspect_head */
8085 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction257:string#Object#args */
8086 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction257:math#Object#atan2 */
8087 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction257:math#Object#pi */
8088 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction257:math#Object#srand_from */
8089 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction257:math#Object#srand */
8090 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction257:stream#Object#poll */
8091 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction257:stream#Object#intern_poll */
8092 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction257:time#Object#get_time */
8093 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction257:file#Object#printn */
8094 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction257:file#Object#print */
8095 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction257:file#Object#getc */
8096 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction257:file#Object#gets */
8097 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction257:file#Object#getcwd */
8098 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction257:file#Object#file_getcwd */
8099 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction257:file#Object#stdin */
8100 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction257:file#Object#stdout */
8101 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction257:file#Object#stderr */
8102 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction257:model_base#Object#intrude_visibility */
8103 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction257:model_base#Object#public_visibility */
8104 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction257:model_base#Object#protected_visibility */
8105 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction257:model_base#Object#private_visibility */
8106 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction257:model_base#Object#none_visibility */
8107 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction257:model#Object#abstract_kind */
8108 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction257:model#Object#concrete_kind */
8109 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction257:model#Object#interface_kind */
8110 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction257:model#Object#enum_kind */
8111 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction257:model#Object#extern_kind */
8112 (nitmethod_t)VIRTUAL_parser__ReduceAction257__action, /* pointer to parser:ReduceAction257:parser#ReduceAction257#action */
8113 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction257:parser#ReduceAction#concat */
8114 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction257:parser#ReduceAction#init */
8115 }
8116 };
8117 /* allocate ReduceAction257 */
8118 val* NEW_parser__ReduceAction257(const struct type* type) {
8119 val* self /* : ReduceAction257 */;
8120 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8121 self->type = type;
8122 self->class = &class_parser__ReduceAction257;
8123 return self;
8124 }
8125 /* allocate ReduceAction257 */
8126 void CHECK_NEW_parser__ReduceAction257(val* self) {
8127 long var /* : Int */;
8128 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction257> */
8129 }
8130 /* runtime class parser__ReduceAction258 */
8131 const struct class class_parser__ReduceAction258 = {
8132 0, /* box_kind */
8133 {
8134 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction258:kernel#Object#object_id */
8135 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction258:kernel#Object#is_same_type */
8136 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction258:kernel#Object#is_same_instance */
8137 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction258:kernel#Object#== */
8138 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction258:kernel#Object#!= */
8139 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction258:kernel#Object#output */
8140 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction258:kernel#Object#output_class_name */
8141 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction258:kernel#Object#exit */
8142 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction258:kernel#Object#sys */
8143 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction258:kernel#Object#hash */
8144 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction258:string#Object#to_s */
8145 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction258:string#Object#native_class_name */
8146 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction258:string#Object#class_name */
8147 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction258:string#Object#inspect */
8148 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction258:string#Object#inspect_head */
8149 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction258:string#Object#args */
8150 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction258:math#Object#atan2 */
8151 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction258:math#Object#pi */
8152 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction258:math#Object#srand_from */
8153 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction258:math#Object#srand */
8154 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction258:stream#Object#poll */
8155 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction258:stream#Object#intern_poll */
8156 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction258:time#Object#get_time */
8157 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction258:file#Object#printn */
8158 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction258:file#Object#print */
8159 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction258:file#Object#getc */
8160 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction258:file#Object#gets */
8161 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction258:file#Object#getcwd */
8162 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction258:file#Object#file_getcwd */
8163 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction258:file#Object#stdin */
8164 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction258:file#Object#stdout */
8165 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction258:file#Object#stderr */
8166 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction258:model_base#Object#intrude_visibility */
8167 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction258:model_base#Object#public_visibility */
8168 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction258:model_base#Object#protected_visibility */
8169 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction258:model_base#Object#private_visibility */
8170 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction258:model_base#Object#none_visibility */
8171 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction258:model#Object#abstract_kind */
8172 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction258:model#Object#concrete_kind */
8173 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction258:model#Object#interface_kind */
8174 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction258:model#Object#enum_kind */
8175 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction258:model#Object#extern_kind */
8176 (nitmethod_t)VIRTUAL_parser__ReduceAction258__action, /* pointer to parser:ReduceAction258:parser#ReduceAction258#action */
8177 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction258:parser#ReduceAction#concat */
8178 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction258:parser#ReduceAction#init */
8179 }
8180 };
8181 /* allocate ReduceAction258 */
8182 val* NEW_parser__ReduceAction258(const struct type* type) {
8183 val* self /* : ReduceAction258 */;
8184 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8185 self->type = type;
8186 self->class = &class_parser__ReduceAction258;
8187 return self;
8188 }
8189 /* allocate ReduceAction258 */
8190 void CHECK_NEW_parser__ReduceAction258(val* self) {
8191 long var /* : Int */;
8192 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction258> */
8193 }
8194 /* runtime class parser__ReduceAction259 */
8195 const struct class class_parser__ReduceAction259 = {
8196 0, /* box_kind */
8197 {
8198 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction259:kernel#Object#object_id */
8199 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction259:kernel#Object#is_same_type */
8200 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction259:kernel#Object#is_same_instance */
8201 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction259:kernel#Object#== */
8202 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction259:kernel#Object#!= */
8203 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction259:kernel#Object#output */
8204 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction259:kernel#Object#output_class_name */
8205 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction259:kernel#Object#exit */
8206 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction259:kernel#Object#sys */
8207 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction259:kernel#Object#hash */
8208 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction259:string#Object#to_s */
8209 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction259:string#Object#native_class_name */
8210 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction259:string#Object#class_name */
8211 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction259:string#Object#inspect */
8212 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction259:string#Object#inspect_head */
8213 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction259:string#Object#args */
8214 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction259:math#Object#atan2 */
8215 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction259:math#Object#pi */
8216 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction259:math#Object#srand_from */
8217 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction259:math#Object#srand */
8218 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction259:stream#Object#poll */
8219 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction259:stream#Object#intern_poll */
8220 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction259:time#Object#get_time */
8221 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction259:file#Object#printn */
8222 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction259:file#Object#print */
8223 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction259:file#Object#getc */
8224 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction259:file#Object#gets */
8225 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction259:file#Object#getcwd */
8226 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction259:file#Object#file_getcwd */
8227 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction259:file#Object#stdin */
8228 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction259:file#Object#stdout */
8229 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction259:file#Object#stderr */
8230 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction259:model_base#Object#intrude_visibility */
8231 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction259:model_base#Object#public_visibility */
8232 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction259:model_base#Object#protected_visibility */
8233 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction259:model_base#Object#private_visibility */
8234 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction259:model_base#Object#none_visibility */
8235 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction259:model#Object#abstract_kind */
8236 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction259:model#Object#concrete_kind */
8237 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction259:model#Object#interface_kind */
8238 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction259:model#Object#enum_kind */
8239 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction259:model#Object#extern_kind */
8240 (nitmethod_t)VIRTUAL_parser__ReduceAction259__action, /* pointer to parser:ReduceAction259:parser#ReduceAction259#action */
8241 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction259:parser#ReduceAction#concat */
8242 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction259:parser#ReduceAction#init */
8243 }
8244 };
8245 /* allocate ReduceAction259 */
8246 val* NEW_parser__ReduceAction259(const struct type* type) {
8247 val* self /* : ReduceAction259 */;
8248 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8249 self->type = type;
8250 self->class = &class_parser__ReduceAction259;
8251 return self;
8252 }
8253 /* allocate ReduceAction259 */
8254 void CHECK_NEW_parser__ReduceAction259(val* self) {
8255 long var /* : Int */;
8256 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction259> */
8257 }
8258 /* runtime class parser__ReduceAction260 */
8259 const struct class class_parser__ReduceAction260 = {
8260 0, /* box_kind */
8261 {
8262 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction260:kernel#Object#object_id */
8263 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction260:kernel#Object#is_same_type */
8264 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction260:kernel#Object#is_same_instance */
8265 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction260:kernel#Object#== */
8266 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction260:kernel#Object#!= */
8267 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction260:kernel#Object#output */
8268 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction260:kernel#Object#output_class_name */
8269 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction260:kernel#Object#exit */
8270 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction260:kernel#Object#sys */
8271 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction260:kernel#Object#hash */
8272 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction260:string#Object#to_s */
8273 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction260:string#Object#native_class_name */
8274 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction260:string#Object#class_name */
8275 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction260:string#Object#inspect */
8276 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction260:string#Object#inspect_head */
8277 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction260:string#Object#args */
8278 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction260:math#Object#atan2 */
8279 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction260:math#Object#pi */
8280 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction260:math#Object#srand_from */
8281 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction260:math#Object#srand */
8282 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction260:stream#Object#poll */
8283 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction260:stream#Object#intern_poll */
8284 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction260:time#Object#get_time */
8285 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction260:file#Object#printn */
8286 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction260:file#Object#print */
8287 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction260:file#Object#getc */
8288 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction260:file#Object#gets */
8289 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction260:file#Object#getcwd */
8290 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction260:file#Object#file_getcwd */
8291 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction260:file#Object#stdin */
8292 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction260:file#Object#stdout */
8293 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction260:file#Object#stderr */
8294 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction260:model_base#Object#intrude_visibility */
8295 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction260:model_base#Object#public_visibility */
8296 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction260:model_base#Object#protected_visibility */
8297 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction260:model_base#Object#private_visibility */
8298 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction260:model_base#Object#none_visibility */
8299 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction260:model#Object#abstract_kind */
8300 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction260:model#Object#concrete_kind */
8301 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction260:model#Object#interface_kind */
8302 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction260:model#Object#enum_kind */
8303 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction260:model#Object#extern_kind */
8304 (nitmethod_t)VIRTUAL_parser__ReduceAction260__action, /* pointer to parser:ReduceAction260:parser#ReduceAction260#action */
8305 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction260:parser#ReduceAction#concat */
8306 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction260:parser#ReduceAction#init */
8307 }
8308 };
8309 /* allocate ReduceAction260 */
8310 val* NEW_parser__ReduceAction260(const struct type* type) {
8311 val* self /* : ReduceAction260 */;
8312 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8313 self->type = type;
8314 self->class = &class_parser__ReduceAction260;
8315 return self;
8316 }
8317 /* allocate ReduceAction260 */
8318 void CHECK_NEW_parser__ReduceAction260(val* self) {
8319 long var /* : Int */;
8320 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction260> */
8321 }
8322 /* runtime class parser__ReduceAction262 */
8323 const struct class class_parser__ReduceAction262 = {
8324 0, /* box_kind */
8325 {
8326 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction262:kernel#Object#object_id */
8327 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction262:kernel#Object#is_same_type */
8328 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction262:kernel#Object#is_same_instance */
8329 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction262:kernel#Object#== */
8330 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction262:kernel#Object#!= */
8331 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction262:kernel#Object#output */
8332 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction262:kernel#Object#output_class_name */
8333 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction262:kernel#Object#exit */
8334 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction262:kernel#Object#sys */
8335 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction262:kernel#Object#hash */
8336 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction262:string#Object#to_s */
8337 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction262:string#Object#native_class_name */
8338 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction262:string#Object#class_name */
8339 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction262:string#Object#inspect */
8340 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction262:string#Object#inspect_head */
8341 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction262:string#Object#args */
8342 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction262:math#Object#atan2 */
8343 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction262:math#Object#pi */
8344 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction262:math#Object#srand_from */
8345 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction262:math#Object#srand */
8346 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction262:stream#Object#poll */
8347 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction262:stream#Object#intern_poll */
8348 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction262:time#Object#get_time */
8349 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction262:file#Object#printn */
8350 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction262:file#Object#print */
8351 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction262:file#Object#getc */
8352 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction262:file#Object#gets */
8353 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction262:file#Object#getcwd */
8354 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction262:file#Object#file_getcwd */
8355 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction262:file#Object#stdin */
8356 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction262:file#Object#stdout */
8357 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction262:file#Object#stderr */
8358 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction262:model_base#Object#intrude_visibility */
8359 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction262:model_base#Object#public_visibility */
8360 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction262:model_base#Object#protected_visibility */
8361 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction262:model_base#Object#private_visibility */
8362 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction262:model_base#Object#none_visibility */
8363 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction262:model#Object#abstract_kind */
8364 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction262:model#Object#concrete_kind */
8365 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction262:model#Object#interface_kind */
8366 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction262:model#Object#enum_kind */
8367 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction262:model#Object#extern_kind */
8368 (nitmethod_t)VIRTUAL_parser__ReduceAction262__action, /* pointer to parser:ReduceAction262:parser#ReduceAction262#action */
8369 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction262:parser#ReduceAction#concat */
8370 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction262:parser#ReduceAction#init */
8371 }
8372 };
8373 /* allocate ReduceAction262 */
8374 val* NEW_parser__ReduceAction262(const struct type* type) {
8375 val* self /* : ReduceAction262 */;
8376 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8377 self->type = type;
8378 self->class = &class_parser__ReduceAction262;
8379 return self;
8380 }
8381 /* allocate ReduceAction262 */
8382 void CHECK_NEW_parser__ReduceAction262(val* self) {
8383 long var /* : Int */;
8384 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction262> */
8385 }
8386 /* runtime class parser__ReduceAction263 */
8387 const struct class class_parser__ReduceAction263 = {
8388 0, /* box_kind */
8389 {
8390 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction263:kernel#Object#object_id */
8391 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction263:kernel#Object#is_same_type */
8392 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction263:kernel#Object#is_same_instance */
8393 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction263:kernel#Object#== */
8394 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction263:kernel#Object#!= */
8395 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction263:kernel#Object#output */
8396 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction263:kernel#Object#output_class_name */
8397 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction263:kernel#Object#exit */
8398 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction263:kernel#Object#sys */
8399 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction263:kernel#Object#hash */
8400 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction263:string#Object#to_s */
8401 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction263:string#Object#native_class_name */
8402 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction263:string#Object#class_name */
8403 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction263:string#Object#inspect */
8404 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction263:string#Object#inspect_head */
8405 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction263:string#Object#args */
8406 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction263:math#Object#atan2 */
8407 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction263:math#Object#pi */
8408 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction263:math#Object#srand_from */
8409 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction263:math#Object#srand */
8410 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction263:stream#Object#poll */
8411 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction263:stream#Object#intern_poll */
8412 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction263:time#Object#get_time */
8413 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction263:file#Object#printn */
8414 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction263:file#Object#print */
8415 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction263:file#Object#getc */
8416 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction263:file#Object#gets */
8417 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction263:file#Object#getcwd */
8418 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction263:file#Object#file_getcwd */
8419 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction263:file#Object#stdin */
8420 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction263:file#Object#stdout */
8421 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction263:file#Object#stderr */
8422 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction263:model_base#Object#intrude_visibility */
8423 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction263:model_base#Object#public_visibility */
8424 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction263:model_base#Object#protected_visibility */
8425 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction263:model_base#Object#private_visibility */
8426 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction263:model_base#Object#none_visibility */
8427 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction263:model#Object#abstract_kind */
8428 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction263:model#Object#concrete_kind */
8429 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction263:model#Object#interface_kind */
8430 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction263:model#Object#enum_kind */
8431 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction263:model#Object#extern_kind */
8432 (nitmethod_t)VIRTUAL_parser__ReduceAction263__action, /* pointer to parser:ReduceAction263:parser#ReduceAction263#action */
8433 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction263:parser#ReduceAction#concat */
8434 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction263:parser#ReduceAction#init */
8435 }
8436 };
8437 /* allocate ReduceAction263 */
8438 val* NEW_parser__ReduceAction263(const struct type* type) {
8439 val* self /* : ReduceAction263 */;
8440 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8441 self->type = type;
8442 self->class = &class_parser__ReduceAction263;
8443 return self;
8444 }
8445 /* allocate ReduceAction263 */
8446 void CHECK_NEW_parser__ReduceAction263(val* self) {
8447 long var /* : Int */;
8448 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction263> */
8449 }
8450 /* runtime class parser__ReduceAction265 */
8451 const struct class class_parser__ReduceAction265 = {
8452 0, /* box_kind */
8453 {
8454 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction265:kernel#Object#object_id */
8455 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction265:kernel#Object#is_same_type */
8456 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction265:kernel#Object#is_same_instance */
8457 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction265:kernel#Object#== */
8458 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction265:kernel#Object#!= */
8459 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction265:kernel#Object#output */
8460 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction265:kernel#Object#output_class_name */
8461 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction265:kernel#Object#exit */
8462 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction265:kernel#Object#sys */
8463 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction265:kernel#Object#hash */
8464 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction265:string#Object#to_s */
8465 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction265:string#Object#native_class_name */
8466 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction265:string#Object#class_name */
8467 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction265:string#Object#inspect */
8468 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction265:string#Object#inspect_head */
8469 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction265:string#Object#args */
8470 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction265:math#Object#atan2 */
8471 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction265:math#Object#pi */
8472 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction265:math#Object#srand_from */
8473 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction265:math#Object#srand */
8474 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction265:stream#Object#poll */
8475 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction265:stream#Object#intern_poll */
8476 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction265:time#Object#get_time */
8477 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction265:file#Object#printn */
8478 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction265:file#Object#print */
8479 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction265:file#Object#getc */
8480 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction265:file#Object#gets */
8481 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction265:file#Object#getcwd */
8482 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction265:file#Object#file_getcwd */
8483 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction265:file#Object#stdin */
8484 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction265:file#Object#stdout */
8485 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction265:file#Object#stderr */
8486 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction265:model_base#Object#intrude_visibility */
8487 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction265:model_base#Object#public_visibility */
8488 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction265:model_base#Object#protected_visibility */
8489 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction265:model_base#Object#private_visibility */
8490 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction265:model_base#Object#none_visibility */
8491 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction265:model#Object#abstract_kind */
8492 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction265:model#Object#concrete_kind */
8493 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction265:model#Object#interface_kind */
8494 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction265:model#Object#enum_kind */
8495 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction265:model#Object#extern_kind */
8496 (nitmethod_t)VIRTUAL_parser__ReduceAction265__action, /* pointer to parser:ReduceAction265:parser#ReduceAction265#action */
8497 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction265:parser#ReduceAction#concat */
8498 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction265:parser#ReduceAction#init */
8499 }
8500 };
8501 /* allocate ReduceAction265 */
8502 val* NEW_parser__ReduceAction265(const struct type* type) {
8503 val* self /* : ReduceAction265 */;
8504 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8505 self->type = type;
8506 self->class = &class_parser__ReduceAction265;
8507 return self;
8508 }
8509 /* allocate ReduceAction265 */
8510 void CHECK_NEW_parser__ReduceAction265(val* self) {
8511 long var /* : Int */;
8512 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction265> */
8513 }
8514 /* runtime class parser__ReduceAction266 */
8515 const struct class class_parser__ReduceAction266 = {
8516 0, /* box_kind */
8517 {
8518 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction266:kernel#Object#object_id */
8519 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction266:kernel#Object#is_same_type */
8520 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction266:kernel#Object#is_same_instance */
8521 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction266:kernel#Object#== */
8522 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction266:kernel#Object#!= */
8523 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction266:kernel#Object#output */
8524 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction266:kernel#Object#output_class_name */
8525 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction266:kernel#Object#exit */
8526 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction266:kernel#Object#sys */
8527 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction266:kernel#Object#hash */
8528 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction266:string#Object#to_s */
8529 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction266:string#Object#native_class_name */
8530 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction266:string#Object#class_name */
8531 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction266:string#Object#inspect */
8532 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction266:string#Object#inspect_head */
8533 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction266:string#Object#args */
8534 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction266:math#Object#atan2 */
8535 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction266:math#Object#pi */
8536 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction266:math#Object#srand_from */
8537 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction266:math#Object#srand */
8538 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction266:stream#Object#poll */
8539 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction266:stream#Object#intern_poll */
8540 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction266:time#Object#get_time */
8541 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction266:file#Object#printn */
8542 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction266:file#Object#print */
8543 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction266:file#Object#getc */
8544 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction266:file#Object#gets */
8545 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction266:file#Object#getcwd */
8546 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction266:file#Object#file_getcwd */
8547 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction266:file#Object#stdin */
8548 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction266:file#Object#stdout */
8549 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction266:file#Object#stderr */
8550 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction266:model_base#Object#intrude_visibility */
8551 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction266:model_base#Object#public_visibility */
8552 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction266:model_base#Object#protected_visibility */
8553 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction266:model_base#Object#private_visibility */
8554 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction266:model_base#Object#none_visibility */
8555 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction266:model#Object#abstract_kind */
8556 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction266:model#Object#concrete_kind */
8557 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction266:model#Object#interface_kind */
8558 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction266:model#Object#enum_kind */
8559 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction266:model#Object#extern_kind */
8560 (nitmethod_t)VIRTUAL_parser__ReduceAction266__action, /* pointer to parser:ReduceAction266:parser#ReduceAction266#action */
8561 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction266:parser#ReduceAction#concat */
8562 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction266:parser#ReduceAction#init */
8563 }
8564 };
8565 /* allocate ReduceAction266 */
8566 val* NEW_parser__ReduceAction266(const struct type* type) {
8567 val* self /* : ReduceAction266 */;
8568 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8569 self->type = type;
8570 self->class = &class_parser__ReduceAction266;
8571 return self;
8572 }
8573 /* allocate ReduceAction266 */
8574 void CHECK_NEW_parser__ReduceAction266(val* self) {
8575 long var /* : Int */;
8576 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction266> */
8577 }
8578 /* runtime class parser__ReduceAction267 */
8579 const struct class class_parser__ReduceAction267 = {
8580 0, /* box_kind */
8581 {
8582 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction267:kernel#Object#object_id */
8583 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction267:kernel#Object#is_same_type */
8584 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction267:kernel#Object#is_same_instance */
8585 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction267:kernel#Object#== */
8586 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction267:kernel#Object#!= */
8587 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction267:kernel#Object#output */
8588 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction267:kernel#Object#output_class_name */
8589 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction267:kernel#Object#exit */
8590 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction267:kernel#Object#sys */
8591 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction267:kernel#Object#hash */
8592 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction267:string#Object#to_s */
8593 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction267:string#Object#native_class_name */
8594 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction267:string#Object#class_name */
8595 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction267:string#Object#inspect */
8596 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction267:string#Object#inspect_head */
8597 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction267:string#Object#args */
8598 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction267:math#Object#atan2 */
8599 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction267:math#Object#pi */
8600 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction267:math#Object#srand_from */
8601 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction267:math#Object#srand */
8602 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction267:stream#Object#poll */
8603 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction267:stream#Object#intern_poll */
8604 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction267:time#Object#get_time */
8605 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction267:file#Object#printn */
8606 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction267:file#Object#print */
8607 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction267:file#Object#getc */
8608 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction267:file#Object#gets */
8609 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction267:file#Object#getcwd */
8610 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction267:file#Object#file_getcwd */
8611 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction267:file#Object#stdin */
8612 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction267:file#Object#stdout */
8613 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction267:file#Object#stderr */
8614 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction267:model_base#Object#intrude_visibility */
8615 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction267:model_base#Object#public_visibility */
8616 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction267:model_base#Object#protected_visibility */
8617 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction267:model_base#Object#private_visibility */
8618 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction267:model_base#Object#none_visibility */
8619 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction267:model#Object#abstract_kind */
8620 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction267:model#Object#concrete_kind */
8621 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction267:model#Object#interface_kind */
8622 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction267:model#Object#enum_kind */
8623 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction267:model#Object#extern_kind */
8624 (nitmethod_t)VIRTUAL_parser__ReduceAction267__action, /* pointer to parser:ReduceAction267:parser#ReduceAction267#action */
8625 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction267:parser#ReduceAction#concat */
8626 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction267:parser#ReduceAction#init */
8627 }
8628 };
8629 /* allocate ReduceAction267 */
8630 val* NEW_parser__ReduceAction267(const struct type* type) {
8631 val* self /* : ReduceAction267 */;
8632 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8633 self->type = type;
8634 self->class = &class_parser__ReduceAction267;
8635 return self;
8636 }
8637 /* allocate ReduceAction267 */
8638 void CHECK_NEW_parser__ReduceAction267(val* self) {
8639 long var /* : Int */;
8640 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction267> */
8641 }
8642 /* runtime class parser__ReduceAction268 */
8643 const struct class class_parser__ReduceAction268 = {
8644 0, /* box_kind */
8645 {
8646 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction268:kernel#Object#object_id */
8647 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction268:kernel#Object#is_same_type */
8648 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction268:kernel#Object#is_same_instance */
8649 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction268:kernel#Object#== */
8650 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction268:kernel#Object#!= */
8651 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction268:kernel#Object#output */
8652 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction268:kernel#Object#output_class_name */
8653 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction268:kernel#Object#exit */
8654 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction268:kernel#Object#sys */
8655 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction268:kernel#Object#hash */
8656 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction268:string#Object#to_s */
8657 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction268:string#Object#native_class_name */
8658 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction268:string#Object#class_name */
8659 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction268:string#Object#inspect */
8660 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction268:string#Object#inspect_head */
8661 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction268:string#Object#args */
8662 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction268:math#Object#atan2 */
8663 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction268:math#Object#pi */
8664 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction268:math#Object#srand_from */
8665 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction268:math#Object#srand */
8666 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction268:stream#Object#poll */
8667 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction268:stream#Object#intern_poll */
8668 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction268:time#Object#get_time */
8669 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction268:file#Object#printn */
8670 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction268:file#Object#print */
8671 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction268:file#Object#getc */
8672 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction268:file#Object#gets */
8673 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction268:file#Object#getcwd */
8674 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction268:file#Object#file_getcwd */
8675 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction268:file#Object#stdin */
8676 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction268:file#Object#stdout */
8677 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction268:file#Object#stderr */
8678 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction268:model_base#Object#intrude_visibility */
8679 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction268:model_base#Object#public_visibility */
8680 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction268:model_base#Object#protected_visibility */
8681 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction268:model_base#Object#private_visibility */
8682 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction268:model_base#Object#none_visibility */
8683 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction268:model#Object#abstract_kind */
8684 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction268:model#Object#concrete_kind */
8685 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction268:model#Object#interface_kind */
8686 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction268:model#Object#enum_kind */
8687 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction268:model#Object#extern_kind */
8688 (nitmethod_t)VIRTUAL_parser__ReduceAction268__action, /* pointer to parser:ReduceAction268:parser#ReduceAction268#action */
8689 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction268:parser#ReduceAction#concat */
8690 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction268:parser#ReduceAction#init */
8691 }
8692 };
8693 /* allocate ReduceAction268 */
8694 val* NEW_parser__ReduceAction268(const struct type* type) {
8695 val* self /* : ReduceAction268 */;
8696 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8697 self->type = type;
8698 self->class = &class_parser__ReduceAction268;
8699 return self;
8700 }
8701 /* allocate ReduceAction268 */
8702 void CHECK_NEW_parser__ReduceAction268(val* self) {
8703 long var /* : Int */;
8704 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction268> */
8705 }
8706 /* runtime class parser__ReduceAction270 */
8707 const struct class class_parser__ReduceAction270 = {
8708 0, /* box_kind */
8709 {
8710 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction270:kernel#Object#object_id */
8711 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction270:kernel#Object#is_same_type */
8712 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction270:kernel#Object#is_same_instance */
8713 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction270:kernel#Object#== */
8714 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction270:kernel#Object#!= */
8715 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction270:kernel#Object#output */
8716 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction270:kernel#Object#output_class_name */
8717 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction270:kernel#Object#exit */
8718 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction270:kernel#Object#sys */
8719 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction270:kernel#Object#hash */
8720 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction270:string#Object#to_s */
8721 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction270:string#Object#native_class_name */
8722 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction270:string#Object#class_name */
8723 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction270:string#Object#inspect */
8724 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction270:string#Object#inspect_head */
8725 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction270:string#Object#args */
8726 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction270:math#Object#atan2 */
8727 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction270:math#Object#pi */
8728 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction270:math#Object#srand_from */
8729 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction270:math#Object#srand */
8730 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction270:stream#Object#poll */
8731 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction270:stream#Object#intern_poll */
8732 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction270:time#Object#get_time */
8733 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction270:file#Object#printn */
8734 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction270:file#Object#print */
8735 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction270:file#Object#getc */
8736 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction270:file#Object#gets */
8737 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction270:file#Object#getcwd */
8738 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction270:file#Object#file_getcwd */
8739 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction270:file#Object#stdin */
8740 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction270:file#Object#stdout */
8741 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction270:file#Object#stderr */
8742 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction270:model_base#Object#intrude_visibility */
8743 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction270:model_base#Object#public_visibility */
8744 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction270:model_base#Object#protected_visibility */
8745 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction270:model_base#Object#private_visibility */
8746 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction270:model_base#Object#none_visibility */
8747 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction270:model#Object#abstract_kind */
8748 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction270:model#Object#concrete_kind */
8749 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction270:model#Object#interface_kind */
8750 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction270:model#Object#enum_kind */
8751 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction270:model#Object#extern_kind */
8752 (nitmethod_t)VIRTUAL_parser__ReduceAction270__action, /* pointer to parser:ReduceAction270:parser#ReduceAction270#action */
8753 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction270:parser#ReduceAction#concat */
8754 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction270:parser#ReduceAction#init */
8755 }
8756 };
8757 /* allocate ReduceAction270 */
8758 val* NEW_parser__ReduceAction270(const struct type* type) {
8759 val* self /* : ReduceAction270 */;
8760 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8761 self->type = type;
8762 self->class = &class_parser__ReduceAction270;
8763 return self;
8764 }
8765 /* allocate ReduceAction270 */
8766 void CHECK_NEW_parser__ReduceAction270(val* self) {
8767 long var /* : Int */;
8768 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction270> */
8769 }
8770 /* runtime class parser__ReduceAction271 */
8771 const struct class class_parser__ReduceAction271 = {
8772 0, /* box_kind */
8773 {
8774 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction271:kernel#Object#object_id */
8775 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction271:kernel#Object#is_same_type */
8776 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction271:kernel#Object#is_same_instance */
8777 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction271:kernel#Object#== */
8778 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction271:kernel#Object#!= */
8779 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction271:kernel#Object#output */
8780 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction271:kernel#Object#output_class_name */
8781 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction271:kernel#Object#exit */
8782 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction271:kernel#Object#sys */
8783 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction271:kernel#Object#hash */
8784 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction271:string#Object#to_s */
8785 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction271:string#Object#native_class_name */
8786 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction271:string#Object#class_name */
8787 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction271:string#Object#inspect */
8788 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction271:string#Object#inspect_head */
8789 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction271:string#Object#args */
8790 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction271:math#Object#atan2 */
8791 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction271:math#Object#pi */
8792 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction271:math#Object#srand_from */
8793 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction271:math#Object#srand */
8794 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction271:stream#Object#poll */
8795 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction271:stream#Object#intern_poll */
8796 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction271:time#Object#get_time */
8797 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction271:file#Object#printn */
8798 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction271:file#Object#print */
8799 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction271:file#Object#getc */
8800 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction271:file#Object#gets */
8801 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction271:file#Object#getcwd */
8802 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction271:file#Object#file_getcwd */
8803 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction271:file#Object#stdin */
8804 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction271:file#Object#stdout */
8805 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction271:file#Object#stderr */
8806 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction271:model_base#Object#intrude_visibility */
8807 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction271:model_base#Object#public_visibility */
8808 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction271:model_base#Object#protected_visibility */
8809 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction271:model_base#Object#private_visibility */
8810 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction271:model_base#Object#none_visibility */
8811 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction271:model#Object#abstract_kind */
8812 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction271:model#Object#concrete_kind */
8813 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction271:model#Object#interface_kind */
8814 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction271:model#Object#enum_kind */
8815 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction271:model#Object#extern_kind */
8816 (nitmethod_t)VIRTUAL_parser__ReduceAction271__action, /* pointer to parser:ReduceAction271:parser#ReduceAction271#action */
8817 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction271:parser#ReduceAction#concat */
8818 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction271:parser#ReduceAction#init */
8819 }
8820 };
8821 /* allocate ReduceAction271 */
8822 val* NEW_parser__ReduceAction271(const struct type* type) {
8823 val* self /* : ReduceAction271 */;
8824 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8825 self->type = type;
8826 self->class = &class_parser__ReduceAction271;
8827 return self;
8828 }
8829 /* allocate ReduceAction271 */
8830 void CHECK_NEW_parser__ReduceAction271(val* self) {
8831 long var /* : Int */;
8832 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction271> */
8833 }
8834 /* runtime class parser__ReduceAction273 */
8835 const struct class class_parser__ReduceAction273 = {
8836 0, /* box_kind */
8837 {
8838 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction273:kernel#Object#object_id */
8839 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction273:kernel#Object#is_same_type */
8840 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction273:kernel#Object#is_same_instance */
8841 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction273:kernel#Object#== */
8842 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction273:kernel#Object#!= */
8843 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction273:kernel#Object#output */
8844 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction273:kernel#Object#output_class_name */
8845 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction273:kernel#Object#exit */
8846 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction273:kernel#Object#sys */
8847 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction273:kernel#Object#hash */
8848 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction273:string#Object#to_s */
8849 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction273:string#Object#native_class_name */
8850 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction273:string#Object#class_name */
8851 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction273:string#Object#inspect */
8852 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction273:string#Object#inspect_head */
8853 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction273:string#Object#args */
8854 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction273:math#Object#atan2 */
8855 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction273:math#Object#pi */
8856 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction273:math#Object#srand_from */
8857 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction273:math#Object#srand */
8858 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction273:stream#Object#poll */
8859 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction273:stream#Object#intern_poll */
8860 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction273:time#Object#get_time */
8861 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction273:file#Object#printn */
8862 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction273:file#Object#print */
8863 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction273:file#Object#getc */
8864 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction273:file#Object#gets */
8865 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction273:file#Object#getcwd */
8866 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction273:file#Object#file_getcwd */
8867 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction273:file#Object#stdin */
8868 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction273:file#Object#stdout */
8869 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction273:file#Object#stderr */
8870 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction273:model_base#Object#intrude_visibility */
8871 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction273:model_base#Object#public_visibility */
8872 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction273:model_base#Object#protected_visibility */
8873 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction273:model_base#Object#private_visibility */
8874 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction273:model_base#Object#none_visibility */
8875 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction273:model#Object#abstract_kind */
8876 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction273:model#Object#concrete_kind */
8877 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction273:model#Object#interface_kind */
8878 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction273:model#Object#enum_kind */
8879 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction273:model#Object#extern_kind */
8880 (nitmethod_t)VIRTUAL_parser__ReduceAction273__action, /* pointer to parser:ReduceAction273:parser#ReduceAction273#action */
8881 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction273:parser#ReduceAction#concat */
8882 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction273:parser#ReduceAction#init */
8883 }
8884 };
8885 /* allocate ReduceAction273 */
8886 val* NEW_parser__ReduceAction273(const struct type* type) {
8887 val* self /* : ReduceAction273 */;
8888 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8889 self->type = type;
8890 self->class = &class_parser__ReduceAction273;
8891 return self;
8892 }
8893 /* allocate ReduceAction273 */
8894 void CHECK_NEW_parser__ReduceAction273(val* self) {
8895 long var /* : Int */;
8896 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction273> */
8897 }
8898 /* runtime class parser__ReduceAction274 */
8899 const struct class class_parser__ReduceAction274 = {
8900 0, /* box_kind */
8901 {
8902 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction274:kernel#Object#object_id */
8903 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction274:kernel#Object#is_same_type */
8904 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction274:kernel#Object#is_same_instance */
8905 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction274:kernel#Object#== */
8906 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction274:kernel#Object#!= */
8907 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction274:kernel#Object#output */
8908 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction274:kernel#Object#output_class_name */
8909 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction274:kernel#Object#exit */
8910 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction274:kernel#Object#sys */
8911 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction274:kernel#Object#hash */
8912 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction274:string#Object#to_s */
8913 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction274:string#Object#native_class_name */
8914 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction274:string#Object#class_name */
8915 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction274:string#Object#inspect */
8916 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction274:string#Object#inspect_head */
8917 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction274:string#Object#args */
8918 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction274:math#Object#atan2 */
8919 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction274:math#Object#pi */
8920 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction274:math#Object#srand_from */
8921 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction274:math#Object#srand */
8922 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction274:stream#Object#poll */
8923 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction274:stream#Object#intern_poll */
8924 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction274:time#Object#get_time */
8925 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction274:file#Object#printn */
8926 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction274:file#Object#print */
8927 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction274:file#Object#getc */
8928 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction274:file#Object#gets */
8929 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction274:file#Object#getcwd */
8930 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction274:file#Object#file_getcwd */
8931 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction274:file#Object#stdin */
8932 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction274:file#Object#stdout */
8933 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction274:file#Object#stderr */
8934 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction274:model_base#Object#intrude_visibility */
8935 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction274:model_base#Object#public_visibility */
8936 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction274:model_base#Object#protected_visibility */
8937 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction274:model_base#Object#private_visibility */
8938 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction274:model_base#Object#none_visibility */
8939 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction274:model#Object#abstract_kind */
8940 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction274:model#Object#concrete_kind */
8941 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction274:model#Object#interface_kind */
8942 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction274:model#Object#enum_kind */
8943 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction274:model#Object#extern_kind */
8944 (nitmethod_t)VIRTUAL_parser__ReduceAction274__action, /* pointer to parser:ReduceAction274:parser#ReduceAction274#action */
8945 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction274:parser#ReduceAction#concat */
8946 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction274:parser#ReduceAction#init */
8947 }
8948 };
8949 /* allocate ReduceAction274 */
8950 val* NEW_parser__ReduceAction274(const struct type* type) {
8951 val* self /* : ReduceAction274 */;
8952 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
8953 self->type = type;
8954 self->class = &class_parser__ReduceAction274;
8955 return self;
8956 }
8957 /* allocate ReduceAction274 */
8958 void CHECK_NEW_parser__ReduceAction274(val* self) {
8959 long var /* : Int */;
8960 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction274> */
8961 }
8962 /* runtime class parser__ReduceAction275 */
8963 const struct class class_parser__ReduceAction275 = {
8964 0, /* box_kind */
8965 {
8966 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction275:kernel#Object#object_id */
8967 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction275:kernel#Object#is_same_type */
8968 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction275:kernel#Object#is_same_instance */
8969 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction275:kernel#Object#== */
8970 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction275:kernel#Object#!= */
8971 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction275:kernel#Object#output */
8972 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction275:kernel#Object#output_class_name */
8973 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction275:kernel#Object#exit */
8974 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction275:kernel#Object#sys */
8975 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction275:kernel#Object#hash */
8976 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction275:string#Object#to_s */
8977 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction275:string#Object#native_class_name */
8978 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction275:string#Object#class_name */
8979 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction275:string#Object#inspect */
8980 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction275:string#Object#inspect_head */
8981 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction275:string#Object#args */
8982 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction275:math#Object#atan2 */
8983 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction275:math#Object#pi */
8984 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction275:math#Object#srand_from */
8985 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction275:math#Object#srand */
8986 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction275:stream#Object#poll */
8987 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction275:stream#Object#intern_poll */
8988 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction275:time#Object#get_time */
8989 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction275:file#Object#printn */
8990 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction275:file#Object#print */
8991 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction275:file#Object#getc */
8992 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction275:file#Object#gets */
8993 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction275:file#Object#getcwd */
8994 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction275:file#Object#file_getcwd */
8995 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction275:file#Object#stdin */
8996 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction275:file#Object#stdout */
8997 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction275:file#Object#stderr */
8998 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction275:model_base#Object#intrude_visibility */
8999 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction275:model_base#Object#public_visibility */
9000 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction275:model_base#Object#protected_visibility */
9001 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction275:model_base#Object#private_visibility */
9002 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction275:model_base#Object#none_visibility */
9003 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction275:model#Object#abstract_kind */
9004 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction275:model#Object#concrete_kind */
9005 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction275:model#Object#interface_kind */
9006 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction275:model#Object#enum_kind */
9007 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction275:model#Object#extern_kind */
9008 (nitmethod_t)VIRTUAL_parser__ReduceAction275__action, /* pointer to parser:ReduceAction275:parser#ReduceAction275#action */
9009 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction275:parser#ReduceAction#concat */
9010 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction275:parser#ReduceAction#init */
9011 }
9012 };
9013 /* allocate ReduceAction275 */
9014 val* NEW_parser__ReduceAction275(const struct type* type) {
9015 val* self /* : ReduceAction275 */;
9016 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9017 self->type = type;
9018 self->class = &class_parser__ReduceAction275;
9019 return self;
9020 }
9021 /* allocate ReduceAction275 */
9022 void CHECK_NEW_parser__ReduceAction275(val* self) {
9023 long var /* : Int */;
9024 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction275> */
9025 }
9026 /* runtime class parser__ReduceAction276 */
9027 const struct class class_parser__ReduceAction276 = {
9028 0, /* box_kind */
9029 {
9030 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction276:kernel#Object#object_id */
9031 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction276:kernel#Object#is_same_type */
9032 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction276:kernel#Object#is_same_instance */
9033 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction276:kernel#Object#== */
9034 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction276:kernel#Object#!= */
9035 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction276:kernel#Object#output */
9036 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction276:kernel#Object#output_class_name */
9037 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction276:kernel#Object#exit */
9038 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction276:kernel#Object#sys */
9039 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction276:kernel#Object#hash */
9040 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction276:string#Object#to_s */
9041 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction276:string#Object#native_class_name */
9042 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction276:string#Object#class_name */
9043 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction276:string#Object#inspect */
9044 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction276:string#Object#inspect_head */
9045 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction276:string#Object#args */
9046 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction276:math#Object#atan2 */
9047 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction276:math#Object#pi */
9048 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction276:math#Object#srand_from */
9049 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction276:math#Object#srand */
9050 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction276:stream#Object#poll */
9051 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction276:stream#Object#intern_poll */
9052 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction276:time#Object#get_time */
9053 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction276:file#Object#printn */
9054 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction276:file#Object#print */
9055 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction276:file#Object#getc */
9056 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction276:file#Object#gets */
9057 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction276:file#Object#getcwd */
9058 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction276:file#Object#file_getcwd */
9059 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction276:file#Object#stdin */
9060 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction276:file#Object#stdout */
9061 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction276:file#Object#stderr */
9062 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction276:model_base#Object#intrude_visibility */
9063 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction276:model_base#Object#public_visibility */
9064 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction276:model_base#Object#protected_visibility */
9065 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction276:model_base#Object#private_visibility */
9066 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction276:model_base#Object#none_visibility */
9067 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction276:model#Object#abstract_kind */
9068 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction276:model#Object#concrete_kind */
9069 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction276:model#Object#interface_kind */
9070 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction276:model#Object#enum_kind */
9071 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction276:model#Object#extern_kind */
9072 (nitmethod_t)VIRTUAL_parser__ReduceAction276__action, /* pointer to parser:ReduceAction276:parser#ReduceAction276#action */
9073 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction276:parser#ReduceAction#concat */
9074 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction276:parser#ReduceAction#init */
9075 }
9076 };
9077 /* allocate ReduceAction276 */
9078 val* NEW_parser__ReduceAction276(const struct type* type) {
9079 val* self /* : ReduceAction276 */;
9080 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9081 self->type = type;
9082 self->class = &class_parser__ReduceAction276;
9083 return self;
9084 }
9085 /* allocate ReduceAction276 */
9086 void CHECK_NEW_parser__ReduceAction276(val* self) {
9087 long var /* : Int */;
9088 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction276> */
9089 }
9090 /* runtime class parser__ReduceAction278 */
9091 const struct class class_parser__ReduceAction278 = {
9092 0, /* box_kind */
9093 {
9094 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction278:kernel#Object#object_id */
9095 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction278:kernel#Object#is_same_type */
9096 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction278:kernel#Object#is_same_instance */
9097 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction278:kernel#Object#== */
9098 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction278:kernel#Object#!= */
9099 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction278:kernel#Object#output */
9100 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction278:kernel#Object#output_class_name */
9101 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction278:kernel#Object#exit */
9102 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction278:kernel#Object#sys */
9103 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction278:kernel#Object#hash */
9104 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction278:string#Object#to_s */
9105 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction278:string#Object#native_class_name */
9106 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction278:string#Object#class_name */
9107 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction278:string#Object#inspect */
9108 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction278:string#Object#inspect_head */
9109 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction278:string#Object#args */
9110 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction278:math#Object#atan2 */
9111 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction278:math#Object#pi */
9112 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction278:math#Object#srand_from */
9113 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction278:math#Object#srand */
9114 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction278:stream#Object#poll */
9115 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction278:stream#Object#intern_poll */
9116 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction278:time#Object#get_time */
9117 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction278:file#Object#printn */
9118 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction278:file#Object#print */
9119 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction278:file#Object#getc */
9120 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction278:file#Object#gets */
9121 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction278:file#Object#getcwd */
9122 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction278:file#Object#file_getcwd */
9123 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction278:file#Object#stdin */
9124 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction278:file#Object#stdout */
9125 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction278:file#Object#stderr */
9126 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction278:model_base#Object#intrude_visibility */
9127 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction278:model_base#Object#public_visibility */
9128 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction278:model_base#Object#protected_visibility */
9129 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction278:model_base#Object#private_visibility */
9130 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction278:model_base#Object#none_visibility */
9131 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction278:model#Object#abstract_kind */
9132 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction278:model#Object#concrete_kind */
9133 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction278:model#Object#interface_kind */
9134 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction278:model#Object#enum_kind */
9135 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction278:model#Object#extern_kind */
9136 (nitmethod_t)VIRTUAL_parser__ReduceAction278__action, /* pointer to parser:ReduceAction278:parser#ReduceAction278#action */
9137 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction278:parser#ReduceAction#concat */
9138 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction278:parser#ReduceAction#init */
9139 }
9140 };
9141 /* allocate ReduceAction278 */
9142 val* NEW_parser__ReduceAction278(const struct type* type) {
9143 val* self /* : ReduceAction278 */;
9144 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9145 self->type = type;
9146 self->class = &class_parser__ReduceAction278;
9147 return self;
9148 }
9149 /* allocate ReduceAction278 */
9150 void CHECK_NEW_parser__ReduceAction278(val* self) {
9151 long var /* : Int */;
9152 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction278> */
9153 }
9154 /* runtime class parser__ReduceAction279 */
9155 const struct class class_parser__ReduceAction279 = {
9156 0, /* box_kind */
9157 {
9158 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction279:kernel#Object#object_id */
9159 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction279:kernel#Object#is_same_type */
9160 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction279:kernel#Object#is_same_instance */
9161 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction279:kernel#Object#== */
9162 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction279:kernel#Object#!= */
9163 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction279:kernel#Object#output */
9164 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction279:kernel#Object#output_class_name */
9165 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction279:kernel#Object#exit */
9166 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction279:kernel#Object#sys */
9167 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction279:kernel#Object#hash */
9168 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction279:string#Object#to_s */
9169 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction279:string#Object#native_class_name */
9170 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction279:string#Object#class_name */
9171 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction279:string#Object#inspect */
9172 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction279:string#Object#inspect_head */
9173 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction279:string#Object#args */
9174 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction279:math#Object#atan2 */
9175 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction279:math#Object#pi */
9176 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction279:math#Object#srand_from */
9177 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction279:math#Object#srand */
9178 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction279:stream#Object#poll */
9179 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction279:stream#Object#intern_poll */
9180 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction279:time#Object#get_time */
9181 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction279:file#Object#printn */
9182 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction279:file#Object#print */
9183 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction279:file#Object#getc */
9184 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction279:file#Object#gets */
9185 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction279:file#Object#getcwd */
9186 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction279:file#Object#file_getcwd */
9187 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction279:file#Object#stdin */
9188 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction279:file#Object#stdout */
9189 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction279:file#Object#stderr */
9190 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction279:model_base#Object#intrude_visibility */
9191 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction279:model_base#Object#public_visibility */
9192 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction279:model_base#Object#protected_visibility */
9193 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction279:model_base#Object#private_visibility */
9194 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction279:model_base#Object#none_visibility */
9195 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction279:model#Object#abstract_kind */
9196 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction279:model#Object#concrete_kind */
9197 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction279:model#Object#interface_kind */
9198 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction279:model#Object#enum_kind */
9199 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction279:model#Object#extern_kind */
9200 (nitmethod_t)VIRTUAL_parser__ReduceAction279__action, /* pointer to parser:ReduceAction279:parser#ReduceAction279#action */
9201 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction279:parser#ReduceAction#concat */
9202 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction279:parser#ReduceAction#init */
9203 }
9204 };
9205 /* allocate ReduceAction279 */
9206 val* NEW_parser__ReduceAction279(const struct type* type) {
9207 val* self /* : ReduceAction279 */;
9208 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9209 self->type = type;
9210 self->class = &class_parser__ReduceAction279;
9211 return self;
9212 }
9213 /* allocate ReduceAction279 */
9214 void CHECK_NEW_parser__ReduceAction279(val* self) {
9215 long var /* : Int */;
9216 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction279> */
9217 }
9218 /* runtime class parser__ReduceAction281 */
9219 const struct class class_parser__ReduceAction281 = {
9220 0, /* box_kind */
9221 {
9222 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction281:kernel#Object#object_id */
9223 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction281:kernel#Object#is_same_type */
9224 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction281:kernel#Object#is_same_instance */
9225 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction281:kernel#Object#== */
9226 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction281:kernel#Object#!= */
9227 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction281:kernel#Object#output */
9228 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction281:kernel#Object#output_class_name */
9229 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction281:kernel#Object#exit */
9230 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction281:kernel#Object#sys */
9231 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction281:kernel#Object#hash */
9232 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction281:string#Object#to_s */
9233 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction281:string#Object#native_class_name */
9234 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction281:string#Object#class_name */
9235 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction281:string#Object#inspect */
9236 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction281:string#Object#inspect_head */
9237 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction281:string#Object#args */
9238 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction281:math#Object#atan2 */
9239 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction281:math#Object#pi */
9240 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction281:math#Object#srand_from */
9241 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction281:math#Object#srand */
9242 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction281:stream#Object#poll */
9243 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction281:stream#Object#intern_poll */
9244 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction281:time#Object#get_time */
9245 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction281:file#Object#printn */
9246 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction281:file#Object#print */
9247 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction281:file#Object#getc */
9248 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction281:file#Object#gets */
9249 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction281:file#Object#getcwd */
9250 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction281:file#Object#file_getcwd */
9251 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction281:file#Object#stdin */
9252 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction281:file#Object#stdout */
9253 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction281:file#Object#stderr */
9254 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction281:model_base#Object#intrude_visibility */
9255 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction281:model_base#Object#public_visibility */
9256 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction281:model_base#Object#protected_visibility */
9257 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction281:model_base#Object#private_visibility */
9258 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction281:model_base#Object#none_visibility */
9259 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction281:model#Object#abstract_kind */
9260 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction281:model#Object#concrete_kind */
9261 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction281:model#Object#interface_kind */
9262 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction281:model#Object#enum_kind */
9263 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction281:model#Object#extern_kind */
9264 (nitmethod_t)VIRTUAL_parser__ReduceAction281__action, /* pointer to parser:ReduceAction281:parser#ReduceAction281#action */
9265 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction281:parser#ReduceAction#concat */
9266 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction281:parser#ReduceAction#init */
9267 }
9268 };
9269 /* allocate ReduceAction281 */
9270 val* NEW_parser__ReduceAction281(const struct type* type) {
9271 val* self /* : ReduceAction281 */;
9272 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9273 self->type = type;
9274 self->class = &class_parser__ReduceAction281;
9275 return self;
9276 }
9277 /* allocate ReduceAction281 */
9278 void CHECK_NEW_parser__ReduceAction281(val* self) {
9279 long var /* : Int */;
9280 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction281> */
9281 }
9282 /* runtime class parser__ReduceAction282 */
9283 const struct class class_parser__ReduceAction282 = {
9284 0, /* box_kind */
9285 {
9286 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction282:kernel#Object#object_id */
9287 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction282:kernel#Object#is_same_type */
9288 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction282:kernel#Object#is_same_instance */
9289 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction282:kernel#Object#== */
9290 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction282:kernel#Object#!= */
9291 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction282:kernel#Object#output */
9292 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction282:kernel#Object#output_class_name */
9293 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction282:kernel#Object#exit */
9294 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction282:kernel#Object#sys */
9295 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction282:kernel#Object#hash */
9296 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction282:string#Object#to_s */
9297 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction282:string#Object#native_class_name */
9298 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction282:string#Object#class_name */
9299 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction282:string#Object#inspect */
9300 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction282:string#Object#inspect_head */
9301 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction282:string#Object#args */
9302 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction282:math#Object#atan2 */
9303 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction282:math#Object#pi */
9304 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction282:math#Object#srand_from */
9305 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction282:math#Object#srand */
9306 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction282:stream#Object#poll */
9307 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction282:stream#Object#intern_poll */
9308 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction282:time#Object#get_time */
9309 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction282:file#Object#printn */
9310 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction282:file#Object#print */
9311 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction282:file#Object#getc */
9312 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction282:file#Object#gets */
9313 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction282:file#Object#getcwd */
9314 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction282:file#Object#file_getcwd */
9315 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction282:file#Object#stdin */
9316 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction282:file#Object#stdout */
9317 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction282:file#Object#stderr */
9318 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction282:model_base#Object#intrude_visibility */
9319 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction282:model_base#Object#public_visibility */
9320 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction282:model_base#Object#protected_visibility */
9321 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction282:model_base#Object#private_visibility */
9322 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction282:model_base#Object#none_visibility */
9323 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction282:model#Object#abstract_kind */
9324 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction282:model#Object#concrete_kind */
9325 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction282:model#Object#interface_kind */
9326 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction282:model#Object#enum_kind */
9327 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction282:model#Object#extern_kind */
9328 (nitmethod_t)VIRTUAL_parser__ReduceAction282__action, /* pointer to parser:ReduceAction282:parser#ReduceAction282#action */
9329 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction282:parser#ReduceAction#concat */
9330 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction282:parser#ReduceAction#init */
9331 }
9332 };
9333 /* allocate ReduceAction282 */
9334 val* NEW_parser__ReduceAction282(const struct type* type) {
9335 val* self /* : ReduceAction282 */;
9336 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9337 self->type = type;
9338 self->class = &class_parser__ReduceAction282;
9339 return self;
9340 }
9341 /* allocate ReduceAction282 */
9342 void CHECK_NEW_parser__ReduceAction282(val* self) {
9343 long var /* : Int */;
9344 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction282> */
9345 }
9346 /* runtime class parser__ReduceAction283 */
9347 const struct class class_parser__ReduceAction283 = {
9348 0, /* box_kind */
9349 {
9350 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction283:kernel#Object#object_id */
9351 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction283:kernel#Object#is_same_type */
9352 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction283:kernel#Object#is_same_instance */
9353 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction283:kernel#Object#== */
9354 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction283:kernel#Object#!= */
9355 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction283:kernel#Object#output */
9356 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction283:kernel#Object#output_class_name */
9357 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction283:kernel#Object#exit */
9358 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction283:kernel#Object#sys */
9359 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction283:kernel#Object#hash */
9360 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction283:string#Object#to_s */
9361 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction283:string#Object#native_class_name */
9362 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction283:string#Object#class_name */
9363 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction283:string#Object#inspect */
9364 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction283:string#Object#inspect_head */
9365 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction283:string#Object#args */
9366 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction283:math#Object#atan2 */
9367 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction283:math#Object#pi */
9368 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction283:math#Object#srand_from */
9369 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction283:math#Object#srand */
9370 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction283:stream#Object#poll */
9371 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction283:stream#Object#intern_poll */
9372 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction283:time#Object#get_time */
9373 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction283:file#Object#printn */
9374 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction283:file#Object#print */
9375 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction283:file#Object#getc */
9376 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction283:file#Object#gets */
9377 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction283:file#Object#getcwd */
9378 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction283:file#Object#file_getcwd */
9379 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction283:file#Object#stdin */
9380 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction283:file#Object#stdout */
9381 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction283:file#Object#stderr */
9382 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction283:model_base#Object#intrude_visibility */
9383 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction283:model_base#Object#public_visibility */
9384 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction283:model_base#Object#protected_visibility */
9385 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction283:model_base#Object#private_visibility */
9386 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction283:model_base#Object#none_visibility */
9387 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction283:model#Object#abstract_kind */
9388 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction283:model#Object#concrete_kind */
9389 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction283:model#Object#interface_kind */
9390 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction283:model#Object#enum_kind */
9391 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction283:model#Object#extern_kind */
9392 (nitmethod_t)VIRTUAL_parser__ReduceAction283__action, /* pointer to parser:ReduceAction283:parser#ReduceAction283#action */
9393 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction283:parser#ReduceAction#concat */
9394 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction283:parser#ReduceAction#init */
9395 }
9396 };
9397 /* allocate ReduceAction283 */
9398 val* NEW_parser__ReduceAction283(const struct type* type) {
9399 val* self /* : ReduceAction283 */;
9400 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9401 self->type = type;
9402 self->class = &class_parser__ReduceAction283;
9403 return self;
9404 }
9405 /* allocate ReduceAction283 */
9406 void CHECK_NEW_parser__ReduceAction283(val* self) {
9407 long var /* : Int */;
9408 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction283> */
9409 }
9410 /* runtime class parser__ReduceAction284 */
9411 const struct class class_parser__ReduceAction284 = {
9412 0, /* box_kind */
9413 {
9414 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction284:kernel#Object#object_id */
9415 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction284:kernel#Object#is_same_type */
9416 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction284:kernel#Object#is_same_instance */
9417 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction284:kernel#Object#== */
9418 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction284:kernel#Object#!= */
9419 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction284:kernel#Object#output */
9420 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction284:kernel#Object#output_class_name */
9421 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction284:kernel#Object#exit */
9422 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction284:kernel#Object#sys */
9423 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction284:kernel#Object#hash */
9424 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction284:string#Object#to_s */
9425 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction284:string#Object#native_class_name */
9426 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction284:string#Object#class_name */
9427 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction284:string#Object#inspect */
9428 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction284:string#Object#inspect_head */
9429 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction284:string#Object#args */
9430 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction284:math#Object#atan2 */
9431 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction284:math#Object#pi */
9432 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction284:math#Object#srand_from */
9433 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction284:math#Object#srand */
9434 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction284:stream#Object#poll */
9435 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction284:stream#Object#intern_poll */
9436 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction284:time#Object#get_time */
9437 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction284:file#Object#printn */
9438 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction284:file#Object#print */
9439 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction284:file#Object#getc */
9440 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction284:file#Object#gets */
9441 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction284:file#Object#getcwd */
9442 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction284:file#Object#file_getcwd */
9443 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction284:file#Object#stdin */
9444 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction284:file#Object#stdout */
9445 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction284:file#Object#stderr */
9446 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction284:model_base#Object#intrude_visibility */
9447 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction284:model_base#Object#public_visibility */
9448 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction284:model_base#Object#protected_visibility */
9449 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction284:model_base#Object#private_visibility */
9450 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction284:model_base#Object#none_visibility */
9451 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction284:model#Object#abstract_kind */
9452 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction284:model#Object#concrete_kind */
9453 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction284:model#Object#interface_kind */
9454 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction284:model#Object#enum_kind */
9455 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction284:model#Object#extern_kind */
9456 (nitmethod_t)VIRTUAL_parser__ReduceAction284__action, /* pointer to parser:ReduceAction284:parser#ReduceAction284#action */
9457 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction284:parser#ReduceAction#concat */
9458 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction284:parser#ReduceAction#init */
9459 }
9460 };
9461 /* allocate ReduceAction284 */
9462 val* NEW_parser__ReduceAction284(const struct type* type) {
9463 val* self /* : ReduceAction284 */;
9464 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9465 self->type = type;
9466 self->class = &class_parser__ReduceAction284;
9467 return self;
9468 }
9469 /* allocate ReduceAction284 */
9470 void CHECK_NEW_parser__ReduceAction284(val* self) {
9471 long var /* : Int */;
9472 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction284> */
9473 }
9474 /* runtime class parser__ReduceAction286 */
9475 const struct class class_parser__ReduceAction286 = {
9476 0, /* box_kind */
9477 {
9478 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction286:kernel#Object#object_id */
9479 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction286:kernel#Object#is_same_type */
9480 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction286:kernel#Object#is_same_instance */
9481 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction286:kernel#Object#== */
9482 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction286:kernel#Object#!= */
9483 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction286:kernel#Object#output */
9484 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction286:kernel#Object#output_class_name */
9485 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction286:kernel#Object#exit */
9486 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction286:kernel#Object#sys */
9487 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction286:kernel#Object#hash */
9488 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction286:string#Object#to_s */
9489 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction286:string#Object#native_class_name */
9490 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction286:string#Object#class_name */
9491 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction286:string#Object#inspect */
9492 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction286:string#Object#inspect_head */
9493 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction286:string#Object#args */
9494 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction286:math#Object#atan2 */
9495 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction286:math#Object#pi */
9496 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction286:math#Object#srand_from */
9497 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction286:math#Object#srand */
9498 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction286:stream#Object#poll */
9499 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction286:stream#Object#intern_poll */
9500 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction286:time#Object#get_time */
9501 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction286:file#Object#printn */
9502 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction286:file#Object#print */
9503 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction286:file#Object#getc */
9504 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction286:file#Object#gets */
9505 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction286:file#Object#getcwd */
9506 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction286:file#Object#file_getcwd */
9507 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction286:file#Object#stdin */
9508 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction286:file#Object#stdout */
9509 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction286:file#Object#stderr */
9510 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction286:model_base#Object#intrude_visibility */
9511 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction286:model_base#Object#public_visibility */
9512 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction286:model_base#Object#protected_visibility */
9513 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction286:model_base#Object#private_visibility */
9514 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction286:model_base#Object#none_visibility */
9515 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction286:model#Object#abstract_kind */
9516 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction286:model#Object#concrete_kind */
9517 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction286:model#Object#interface_kind */
9518 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction286:model#Object#enum_kind */
9519 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction286:model#Object#extern_kind */
9520 (nitmethod_t)VIRTUAL_parser__ReduceAction286__action, /* pointer to parser:ReduceAction286:parser#ReduceAction286#action */
9521 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction286:parser#ReduceAction#concat */
9522 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction286:parser#ReduceAction#init */
9523 }
9524 };
9525 /* allocate ReduceAction286 */
9526 val* NEW_parser__ReduceAction286(const struct type* type) {
9527 val* self /* : ReduceAction286 */;
9528 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9529 self->type = type;
9530 self->class = &class_parser__ReduceAction286;
9531 return self;
9532 }
9533 /* allocate ReduceAction286 */
9534 void CHECK_NEW_parser__ReduceAction286(val* self) {
9535 long var /* : Int */;
9536 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction286> */
9537 }
9538 /* runtime class parser__ReduceAction287 */
9539 const struct class class_parser__ReduceAction287 = {
9540 0, /* box_kind */
9541 {
9542 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction287:kernel#Object#object_id */
9543 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction287:kernel#Object#is_same_type */
9544 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction287:kernel#Object#is_same_instance */
9545 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction287:kernel#Object#== */
9546 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction287:kernel#Object#!= */
9547 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction287:kernel#Object#output */
9548 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction287:kernel#Object#output_class_name */
9549 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction287:kernel#Object#exit */
9550 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction287:kernel#Object#sys */
9551 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction287:kernel#Object#hash */
9552 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction287:string#Object#to_s */
9553 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction287:string#Object#native_class_name */
9554 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction287:string#Object#class_name */
9555 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction287:string#Object#inspect */
9556 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction287:string#Object#inspect_head */
9557 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction287:string#Object#args */
9558 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction287:math#Object#atan2 */
9559 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction287:math#Object#pi */
9560 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction287:math#Object#srand_from */
9561 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction287:math#Object#srand */
9562 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction287:stream#Object#poll */
9563 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction287:stream#Object#intern_poll */
9564 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction287:time#Object#get_time */
9565 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction287:file#Object#printn */
9566 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction287:file#Object#print */
9567 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction287:file#Object#getc */
9568 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction287:file#Object#gets */
9569 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction287:file#Object#getcwd */
9570 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction287:file#Object#file_getcwd */
9571 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction287:file#Object#stdin */
9572 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction287:file#Object#stdout */
9573 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction287:file#Object#stderr */
9574 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction287:model_base#Object#intrude_visibility */
9575 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction287:model_base#Object#public_visibility */
9576 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction287:model_base#Object#protected_visibility */
9577 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction287:model_base#Object#private_visibility */
9578 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction287:model_base#Object#none_visibility */
9579 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction287:model#Object#abstract_kind */
9580 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction287:model#Object#concrete_kind */
9581 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction287:model#Object#interface_kind */
9582 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction287:model#Object#enum_kind */
9583 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction287:model#Object#extern_kind */
9584 (nitmethod_t)VIRTUAL_parser__ReduceAction287__action, /* pointer to parser:ReduceAction287:parser#ReduceAction287#action */
9585 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction287:parser#ReduceAction#concat */
9586 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction287:parser#ReduceAction#init */
9587 }
9588 };
9589 /* allocate ReduceAction287 */
9590 val* NEW_parser__ReduceAction287(const struct type* type) {
9591 val* self /* : ReduceAction287 */;
9592 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9593 self->type = type;
9594 self->class = &class_parser__ReduceAction287;
9595 return self;
9596 }
9597 /* allocate ReduceAction287 */
9598 void CHECK_NEW_parser__ReduceAction287(val* self) {
9599 long var /* : Int */;
9600 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction287> */
9601 }
9602 /* runtime class parser__ReduceAction289 */
9603 const struct class class_parser__ReduceAction289 = {
9604 0, /* box_kind */
9605 {
9606 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction289:kernel#Object#object_id */
9607 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction289:kernel#Object#is_same_type */
9608 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction289:kernel#Object#is_same_instance */
9609 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction289:kernel#Object#== */
9610 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction289:kernel#Object#!= */
9611 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction289:kernel#Object#output */
9612 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction289:kernel#Object#output_class_name */
9613 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction289:kernel#Object#exit */
9614 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction289:kernel#Object#sys */
9615 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction289:kernel#Object#hash */
9616 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction289:string#Object#to_s */
9617 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction289:string#Object#native_class_name */
9618 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction289:string#Object#class_name */
9619 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction289:string#Object#inspect */
9620 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction289:string#Object#inspect_head */
9621 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction289:string#Object#args */
9622 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction289:math#Object#atan2 */
9623 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction289:math#Object#pi */
9624 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction289:math#Object#srand_from */
9625 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction289:math#Object#srand */
9626 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction289:stream#Object#poll */
9627 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction289:stream#Object#intern_poll */
9628 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction289:time#Object#get_time */
9629 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction289:file#Object#printn */
9630 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction289:file#Object#print */
9631 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction289:file#Object#getc */
9632 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction289:file#Object#gets */
9633 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction289:file#Object#getcwd */
9634 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction289:file#Object#file_getcwd */
9635 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction289:file#Object#stdin */
9636 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction289:file#Object#stdout */
9637 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction289:file#Object#stderr */
9638 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction289:model_base#Object#intrude_visibility */
9639 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction289:model_base#Object#public_visibility */
9640 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction289:model_base#Object#protected_visibility */
9641 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction289:model_base#Object#private_visibility */
9642 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction289:model_base#Object#none_visibility */
9643 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction289:model#Object#abstract_kind */
9644 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction289:model#Object#concrete_kind */
9645 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction289:model#Object#interface_kind */
9646 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction289:model#Object#enum_kind */
9647 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction289:model#Object#extern_kind */
9648 (nitmethod_t)VIRTUAL_parser__ReduceAction289__action, /* pointer to parser:ReduceAction289:parser#ReduceAction289#action */
9649 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction289:parser#ReduceAction#concat */
9650 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction289:parser#ReduceAction#init */
9651 }
9652 };
9653 /* allocate ReduceAction289 */
9654 val* NEW_parser__ReduceAction289(const struct type* type) {
9655 val* self /* : ReduceAction289 */;
9656 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9657 self->type = type;
9658 self->class = &class_parser__ReduceAction289;
9659 return self;
9660 }
9661 /* allocate ReduceAction289 */
9662 void CHECK_NEW_parser__ReduceAction289(val* self) {
9663 long var /* : Int */;
9664 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction289> */
9665 }
9666 /* runtime class parser__ReduceAction290 */
9667 const struct class class_parser__ReduceAction290 = {
9668 0, /* box_kind */
9669 {
9670 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction290:kernel#Object#object_id */
9671 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction290:kernel#Object#is_same_type */
9672 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction290:kernel#Object#is_same_instance */
9673 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction290:kernel#Object#== */
9674 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction290:kernel#Object#!= */
9675 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction290:kernel#Object#output */
9676 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction290:kernel#Object#output_class_name */
9677 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction290:kernel#Object#exit */
9678 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction290:kernel#Object#sys */
9679 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction290:kernel#Object#hash */
9680 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction290:string#Object#to_s */
9681 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction290:string#Object#native_class_name */
9682 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction290:string#Object#class_name */
9683 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction290:string#Object#inspect */
9684 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction290:string#Object#inspect_head */
9685 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction290:string#Object#args */
9686 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction290:math#Object#atan2 */
9687 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction290:math#Object#pi */
9688 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction290:math#Object#srand_from */
9689 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction290:math#Object#srand */
9690 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction290:stream#Object#poll */
9691 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction290:stream#Object#intern_poll */
9692 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction290:time#Object#get_time */
9693 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction290:file#Object#printn */
9694 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction290:file#Object#print */
9695 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction290:file#Object#getc */
9696 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction290:file#Object#gets */
9697 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction290:file#Object#getcwd */
9698 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction290:file#Object#file_getcwd */
9699 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction290:file#Object#stdin */
9700 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction290:file#Object#stdout */
9701 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction290:file#Object#stderr */
9702 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction290:model_base#Object#intrude_visibility */
9703 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction290:model_base#Object#public_visibility */
9704 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction290:model_base#Object#protected_visibility */
9705 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction290:model_base#Object#private_visibility */
9706 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction290:model_base#Object#none_visibility */
9707 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction290:model#Object#abstract_kind */
9708 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction290:model#Object#concrete_kind */
9709 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction290:model#Object#interface_kind */
9710 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction290:model#Object#enum_kind */
9711 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction290:model#Object#extern_kind */
9712 (nitmethod_t)VIRTUAL_parser__ReduceAction290__action, /* pointer to parser:ReduceAction290:parser#ReduceAction290#action */
9713 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction290:parser#ReduceAction#concat */
9714 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction290:parser#ReduceAction#init */
9715 }
9716 };
9717 /* allocate ReduceAction290 */
9718 val* NEW_parser__ReduceAction290(const struct type* type) {
9719 val* self /* : ReduceAction290 */;
9720 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9721 self->type = type;
9722 self->class = &class_parser__ReduceAction290;
9723 return self;
9724 }
9725 /* allocate ReduceAction290 */
9726 void CHECK_NEW_parser__ReduceAction290(val* self) {
9727 long var /* : Int */;
9728 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction290> */
9729 }
9730 /* runtime class parser__ReduceAction291 */
9731 const struct class class_parser__ReduceAction291 = {
9732 0, /* box_kind */
9733 {
9734 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction291:kernel#Object#object_id */
9735 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction291:kernel#Object#is_same_type */
9736 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction291:kernel#Object#is_same_instance */
9737 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction291:kernel#Object#== */
9738 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction291:kernel#Object#!= */
9739 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction291:kernel#Object#output */
9740 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction291:kernel#Object#output_class_name */
9741 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction291:kernel#Object#exit */
9742 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction291:kernel#Object#sys */
9743 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction291:kernel#Object#hash */
9744 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction291:string#Object#to_s */
9745 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction291:string#Object#native_class_name */
9746 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction291:string#Object#class_name */
9747 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction291:string#Object#inspect */
9748 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction291:string#Object#inspect_head */
9749 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction291:string#Object#args */
9750 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction291:math#Object#atan2 */
9751 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction291:math#Object#pi */
9752 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction291:math#Object#srand_from */
9753 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction291:math#Object#srand */
9754 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction291:stream#Object#poll */
9755 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction291:stream#Object#intern_poll */
9756 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction291:time#Object#get_time */
9757 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction291:file#Object#printn */
9758 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction291:file#Object#print */
9759 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction291:file#Object#getc */
9760 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction291:file#Object#gets */
9761 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction291:file#Object#getcwd */
9762 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction291:file#Object#file_getcwd */
9763 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction291:file#Object#stdin */
9764 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction291:file#Object#stdout */
9765 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction291:file#Object#stderr */
9766 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction291:model_base#Object#intrude_visibility */
9767 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction291:model_base#Object#public_visibility */
9768 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction291:model_base#Object#protected_visibility */
9769 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction291:model_base#Object#private_visibility */
9770 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction291:model_base#Object#none_visibility */
9771 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction291:model#Object#abstract_kind */
9772 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction291:model#Object#concrete_kind */
9773 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction291:model#Object#interface_kind */
9774 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction291:model#Object#enum_kind */
9775 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction291:model#Object#extern_kind */
9776 (nitmethod_t)VIRTUAL_parser__ReduceAction291__action, /* pointer to parser:ReduceAction291:parser#ReduceAction291#action */
9777 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction291:parser#ReduceAction#concat */
9778 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction291:parser#ReduceAction#init */
9779 }
9780 };
9781 /* allocate ReduceAction291 */
9782 val* NEW_parser__ReduceAction291(const struct type* type) {
9783 val* self /* : ReduceAction291 */;
9784 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9785 self->type = type;
9786 self->class = &class_parser__ReduceAction291;
9787 return self;
9788 }
9789 /* allocate ReduceAction291 */
9790 void CHECK_NEW_parser__ReduceAction291(val* self) {
9791 long var /* : Int */;
9792 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction291> */
9793 }
9794 /* runtime class parser__ReduceAction292 */
9795 const struct class class_parser__ReduceAction292 = {
9796 0, /* box_kind */
9797 {
9798 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction292:kernel#Object#object_id */
9799 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction292:kernel#Object#is_same_type */
9800 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction292:kernel#Object#is_same_instance */
9801 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction292:kernel#Object#== */
9802 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction292:kernel#Object#!= */
9803 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction292:kernel#Object#output */
9804 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction292:kernel#Object#output_class_name */
9805 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction292:kernel#Object#exit */
9806 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction292:kernel#Object#sys */
9807 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction292:kernel#Object#hash */
9808 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction292:string#Object#to_s */
9809 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction292:string#Object#native_class_name */
9810 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction292:string#Object#class_name */
9811 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction292:string#Object#inspect */
9812 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction292:string#Object#inspect_head */
9813 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction292:string#Object#args */
9814 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction292:math#Object#atan2 */
9815 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction292:math#Object#pi */
9816 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction292:math#Object#srand_from */
9817 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction292:math#Object#srand */
9818 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction292:stream#Object#poll */
9819 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction292:stream#Object#intern_poll */
9820 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction292:time#Object#get_time */
9821 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction292:file#Object#printn */
9822 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction292:file#Object#print */
9823 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction292:file#Object#getc */
9824 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction292:file#Object#gets */
9825 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction292:file#Object#getcwd */
9826 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction292:file#Object#file_getcwd */
9827 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction292:file#Object#stdin */
9828 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction292:file#Object#stdout */
9829 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction292:file#Object#stderr */
9830 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction292:model_base#Object#intrude_visibility */
9831 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction292:model_base#Object#public_visibility */
9832 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction292:model_base#Object#protected_visibility */
9833 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction292:model_base#Object#private_visibility */
9834 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction292:model_base#Object#none_visibility */
9835 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction292:model#Object#abstract_kind */
9836 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction292:model#Object#concrete_kind */
9837 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction292:model#Object#interface_kind */
9838 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction292:model#Object#enum_kind */
9839 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction292:model#Object#extern_kind */
9840 (nitmethod_t)VIRTUAL_parser__ReduceAction292__action, /* pointer to parser:ReduceAction292:parser#ReduceAction292#action */
9841 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction292:parser#ReduceAction#concat */
9842 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction292:parser#ReduceAction#init */
9843 }
9844 };
9845 /* allocate ReduceAction292 */
9846 val* NEW_parser__ReduceAction292(const struct type* type) {
9847 val* self /* : ReduceAction292 */;
9848 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9849 self->type = type;
9850 self->class = &class_parser__ReduceAction292;
9851 return self;
9852 }
9853 /* allocate ReduceAction292 */
9854 void CHECK_NEW_parser__ReduceAction292(val* self) {
9855 long var /* : Int */;
9856 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction292> */
9857 }
9858 /* runtime class parser__ReduceAction294 */
9859 const struct class class_parser__ReduceAction294 = {
9860 0, /* box_kind */
9861 {
9862 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction294:kernel#Object#object_id */
9863 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction294:kernel#Object#is_same_type */
9864 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction294:kernel#Object#is_same_instance */
9865 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction294:kernel#Object#== */
9866 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction294:kernel#Object#!= */
9867 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction294:kernel#Object#output */
9868 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction294:kernel#Object#output_class_name */
9869 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction294:kernel#Object#exit */
9870 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction294:kernel#Object#sys */
9871 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction294:kernel#Object#hash */
9872 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction294:string#Object#to_s */
9873 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction294:string#Object#native_class_name */
9874 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction294:string#Object#class_name */
9875 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction294:string#Object#inspect */
9876 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction294:string#Object#inspect_head */
9877 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction294:string#Object#args */
9878 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction294:math#Object#atan2 */
9879 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction294:math#Object#pi */
9880 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction294:math#Object#srand_from */
9881 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction294:math#Object#srand */
9882 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction294:stream#Object#poll */
9883 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction294:stream#Object#intern_poll */
9884 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction294:time#Object#get_time */
9885 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction294:file#Object#printn */
9886 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction294:file#Object#print */
9887 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction294:file#Object#getc */
9888 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction294:file#Object#gets */
9889 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction294:file#Object#getcwd */
9890 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction294:file#Object#file_getcwd */
9891 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction294:file#Object#stdin */
9892 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction294:file#Object#stdout */
9893 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction294:file#Object#stderr */
9894 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction294:model_base#Object#intrude_visibility */
9895 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction294:model_base#Object#public_visibility */
9896 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction294:model_base#Object#protected_visibility */
9897 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction294:model_base#Object#private_visibility */
9898 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction294:model_base#Object#none_visibility */
9899 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction294:model#Object#abstract_kind */
9900 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction294:model#Object#concrete_kind */
9901 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction294:model#Object#interface_kind */
9902 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction294:model#Object#enum_kind */
9903 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction294:model#Object#extern_kind */
9904 (nitmethod_t)VIRTUAL_parser__ReduceAction294__action, /* pointer to parser:ReduceAction294:parser#ReduceAction294#action */
9905 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction294:parser#ReduceAction#concat */
9906 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction294:parser#ReduceAction#init */
9907 }
9908 };
9909 /* allocate ReduceAction294 */
9910 val* NEW_parser__ReduceAction294(const struct type* type) {
9911 val* self /* : ReduceAction294 */;
9912 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9913 self->type = type;
9914 self->class = &class_parser__ReduceAction294;
9915 return self;
9916 }
9917 /* allocate ReduceAction294 */
9918 void CHECK_NEW_parser__ReduceAction294(val* self) {
9919 long var /* : Int */;
9920 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction294> */
9921 }
9922 /* runtime class parser__ReduceAction295 */
9923 const struct class class_parser__ReduceAction295 = {
9924 0, /* box_kind */
9925 {
9926 (nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction295:kernel#Object#object_id */
9927 (nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction295:kernel#Object#is_same_type */
9928 (nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction295:kernel#Object#is_same_instance */
9929 (nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction295:kernel#Object#== */
9930 (nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction295:kernel#Object#!= */
9931 (nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction295:kernel#Object#output */
9932 (nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction295:kernel#Object#output_class_name */
9933 (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction295:kernel#Object#exit */
9934 (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction295:kernel#Object#sys */
9935 (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction295:kernel#Object#hash */
9936 (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction295:string#Object#to_s */
9937 (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction295:string#Object#native_class_name */
9938 (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction295:string#Object#class_name */
9939 (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction295:string#Object#inspect */
9940 (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction295:string#Object#inspect_head */
9941 (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction295:string#Object#args */
9942 (nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction295:math#Object#atan2 */
9943 (nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction295:math#Object#pi */
9944 (nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction295:math#Object#srand_from */
9945 (nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction295:math#Object#srand */
9946 (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction295:stream#Object#poll */
9947 (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction295:stream#Object#intern_poll */
9948 (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction295:time#Object#get_time */
9949 (nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction295:file#Object#printn */
9950 (nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction295:file#Object#print */
9951 (nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction295:file#Object#getc */
9952 (nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction295:file#Object#gets */
9953 (nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction295:file#Object#getcwd */
9954 (nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction295:file#Object#file_getcwd */
9955 (nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction295:file#Object#stdin */
9956 (nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction295:file#Object#stdout */
9957 (nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction295:file#Object#stderr */
9958 (nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction295:model_base#Object#intrude_visibility */
9959 (nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction295:model_base#Object#public_visibility */
9960 (nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction295:model_base#Object#protected_visibility */
9961 (nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction295:model_base#Object#private_visibility */
9962 (nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction295:model_base#Object#none_visibility */
9963 (nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction295:model#Object#abstract_kind */
9964 (nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction295:model#Object#concrete_kind */
9965 (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction295:model#Object#interface_kind */
9966 (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction295:model#Object#enum_kind */
9967 (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction295:model#Object#extern_kind */
9968 (nitmethod_t)VIRTUAL_parser__ReduceAction295__action, /* pointer to parser:ReduceAction295:parser#ReduceAction295#action */
9969 (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction295:parser#ReduceAction#concat */
9970 (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction295:parser#ReduceAction#init */
9971 }
9972 };
9973 /* allocate ReduceAction295 */
9974 val* NEW_parser__ReduceAction295(const struct type* type) {
9975 val* self /* : ReduceAction295 */;
9976 self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t));
9977 self->type = type;
9978 self->class = &class_parser__ReduceAction295;
9979 return self;
9980 }
9981 /* allocate ReduceAction295 */
9982 void CHECK_NEW_parser__ReduceAction295(val* self) {
9983 long var /* : Int */;
9984 var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on <self:ReduceAction295> */
9985 }