X-Git-Url: http://nitlanguage.org diff --git a/c_src/nitg.classes.1.c b/c_src/nitg.classes.1.c index 380854c..7fb9dc3 100644 --- a/c_src/nitg.classes.1.c +++ b/c_src/nitg.classes.1.c @@ -9,3329 +9,3651 @@ const int COLOR_kernel__Object__output_class_name = 6; const int COLOR_kernel__Object__exit = 7; const int COLOR_kernel__Object__sys = 8; const int COLOR_kernel__Object__hash = 9; -const int COLOR_string__Object__to_s = 10; -const int COLOR_string__Object__native_class_name = 11; -const int COLOR_string__Object__class_name = 12; -const int COLOR_string__Object__inspect = 13; -const int COLOR_string__Object__inspect_head = 14; -const int COLOR_string__Object__args = 15; -const int COLOR_math__Object__atan2 = 16; -const int COLOR_math__Object__pi = 17; -const int COLOR_math__Object__srand_from = 18; -const int COLOR_math__Object__srand = 19; -const int COLOR_stream__Object__poll = 20; -const int COLOR_stream__Object__intern_poll = 21; -const int COLOR_time__Object__get_time = 22; -const int COLOR_file__Object__printn = 23; -const int COLOR_file__Object__print = 24; -const int COLOR_file__Object__getc = 25; -const int COLOR_file__Object__gets = 26; -const int COLOR_file__Object__getcwd = 27; -const int COLOR_file__Object__file_getcwd = 28; -const int COLOR_file__Object__stdin = 29; -const int COLOR_file__Object__stdout = 30; -const int COLOR_file__Object__stderr = 31; -const int COLOR_model_base__Object__intrude_visibility = 32; -const int COLOR_model_base__Object__public_visibility = 33; -const int COLOR_model_base__Object__protected_visibility = 34; -const int COLOR_model_base__Object__private_visibility = 35; -const int COLOR_model_base__Object__none_visibility = 36; -const int COLOR_model__Object__abstract_kind = 37; -const int COLOR_model__Object__concrete_kind = 38; -const int COLOR_model__Object__interface_kind = 39; -const int COLOR_model__Object__enum_kind = 40; -const int COLOR_model__Object__extern_kind = 41; -const int COLOR_kernel__Comparable___60d = 42; -const int COLOR_kernel__Comparable___60d_61d = 43; -const int COLOR_kernel__Comparable___62d_61d = 44; -const int COLOR_kernel__Comparable___62d = 45; -const int COLOR_kernel__Comparable___60d_61d_62d = 46; -const int COLOR_kernel__Comparable__is_between = 47; -const int COLOR_kernel__Comparable__max = 48; -const int COLOR_kernel__Comparable__min = 49; -const int COLOR_kernel__Discrete__succ = 50; -const int COLOR_kernel__Discrete__prec = 51; -const int COLOR_kernel__Discrete___43d = 52; -const int COLOR_kernel__Discrete___45d = 53; -const int COLOR_kernel__Discrete__distance = 54; -const int COLOR_range__Discrete__times = 55; -const int COLOR_string_search__Pattern__search_index_in = 56; -const int COLOR_string_search__Pattern__search_in = 57; -const int COLOR_string_search__Pattern__search_all_in = 58; -const int COLOR_string_search__Pattern__split_in = 59; -const int COLOR_kernel__Char__to_i = 60; -const int COLOR_kernel__Char__ascii = 61; -const int COLOR_kernel__Char__to_lower = 62; -const int COLOR_kernel__Char__to_upper = 63; -const int COLOR_kernel__Char__is_digit = 64; -const int COLOR_kernel__Char__is_lower = 65; -const int COLOR_kernel__Char__is_upper = 66; -const int COLOR_kernel__Char__is_letter = 67; -const int COLOR_string__Char__is_numeric = 68; -const int COLOR_string__Char__is_alpha = 69; -const int COLOR_string__Char__is_alphanumeric = 70; -const int COLOR_abstract_collection__Collection__iterator = 60; -const int COLOR_abstract_collection__Collection__is_empty = 61; -const int COLOR_abstract_collection__Collection__length = 62; -const int COLOR_abstract_collection__Collection__has = 63; -const int COLOR_abstract_collection__Collection__has_only = 64; -const int COLOR_abstract_collection__Collection__count = 65; -const int COLOR_abstract_collection__Collection__first = 66; -const int COLOR_abstract_collection__Collection__has_all = 67; -const int COLOR_array__Collection__to_a = 68; -const int COLOR_string__Collection__join = 69; -const int COLOR_math__Collection__rand = 70; -const int COLOR_abstract_collection__RemovableCollection__clear = 71; -const int COLOR_abstract_collection__RemovableCollection__remove = 72; -const int COLOR_abstract_collection__RemovableCollection__remove_all = 73; -const int COLOR_abstract_collection__SimpleCollection__add = 74; -const int COLOR_abstract_collection__SimpleCollection__add_all = 75; -const int COLOR_abstract_collection__MapRead___91d_93d = 42; -const int COLOR_abstract_collection__MapRead__get_or_default = 43; -const int COLOR_abstract_collection__MapRead__has_key = 44; -const int COLOR_abstract_collection__MapRead__iterator = 45; -const int COLOR_abstract_collection__MapRead__values = 46; -const int COLOR_abstract_collection__MapRead__keys = 47; -const int COLOR_abstract_collection__MapRead__is_empty = 48; -const int COLOR_abstract_collection__MapRead__length = 49; -const int COLOR_abstract_collection__Map___91d_93d_61d = 50; -const int COLOR_abstract_collection__Map__recover_with = 51; -const int COLOR_abstract_collection__Map__clear = 52; -const int COLOR_string__Map__join = 53; -const int COLOR_abstract_collection__SequenceRead___91d_93d = 76; -const int COLOR_abstract_collection__SequenceRead__last = 77; -const int COLOR_abstract_collection__SequenceRead__index_of = 78; -const int COLOR_abstract_collection__Sequence__first_61d = 79; -const int COLOR_abstract_collection__Sequence__last_61d = 80; -const int COLOR_abstract_collection__Sequence__push = 81; -const int COLOR_abstract_collection__Sequence__append = 82; -const int COLOR_abstract_collection__Sequence__pop = 83; -const int COLOR_abstract_collection__Sequence__unshift = 84; -const int COLOR_abstract_collection__Sequence__shift = 85; -const int COLOR_abstract_collection__Sequence___91d_93d_61d = 86; -const int COLOR_abstract_collection__Sequence__remove_at = 87; -const int COLOR_collection__Sequence__subarray = 88; -const int COLOR_array__AbstractArrayRead__last_index_of = 89; -const int COLOR_array__AbstractArrayRead__index_of_from = 90; -const int COLOR_array__AbstractArrayRead__last_index_of_from = 91; -const int COLOR_array__AbstractArrayRead__reversed = 92; -const int COLOR_array__AbstractArrayRead__copy_to = 93; -const int COLOR_array__AbstractArrayRead__init = 94; -const int COLOR_array__AbstractArray__enlarge = 95; -const int COLOR_array__AbstractArray__insert = 96; -const int COLOR_array__AbstractArray__swap_at = 97; -const int COLOR_array__AbstractArray__init = 98; -const int COLOR_array__ArrayCapable__calloc_array = 99; -const int COLOR_array__Array__init = 100; -const int COLOR_array__Array__from = 101; -const int COLOR_array__Array__with_items = 102; -const int COLOR_array__Array__with_capacity = 103; -const int COLOR_array__Array__filled_with = 104; -const int COLOR_array__Array__with_native = 105; -const int COLOR_array__Array__intern_items = 106; -const int COLOR_abstract_compiler__Array___45d = 107; -const int COLOR_sorter__AbstractSorter__compare = 71; -const int COLOR_sorter__AbstractSorter__sort = 72; -const int COLOR_sorter__AbstractSorter__sub_sort = 73; -const int COLOR_sorter__AbstractSorter__quick_sort = 74; -const int COLOR_sorter__AbstractSorter__bubble_sort = 75; -const int COLOR_hash_collection__HashCollection__first_item = 100; -const int COLOR_hash_collection__HashCollection__index_at = 101; -const int COLOR_hash_collection__HashCollection__node_at = 102; -const int COLOR_hash_collection__HashCollection__node_at_idx = 103; -const int COLOR_hash_collection__HashCollection__store = 104; -const int COLOR_hash_collection__HashCollection__remove_node = 105; -const int COLOR_hash_collection__HashCollection__raz = 106; -const int COLOR_hash_collection__HashCollection__enlarge = 107; -const int COLOR_hash_collection__HashCollection__init = 108; -const int COLOR_hash_collection__HashMap__init = 109; -const int COLOR_hash_collection__HashMap__keys_61d = 110; -const int COLOR_hash_collection__HashMap__values_61d = 111; -const int COLOR_hash_collection__HashSet__init = 109; -const int COLOR_hash_collection__HashSet__from = 110; -const int COLOR_string__AbstractString__items = 99; -const int COLOR_string__AbstractString__substring = 100; -const int COLOR_string__AbstractString__substring_from = 101; -const int COLOR_string__AbstractString__has_substring = 102; -const int COLOR_string__AbstractString__has_prefix = 103; -const int COLOR_string__AbstractString__has_suffix = 104; -const int COLOR_string__AbstractString__to_i = 105; -const int COLOR_string__AbstractString__to_f = 106; -const int COLOR_string__AbstractString__to_hex = 107; -const int COLOR_string__AbstractString__a_to = 108; -const int COLOR_string__AbstractString__is_numeric = 109; -const int COLOR_string__AbstractString__to_upper = 110; -const int COLOR_string__AbstractString__to_lower = 111; -const int COLOR_string__AbstractString__trim = 112; -const int COLOR_string__AbstractString__to_cmangle = 113; -const int COLOR_string__AbstractString__escape_to_c = 114; -const int COLOR_string__AbstractString__escape_more_to_c = 115; -const int COLOR_string__AbstractString__escape_to_nit = 116; -const int COLOR_string__AbstractString__unescape_nit = 117; -const int COLOR_string__AbstractString__init = 118; -const int COLOR_string__StringCapable__calloc_string = 119; -const int COLOR_string__String__index_from = 120; -const int COLOR_string__String__index_to = 121; -const int COLOR_string__String__from_substring = 122; -const int COLOR_string__String__with_infos = 123; -const int COLOR_string__String__to_cstring = 124; -const int COLOR_string__String___43d = 125; -const int COLOR_string__String___42d = 126; -const int COLOR_string_search__String__search = 127; -const int COLOR_string_search__String__search_from = 128; -const int COLOR_string_search__String__search_all = 129; -const int COLOR_string_search__String__split = 130; -const int COLOR_string_search__String__split_with = 131; -const int COLOR_string_search__String__replace = 132; -const int COLOR_string_search__String__html_escape = 133; -const int COLOR_environ__String__environ = 134; -const int COLOR_environ__String__setenv = 135; -const int COLOR_file__String__file_exists = 136; -const int COLOR_file__String__file_stat = 137; -const int COLOR_file__String__file_lstat = 138; -const int COLOR_file__String__file_delete = 139; -const int COLOR_file__String__strip_extension = 140; -const int COLOR_file__String__basename = 141; -const int COLOR_file__String__dirname = 142; -const int COLOR_file__String__simplify_path = 143; -const int COLOR_file__String__join_path = 144; -const int COLOR_file__String__mkdir = 145; -const int COLOR_file__String__chdir = 146; -const int COLOR_file__String__file_extension = 147; -const int COLOR_file__String__files = 148; -const int COLOR_ropes__String___61d_61d = 149; -const int COLOR_string__Buffer__init = 120; -const int COLOR_string__Buffer__from = 121; -const int COLOR_string__Buffer__with_capacity = 122; -const int COLOR_string__Buffer__capacity = 123; -const int COLOR_ropes__Buffer___61d_61d = 124; -const int COLOR_string__Buffer__append = 125; -const int COLOR_stream__IOS__close = 42; -const int COLOR_stream__IStream__read_char = 43; -const int COLOR_stream__IStream__read = 44; -const int COLOR_stream__IStream__read_line = 45; -const int COLOR_stream__IStream__read_all = 46; -const int COLOR_stream__IStream__append_line_to = 47; -const int COLOR_stream__IStream__eof = 48; -const int COLOR_stream__OStream__write = 49; -const int COLOR_stream__OStream__is_writable = 50; -const int COLOR_stream__BufferedIStream__fill_buffer = 49; -const int COLOR_stream__BufferedIStream__end_reached = 50; -const int COLOR_stream__BufferedIStream__prepare_buffer = 51; -const int COLOR_stream__BufferedIStream__init = 52; -const int COLOR_stream__FDStream__fd = 51; -const int COLOR_stream__FDStream__fd_61d = 52; -const int COLOR_stream__FDStream__native_close = 53; -const int COLOR_stream__FDStream__native_read_char = 54; -const int COLOR_stream__FDStream__native_read = 55; -const int COLOR_stream__FDStream__native_write = 56; -const int COLOR_stream__FDStream__native_write_char = 57; -const int COLOR_stream__FDStream__init = 58; -const int COLOR_stream__FDIStream__eof_61d = 59; -const int COLOR_stream__FDIStream__init = 60; -const int COLOR_stream__FDOStream__is_writable_61d = 61; -const int COLOR_stream__FDOStream__init = 62; -const int COLOR_stream__FDIOStream__init = 63; -const int COLOR_exec__Process__id = 51; -const int COLOR_exec__Process__is_finished = 52; -const int COLOR_exec__Process__wait = 53; -const int COLOR_exec__Process__status = 54; -const int COLOR_exec__Process__init = 55; -const int COLOR_exec__Process__init_ = 56; -const int COLOR_exec__Process__from_a = 57; -const int COLOR_exec__Process__execute = 58; -const int COLOR_exec__Process__data = 59; -const int COLOR_exec__Process__data_61d = 60; -const int COLOR_exec__Process__basic_exec_execute = 61; -const int COLOR_exec__IProcess__stream_in = 62; -const int COLOR_exec__IProcess__stream_in_61d = 63; -const int COLOR_exec__IProcess__init = 64; -const int COLOR_exec__IProcess__init_ = 65; -const int COLOR_exec__IProcess__from_a = 66; -const int COLOR_exec__OProcess__stream_out = 67; -const int COLOR_exec__OProcess__stream_out_61d = 68; -const int COLOR_exec__OProcess__init = 69; -const int COLOR_exec__OProcess__init_ = 70; -const int COLOR_exec__OProcess__from_a = 71; -const int COLOR_exec__IOProcess__init = 72; -const int COLOR_exec__IOProcess__init_ = 73; -const int COLOR_exec__IOProcess__from_a = 74; -const int COLOR_file__FStream__path = 53; -const int COLOR_file__FStream__file_stat = 54; -const int COLOR_file__FStream__init = 55; -const int COLOR_file__IFStream__reopen = 56; -const int COLOR_file__IFStream__open = 57; -const int COLOR_file__IFStream__init = 58; -const int COLOR_file__IFStream__without_file = 59; -const int COLOR_file__OFStream__write_native = 56; -const int COLOR_file__OFStream__open = 57; -const int COLOR_file__OFStream__init = 58; -const int COLOR_file__OFStream__without_file = 59; -const int COLOR_ropes__Rope__str_representation = 120; -const int COLOR_ropes__Rope__str_representation_61d = 121; -const int COLOR_ropes__Rope__parent_node = 122; -const int COLOR_ropes__Rope__parent_node_61d = 123; -const int COLOR_ropes__Rope__init = 124; -const int COLOR_ropes__Rope__with_string = 125; -const int COLOR_ropes__Rope__chars = 126; -const int COLOR_ropes__Rope__length = 127; -const int COLOR_ropes__Rope__flatten = 128; -const int COLOR_ropes__Rope__get_node_for_pos = 129; -const int COLOR_ropes__Rope___43d = 130; -const int COLOR_ropes__Rope__multi_concat = 131; -const int COLOR_ropes__Rope___42d = 132; -const int COLOR_ropes__Rope__iterator = 133; -const int COLOR_ropes__Rope__subrope = 134; -const int COLOR_ropes__Rope__to_upper = 135; -const int COLOR_ropes__Rope__to_lower = 136; -const int COLOR_poset__POSet__elements = 76; -const int COLOR_poset__POSet__elements_61d = 77; -const int COLOR_poset__POSet__add_node = 78; -const int COLOR_poset__POSet___91d_93d = 79; -const int COLOR_poset__POSet__add_edge = 80; -const int COLOR_poset__POSet__has_edge = 81; -const int COLOR_poset__POSet__has_direct_edge = 82; -const int COLOR_poset__POSet__show_dot = 83; -const int COLOR_poset__POSet__init = 84; -const int COLOR_parser_nodes__ANode__location = 42; -const int COLOR_parser_nodes__ANode__hot_location = 43; -const int COLOR_parser_nodes__ANode__debug = 44; -const int COLOR_parser_nodes__ANode__parent = 45; -const int COLOR_parser_nodes__ANode__parent_61d = 46; -const int COLOR_parser_nodes__ANode__init = 47; -const int COLOR_parser_nodes__ANode__replace_child = 48; -const int COLOR_parser_nodes__ANode__detach = 49; -const int COLOR_parser_nodes__ANode__replace_with = 50; -const int COLOR_parser_nodes__ANode__visit_all = 51; -const int COLOR_parser_util__ANode__collect_tokens_by_text = 52; -const int COLOR_parser_util__ANode__collect_annotations_by_name = 53; -const int COLOR_simple_misc_analysis__ANode__accept_simple_misc = 54; -const int COLOR_simple_misc_analysis__ANode__after_simple_misc = 55; -const int COLOR_literal__ANode__accept_literal = 56; -const int COLOR_scope__ANode__accept_scope_visitor = 57; -const int COLOR_flow__ANode__accept_flow_visitor = 58; -const int COLOR_local_var_init__ANode__accept_local_var_visitor = 59; -const int COLOR_auto_super_init__ANode__accept_auto_super_init = 60; -const int COLOR_rapid_type_analysis__ANode__accept_rapid_type_visitor = 61; -const int COLOR_astvalidation__ANode__accept_ast_validation = 62; -const int COLOR_transform__ANode__accept_transform_visitor = 63; -const int COLOR_parser_nodes__Prod__location_61d = 64; -const int COLOR_parser_nodes__Prod__n_annotations = 65; -const int COLOR_parser_nodes__Prod__n_annotations_61d = 66; -const int COLOR_parser_nodes__Prod__init = 67; -const int COLOR_modelize_property__Prod__collect_text = 68; -const int COLOR_parser_nodes__Prod__replace_with = 69; -const int COLOR_parser_nodes__APropdef__n_doc = 70; -const int COLOR_parser_nodes__APropdef__n_doc_61d = 71; -const int COLOR_parser_nodes__APropdef__init = 72; -const int COLOR_scope__APropdef__do_scope = 73; -const int COLOR_flow__APropdef__do_flow = 74; -const int COLOR_flow__APropdef__before_flow_context = 75; -const int COLOR_flow__APropdef__before_flow_context_61d = 76; -const int COLOR_flow__APropdef__after_flow_context = 77; -const int COLOR_flow__APropdef__after_flow_context_61d = 78; -const int COLOR_local_var_init__APropdef__do_local_var_init = 79; -const int COLOR_modelize_property__APropdef__mpropdef = 80; -const int COLOR_modelize_property__APropdef__mpropdef_61d = 81; -const int COLOR_modelize_property__APropdef__build_property = 82; -const int COLOR_modelize_property__APropdef__build_signature = 83; -const int COLOR_modelize_property__APropdef__check_signature = 84; -const int COLOR_modelize_property__APropdef__new_property_visibility = 85; -const int COLOR_modelize_property__APropdef__check_redef_property_visibility = 86; -const int COLOR_modelize_property__APropdef__check_redef_keyword = 87; -const int COLOR_typing__APropdef__do_typing = 88; -const int COLOR_typing__APropdef__selfvariable = 89; -const int COLOR_typing__APropdef__selfvariable_61d = 90; -const int COLOR_abstract_compiler__APropdef__compile_to_c = 91; -const int COLOR_abstract_compiler__APropdef__can_inline = 92; -const int COLOR_flow__APropdef__accept_flow_visitor = 93; -const int COLOR_parser_nodes__AMethPropdef__n_kwredef = 94; -const int COLOR_parser_nodes__AMethPropdef__n_kwredef_61d = 95; -const int COLOR_parser_nodes__AMethPropdef__n_visibility = 96; -const int COLOR_parser_nodes__AMethPropdef__n_visibility_61d = 97; -const int COLOR_parser_nodes__AMethPropdef__n_methid = 98; -const int COLOR_parser_nodes__AMethPropdef__n_methid_61d = 99; -const int COLOR_parser_nodes__AMethPropdef__n_signature = 100; -const int COLOR_parser_nodes__AMethPropdef__n_signature_61d = 101; -const int COLOR_parser_nodes__AMethPropdef__init = 102; -const int COLOR_parser_prod__AMethPropdef__empty_init = 103; -const int COLOR_parser_prod__AMethPropdef__init_amethpropdef = 104; -const int COLOR_parser_nodes__AExternPropdef__n_extern = 105; -const int COLOR_parser_nodes__AExternPropdef__n_extern_61d = 106; -const int COLOR_parser_nodes__AExternPropdef__n_extern_calls = 107; -const int COLOR_parser_nodes__AExternPropdef__n_extern_calls_61d = 108; -const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block = 109; -const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block_61d = 110; -const int COLOR_parser_nodes__AExternPropdef__init = 111; -const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth = 105; -const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth_61d = 106; -const int COLOR_parser_nodes__AConcreteMethPropdef__n_block = 107; -const int COLOR_parser_nodes__AConcreteMethPropdef__n_block_61d = 108; -const int COLOR_parser_nodes__AConcreteMethPropdef__init = 109; -const int COLOR_parser_prod__AConcreteMethPropdef__empty_init = 110; -const int COLOR_parser_prod__AConcreteMethPropdef__init_aconcretemethpropdef = 111; -const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits = 112; -const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d = 113; -const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init = 114; -const int COLOR_parser_nodes__AInitPropdef__init = 115; -const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit = 116; -const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit_61d = 117; -const int COLOR_parser_nodes__AConcreteInitPropdef__init = 118; -const int COLOR_parser_prod__AConcreteInitPropdef__empty_init = 119; -const int COLOR_parser_prod__AConcreteInitPropdef__init_aconcreteinitpropdef = 120; -const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew = 116; -const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew_61d = 117; -const int COLOR_parser_nodes__AExternInitPropdef__init = 118; -const int COLOR_parser_prod__AExternInitPropdef__empty_init = 119; -const int COLOR_parser_prod__AExternInitPropdef__init_aexterninitpropdef = 120; -const int COLOR_parser_nodes__AExpr__init = 70; -const int COLOR_simple_misc_analysis__AExpr__warn_parentheses = 71; -const int COLOR_flow__AExpr__after_flow_context = 72; -const int COLOR_flow__AExpr__after_flow_context_61d = 73; -const int COLOR_typing__AExpr__mtype = 74; -const int COLOR_typing__AExpr__mtype_61d = 75; -const int COLOR_typing__AExpr__is_typed = 76; -const int COLOR_typing__AExpr__is_typed_61d = 77; -const int COLOR_typing__AExpr__implicit_cast_to = 78; -const int COLOR_typing__AExpr__implicit_cast_to_61d = 79; -const int COLOR_typing__AExpr__its_variable = 80; -const int COLOR_typing__AExpr__accept_typing = 81; -const int COLOR_astbuilder__AExpr__make_var_read = 82; -const int COLOR_astbuilder__AExpr__variable_cache = 83; -const int COLOR_astbuilder__AExpr__variable_cache_61d = 84; -const int COLOR_astbuilder__AExpr__detach_with_placeholder = 85; -const int COLOR_astbuilder__AExpr__add = 86; -const int COLOR_abstract_compiler__AExpr__expr = 87; -const int COLOR_abstract_compiler__AExpr__stmt = 88; -const int COLOR_astvalidation__AExpr__accept_ast_validation = 89; -const int COLOR_parser_nodes__ALabelable__n_label = 90; -const int COLOR_parser_nodes__ALabelable__n_label_61d = 91; -const int COLOR_parser_nodes__ALabelable__init = 92; -const int COLOR_parser_nodes__ABreakExpr__n_kwbreak = 93; -const int COLOR_parser_nodes__ABreakExpr__n_kwbreak_61d = 94; -const int COLOR_parser_nodes__ABreakExpr__n_expr = 95; -const int COLOR_parser_nodes__ABreakExpr__n_expr_61d = 96; -const int COLOR_parser_nodes__ABreakExpr__init = 97; -const int COLOR_parser_prod__ABreakExpr__empty_init = 98; -const int COLOR_parser_prod__ABreakExpr__init_abreakexpr = 99; -const int COLOR_scope__ABreakExpr__escapemark = 100; -const int COLOR_scope__ABreakExpr__escapemark_61d = 101; -const int COLOR_flow__ABreakExpr__before_flow_context = 102; -const int COLOR_astbuilder__ABreakExpr__make = 103; -const int COLOR_scope__ABreakExpr__accept_scope_visitor = 104; -const int COLOR_flow__ABreakExpr__accept_flow_visitor = 105; -const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue = 93; -const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue_61d = 94; -const int COLOR_parser_nodes__AContinueExpr__n_expr = 95; -const int COLOR_parser_nodes__AContinueExpr__n_expr_61d = 96; -const int COLOR_parser_nodes__AContinueExpr__init = 97; -const int COLOR_parser_prod__AContinueExpr__empty_init = 98; -const int COLOR_parser_prod__AContinueExpr__init_acontinueexpr = 99; -const int COLOR_scope__AContinueExpr__escapemark = 100; -const int COLOR_scope__AContinueExpr__escapemark_61d = 101; -const int COLOR_flow__AContinueExpr__before_flow_context = 102; -const int COLOR_scope__AContinueExpr__accept_scope_visitor = 103; -const int COLOR_flow__AContinueExpr__accept_flow_visitor = 104; -const int COLOR_parser_nodes__ADoExpr__n_kwdo = 93; -const int COLOR_parser_nodes__ADoExpr__n_kwdo_61d = 94; -const int COLOR_parser_nodes__ADoExpr__n_block = 95; -const int COLOR_parser_nodes__ADoExpr__n_block_61d = 96; -const int COLOR_parser_nodes__ADoExpr__init = 97; -const int COLOR_parser_prod__ADoExpr__empty_init = 98; -const int COLOR_parser_prod__ADoExpr__init_adoexpr = 99; -const int COLOR_scope__ADoExpr__escapemark = 100; -const int COLOR_scope__ADoExpr__escapemark_61d = 101; -const int COLOR_astbuilder__ADoExpr__make = 102; -const int COLOR_astbuilder__ADoExpr__make_break = 103; -const int COLOR_flow__ADoExpr__accept_flow_visitor = 104; -const int COLOR_parser_nodes__AWhileExpr__n_kwwhile = 93; -const int COLOR_parser_nodes__AWhileExpr__n_kwwhile_61d = 94; -const int COLOR_parser_nodes__AWhileExpr__n_expr = 95; -const int COLOR_parser_nodes__AWhileExpr__n_expr_61d = 96; -const int COLOR_parser_nodes__AWhileExpr__n_kwdo = 97; -const int COLOR_parser_nodes__AWhileExpr__n_kwdo_61d = 98; -const int COLOR_parser_nodes__AWhileExpr__n_block = 99; -const int COLOR_parser_nodes__AWhileExpr__n_block_61d = 100; -const int COLOR_parser_nodes__AWhileExpr__init = 101; -const int COLOR_parser_prod__AWhileExpr__empty_init = 102; -const int COLOR_parser_prod__AWhileExpr__init_awhileexpr = 103; -const int COLOR_scope__AWhileExpr__escapemark = 104; -const int COLOR_scope__AWhileExpr__escapemark_61d = 105; -const int COLOR_parser_nodes__ALoopExpr__n_kwloop = 93; -const int COLOR_parser_nodes__ALoopExpr__n_kwloop_61d = 94; -const int COLOR_parser_nodes__ALoopExpr__n_block = 95; -const int COLOR_parser_nodes__ALoopExpr__n_block_61d = 96; -const int COLOR_parser_nodes__ALoopExpr__init = 97; -const int COLOR_parser_prod__ALoopExpr__empty_init = 98; -const int COLOR_parser_prod__ALoopExpr__init_aloopexpr = 99; -const int COLOR_scope__ALoopExpr__escapemark = 100; -const int COLOR_scope__ALoopExpr__escapemark_61d = 101; -const int COLOR_parser_nodes__AForExpr__n_kwfor = 93; -const int COLOR_parser_nodes__AForExpr__n_kwfor_61d = 94; -const int COLOR_parser_nodes__AForExpr__n_ids = 95; -const int COLOR_parser_nodes__AForExpr__n_expr = 96; -const int COLOR_parser_nodes__AForExpr__n_expr_61d = 97; -const int COLOR_parser_nodes__AForExpr__n_kwdo = 98; -const int COLOR_parser_nodes__AForExpr__n_kwdo_61d = 99; -const int COLOR_parser_nodes__AForExpr__n_block = 100; -const int COLOR_parser_nodes__AForExpr__n_block_61d = 101; -const int COLOR_parser_nodes__AForExpr__init = 102; -const int COLOR_parser_prod__AForExpr__empty_init = 103; -const int COLOR_parser_prod__AForExpr__init_aforexpr = 104; -const int COLOR_scope__AForExpr__variables = 105; -const int COLOR_scope__AForExpr__variables_61d = 106; -const int COLOR_scope__AForExpr__escapemark = 107; -const int COLOR_scope__AForExpr__escapemark_61d = 108; -const int COLOR_typing__AForExpr__coltype = 109; -const int COLOR_typing__AForExpr__coltype_61d = 110; -const int COLOR_typing__AForExpr__method_iterator = 111; -const int COLOR_typing__AForExpr__method_iterator_61d = 112; -const int COLOR_typing__AForExpr__method_is_ok = 113; -const int COLOR_typing__AForExpr__method_is_ok_61d = 114; -const int COLOR_typing__AForExpr__method_item = 115; -const int COLOR_typing__AForExpr__method_item_61d = 116; -const int COLOR_typing__AForExpr__method_next = 117; -const int COLOR_typing__AForExpr__method_next_61d = 118; -const int COLOR_typing__AForExpr__method_key = 119; -const int COLOR_typing__AForExpr__method_key_61d = 120; -const int COLOR_typing__AForExpr__do_type_iterator = 121; -const int COLOR_parser_nodes__AAssignFormExpr__n_assign = 90; -const int COLOR_parser_nodes__AAssignFormExpr__n_assign_61d = 91; -const int COLOR_parser_nodes__AAssignFormExpr__n_value = 92; -const int COLOR_parser_nodes__AAssignFormExpr__n_value_61d = 93; -const int COLOR_parser_nodes__AAssignFormExpr__init = 94; -const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op = 90; -const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op_61d = 91; -const int COLOR_parser_nodes__AReassignFormExpr__n_value = 92; -const int COLOR_parser_nodes__AReassignFormExpr__n_value_61d = 93; -const int COLOR_parser_nodes__AReassignFormExpr__init = 94; -const int COLOR_typing__AReassignFormExpr__reassign_property = 95; -const int COLOR_typing__AReassignFormExpr__reassign_callsite = 96; -const int COLOR_typing__AReassignFormExpr__reassign_callsite_61d = 97; -const int COLOR_typing__AReassignFormExpr__read_type = 98; -const int COLOR_typing__AReassignFormExpr__read_type_61d = 99; -const int COLOR_typing__AReassignFormExpr__resolve_reassignment = 100; -const int COLOR_flow__AReassignFormExpr__accept_flow_visitor = 101; -const int COLOR_parser_nodes__ASendExpr__n_expr = 102; -const int COLOR_parser_nodes__ASendExpr__n_expr_61d = 103; -const int COLOR_parser_nodes__ASendExpr__init = 104; -const int COLOR_parser_prod__ASendExpr__empty_init = 105; -const int COLOR_parser_prod__ASendExpr__init_asendexpr = 106; -const int COLOR_typing__ASendExpr__mproperty = 107; -const int COLOR_typing__ASendExpr__callsite = 108; -const int COLOR_typing__ASendExpr__callsite_61d = 109; -const int COLOR_typing__ASendExpr__property_name = 110; -const int COLOR_typing__ASendExpr__raw_arguments = 111; -const int COLOR_typing__ASendExpr__raw_arguments_61d = 112; -const int COLOR_typing__ASendExpr__compute_raw_arguments = 113; -const int COLOR_parser_nodes__AAttrFormExpr__n_expr = 102; -const int COLOR_parser_nodes__AAttrFormExpr__n_expr_61d = 103; -const int COLOR_parser_nodes__AAttrFormExpr__n_id = 104; -const int COLOR_parser_nodes__AAttrFormExpr__n_id_61d = 105; -const int COLOR_parser_nodes__AAttrFormExpr__init = 106; -const int COLOR_typing__AAttrFormExpr__mproperty = 107; -const int COLOR_typing__AAttrFormExpr__mproperty_61d = 108; -const int COLOR_typing__AAttrFormExpr__attr_type = 109; -const int COLOR_typing__AAttrFormExpr__attr_type_61d = 110; -const int COLOR_typing__AAttrFormExpr__resolve_property = 111; -const int COLOR_parser_nodes__AAttrAssignExpr__init = 112; -const int COLOR_parser_prod__AAttrAssignExpr__empty_init = 113; -const int COLOR_parser_prod__AAttrAssignExpr__init_aattrassignexpr = 114; -const int COLOR_astbuilder__AAttrAssignExpr__make = 115; -const int COLOR_parser_nodes__ACallFormExpr__n_id = 114; -const int COLOR_parser_nodes__ACallFormExpr__n_id_61d = 115; -const int COLOR_parser_nodes__ACallFormExpr__n_args = 116; -const int COLOR_parser_nodes__ACallFormExpr__n_args_61d = 117; -const int COLOR_parser_nodes__ACallFormExpr__init = 118; -const int COLOR_scope__ACallFormExpr__variable_create = 119; -const int COLOR_scope__ACallFormExpr__accept_scope_visitor = 120; -const int COLOR_parser_nodes__ASendReassignFormExpr__init = 121; -const int COLOR_typing__ASendReassignFormExpr__write_mproperty = 122; -const int COLOR_typing__ASendReassignFormExpr__write_callsite = 123; -const int COLOR_typing__ASendReassignFormExpr__write_callsite_61d = 124; -const int COLOR_parser_nodes__AAttrReassignExpr__init = 112; -const int COLOR_parser_prod__AAttrReassignExpr__empty_init = 113; -const int COLOR_parser_prod__AAttrReassignExpr__init_aattrreassignexpr = 114; -const int COLOR_parser_nodes__ACallAssignExpr__init = 121; -const int COLOR_parser_prod__ACallAssignExpr__empty_init = 122; -const int COLOR_parser_prod__ACallAssignExpr__init_acallassignexpr = 123; -const int COLOR_parser_nodes__ACallReassignExpr__init = 125; -const int COLOR_parser_prod__ACallReassignExpr__empty_init = 126; -const int COLOR_parser_prod__ACallReassignExpr__init_acallreassignexpr = 127; -const int COLOR_parser_nodes__ABraFormExpr__n_args = 125; -const int COLOR_parser_nodes__ABraFormExpr__n_args_61d = 126; -const int COLOR_parser_nodes__ABraFormExpr__init = 127; -const int COLOR_parser_nodes__ABraAssignExpr__init = 128; -const int COLOR_parser_prod__ABraAssignExpr__empty_init = 129; -const int COLOR_parser_prod__ABraAssignExpr__init_abraassignexpr = 130; -const int COLOR_parser_nodes__AVarFormExpr__n_id = 102; -const int COLOR_parser_nodes__AVarFormExpr__n_id_61d = 103; -const int COLOR_parser_nodes__AVarFormExpr__init = 104; -const int COLOR_scope__AVarFormExpr__variable = 105; -const int COLOR_scope__AVarFormExpr__variable_61d = 106; -const int COLOR_parser_nodes__ABraReassignExpr__init = 128; -const int COLOR_parser_prod__ABraReassignExpr__empty_init = 129; -const int COLOR_parser_prod__ABraReassignExpr__init_abrareassignexpr = 130; -const int COLOR_parser_nodes__AVarAssignExpr__init = 107; -const int COLOR_parser_prod__AVarAssignExpr__empty_init = 108; -const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr = 109; -const int COLOR_astbuilder__AVarAssignExpr__make = 110; -const int COLOR_flow__AVarAssignExpr__accept_flow_visitor = 111; -const int COLOR_local_var_init__AVarAssignExpr__accept_local_var_visitor = 112; -const int COLOR_parser_nodes__AVarReassignExpr__init = 107; -const int COLOR_parser_prod__AVarReassignExpr__empty_init = 108; -const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr = 109; -const int COLOR_local_var_init__AVarReassignExpr__accept_local_var_visitor = 110; -const int COLOR_layout_builders__TypingLayoutBuilder__build_layout = 42; -const int COLOR_layout_builders__TypingLayoutBuilder__poset = 43; -const int COLOR_layout_builders__PropertyLayoutBuilder__build_layout = 42; -const int COLOR_layout_builders__ResolutionLayoutBuilder__build_layout = 42; -const int COLOR_layout_builders__PerfectHasher__operator = 44; -const int COLOR_layout_builders__PerfectHasher__operator_61d = 45; -const int COLOR_layout_builders__PerfectHasher__init = 46; -const int COLOR_layout_builders__PerfectHasher__compute_masks = 47; -const int COLOR_layout_builders__PerfectHasher__compute_mask = 48; -const int COLOR_layout_builders__PerfectHasher__compute_hashes = 49; -const int COLOR_layout_builders__TypingHasher__mmodule = 50; -const int COLOR_layout_builders__TypingHasher__mmodule_61d = 51; -const int COLOR_layout_builders__TypingHasher__poset_builder = 52; -const int COLOR_layout_builders__TypingHasher__poset_builder_61d = 53; -const int COLOR_layout_builders__TypingHasher__poset_cache = 54; -const int COLOR_layout_builders__TypingHasher__poset_cache_61d = 55; -const int COLOR_layout_builders__TypingHasher__init = 56; -const int COLOR_layout_builders__TypingHasher__compute_ids = 57; -const int COLOR_layout_builders__TypingHasher__build_conflicts = 58; -const int COLOR_layout_builders__MPropertyHasher__mmodule = 50; -const int COLOR_layout_builders__MPropertyHasher__mmodule_61d = 51; -const int COLOR_layout_builders__MPropertyHasher__init = 52; -const int COLOR_layout_builders__MPropertyHasher__build_poset = 53; -const int COLOR_layout_builders__ResolutionHasher__init = 50; -const int COLOR_kernel__Sys__main = 42; -const int COLOR_kernel__Sys__init = 43; -const int COLOR_gc__Sys__force_garbage_collection = 44; -const int COLOR_string__Sys__program_name = 45; -const int COLOR_string__Sys__init_args = 46; -const int COLOR_string__Sys__native_argc = 47; -const int COLOR_string__Sys__native_argv = 48; -const int COLOR_posix__Sys__uid_61d = 49; -const int COLOR_posix__Sys__uid = 50; -const int COLOR_posix__Sys__gid_61d = 51; -const int COLOR_posix__Sys__gid = 52; -const int COLOR_posix__Sys__euid_61d = 53; -const int COLOR_posix__Sys__euid = 54; -const int COLOR_posix__Sys__egid_61d = 55; -const int COLOR_posix__Sys__egid = 56; -const int COLOR_time__Sys__nanosleep = 57; -const int COLOR_exec__Sys__system = 58; -const int COLOR_kernel__Float___60d_61d = 42; -const int COLOR_kernel__Float___60d = 43; -const int COLOR_kernel__Float___62d_61d = 44; -const int COLOR_kernel__Float___62d = 45; -const int COLOR_kernel__Float___43d = 46; -const int COLOR_kernel__Float__unary_32d_45d = 47; -const int COLOR_kernel__Float___45d = 48; -const int COLOR_kernel__Float___42d = 49; -const int COLOR_kernel__Float___47d = 50; -const int COLOR_kernel__Float__to_i = 51; -const int COLOR_string__Float__to_precision = 52; -const int COLOR_string__Float__to_precision_native = 53; -const int COLOR_math__Float__sqrt = 54; -const int COLOR_math__Float__cos = 55; -const int COLOR_math__Float__sin = 56; -const int COLOR_math__Float__tan = 57; -const int COLOR_math__Float__acos = 58; -const int COLOR_math__Float__asin = 59; -const int COLOR_math__Float__atan = 60; -const int COLOR_math__Float__pow = 61; -const int COLOR_math__Float__log = 62; -const int COLOR_math__Float__exp = 63; -const int COLOR_math__Float__rand = 64; -const int COLOR_math__Float__hypot_with = 65; -const int COLOR_kernel__Int__unary_32d_45d = 56; -const int COLOR_kernel__Int___42d = 57; -const int COLOR_kernel__Int___47d = 58; -const int COLOR_kernel__Int___37d = 59; -const int COLOR_kernel__Int__lshift = 60; -const int COLOR_kernel__Int__rshift = 61; -const int COLOR_kernel__Int__to_f = 62; -const int COLOR_kernel__Int__ascii = 63; -const int COLOR_kernel__Int__digit_count = 64; -const int COLOR_kernel__Int__digit_count_base_95d10 = 65; -const int COLOR_kernel__Int__to_c = 66; -const int COLOR_kernel__Int__abs = 67; -const int COLOR_string__Int__fill_buffer = 68; -const int COLOR_string__Int__native_int_to_s = 69; -const int COLOR_string__Int__to_hex = 70; -const int COLOR_string__Int__to_base = 71; -const int COLOR_math__Int__rand = 72; -const int COLOR_math__Int__bin_and = 73; -const int COLOR_math__Int__bin_or = 74; -const int COLOR_math__Int__bin_xor = 75; -const int COLOR_math__Int__sqrt = 76; -const int COLOR_math__Int__sin = 77; -const int COLOR_math__Int__cos = 78; -const int COLOR_kernel__Pointer__address_is_null = 42; -const int COLOR_abstract_collection__Iterator__item = 42; -const int COLOR_abstract_collection__Iterator__next = 43; -const int COLOR_abstract_collection__Iterator__is_ok = 44; -const int COLOR_array__Iterator__to_a = 45; -const int COLOR_abstract_collection__Container__init = 71; -const int COLOR_abstract_collection__Container__item = 72; -const int COLOR_abstract_collection__Container__item_61d = 73; -const int COLOR_abstract_collection__ContainerIterator__init = 46; -const int COLOR_abstract_collection__MapIterator__item = 42; -const int COLOR_abstract_collection__MapIterator__key = 43; -const int COLOR_abstract_collection__MapIterator__next = 44; -const int COLOR_abstract_collection__MapIterator__is_ok = 45; -const int COLOR_abstract_collection__MapKeysIterator__iterator = 46; -const int COLOR_abstract_collection__MapKeysIterator__iterator_61d = 47; -const int COLOR_abstract_collection__MapKeysIterator__init = 48; -const int COLOR_abstract_collection__MapValuesIterator__iterator = 46; -const int COLOR_abstract_collection__MapValuesIterator__iterator_61d = 47; -const int COLOR_abstract_collection__MapValuesIterator__init = 48; -const int COLOR_abstract_collection__IndexedIterator__index = 46; -const int COLOR_abstract_collection__CoupleMap__couple_at = 54; -const int COLOR_abstract_collection__CoupleMapIterator__init = 46; -const int COLOR_abstract_collection__Couple__first = 42; -const int COLOR_abstract_collection__Couple__first_61d = 43; -const int COLOR_abstract_collection__Couple__second = 44; -const int COLOR_abstract_collection__Couple__second_61d = 45; -const int COLOR_abstract_collection__Couple__init = 46; -const int COLOR_range__Range__last = 71; -const int COLOR_range__Range__after = 72; -const int COLOR_range__Range__init = 73; -const int COLOR_range__Range__without_last = 74; -const int COLOR_range__IteratorRange__init = 46; -const int COLOR_list__List__slice = 89; -const int COLOR_list__List__link = 90; -const int COLOR_list__List__init = 91; -const int COLOR_list__List__from = 92; -const int COLOR_list__List__get_node = 93; -const int COLOR_list__List__search_node_after = 94; -const int COLOR_list__List__remove_node = 95; -const int COLOR_list__List__insert_before = 96; -const int COLOR_list__ListIterator__item_61d = 47; -const int COLOR_list__ListIterator__init = 48; -const int COLOR_list__ListIterator__delete = 49; -const int COLOR_list__ListIterator__insert_before = 50; -const int COLOR_list__ListNode__init = 74; -const int COLOR_list__ListNode__next = 75; -const int COLOR_list__ListNode__next_61d = 76; -const int COLOR_list__ListNode__prev = 77; -const int COLOR_list__ListNode__prev_61d = 78; -const int COLOR_array__ArrayIterator__init = 47; -const int COLOR_array__ArraySet__enlarge = 76; -const int COLOR_array__ArraySet__remove_at = 77; -const int COLOR_array__ArraySet__init = 78; -const int COLOR_array__ArraySet__with_capacity = 79; -const int COLOR_array__ArraySetIterator__init = 46; -const int COLOR_array__ArrayMap__keys_61d = 55; -const int COLOR_array__ArrayMap__values_61d = 56; -const int COLOR_array__ArrayMap__enlarge = 57; -const int COLOR_array__ArrayMap__remove_at_index = 58; -const int COLOR_array__ArrayMap__index = 59; -const int COLOR_array__ArrayMap__init = 60; -const int COLOR_array__ArrayMapKeys__map = 74; -const int COLOR_array__ArrayMapKeys__map_61d = 75; -const int COLOR_array__ArrayMapKeys__init = 76; -const int COLOR_array__ArrayMapValues__map = 74; -const int COLOR_array__ArrayMapValues__map_61d = 75; -const int COLOR_array__ArrayMapValues__init = 76; -const int COLOR_array__NativeArray___91d_93d = 42; -const int COLOR_array__NativeArray___91d_93d_61d = 43; -const int COLOR_array__NativeArray__copy_to = 44; -const int COLOR_sorter__ComparableSorter__init = 76; -const int COLOR_hash_collection__HashNode__next_item = 42; -const int COLOR_hash_collection__HashNode__next_item_61d = 43; -const int COLOR_hash_collection__HashNode__prev_item = 44; -const int COLOR_hash_collection__HashNode__prev_item_61d = 45; -const int COLOR_hash_collection__HashNode__init = 46; -const int COLOR_hash_collection__HashMapKeys__map = 74; -const int COLOR_hash_collection__HashMapKeys__map_61d = 75; -const int COLOR_hash_collection__HashMapKeys__init = 76; -const int COLOR_hash_collection__HashMapValues__map = 74; -const int COLOR_hash_collection__HashMapValues__map_61d = 75; -const int COLOR_hash_collection__HashMapValues__init = 76; -const int COLOR_hash_collection__HashMapNode__init = 47; -const int COLOR_hash_collection__HashMapIterator__init = 46; -const int COLOR_hash_collection__HashSetNode__init = 47; -const int COLOR_hash_collection__HashSetIterator__init = 46; -const int COLOR_string__NativeString___91d_93d = 120; -const int COLOR_string__NativeString___91d_93d_61d = 121; -const int COLOR_string__NativeString__copy_to = 122; -const int COLOR_string__NativeString__cstring_length = 123; -const int COLOR_string__NativeString__atoi = 124; -const int COLOR_string__NativeString__atof = 125; -const int COLOR_string__NativeString__to_s_with_length = 126; -const int COLOR_string__NativeString__to_s_with_copy = 127; -const int COLOR_string__NativeString__init = 128; -const int COLOR_environ__NativeString__get_environ = 129; -const int COLOR_environ__NativeString__setenv = 130; -const int COLOR_exec__NativeString__system = 131; -const int COLOR_file__NativeString__file_exists = 132; -const int COLOR_file__NativeString__file_stat = 133; -const int COLOR_file__NativeString__file_lstat = 134; -const int COLOR_file__NativeString__file_mkdir = 135; -const int COLOR_file__NativeString__file_delete = 136; -const int COLOR_file__NativeString__file_chdir = 137; -const int COLOR_posix__Passwd__from_uid = 43; -const int COLOR_posix__Passwd__from_name = 44; -const int COLOR_posix__Passwd__name = 45; -const int COLOR_posix__Passwd__passwd = 46; -const int COLOR_posix__Passwd__uid = 47; -const int COLOR_posix__Passwd__gid = 48; -const int COLOR_posix__Passwd__gecos = 49; -const int COLOR_posix__Passwd__dir = 50; -const int COLOR_posix__Passwd__shell = 51; -const int COLOR_posix__Group__from_gid = 43; -const int COLOR_posix__Group__from_name = 44; -const int COLOR_posix__Group__name = 45; -const int COLOR_posix__Group__passwd = 46; -const int COLOR_posix__Group__gid = 47; -const int COLOR_posix__Group__mem = 48; -const int COLOR_string_search__BM_Pattern__init = 60; -const int COLOR_string_search__BM_Pattern__bc = 61; -const int COLOR_string_search__BM_Pattern__compute_bc = 62; -const int COLOR_string_search__BM_Pattern__suffixes = 63; -const int COLOR_string_search__BM_Pattern__compute_gs = 64; -const int COLOR_string_search__Match__string = 42; -const int COLOR_string_search__Match__from = 43; -const int COLOR_string_search__Match__length = 44; -const int COLOR_string_search__Match__after = 45; -const int COLOR_string_search__Match__init = 46; -const int COLOR_time__TimeT__init = 43; -const int COLOR_time__TimeT__from_i = 44; -const int COLOR_time__TimeT__update = 45; -const int COLOR_time__TimeT__ctime = 46; -const int COLOR_time__TimeT__difftime = 47; -const int COLOR_time__TimeT__to_i = 48; -const int COLOR_time__Tm__gmtime = 43; -const int COLOR_time__Tm__gmtime_from_timet = 44; -const int COLOR_time__Tm__localtime = 45; -const int COLOR_time__Tm__localtime_from_timet = 46; -const int COLOR_time__Tm__to_timet = 47; -const int COLOR_time__Tm__sec = 48; -const int COLOR_time__Tm__min = 49; -const int COLOR_time__Tm__hour = 50; -const int COLOR_time__Tm__mday = 51; -const int COLOR_time__Tm__mon = 52; -const int COLOR_time__Tm__year = 53; -const int COLOR_time__Tm__wday = 54; -const int COLOR_time__Tm__yday = 55; -const int COLOR_time__Tm__is_dst = 56; -const int COLOR_time__Tm__asctime = 57; -const int COLOR_time__Tm__strftime = 58; -const int COLOR_exec__NativeProcess__id = 43; -const int COLOR_exec__NativeProcess__is_finished = 44; -const int COLOR_exec__NativeProcess__status = 45; -const int COLOR_exec__NativeProcess__wait = 46; -const int COLOR_exec__NativeProcess__in_fd = 47; -const int COLOR_exec__NativeProcess__out_fd = 48; -const int COLOR_exec__NativeProcess__err_fd = 49; -const int COLOR_file__Stdin__init = 60; -const int COLOR_file__Stdin__poll_in = 61; -const int COLOR_file__Stdout__init = 60; -const int COLOR_file__Stderr__init = 60; -const int COLOR_file__FileStat__mode = 43; -const int COLOR_file__FileStat__atime = 44; -const int COLOR_file__FileStat__ctime = 45; -const int COLOR_file__FileStat__mtime = 46; -const int COLOR_file__FileStat__size = 47; -const int COLOR_file__FileStat__is_reg = 48; -const int COLOR_file__FileStat__is_dir = 49; -const int COLOR_file__FileStat__is_chr = 50; -const int COLOR_file__FileStat__is_blk = 51; -const int COLOR_file__FileStat__is_fifo = 52; -const int COLOR_file__FileStat__is_lnk = 53; -const int COLOR_file__FileStat__is_sock = 54; -const int COLOR_file__NativeFile__io_read = 43; -const int COLOR_file__NativeFile__io_write = 44; -const int COLOR_file__NativeFile__io_close = 45; -const int COLOR_file__NativeFile__file_stat = 46; -const int COLOR_file__NativeFile__io_open_read = 47; -const int COLOR_file__NativeFile__io_open_write = 48; -const int COLOR_file__NativeFile__native_stdin = 49; -const int COLOR_file__NativeFile__native_stdout = 50; -const int COLOR_file__NativeFile__native_stderr = 51; -const int COLOR_ropes__TupleLeafNodePos__curr_node = 42; -const int COLOR_ropes__TupleLeafNodePos__curr_node_61d = 43; -const int COLOR_ropes__TupleLeafNodePos__corrected_pos = 44; -const int COLOR_ropes__TupleLeafNodePos__corrected_pos_61d = 45; -const int COLOR_ropes__TupleLeafNodePos__visit_stack = 46; -const int COLOR_ropes__TupleLeafNodePos__visit_stack_61d = 47; -const int COLOR_ropes__TupleLeafNodePos__init = 48; -const int COLOR_ropes__BufferRope__is_dirty = 137; -const int COLOR_ropes__BufferRope__is_dirty_61d = 138; -const int COLOR_ropes__BufferRope__init = 139; -const int COLOR_ropes__BufferRope__with_string = 140; -const int COLOR_ropes__BufferRope__rotate_right = 141; -const int COLOR_ropes__BufferRope__rotate_left = 142; -const int COLOR_ropes__BufferRope__balance_from_node = 143; -const int COLOR_ropes__BufferRope__balance_node = 144; -const int COLOR_ropes__BufferRope__append = 145; -const int COLOR_ropes__BufferRope__append_multi = 146; -const int COLOR_ropes__BufferRope__prepend = 147; -const int COLOR_ropes__BufferRope__prepend_multi = 148; -const int COLOR_ropes__BufferRope__concat = 149; -const int COLOR_ropes__BufferRope__freeze = 150; -const int COLOR_ropes__BufferRope__to_immutable = 151; -const int COLOR_ropes__ImmutableRope__init = 137; -const int COLOR_ropes__ImmutableRope__with_string = 138; -const int COLOR_ropes__CharRopeView__target = 79; -const int COLOR_ropes__CharRopeView__target_61d = 80; -const int COLOR_ropes__CharRopeView__init = 81; -const int COLOR_ropes__TupleVisitNode__init = 42; -const int COLOR_ropes__TupleVisitNode__node = 43; -const int COLOR_ropes__TupleVisitNode__node_61d = 44; -const int COLOR_ropes__TupleVisitNode__left_visited = 45; -const int COLOR_ropes__TupleVisitNode__left_visited_61d = 46; -const int COLOR_ropes__TupleVisitNode__right_visited = 47; -const int COLOR_ropes__TupleVisitNode__right_visited_61d = 48; -const int COLOR_ropes__RopeIterator__target = 47; -const int COLOR_ropes__RopeIterator__pos = 48; -const int COLOR_ropes__RopeIterator__pos_61d = 49; -const int COLOR_ropes__RopeIterator__init = 50; -const int COLOR_ropes__RopeIterator__with_index = 51; -const int COLOR_ropes__RopeCharIterator__sub_str_iter = 47; -const int COLOR_ropes__RopeCharIterator__sub_str_iter_61d = 48; -const int COLOR_ropes__RopeCharIterator__abs_pos = 49; -const int COLOR_ropes__RopeCharIterator__abs_pos_61d = 50; -const int COLOR_ropes__RopeCharIterator__sub_pos = 51; -const int COLOR_ropes__RopeCharIterator__sub_pos_61d = 52; -const int COLOR_ropes__RopeCharIterator__curr_substring = 53; -const int COLOR_ropes__RopeCharIterator__curr_substring_61d = 54; -const int COLOR_ropes__RopeCharIterator__init = 55; -const int COLOR_ropes__DFSRopeLeafIterator__visit_stack = 52; -const int COLOR_ropes__DFSRopeLeafIterator__visit_stack_61d = 53; -const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf = 54; -const int COLOR_ropes__DFSRopeLeafIterator__curr_leaf_61d = 55; -const int COLOR_ropes__DFSRopeLeafIterator__init = 56; -const int COLOR_ropes__DFSRopeLeafIterator__with_index = 57; -const int COLOR_ropes__DFSRopeLeafIterator__next_body = 58; -const int COLOR_ropes__RopeNode__parent = 42; -const int COLOR_ropes__RopeNode__parent_61d = 43; -const int COLOR_ropes__RopeNode__height = 44; -const int COLOR_ropes__RopeNode__height_61d = 45; -const int COLOR_ropes__RopeNode__balance_factor = 46; -const int COLOR_ropes__RopeNode__length = 47; -const int COLOR_ropes__RopeNode__length_61d = 48; -const int COLOR_ropes__RopeNode__init = 49; -const int COLOR_ropes__ConcatNode__left_child = 50; -const int COLOR_ropes__ConcatNode__right_child = 51; -const int COLOR_ropes__ConcatNode__left_child_61d = 52; -const int COLOR_ropes__ConcatNode__right_child_61d = 53; -const int COLOR_ropes__ConcatNode__update_data = 54; -const int COLOR_ropes__ConcatNode__init = 55; -const int COLOR_ropes__LeafNode__init = 50; -const int COLOR_ropes__LeafNode__value = 51; -const int COLOR_ropes__LeafNode__value_61d = 52; -const int COLOR_location__SourceFile__filename = 42; -const int COLOR_location__SourceFile__filename_61d = 43; -const int COLOR_location__SourceFile__string = 44; -const int COLOR_location__SourceFile__string_61d = 45; -const int COLOR_location__SourceFile__init = 46; -const int COLOR_location__SourceFile__from_string = 47; -const int COLOR_location__SourceFile__line_starts = 48; -const int COLOR_location__SourceFile__line_starts_61d = 49; -const int COLOR_location__Location__file = 50; -const int COLOR_location__Location__file_61d = 51; -const int COLOR_location__Location__line_start = 52; -const int COLOR_location__Location__line_start_61d = 53; -const int COLOR_location__Location__line_end = 54; -const int COLOR_location__Location__line_end_61d = 55; -const int COLOR_location__Location__column_start = 56; -const int COLOR_location__Location__column_start_61d = 57; -const int COLOR_location__Location__column_end = 58; -const int COLOR_location__Location__column_end_61d = 59; -const int COLOR_location__Location__init = 60; -const int COLOR_location__Location__pstart = 61; -const int COLOR_location__Location__pend = 62; -const int COLOR_location__Location__text = 63; -const int COLOR_location__Location__text_cache = 64; -const int COLOR_location__Location__text_cache_61d = 65; -const int COLOR_location__Location__with_file = 66; -const int COLOR_location__Location__located_in = 67; -const int COLOR_location__Location__relative_to = 68; -const int COLOR_location__Location__colored_line = 69; -const int COLOR_tables__TablesCapable__lexer_goto = 42; -const int COLOR_tables__TablesCapable__lexer_accept = 43; -const int COLOR_tables__TablesCapable__parser_goto = 44; -const int COLOR_tables__TablesCapable__parser_action = 45; -const int COLOR_poset__POSetElement__poset = 42; -const int COLOR_poset__POSetElement__poset_61d = 43; -const int COLOR_poset__POSetElement__element = 44; -const int COLOR_poset__POSetElement__element_61d = 45; -const int COLOR_poset__POSetElement__tos = 46; -const int COLOR_poset__POSetElement__tos_61d = 47; -const int COLOR_poset__POSetElement__froms = 48; -const int COLOR_poset__POSetElement__froms_61d = 49; -const int COLOR_poset__POSetElement__dtos = 50; -const int COLOR_poset__POSetElement__dtos_61d = 51; -const int COLOR_poset__POSetElement__dfroms = 52; -const int COLOR_poset__POSetElement__dfroms_61d = 53; -const int COLOR_poset__POSetElement__count = 54; -const int COLOR_poset__POSetElement__count_61d = 55; -const int COLOR_poset__POSetElement__greaters = 56; -const int COLOR_poset__POSetElement__direct_greaters = 57; -const int COLOR_poset__POSetElement__smallers = 58; -const int COLOR_poset__POSetElement__direct_smallers = 59; -const int COLOR_poset__POSetElement___60d_61d = 60; -const int COLOR_poset__POSetElement___60d = 61; -const int COLOR_poset__POSetElement__init = 62; -const int COLOR_more_collections__MultiHashMap__add_one = 112; -const int COLOR_more_collections__MultiHashMap__init = 113; -const int COLOR_more_collections__HashMap2__level1 = 42; -const int COLOR_more_collections__HashMap2__level1_61d = 43; -const int COLOR_more_collections__HashMap2___91d_93d = 44; -const int COLOR_more_collections__HashMap2___91d_93d_61d = 45; -const int COLOR_more_collections__HashMap2__init = 46; -const int COLOR_more_collections__HashMap3__level1 = 42; -const int COLOR_more_collections__HashMap3__level1_61d = 43; -const int COLOR_more_collections__HashMap3___91d_93d = 44; -const int COLOR_more_collections__HashMap3___91d_93d_61d = 45; -const int COLOR_more_collections__HashMap3__init = 46; -const int COLOR_opts__Option__names = 42; -const int COLOR_opts__Option__helptext = 43; -const int COLOR_opts__Option__errors = 44; -const int COLOR_opts__Option__mandatory = 45; -const int COLOR_opts__Option__mandatory_61d = 46; -const int COLOR_opts__Option__read = 47; -const int COLOR_opts__Option__value_61d = 48; -const int COLOR_opts__Option__value = 49; -const int COLOR_opts__Option__default_value = 50; -const int COLOR_opts__Option__default_value_61d = 51; -const int COLOR_opts__Option__init_opt = 52; -const int COLOR_opts__Option__add_aliases = 53; -const int COLOR_opts__Option__pretty = 54; -const int COLOR_opts__Option__pretty_default = 55; -const int COLOR_opts__Option__read_param = 56; -const int COLOR_opts__OptionText__init = 57; -const int COLOR_opts__OptionBool__init = 57; -const int COLOR_opts__OptionBool__read_param = 58; -const int COLOR_opts__OptionCount__init = 57; -const int COLOR_opts__OptionCount__read_param = 58; -const int COLOR_opts__OptionParameter__convert = 57; -const int COLOR_opts__OptionParameter__parameter_mandatory = 58; -const int COLOR_opts__OptionParameter__parameter_mandatory_61d = 59; -const int COLOR_opts__OptionParameter__init_opt = 60; -const int COLOR_opts__OptionParameter__read_param = 61; -const int COLOR_opts__OptionString__init = 62; -const int COLOR_opts__OptionEnum__init = 62; -const int COLOR_opts__OptionEnum__value_name = 63; -const int COLOR_opts__OptionInt__init = 62; -const int COLOR_opts__OptionArray__init = 62; -const int COLOR_opts__OptionContext__options = 42; -const int COLOR_opts__OptionContext__rest = 43; -const int COLOR_opts__OptionContext__errors = 44; -const int COLOR_opts__OptionContext__usage = 45; -const int COLOR_opts__OptionContext__parse = 46; -const int COLOR_opts__OptionContext__parse_intern = 47; -const int COLOR_opts__OptionContext__add_option = 48; -const int COLOR_opts__OptionContext__init = 49; -const int COLOR_opts__OptionContext__build = 50; -const int COLOR_opts__OptionContext__get_errors = 51; -const int COLOR_parser_nodes__ANodes__parent = 89; -const int COLOR_parser_nodes__ANodes__parent_61d = 90; -const int COLOR_parser_nodes__ANodes__items = 91; -const int COLOR_parser_nodes__ANodes__items_61d = 92; -const int COLOR_parser_nodes__ANodes__hook_add = 93; -const int COLOR_parser_nodes__ANodes__hook_remove = 94; -const int COLOR_parser_nodes__ANodes__init = 95; -const int COLOR_parser_nodes__Token__text = 64; -const int COLOR_parser_nodes__Token__text_61d = 65; -const int COLOR_parser_nodes__Token__prev_token = 66; -const int COLOR_parser_nodes__Token__prev_token_61d = 67; -const int COLOR_parser_nodes__Token__next_token = 68; -const int COLOR_parser_nodes__Token__next_token_61d = 69; -const int COLOR_parser_nodes__Token__init = 70; -const int COLOR_lexer__Token__parser_index = 71; -const int COLOR_parser_nodes__Visitor__visit = 42; -const int COLOR_parser_nodes__Visitor__enter_visit = 43; -const int COLOR_parser_nodes__Visitor__current_node = 44; -const int COLOR_parser_nodes__Visitor__current_node_61d = 45; -const int COLOR_parser_nodes__Visitor__init = 46; -const int COLOR_parser_nodes__TEol__init = 72; -const int COLOR_lexer__TEol__init_tk = 73; -const int COLOR_parser_nodes__TComment__init = 72; -const int COLOR_lexer__TComment__init_tk = 73; -const int COLOR_parser_nodes__TokenKeyword__init = 72; -const int COLOR_parser_nodes__TKwpackage__init = 73; -const int COLOR_lexer__TKwpackage__init_tk = 74; -const int COLOR_parser_nodes__TKwmodule__init = 73; -const int COLOR_lexer__TKwmodule__init_tk = 74; -const int COLOR_parser_nodes__TKwimport__init = 73; -const int COLOR_lexer__TKwimport__init_tk = 74; -const int COLOR_parser_nodes__TKwclass__init = 73; -const int COLOR_lexer__TKwclass__init_tk = 74; -const int COLOR_parser_nodes__TKwabstract__init = 73; -const int COLOR_lexer__TKwabstract__init_tk = 74; -const int COLOR_parser_nodes__TKwinterface__init = 73; -const int COLOR_lexer__TKwinterface__init_tk = 74; -const int COLOR_parser_nodes__TKwenum__init = 73; -const int COLOR_lexer__TKwenum__init_tk = 74; -const int COLOR_parser_nodes__TKwend__init = 73; -const int COLOR_lexer__TKwend__init_tk = 74; -const int COLOR_parser_nodes__TKwmeth__init = 73; -const int COLOR_lexer__TKwmeth__init_tk = 74; -const int COLOR_parser_nodes__TKwtype__init = 73; -const int COLOR_lexer__TKwtype__init_tk = 74; -const int COLOR_parser_nodes__TKwinit__init = 73; -const int COLOR_lexer__TKwinit__init_tk = 74; -const int COLOR_parser_nodes__TKwredef__init = 73; -const int COLOR_lexer__TKwredef__init_tk = 74; -const int COLOR_parser_nodes__TKwis__init = 73; -const int COLOR_lexer__TKwis__init_tk = 74; -const int COLOR_parser_nodes__TKwdo__init = 73; -const int COLOR_lexer__TKwdo__init_tk = 74; -const int COLOR_parser_nodes__TKwreadable__init = 73; -const int COLOR_lexer__TKwreadable__init_tk = 74; -const int COLOR_parser_nodes__TKwwritable__init = 73; -const int COLOR_lexer__TKwwritable__init_tk = 74; -const int COLOR_parser_nodes__TKwvar__init = 73; -const int COLOR_lexer__TKwvar__init_tk = 74; -const int COLOR_parser_nodes__TKwintern__init = 73; -const int COLOR_lexer__TKwintern__init_tk = 74; -const int COLOR_parser_nodes__TKwextern__init = 73; -const int COLOR_lexer__TKwextern__init_tk = 74; -const int COLOR_parser_nodes__TKwprotected__init = 73; -const int COLOR_lexer__TKwprotected__init_tk = 74; -const int COLOR_parser_nodes__TKwprivate__init = 73; -const int COLOR_lexer__TKwprivate__init_tk = 74; -const int COLOR_parser_nodes__TKwintrude__init = 73; -const int COLOR_lexer__TKwintrude__init_tk = 74; -const int COLOR_parser_nodes__TKwif__init = 73; -const int COLOR_lexer__TKwif__init_tk = 74; -const int COLOR_parser_nodes__TKwthen__init = 73; -const int COLOR_lexer__TKwthen__init_tk = 74; -const int COLOR_parser_nodes__TKwelse__init = 73; -const int COLOR_lexer__TKwelse__init_tk = 74; -const int COLOR_parser_nodes__TKwwhile__init = 73; -const int COLOR_lexer__TKwwhile__init_tk = 74; -const int COLOR_parser_nodes__TKwloop__init = 73; -const int COLOR_lexer__TKwloop__init_tk = 74; -const int COLOR_parser_nodes__TKwfor__init = 73; -const int COLOR_lexer__TKwfor__init_tk = 74; -const int COLOR_parser_nodes__TKwin__init = 73; -const int COLOR_lexer__TKwin__init_tk = 74; -const int COLOR_parser_nodes__TKwand__init = 73; -const int COLOR_lexer__TKwand__init_tk = 74; -const int COLOR_parser_nodes__TKwor__init = 73; -const int COLOR_lexer__TKwor__init_tk = 74; -const int COLOR_parser_nodes__TKwimplies__init = 73; -const int COLOR_lexer__TKwimplies__init_tk = 74; -const int COLOR_parser_nodes__TKwnot__init = 73; -const int COLOR_lexer__TKwnot__init_tk = 74; -const int COLOR_parser_nodes__TKwreturn__init = 73; -const int COLOR_lexer__TKwreturn__init_tk = 74; -const int COLOR_parser_nodes__TKwcontinue__init = 73; -const int COLOR_lexer__TKwcontinue__init_tk = 74; -const int COLOR_parser_nodes__TKwbreak__init = 73; -const int COLOR_lexer__TKwbreak__init_tk = 74; -const int COLOR_parser_nodes__TKwabort__init = 73; -const int COLOR_lexer__TKwabort__init_tk = 74; -const int COLOR_parser_nodes__TKwassert__init = 73; -const int COLOR_lexer__TKwassert__init_tk = 74; -const int COLOR_parser_nodes__TKwnew__init = 73; -const int COLOR_lexer__TKwnew__init_tk = 74; -const int COLOR_parser_nodes__TKwisa__init = 73; -const int COLOR_lexer__TKwisa__init_tk = 74; -const int COLOR_parser_nodes__TKwonce__init = 73; -const int COLOR_lexer__TKwonce__init_tk = 74; -const int COLOR_parser_nodes__TKwsuper__init = 73; -const int COLOR_lexer__TKwsuper__init_tk = 74; -const int COLOR_parser_nodes__TKwself__init = 73; -const int COLOR_lexer__TKwself__init_tk = 74; -const int COLOR_parser_nodes__TKwtrue__init = 73; -const int COLOR_lexer__TKwtrue__init_tk = 74; -const int COLOR_parser_nodes__TKwfalse__init = 73; -const int COLOR_lexer__TKwfalse__init_tk = 74; -const int COLOR_parser_nodes__TKwnull__init = 73; -const int COLOR_lexer__TKwnull__init_tk = 74; -const int COLOR_parser_nodes__TKwas__init = 73; -const int COLOR_lexer__TKwas__init_tk = 74; -const int COLOR_parser_nodes__TKwnullable__init = 73; -const int COLOR_lexer__TKwnullable__init_tk = 74; -const int COLOR_parser_nodes__TKwisset__init = 73; -const int COLOR_lexer__TKwisset__init_tk = 74; -const int COLOR_parser_nodes__TKwlabel__init = 73; -const int COLOR_lexer__TKwlabel__init_tk = 74; -const int COLOR_parser_nodes__TKwdebug__init = 72; -const int COLOR_lexer__TKwdebug__init_tk = 73; -const int COLOR_parser_nodes__TOpar__init = 72; -const int COLOR_lexer__TOpar__init_tk = 73; -const int COLOR_parser_nodes__TCpar__init = 72; -const int COLOR_lexer__TCpar__init_tk = 73; -const int COLOR_parser_nodes__TObra__init = 72; -const int COLOR_lexer__TObra__init_tk = 73; -const int COLOR_parser_nodes__TCbra__init = 72; -const int COLOR_lexer__TCbra__init_tk = 73; -const int COLOR_parser_nodes__TComma__init = 72; -const int COLOR_lexer__TComma__init_tk = 73; -const int COLOR_parser_nodes__TColumn__init = 72; -const int COLOR_lexer__TColumn__init_tk = 73; -const int COLOR_parser_nodes__TQuad__init = 72; -const int COLOR_lexer__TQuad__init_tk = 73; -const int COLOR_parser_nodes__TAssign__init = 72; -const int COLOR_lexer__TAssign__init_tk = 73; -const int COLOR_parser_nodes__TokenOperator__init = 72; -const int COLOR_parser_nodes__TPluseq__init = 73; -const int COLOR_lexer__TPluseq__init_tk = 74; -const int COLOR_parser_nodes__TMinuseq__init = 73; -const int COLOR_lexer__TMinuseq__init_tk = 74; -const int COLOR_parser_nodes__TDotdotdot__init = 73; -const int COLOR_lexer__TDotdotdot__init_tk = 74; -const int COLOR_parser_nodes__TDotdot__init = 73; -const int COLOR_lexer__TDotdot__init_tk = 74; -const int COLOR_parser_nodes__TDot__init = 73; -const int COLOR_lexer__TDot__init_tk = 74; -const int COLOR_parser_nodes__TPlus__init = 73; -const int COLOR_lexer__TPlus__init_tk = 74; -const int COLOR_parser_nodes__TMinus__init = 73; -const int COLOR_lexer__TMinus__init_tk = 74; -const int COLOR_parser_nodes__TStar__init = 73; -const int COLOR_lexer__TStar__init_tk = 74; -const int COLOR_parser_nodes__TSlash__init = 73; -const int COLOR_lexer__TSlash__init_tk = 74; -const int COLOR_parser_nodes__TPercent__init = 73; -const int COLOR_lexer__TPercent__init_tk = 74; -const int COLOR_parser_nodes__TEq__init = 73; -const int COLOR_lexer__TEq__init_tk = 74; -const int COLOR_parser_nodes__TNe__init = 73; -const int COLOR_lexer__TNe__init_tk = 74; -const int COLOR_parser_nodes__TLt__init = 73; -const int COLOR_lexer__TLt__init_tk = 74; -const int COLOR_parser_nodes__TLe__init = 73; -const int COLOR_lexer__TLe__init_tk = 74; -const int COLOR_parser_nodes__TLl__init = 73; -const int COLOR_lexer__TLl__init_tk = 74; -const int COLOR_parser_nodes__TGt__init = 73; -const int COLOR_lexer__TGt__init_tk = 74; -const int COLOR_parser_nodes__TGe__init = 73; -const int COLOR_lexer__TGe__init_tk = 74; -const int COLOR_parser_nodes__TGg__init = 73; -const int COLOR_lexer__TGg__init_tk = 74; -const int COLOR_parser_nodes__TStarship__init = 73; -const int COLOR_lexer__TStarship__init_tk = 74; -const int COLOR_parser_nodes__TBang__init = 73; -const int COLOR_lexer__TBang__init_tk = 74; -const int COLOR_parser_nodes__TAt__init = 72; -const int COLOR_lexer__TAt__init_tk = 73; -const int COLOR_parser_nodes__TClassid__init = 72; -const int COLOR_lexer__TClassid__init_tk = 73; -const int COLOR_parser_nodes__TId__init = 72; -const int COLOR_lexer__TId__init_tk = 73; -const int COLOR_parser_nodes__TAttrid__init = 72; -const int COLOR_lexer__TAttrid__init_tk = 73; -const int COLOR_parser_nodes__TokenLiteral__init = 72; -const int COLOR_parser_nodes__TNumber__init = 73; -const int COLOR_lexer__TNumber__init_tk = 74; -const int COLOR_parser_nodes__TFloat__init = 73; -const int COLOR_lexer__TFloat__init_tk = 74; -const int COLOR_parser_nodes__TChar__init = 73; -const int COLOR_lexer__TChar__init_tk = 74; -const int COLOR_parser_nodes__TString__init = 73; -const int COLOR_lexer__TString__init_tk = 74; -const int COLOR_parser_nodes__TStartString__init = 73; -const int COLOR_lexer__TStartString__init_tk = 74; -const int COLOR_parser_nodes__TMidString__init = 73; -const int COLOR_lexer__TMidString__init_tk = 74; -const int COLOR_parser_nodes__TEndString__init = 73; -const int COLOR_lexer__TEndString__init_tk = 74; -const int COLOR_parser_nodes__TBadString__init = 72; -const int COLOR_lexer__TBadString__init_tk = 73; -const int COLOR_parser_nodes__TBadChar__init = 72; -const int COLOR_lexer__TBadChar__init_tk = 73; -const int COLOR_parser_nodes__TExternCodeSegment__init = 72; -const int COLOR_lexer__TExternCodeSegment__init_tk = 73; -const int COLOR_parser_nodes__EOF__init = 72; -const int COLOR_lexer__EOF__init_tk = 73; -const int COLOR_parser_nodes__AError__init = 74; -const int COLOR_lexer__AError__message = 75; -const int COLOR_lexer__AError__init_error = 76; -const int COLOR_parser_nodes__ALexerError__init = 77; -const int COLOR_lexer__ALexerError__string = 78; -const int COLOR_lexer__ALexerError__init_lexer_error = 79; -const int COLOR_parser_nodes__AParserError__init = 77; -const int COLOR_lexer__AParserError__token = 78; -const int COLOR_lexer__AParserError__init_parser_error = 79; -const int COLOR_parser_nodes__AModule__n_moduledecl = 70; -const int COLOR_parser_nodes__AModule__n_moduledecl_61d = 71; -const int COLOR_parser_nodes__AModule__n_imports = 72; -const int COLOR_parser_nodes__AModule__n_extern_code_blocks = 73; -const int COLOR_parser_nodes__AModule__n_classdefs = 74; -const int COLOR_parser_nodes__AModule__init = 75; -const int COLOR_parser_prod__AModule__empty_init = 76; -const int COLOR_parser_prod__AModule__init_amodule = 77; -const int COLOR_simple_misc_analysis__AModule__do_simple_misc_analysis = 78; -const int COLOR_literal__AModule__do_literal = 79; -const int COLOR_modelbuilder__AModule__mmodule = 80; -const int COLOR_modelbuilder__AModule__mmodule_61d = 81; -const int COLOR_modelbuilder__AModule__is_importation_done = 82; -const int COLOR_modelbuilder__AModule__is_importation_done_61d = 83; -const int COLOR_modelize_class__AModule__build_classes_is_done = 84; -const int COLOR_modelize_class__AModule__build_classes_is_done_61d = 85; -const int COLOR_modelize_class__AModule__mclass2nclassdef = 86; -const int COLOR_modelize_class__AModule__mclass2nclassdef_61d = 87; -const int COLOR_parser_nodes__AModuledecl__n_doc = 70; -const int COLOR_parser_nodes__AModuledecl__n_doc_61d = 71; -const int COLOR_parser_nodes__AModuledecl__n_kwmodule = 72; -const int COLOR_parser_nodes__AModuledecl__n_kwmodule_61d = 73; -const int COLOR_parser_nodes__AModuledecl__n_name = 74; -const int COLOR_parser_nodes__AModuledecl__n_name_61d = 75; -const int COLOR_parser_nodes__AModuledecl__init = 76; -const int COLOR_parser_prod__AModuledecl__empty_init = 77; -const int COLOR_parser_prod__AModuledecl__init_amoduledecl = 78; -const int COLOR_parser_nodes__AImport__init = 70; -const int COLOR_parser_nodes__AStdImport__n_visibility = 71; -const int COLOR_parser_nodes__AStdImport__n_visibility_61d = 72; -const int COLOR_parser_nodes__AStdImport__n_kwimport = 73; -const int COLOR_parser_nodes__AStdImport__n_kwimport_61d = 74; -const int COLOR_parser_nodes__AStdImport__n_name = 75; -const int COLOR_parser_nodes__AStdImport__n_name_61d = 76; -const int COLOR_parser_nodes__AStdImport__init = 77; -const int COLOR_parser_prod__AStdImport__empty_init = 78; -const int COLOR_parser_prod__AStdImport__init_astdimport = 79; -const int COLOR_modelbuilder__AStdImport__mmodule = 80; -const int COLOR_modelbuilder__AStdImport__mmodule_61d = 81; -const int COLOR_parser_nodes__ANoImport__n_visibility = 71; -const int COLOR_parser_nodes__ANoImport__n_visibility_61d = 72; -const int COLOR_parser_nodes__ANoImport__n_kwimport = 73; -const int COLOR_parser_nodes__ANoImport__n_kwimport_61d = 74; -const int COLOR_parser_nodes__ANoImport__n_kwend = 75; -const int COLOR_parser_nodes__ANoImport__n_kwend_61d = 76; -const int COLOR_parser_nodes__ANoImport__init = 77; -const int COLOR_parser_prod__ANoImport__empty_init = 78; -const int COLOR_parser_prod__ANoImport__init_anoimport = 79; -const int COLOR_parser_nodes__AVisibility__init = 70; -const int COLOR_modelbuilder__AVisibility__mvisibility = 71; -const int COLOR_parser_nodes__APublicVisibility__init = 72; -const int COLOR_parser_prod__APublicVisibility__empty_init = 73; -const int COLOR_parser_prod__APublicVisibility__init_apublicvisibility = 74; -const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate = 72; -const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate_61d = 73; -const int COLOR_parser_nodes__APrivateVisibility__init = 74; -const int COLOR_parser_prod__APrivateVisibility__empty_init = 75; -const int COLOR_parser_prod__APrivateVisibility__init_aprivatevisibility = 76; -const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected = 72; -const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected_61d = 73; -const int COLOR_parser_nodes__AProtectedVisibility__init = 74; -const int COLOR_parser_prod__AProtectedVisibility__empty_init = 75; -const int COLOR_parser_prod__AProtectedVisibility__init_aprotectedvisibility = 76; -const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude = 72; -const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude_61d = 73; -const int COLOR_parser_nodes__AIntrudeVisibility__init = 74; -const int COLOR_parser_prod__AIntrudeVisibility__empty_init = 75; -const int COLOR_parser_prod__AIntrudeVisibility__init_aintrudevisibility = 76; -const int COLOR_parser_nodes__AClassdef__n_propdefs = 70; -const int COLOR_parser_nodes__AClassdef__init = 71; -const int COLOR_modelize_class__AClassdef__mclass = 72; -const int COLOR_modelize_class__AClassdef__mclass_61d = 73; -const int COLOR_modelize_class__AClassdef__mclassdef = 74; -const int COLOR_modelize_class__AClassdef__mclassdef_61d = 75; -const int COLOR_modelize_property__AClassdef__build_properties_is_done = 76; -const int COLOR_modelize_property__AClassdef__build_properties_is_done_61d = 77; -const int COLOR_modelize_property__AClassdef__super_inits = 78; -const int COLOR_modelize_property__AClassdef__super_inits_61d = 79; -const int COLOR_modelize_property__AClassdef__mfree_init = 80; -const int COLOR_modelize_property__AClassdef__mfree_init_61d = 81; -const int COLOR_modelize_property__AClassdef__mprop2npropdef = 82; -const int COLOR_modelize_property__AClassdef__mprop2npropdef_61d = 83; -const int COLOR_abstract_compiler__AClassdef__compile_to_c = 84; -const int COLOR_parser_nodes__AStdClassdef__n_doc = 85; -const int COLOR_parser_nodes__AStdClassdef__n_doc_61d = 86; -const int COLOR_parser_nodes__AStdClassdef__n_kwredef = 87; -const int COLOR_parser_nodes__AStdClassdef__n_kwredef_61d = 88; -const int COLOR_parser_nodes__AStdClassdef__n_visibility = 89; -const int COLOR_parser_nodes__AStdClassdef__n_visibility_61d = 90; -const int COLOR_parser_nodes__AStdClassdef__n_classkind = 91; -const int COLOR_parser_nodes__AStdClassdef__n_classkind_61d = 92; -const int COLOR_parser_nodes__AStdClassdef__n_id = 93; -const int COLOR_parser_nodes__AStdClassdef__n_id_61d = 94; -const int COLOR_parser_nodes__AStdClassdef__n_formaldefs = 95; -const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block = 96; -const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block_61d = 97; -const int COLOR_parser_nodes__AStdClassdef__n_superclasses = 98; -const int COLOR_parser_nodes__AStdClassdef__n_kwend = 99; -const int COLOR_parser_nodes__AStdClassdef__n_kwend_61d = 100; -const int COLOR_parser_nodes__AStdClassdef__init = 101; -const int COLOR_parser_prod__AStdClassdef__empty_init = 102; -const int COLOR_parser_prod__AStdClassdef__init_astdclassdef = 103; -const int COLOR_parser_nodes__ATopClassdef__init = 85; -const int COLOR_parser_prod__ATopClassdef__empty_init = 86; -const int COLOR_parser_prod__ATopClassdef__init_atopclassdef = 87; -const int COLOR_parser_nodes__AMainClassdef__init = 85; -const int COLOR_parser_prod__AMainClassdef__empty_init = 86; -const int COLOR_parser_prod__AMainClassdef__init_amainclassdef = 87; -const int COLOR_parser_nodes__AClasskind__init = 70; -const int COLOR_modelize_class__AClasskind__mkind = 71; -const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass = 72; -const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass_61d = 73; -const int COLOR_parser_nodes__AConcreteClasskind__init = 74; -const int COLOR_parser_prod__AConcreteClasskind__empty_init = 75; -const int COLOR_parser_prod__AConcreteClasskind__init_aconcreteclasskind = 76; -const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract = 72; -const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract_61d = 73; -const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass = 74; -const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass_61d = 75; -const int COLOR_parser_nodes__AAbstractClasskind__init = 76; -const int COLOR_parser_prod__AAbstractClasskind__empty_init = 77; -const int COLOR_parser_prod__AAbstractClasskind__init_aabstractclasskind = 78; -const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface = 72; -const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface_61d = 73; -const int COLOR_parser_nodes__AInterfaceClasskind__init = 74; -const int COLOR_parser_prod__AInterfaceClasskind__empty_init = 75; -const int COLOR_parser_prod__AInterfaceClasskind__init_ainterfaceclasskind = 76; -const int COLOR_parser_nodes__AEnumClasskind__n_kwenum = 72; -const int COLOR_parser_nodes__AEnumClasskind__n_kwenum_61d = 73; -const int COLOR_parser_nodes__AEnumClasskind__init = 74; -const int COLOR_parser_prod__AEnumClasskind__empty_init = 75; -const int COLOR_parser_prod__AEnumClasskind__init_aenumclasskind = 76; -const int COLOR_parser_nodes__AExternClasskind__n_kwextern = 72; -const int COLOR_parser_nodes__AExternClasskind__n_kwextern_61d = 73; -const int COLOR_parser_nodes__AExternClasskind__n_kwclass = 74; -const int COLOR_parser_nodes__AExternClasskind__n_kwclass_61d = 75; -const int COLOR_parser_nodes__AExternClasskind__init = 76; -const int COLOR_parser_prod__AExternClasskind__empty_init = 77; -const int COLOR_parser_prod__AExternClasskind__init_aexternclasskind = 78; -const int COLOR_parser_nodes__AFormaldef__n_id = 70; -const int COLOR_parser_nodes__AFormaldef__n_id_61d = 71; -const int COLOR_parser_nodes__AFormaldef__n_type = 72; -const int COLOR_parser_nodes__AFormaldef__n_type_61d = 73; -const int COLOR_parser_nodes__AFormaldef__init = 74; -const int COLOR_parser_prod__AFormaldef__empty_init = 75; -const int COLOR_parser_prod__AFormaldef__init_aformaldef = 76; -const int COLOR_modelize_class__AFormaldef__mtype = 77; -const int COLOR_modelize_class__AFormaldef__mtype_61d = 78; -const int COLOR_modelize_class__AFormaldef__bound = 79; -const int COLOR_modelize_class__AFormaldef__bound_61d = 80; -const int COLOR_parser_nodes__ASuperclass__n_kwsuper = 70; -const int COLOR_parser_nodes__ASuperclass__n_kwsuper_61d = 71; -const int COLOR_parser_nodes__ASuperclass__n_type = 72; -const int COLOR_parser_nodes__ASuperclass__n_type_61d = 73; -const int COLOR_parser_nodes__ASuperclass__init = 74; -const int COLOR_parser_prod__ASuperclass__empty_init = 75; -const int COLOR_parser_prod__ASuperclass__init_asuperclass = 76; -const int COLOR_parser_nodes__AAttrPropdef__n_kwredef = 94; -const int COLOR_parser_nodes__AAttrPropdef__n_kwredef_61d = 95; -const int COLOR_parser_nodes__AAttrPropdef__n_visibility = 96; -const int COLOR_parser_nodes__AAttrPropdef__n_visibility_61d = 97; -const int COLOR_parser_nodes__AAttrPropdef__n_kwvar = 98; -const int COLOR_parser_nodes__AAttrPropdef__n_kwvar_61d = 99; -const int COLOR_parser_nodes__AAttrPropdef__n_id = 100; -const int COLOR_parser_nodes__AAttrPropdef__n_id_61d = 101; -const int COLOR_parser_nodes__AAttrPropdef__n_id2 = 102; -const int COLOR_parser_nodes__AAttrPropdef__n_id2_61d = 103; -const int COLOR_parser_nodes__AAttrPropdef__n_type = 104; -const int COLOR_parser_nodes__AAttrPropdef__n_type_61d = 105; -const int COLOR_parser_nodes__AAttrPropdef__n_readable = 106; -const int COLOR_parser_nodes__AAttrPropdef__n_readable_61d = 107; -const int COLOR_parser_nodes__AAttrPropdef__n_writable = 108; -const int COLOR_parser_nodes__AAttrPropdef__n_writable_61d = 109; -const int COLOR_parser_nodes__AAttrPropdef__n_expr = 110; -const int COLOR_parser_nodes__AAttrPropdef__n_expr_61d = 111; -const int COLOR_parser_nodes__AAttrPropdef__init = 112; -const int COLOR_parser_prod__AAttrPropdef__empty_init = 113; -const int COLOR_parser_prod__AAttrPropdef__init_aattrpropdef = 114; -const int COLOR_modelize_property__AAttrPropdef__mreadpropdef = 115; -const int COLOR_modelize_property__AAttrPropdef__mreadpropdef_61d = 116; -const int COLOR_modelize_property__AAttrPropdef__mwritepropdef = 117; -const int COLOR_modelize_property__AAttrPropdef__mwritepropdef_61d = 118; -const int COLOR_modelize_property__AAttrPropdef__check_method_signature = 119; -const int COLOR_abstract_compiler__AAttrPropdef__init_expr = 120; -const int COLOR_abstract_compiler__AAttrPropdef__check_expr = 121; -const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth = 105; -const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth_61d = 106; -const int COLOR_parser_nodes__ADeferredMethPropdef__init = 107; -const int COLOR_parser_prod__ADeferredMethPropdef__empty_init = 108; -const int COLOR_parser_prod__ADeferredMethPropdef__init_adeferredmethpropdef = 109; -const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth = 105; -const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth_61d = 106; -const int COLOR_parser_nodes__AInternMethPropdef__init = 107; -const int COLOR_parser_prod__AInternMethPropdef__empty_init = 108; -const int COLOR_parser_prod__AInternMethPropdef__init_ainternmethpropdef = 109; -const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth = 112; -const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth_61d = 113; -const int COLOR_parser_nodes__AExternMethPropdef__init = 114; -const int COLOR_parser_prod__AExternMethPropdef__empty_init = 115; -const int COLOR_parser_prod__AExternMethPropdef__init_aexternmethpropdef = 116; -const int COLOR_parser_nodes__AMainMethPropdef__init = 115; -const int COLOR_parser_prod__AMainMethPropdef__empty_init = 116; -const int COLOR_parser_prod__AMainMethPropdef__init_amainmethpropdef = 117; -const int COLOR_parser_nodes__AExternCalls__n_kwimport = 70; -const int COLOR_parser_nodes__AExternCalls__n_kwimport_61d = 71; -const int COLOR_parser_nodes__AExternCalls__n_extern_calls = 72; -const int COLOR_parser_nodes__AExternCalls__init = 73; -const int COLOR_parser_prod__AExternCalls__empty_init = 74; -const int COLOR_parser_prod__AExternCalls__init_aexterncalls = 75; -const int COLOR_parser_nodes__AExternCall__init = 70; -const int COLOR_parser_prod__AExternCall__empty_init = 71; -const int COLOR_parser_prod__AExternCall__init_aexterncall = 72; -const int COLOR_parser_nodes__APropExternCall__init = 73; -const int COLOR_parser_nodes__ALocalPropExternCall__n_methid = 74; -const int COLOR_parser_nodes__ALocalPropExternCall__n_methid_61d = 75; -const int COLOR_parser_nodes__ALocalPropExternCall__init = 76; -const int COLOR_parser_prod__ALocalPropExternCall__empty_init = 77; -const int COLOR_parser_prod__ALocalPropExternCall__init_alocalpropexterncall = 78; -const int COLOR_parser_nodes__AFullPropExternCall__n_classid = 74; -const int COLOR_parser_nodes__AFullPropExternCall__n_classid_61d = 75; -const int COLOR_parser_nodes__AFullPropExternCall__n_quad = 76; -const int COLOR_parser_nodes__AFullPropExternCall__n_quad_61d = 77; -const int COLOR_parser_nodes__AFullPropExternCall__n_methid = 78; -const int COLOR_parser_nodes__AFullPropExternCall__n_methid_61d = 79; -const int COLOR_parser_nodes__AFullPropExternCall__init = 80; -const int COLOR_parser_prod__AFullPropExternCall__empty_init = 81; -const int COLOR_parser_prod__AFullPropExternCall__init_afullpropexterncall = 82; -const int COLOR_parser_nodes__AInitPropExternCall__n_classid = 74; -const int COLOR_parser_nodes__AInitPropExternCall__n_classid_61d = 75; -const int COLOR_parser_nodes__AInitPropExternCall__init = 76; -const int COLOR_parser_prod__AInitPropExternCall__empty_init = 77; -const int COLOR_parser_prod__AInitPropExternCall__init_ainitpropexterncall = 78; -const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper = 73; -const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper_61d = 74; -const int COLOR_parser_nodes__ASuperExternCall__init = 75; -const int COLOR_parser_prod__ASuperExternCall__empty_init = 76; -const int COLOR_parser_prod__ASuperExternCall__init_asuperexterncall = 77; -const int COLOR_parser_nodes__ACastExternCall__init = 73; -const int COLOR_parser_nodes__ACastAsExternCall__n_from_type = 74; -const int COLOR_parser_nodes__ACastAsExternCall__n_from_type_61d = 75; -const int COLOR_parser_nodes__ACastAsExternCall__n_kwas = 76; -const int COLOR_parser_nodes__ACastAsExternCall__n_kwas_61d = 77; -const int COLOR_parser_nodes__ACastAsExternCall__n_to_type = 78; -const int COLOR_parser_nodes__ACastAsExternCall__n_to_type_61d = 79; -const int COLOR_parser_nodes__ACastAsExternCall__init = 80; -const int COLOR_parser_prod__ACastAsExternCall__empty_init = 81; -const int COLOR_parser_prod__ACastAsExternCall__init_acastasexterncall = 82; -const int COLOR_parser_nodes__AAsNullableExternCall__n_type = 74; -const int COLOR_parser_nodes__AAsNullableExternCall__n_type_61d = 75; -const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas = 76; -const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas_61d = 77; -const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable = 78; -const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable_61d = 79; -const int COLOR_parser_nodes__AAsNullableExternCall__init = 80; -const int COLOR_parser_prod__AAsNullableExternCall__empty_init = 81; -const int COLOR_parser_prod__AAsNullableExternCall__init_aasnullableexterncall = 82; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type = 74; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type_61d = 75; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas = 76; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas_61d = 77; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot = 78; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot_61d = 79; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable = 80; -const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable_61d = 81; -const int COLOR_parser_nodes__AAsNotNullableExternCall__init = 82; -const int COLOR_parser_prod__AAsNotNullableExternCall__empty_init = 83; -const int COLOR_parser_prod__AAsNotNullableExternCall__init_aasnotnullableexterncall = 84; -const int COLOR_parser_nodes__ATypePropdef__n_kwredef = 94; -const int COLOR_parser_nodes__ATypePropdef__n_kwredef_61d = 95; -const int COLOR_parser_nodes__ATypePropdef__n_visibility = 96; -const int COLOR_parser_nodes__ATypePropdef__n_visibility_61d = 97; -const int COLOR_parser_nodes__ATypePropdef__n_kwtype = 98; -const int COLOR_parser_nodes__ATypePropdef__n_kwtype_61d = 99; -const int COLOR_parser_nodes__ATypePropdef__n_id = 100; -const int COLOR_parser_nodes__ATypePropdef__n_id_61d = 101; -const int COLOR_parser_nodes__ATypePropdef__n_type = 102; -const int COLOR_parser_nodes__ATypePropdef__n_type_61d = 103; -const int COLOR_parser_nodes__ATypePropdef__init = 104; -const int COLOR_parser_prod__ATypePropdef__empty_init = 105; -const int COLOR_parser_prod__ATypePropdef__init_atypepropdef = 106; -const int COLOR_parser_nodes__AAble__n_visibility = 70; -const int COLOR_parser_nodes__AAble__n_visibility_61d = 71; -const int COLOR_parser_nodes__AAble__n_kwredef = 72; -const int COLOR_parser_nodes__AAble__n_kwredef_61d = 73; -const int COLOR_parser_nodes__AAble__init = 74; -const int COLOR_parser_nodes__AReadAble__n_kwreadable = 75; -const int COLOR_parser_nodes__AReadAble__n_kwreadable_61d = 76; -const int COLOR_parser_nodes__AReadAble__init = 77; -const int COLOR_parser_prod__AReadAble__empty_init = 78; -const int COLOR_parser_prod__AReadAble__init_areadable = 79; -const int COLOR_parser_nodes__AWriteAble__n_kwwritable = 75; -const int COLOR_parser_nodes__AWriteAble__n_kwwritable_61d = 76; -const int COLOR_parser_nodes__AWriteAble__init = 77; -const int COLOR_parser_prod__AWriteAble__empty_init = 78; -const int COLOR_parser_prod__AWriteAble__init_awriteable = 79; -const int COLOR_parser_nodes__AMethid__init = 70; -const int COLOR_parser_nodes__AIdMethid__n_id = 71; -const int COLOR_parser_nodes__AIdMethid__n_id_61d = 72; -const int COLOR_parser_nodes__AIdMethid__init = 73; -const int COLOR_parser_prod__AIdMethid__empty_init = 74; -const int COLOR_parser_prod__AIdMethid__init_aidmethid = 75; -const int COLOR_parser_nodes__APlusMethid__n_plus = 71; -const int COLOR_parser_nodes__APlusMethid__n_plus_61d = 72; -const int COLOR_parser_nodes__APlusMethid__init = 73; -const int COLOR_parser_prod__APlusMethid__empty_init = 74; -const int COLOR_parser_prod__APlusMethid__init_aplusmethid = 75; -const int COLOR_parser_nodes__AMinusMethid__n_minus = 71; -const int COLOR_parser_nodes__AMinusMethid__n_minus_61d = 72; -const int COLOR_parser_nodes__AMinusMethid__init = 73; -const int COLOR_parser_prod__AMinusMethid__empty_init = 74; -const int COLOR_parser_prod__AMinusMethid__init_aminusmethid = 75; -const int COLOR_parser_nodes__AStarMethid__n_star = 71; -const int COLOR_parser_nodes__AStarMethid__n_star_61d = 72; -const int COLOR_parser_nodes__AStarMethid__init = 73; -const int COLOR_parser_prod__AStarMethid__empty_init = 74; -const int COLOR_parser_prod__AStarMethid__init_astarmethid = 75; -const int COLOR_parser_nodes__ASlashMethid__n_slash = 71; -const int COLOR_parser_nodes__ASlashMethid__n_slash_61d = 72; -const int COLOR_parser_nodes__ASlashMethid__init = 73; -const int COLOR_parser_prod__ASlashMethid__empty_init = 74; -const int COLOR_parser_prod__ASlashMethid__init_aslashmethid = 75; -const int COLOR_parser_nodes__APercentMethid__n_percent = 71; -const int COLOR_parser_nodes__APercentMethid__n_percent_61d = 72; -const int COLOR_parser_nodes__APercentMethid__init = 73; -const int COLOR_parser_prod__APercentMethid__empty_init = 74; -const int COLOR_parser_prod__APercentMethid__init_apercentmethid = 75; -const int COLOR_parser_nodes__AEqMethid__n_eq = 71; -const int COLOR_parser_nodes__AEqMethid__n_eq_61d = 72; -const int COLOR_parser_nodes__AEqMethid__init = 73; -const int COLOR_parser_prod__AEqMethid__empty_init = 74; -const int COLOR_parser_prod__AEqMethid__init_aeqmethid = 75; -const int COLOR_parser_nodes__ANeMethid__n_ne = 71; -const int COLOR_parser_nodes__ANeMethid__n_ne_61d = 72; -const int COLOR_parser_nodes__ANeMethid__init = 73; -const int COLOR_parser_prod__ANeMethid__empty_init = 74; -const int COLOR_parser_prod__ANeMethid__init_anemethid = 75; -const int COLOR_parser_nodes__ALeMethid__n_le = 71; -const int COLOR_parser_nodes__ALeMethid__n_le_61d = 72; -const int COLOR_parser_nodes__ALeMethid__init = 73; -const int COLOR_parser_prod__ALeMethid__empty_init = 74; -const int COLOR_parser_prod__ALeMethid__init_alemethid = 75; -const int COLOR_parser_nodes__AGeMethid__n_ge = 71; -const int COLOR_parser_nodes__AGeMethid__n_ge_61d = 72; -const int COLOR_parser_nodes__AGeMethid__init = 73; -const int COLOR_parser_prod__AGeMethid__empty_init = 74; -const int COLOR_parser_prod__AGeMethid__init_agemethid = 75; -const int COLOR_parser_nodes__ALtMethid__n_lt = 71; -const int COLOR_parser_nodes__ALtMethid__n_lt_61d = 72; -const int COLOR_parser_nodes__ALtMethid__init = 73; -const int COLOR_parser_prod__ALtMethid__empty_init = 74; -const int COLOR_parser_prod__ALtMethid__init_altmethid = 75; -const int COLOR_parser_nodes__AGtMethid__n_gt = 71; -const int COLOR_parser_nodes__AGtMethid__n_gt_61d = 72; -const int COLOR_parser_nodes__AGtMethid__init = 73; -const int COLOR_parser_prod__AGtMethid__empty_init = 74; -const int COLOR_parser_prod__AGtMethid__init_agtmethid = 75; -const int COLOR_parser_nodes__ALlMethid__n_ll = 71; -const int COLOR_parser_nodes__ALlMethid__n_ll_61d = 72; -const int COLOR_parser_nodes__ALlMethid__init = 73; -const int COLOR_parser_prod__ALlMethid__empty_init = 74; -const int COLOR_parser_prod__ALlMethid__init_allmethid = 75; -const int COLOR_parser_nodes__AGgMethid__n_gg = 71; -const int COLOR_parser_nodes__AGgMethid__n_gg_61d = 72; -const int COLOR_parser_nodes__AGgMethid__init = 73; -const int COLOR_parser_prod__AGgMethid__empty_init = 74; -const int COLOR_parser_prod__AGgMethid__init_aggmethid = 75; -const int COLOR_parser_nodes__ABraMethid__n_obra = 71; -const int COLOR_parser_nodes__ABraMethid__n_obra_61d = 72; -const int COLOR_parser_nodes__ABraMethid__n_cbra = 73; -const int COLOR_parser_nodes__ABraMethid__n_cbra_61d = 74; -const int COLOR_parser_nodes__ABraMethid__init = 75; -const int COLOR_parser_prod__ABraMethid__empty_init = 76; -const int COLOR_parser_prod__ABraMethid__init_abramethid = 77; -const int COLOR_parser_nodes__AStarshipMethid__n_starship = 71; -const int COLOR_parser_nodes__AStarshipMethid__n_starship_61d = 72; -const int COLOR_parser_nodes__AStarshipMethid__init = 73; -const int COLOR_parser_prod__AStarshipMethid__empty_init = 74; -const int COLOR_parser_prod__AStarshipMethid__init_astarshipmethid = 75; -const int COLOR_parser_nodes__AAssignMethid__n_id = 71; -const int COLOR_parser_nodes__AAssignMethid__n_id_61d = 72; -const int COLOR_parser_nodes__AAssignMethid__n_assign = 73; -const int COLOR_parser_nodes__AAssignMethid__n_assign_61d = 74; -const int COLOR_parser_nodes__AAssignMethid__init = 75; -const int COLOR_parser_prod__AAssignMethid__empty_init = 76; -const int COLOR_parser_prod__AAssignMethid__init_aassignmethid = 77; -const int COLOR_parser_nodes__ABraassignMethid__n_obra = 71; -const int COLOR_parser_nodes__ABraassignMethid__n_obra_61d = 72; -const int COLOR_parser_nodes__ABraassignMethid__n_cbra = 73; -const int COLOR_parser_nodes__ABraassignMethid__n_cbra_61d = 74; -const int COLOR_parser_nodes__ABraassignMethid__n_assign = 75; -const int COLOR_parser_nodes__ABraassignMethid__n_assign_61d = 76; -const int COLOR_parser_nodes__ABraassignMethid__init = 77; -const int COLOR_parser_prod__ABraassignMethid__empty_init = 78; -const int COLOR_parser_prod__ABraassignMethid__init_abraassignmethid = 79; -const int COLOR_parser_nodes__ASignature__n_opar = 70; -const int COLOR_parser_nodes__ASignature__n_opar_61d = 71; -const int COLOR_parser_nodes__ASignature__n_params = 72; -const int COLOR_parser_nodes__ASignature__n_cpar = 73; -const int COLOR_parser_nodes__ASignature__n_cpar_61d = 74; -const int COLOR_parser_nodes__ASignature__n_type = 75; -const int COLOR_parser_nodes__ASignature__n_type_61d = 76; -const int COLOR_parser_nodes__ASignature__init = 77; -const int COLOR_parser_prod__ASignature__empty_init = 78; -const int COLOR_parser_prod__ASignature__init_asignature = 79; -const int COLOR_modelize_property__ASignature__is_visited = 80; -const int COLOR_modelize_property__ASignature__is_visited_61d = 81; -const int COLOR_modelize_property__ASignature__param_names = 82; -const int COLOR_modelize_property__ASignature__param_names_61d = 83; -const int COLOR_modelize_property__ASignature__param_types = 84; -const int COLOR_modelize_property__ASignature__param_types_61d = 85; -const int COLOR_modelize_property__ASignature__vararg_rank = 86; -const int COLOR_modelize_property__ASignature__vararg_rank_61d = 87; -const int COLOR_modelize_property__ASignature__ret_type = 88; -const int COLOR_modelize_property__ASignature__ret_type_61d = 89; -const int COLOR_modelize_property__ASignature__visit_signature = 90; -const int COLOR_modelize_property__ASignature__build_signature = 91; -const int COLOR_parser_nodes__AParam__n_id = 70; -const int COLOR_parser_nodes__AParam__n_id_61d = 71; -const int COLOR_parser_nodes__AParam__n_type = 72; -const int COLOR_parser_nodes__AParam__n_type_61d = 73; -const int COLOR_parser_nodes__AParam__n_dotdotdot = 74; -const int COLOR_parser_nodes__AParam__n_dotdotdot_61d = 75; -const int COLOR_parser_nodes__AParam__init = 76; -const int COLOR_parser_prod__AParam__empty_init = 77; -const int COLOR_parser_prod__AParam__init_aparam = 78; -const int COLOR_scope__AParam__variable = 79; -const int COLOR_scope__AParam__variable_61d = 80; -const int COLOR_modelize_property__AParam__mparameter = 81; -const int COLOR_modelize_property__AParam__mparameter_61d = 82; -const int COLOR_scope__AParam__accept_scope_visitor = 83; -const int COLOR_parser_nodes__AType__n_kwnullable = 70; -const int COLOR_parser_nodes__AType__n_kwnullable_61d = 71; -const int COLOR_parser_nodes__AType__n_id = 72; -const int COLOR_parser_nodes__AType__n_id_61d = 73; -const int COLOR_parser_nodes__AType__n_types = 74; -const int COLOR_parser_nodes__AType__init = 75; -const int COLOR_parser_prod__AType__empty_init = 76; -const int COLOR_parser_prod__AType__init_atype = 77; -const int COLOR_modelize_class__AType__mtype = 78; -const int COLOR_modelize_class__AType__mtype_61d = 79; -const int COLOR_modelize_class__AType__checked_mtype = 80; -const int COLOR_modelize_class__AType__checked_mtype_61d = 81; -const int COLOR_astbuilder__AType__make = 82; -const int COLOR_parser_nodes__ALabel__n_kwlabel = 70; -const int COLOR_parser_nodes__ALabel__n_kwlabel_61d = 71; -const int COLOR_parser_nodes__ALabel__n_id = 72; -const int COLOR_parser_nodes__ALabel__n_id_61d = 73; -const int COLOR_parser_nodes__ALabel__init = 74; -const int COLOR_parser_prod__ALabel__empty_init = 75; -const int COLOR_parser_prod__ALabel__init_alabel = 76; -const int COLOR_parser_nodes__ABlockExpr__n_expr = 90; -const int COLOR_parser_nodes__ABlockExpr__n_kwend = 91; -const int COLOR_parser_nodes__ABlockExpr__n_kwend_61d = 92; -const int COLOR_parser_nodes__ABlockExpr__init = 93; -const int COLOR_parser_prod__ABlockExpr__empty_init = 94; -const int COLOR_parser_prod__ABlockExpr__init_ablockexpr = 95; -const int COLOR_astbuilder__ABlockExpr__make = 96; -const int COLOR_parser_nodes__AVardeclExpr__n_kwvar = 90; -const int COLOR_parser_nodes__AVardeclExpr__n_kwvar_61d = 91; -const int COLOR_parser_nodes__AVardeclExpr__n_id = 92; -const int COLOR_parser_nodes__AVardeclExpr__n_id_61d = 93; -const int COLOR_parser_nodes__AVardeclExpr__n_type = 94; -const int COLOR_parser_nodes__AVardeclExpr__n_type_61d = 95; -const int COLOR_parser_nodes__AVardeclExpr__n_assign = 96; -const int COLOR_parser_nodes__AVardeclExpr__n_assign_61d = 97; -const int COLOR_parser_nodes__AVardeclExpr__n_expr = 98; -const int COLOR_parser_nodes__AVardeclExpr__n_expr_61d = 99; -const int COLOR_parser_nodes__AVardeclExpr__init = 100; -const int COLOR_parser_prod__AVardeclExpr__empty_init = 101; -const int COLOR_parser_prod__AVardeclExpr__init_avardeclexpr = 102; -const int COLOR_scope__AVardeclExpr__variable = 103; -const int COLOR_scope__AVardeclExpr__variable_61d = 104; -const int COLOR_scope__AVardeclExpr__accept_scope_visitor = 105; -const int COLOR_local_var_init__AVardeclExpr__accept_local_var_visitor = 106; -const int COLOR_parser_nodes__AReturnExpr__n_kwreturn = 90; -const int COLOR_parser_nodes__AReturnExpr__n_kwreturn_61d = 91; -const int COLOR_parser_nodes__AReturnExpr__n_expr = 92; -const int COLOR_parser_nodes__AReturnExpr__n_expr_61d = 93; -const int COLOR_parser_nodes__AReturnExpr__init = 94; -const int COLOR_parser_prod__AReturnExpr__empty_init = 95; -const int COLOR_parser_prod__AReturnExpr__init_areturnexpr = 96; -const int COLOR_flow__AReturnExpr__accept_flow_visitor = 97; -const int COLOR_parser_nodes__AAbortExpr__n_kwabort = 90; -const int COLOR_parser_nodes__AAbortExpr__n_kwabort_61d = 91; -const int COLOR_parser_nodes__AAbortExpr__init = 92; -const int COLOR_parser_prod__AAbortExpr__empty_init = 93; -const int COLOR_parser_prod__AAbortExpr__init_aabortexpr = 94; -const int COLOR_flow__AAbortExpr__accept_flow_visitor = 95; -const int COLOR_parser_nodes__AIfExpr__n_kwif = 90; -const int COLOR_parser_nodes__AIfExpr__n_kwif_61d = 91; -const int COLOR_parser_nodes__AIfExpr__n_expr = 92; -const int COLOR_parser_nodes__AIfExpr__n_expr_61d = 93; -const int COLOR_parser_nodes__AIfExpr__n_then = 94; -const int COLOR_parser_nodes__AIfExpr__n_then_61d = 95; -const int COLOR_parser_nodes__AIfExpr__n_else = 96; -const int COLOR_parser_nodes__AIfExpr__n_else_61d = 97; -const int COLOR_parser_nodes__AIfExpr__init = 98; -const int COLOR_parser_prod__AIfExpr__empty_init = 99; -const int COLOR_parser_prod__AIfExpr__init_aifexpr = 100; -const int COLOR_astbuilder__AIfExpr__make = 101; -const int COLOR_parser_nodes__AIfexprExpr__n_kwif = 90; -const int COLOR_parser_nodes__AIfexprExpr__n_kwif_61d = 91; -const int COLOR_parser_nodes__AIfexprExpr__n_expr = 92; -const int COLOR_parser_nodes__AIfexprExpr__n_expr_61d = 93; -const int COLOR_parser_nodes__AIfexprExpr__n_kwthen = 94; -const int COLOR_parser_nodes__AIfexprExpr__n_kwthen_61d = 95; -const int COLOR_parser_nodes__AIfexprExpr__n_then = 96; -const int COLOR_parser_nodes__AIfexprExpr__n_then_61d = 97; -const int COLOR_parser_nodes__AIfexprExpr__n_kwelse = 98; -const int COLOR_parser_nodes__AIfexprExpr__n_kwelse_61d = 99; -const int COLOR_parser_nodes__AIfexprExpr__n_else = 100; -const int COLOR_parser_nodes__AIfexprExpr__n_else_61d = 101; -const int COLOR_parser_nodes__AIfexprExpr__init = 102; -const int COLOR_parser_prod__AIfexprExpr__empty_init = 103; -const int COLOR_parser_prod__AIfexprExpr__init_aifexprexpr = 104; -const int COLOR_parser_nodes__AAssertExpr__n_kwassert = 90; -const int COLOR_parser_nodes__AAssertExpr__n_kwassert_61d = 91; -const int COLOR_parser_nodes__AAssertExpr__n_id = 92; -const int COLOR_parser_nodes__AAssertExpr__n_id_61d = 93; -const int COLOR_parser_nodes__AAssertExpr__n_expr = 94; -const int COLOR_parser_nodes__AAssertExpr__n_expr_61d = 95; -const int COLOR_parser_nodes__AAssertExpr__n_else = 96; -const int COLOR_parser_nodes__AAssertExpr__n_else_61d = 97; -const int COLOR_parser_nodes__AAssertExpr__init = 98; -const int COLOR_parser_prod__AAssertExpr__empty_init = 99; -const int COLOR_parser_prod__AAssertExpr__init_aassertexpr = 100; -const int COLOR_parser_nodes__AProxyExpr__n_expr = 90; -const int COLOR_parser_nodes__AProxyExpr__n_expr_61d = 91; -const int COLOR_parser_nodes__AProxyExpr__init = 92; -const int COLOR_parser_nodes__AOnceExpr__n_kwonce = 93; -const int COLOR_parser_nodes__AOnceExpr__n_kwonce_61d = 94; -const int COLOR_parser_nodes__AOnceExpr__init = 95; -const int COLOR_parser_prod__AOnceExpr__empty_init = 96; -const int COLOR_parser_prod__AOnceExpr__init_aonceexpr = 97; -const int COLOR_simple_misc_analysis__AOnceExpr__accept_simple_misc = 98; -const int COLOR_parser_nodes__ABinopExpr__n_expr2 = 114; -const int COLOR_parser_nodes__ABinopExpr__n_expr2_61d = 115; -const int COLOR_parser_nodes__ABinopExpr__init = 116; -const int COLOR_parser_prod__ABinopExpr__empty_init = 117; -const int COLOR_parser_prod__ABinopExpr__init_abinopexpr = 118; -const int COLOR_parser_nodes__ABoolExpr__init = 90; -const int COLOR_parser_nodes__AOrExpr__n_expr = 91; -const int COLOR_parser_nodes__AOrExpr__n_expr_61d = 92; -const int COLOR_parser_nodes__AOrExpr__n_expr2 = 93; -const int COLOR_parser_nodes__AOrExpr__n_expr2_61d = 94; -const int COLOR_parser_nodes__AOrExpr__init = 95; -const int COLOR_parser_prod__AOrExpr__empty_init = 96; -const int COLOR_parser_prod__AOrExpr__init_aorexpr = 97; -const int COLOR_parser_nodes__AAndExpr__n_expr = 91; -const int COLOR_parser_nodes__AAndExpr__n_expr_61d = 92; -const int COLOR_parser_nodes__AAndExpr__n_expr2 = 93; -const int COLOR_parser_nodes__AAndExpr__n_expr2_61d = 94; -const int COLOR_parser_nodes__AAndExpr__init = 95; -const int COLOR_parser_prod__AAndExpr__empty_init = 96; -const int COLOR_parser_prod__AAndExpr__init_aandexpr = 97; -const int COLOR_parser_nodes__AOrElseExpr__n_expr = 91; -const int COLOR_parser_nodes__AOrElseExpr__n_expr_61d = 92; -const int COLOR_parser_nodes__AOrElseExpr__n_expr2 = 93; -const int COLOR_parser_nodes__AOrElseExpr__n_expr2_61d = 94; -const int COLOR_parser_nodes__AOrElseExpr__init = 95; -const int COLOR_parser_prod__AOrElseExpr__empty_init = 96; -const int COLOR_parser_prod__AOrElseExpr__init_aorelseexpr = 97; -const int COLOR_flow__AOrElseExpr__accept_flow_visitor = 98; -const int COLOR_parser_nodes__AImpliesExpr__n_expr = 91; -const int COLOR_parser_nodes__AImpliesExpr__n_expr_61d = 92; -const int COLOR_parser_nodes__AImpliesExpr__n_expr2 = 93; -const int COLOR_parser_nodes__AImpliesExpr__n_expr2_61d = 94; -const int COLOR_parser_nodes__AImpliesExpr__init = 95; -const int COLOR_parser_prod__AImpliesExpr__empty_init = 96; -const int COLOR_parser_prod__AImpliesExpr__init_aimpliesexpr = 97; -const int COLOR_parser_nodes__ANotExpr__n_kwnot = 91; -const int COLOR_parser_nodes__ANotExpr__n_kwnot_61d = 92; -const int COLOR_parser_nodes__ANotExpr__n_expr = 93; -const int COLOR_parser_nodes__ANotExpr__n_expr_61d = 94; -const int COLOR_parser_nodes__ANotExpr__init = 95; -const int COLOR_parser_prod__ANotExpr__empty_init = 96; -const int COLOR_parser_prod__ANotExpr__init_anotexpr = 97; -const int COLOR_parser_nodes__AEqExpr__init = 119; -const int COLOR_parser_prod__AEqExpr__empty_init = 120; -const int COLOR_parser_prod__AEqExpr__init_aeqexpr = 121; -const int COLOR_flow__AEqExpr__accept_flow_visitor = 122; -const int COLOR_typing__AEqExpr__accept_typing = 123; -const int COLOR_parser_nodes__ANeExpr__init = 119; -const int COLOR_parser_prod__ANeExpr__empty_init = 120; -const int COLOR_parser_prod__ANeExpr__init_aneexpr = 121; -const int COLOR_flow__ANeExpr__accept_flow_visitor = 122; -const int COLOR_typing__ANeExpr__accept_typing = 123; -const int COLOR_parser_nodes__ALtExpr__init = 119; -const int COLOR_parser_prod__ALtExpr__empty_init = 120; -const int COLOR_parser_prod__ALtExpr__init_altexpr = 121; -const int COLOR_parser_nodes__ALeExpr__init = 119; -const int COLOR_parser_prod__ALeExpr__empty_init = 120; -const int COLOR_parser_prod__ALeExpr__init_aleexpr = 121; -const int COLOR_parser_nodes__ALlExpr__init = 119; -const int COLOR_parser_prod__ALlExpr__empty_init = 120; -const int COLOR_parser_prod__ALlExpr__init_allexpr = 121; -const int COLOR_parser_nodes__AGtExpr__init = 119; -const int COLOR_parser_prod__AGtExpr__empty_init = 120; -const int COLOR_parser_prod__AGtExpr__init_agtexpr = 121; -const int COLOR_parser_nodes__AGeExpr__init = 119; -const int COLOR_parser_prod__AGeExpr__empty_init = 120; -const int COLOR_parser_prod__AGeExpr__init_ageexpr = 121; -const int COLOR_parser_nodes__AGgExpr__init = 119; -const int COLOR_parser_prod__AGgExpr__empty_init = 120; -const int COLOR_parser_prod__AGgExpr__init_aggexpr = 121; -const int COLOR_parser_nodes__AIsaExpr__n_expr = 91; -const int COLOR_parser_nodes__AIsaExpr__n_expr_61d = 92; -const int COLOR_parser_nodes__AIsaExpr__n_type = 93; -const int COLOR_parser_nodes__AIsaExpr__n_type_61d = 94; -const int COLOR_parser_nodes__AIsaExpr__init = 95; -const int COLOR_parser_prod__AIsaExpr__empty_init = 96; -const int COLOR_parser_prod__AIsaExpr__init_aisaexpr = 97; -const int COLOR_typing__AIsaExpr__cast_type = 98; -const int COLOR_typing__AIsaExpr__cast_type_61d = 99; -const int COLOR_flow__AIsaExpr__accept_flow_visitor = 100; -const int COLOR_parser_nodes__APlusExpr__init = 119; -const int COLOR_parser_prod__APlusExpr__empty_init = 120; -const int COLOR_parser_prod__APlusExpr__init_aplusexpr = 121; -const int COLOR_parser_nodes__AMinusExpr__init = 119; -const int COLOR_parser_prod__AMinusExpr__empty_init = 120; -const int COLOR_parser_prod__AMinusExpr__init_aminusexpr = 121; -const int COLOR_parser_nodes__AStarshipExpr__init = 119; -const int COLOR_parser_prod__AStarshipExpr__empty_init = 120; -const int COLOR_parser_prod__AStarshipExpr__init_astarshipexpr = 121; -const int COLOR_parser_nodes__AStarExpr__init = 119; -const int COLOR_parser_prod__AStarExpr__empty_init = 120; -const int COLOR_parser_prod__AStarExpr__init_astarexpr = 121; -const int COLOR_parser_nodes__ASlashExpr__init = 119; -const int COLOR_parser_prod__ASlashExpr__empty_init = 120; -const int COLOR_parser_prod__ASlashExpr__init_aslashexpr = 121; -const int COLOR_parser_nodes__APercentExpr__init = 119; -const int COLOR_parser_prod__APercentExpr__empty_init = 120; -const int COLOR_parser_prod__APercentExpr__init_apercentexpr = 121; -const int COLOR_parser_nodes__AUminusExpr__n_minus = 114; -const int COLOR_parser_nodes__AUminusExpr__n_minus_61d = 115; -const int COLOR_parser_nodes__AUminusExpr__init = 116; -const int COLOR_parser_prod__AUminusExpr__empty_init = 117; -const int COLOR_parser_prod__AUminusExpr__init_auminusexpr = 118; -const int COLOR_parser_nodes__ANewExpr__n_kwnew = 90; -const int COLOR_parser_nodes__ANewExpr__n_kwnew_61d = 91; -const int COLOR_parser_nodes__ANewExpr__n_type = 92; -const int COLOR_parser_nodes__ANewExpr__n_type_61d = 93; -const int COLOR_parser_nodes__ANewExpr__n_id = 94; -const int COLOR_parser_nodes__ANewExpr__n_id_61d = 95; -const int COLOR_parser_nodes__ANewExpr__n_args = 96; -const int COLOR_parser_nodes__ANewExpr__n_args_61d = 97; -const int COLOR_parser_nodes__ANewExpr__init = 98; -const int COLOR_parser_prod__ANewExpr__empty_init = 99; -const int COLOR_parser_prod__ANewExpr__init_anewexpr = 100; -const int COLOR_typing__ANewExpr__mproperty = 101; -const int COLOR_typing__ANewExpr__callsite = 102; -const int COLOR_typing__ANewExpr__callsite_61d = 103; -const int COLOR_astbuilder__ANewExpr__make = 104; -const int COLOR_parser_nodes__AAttrExpr__init = 112; -const int COLOR_parser_prod__AAttrExpr__empty_init = 113; -const int COLOR_parser_prod__AAttrExpr__init_aattrexpr = 114; -const int COLOR_astbuilder__AAttrExpr__make = 115; -const int COLOR_parser_nodes__ACallExpr__init = 121; -const int COLOR_parser_prod__ACallExpr__empty_init = 122; -const int COLOR_parser_prod__ACallExpr__init_acallexpr = 123; -const int COLOR_astbuilder__ACallExpr__make = 124; -const int COLOR_parser_nodes__ASuperExpr__n_qualified = 90; -const int COLOR_parser_nodes__ASuperExpr__n_qualified_61d = 91; -const int COLOR_parser_nodes__ASuperExpr__n_kwsuper = 92; -const int COLOR_parser_nodes__ASuperExpr__n_kwsuper_61d = 93; -const int COLOR_parser_nodes__ASuperExpr__n_args = 94; -const int COLOR_parser_nodes__ASuperExpr__n_args_61d = 95; -const int COLOR_parser_nodes__ASuperExpr__init = 96; -const int COLOR_parser_prod__ASuperExpr__empty_init = 97; -const int COLOR_parser_prod__ASuperExpr__init_asuperexpr = 98; -const int COLOR_typing__ASuperExpr__mproperty = 99; -const int COLOR_typing__ASuperExpr__mproperty_61d = 100; -const int COLOR_typing__ASuperExpr__process_superinit = 101; -const int COLOR_parser_nodes__AInitExpr__n_kwinit = 114; -const int COLOR_parser_nodes__AInitExpr__n_kwinit_61d = 115; -const int COLOR_parser_nodes__AInitExpr__n_args = 116; -const int COLOR_parser_nodes__AInitExpr__n_args_61d = 117; -const int COLOR_parser_nodes__AInitExpr__init = 118; -const int COLOR_parser_prod__AInitExpr__empty_init = 119; -const int COLOR_parser_prod__AInitExpr__init_ainitexpr = 120; -const int COLOR_parser_nodes__ABraExpr__init = 128; -const int COLOR_parser_prod__ABraExpr__empty_init = 129; -const int COLOR_parser_prod__ABraExpr__init_abraexpr = 130; -const int COLOR_parser_nodes__AVarExpr__init = 107; -const int COLOR_parser_prod__AVarExpr__empty_init = 108; -const int COLOR_parser_prod__AVarExpr__init_avarexpr = 109; -const int COLOR_astbuilder__AVarExpr__make = 110; -const int COLOR_local_var_init__AVarExpr__accept_local_var_visitor = 111; -const int COLOR_parser_nodes__ARangeExpr__n_expr = 90; -const int COLOR_parser_nodes__ARangeExpr__n_expr_61d = 91; -const int COLOR_parser_nodes__ARangeExpr__n_expr2 = 92; -const int COLOR_parser_nodes__ARangeExpr__n_expr2_61d = 93; -const int COLOR_parser_nodes__ARangeExpr__init = 94; -const int COLOR_parser_prod__ARangeExpr__empty_init = 95; -const int COLOR_parser_prod__ARangeExpr__init_arangeexpr = 96; -const int COLOR_parser_nodes__ACrangeExpr__n_obra = 97; -const int COLOR_parser_nodes__ACrangeExpr__n_obra_61d = 98; -const int COLOR_parser_nodes__ACrangeExpr__n_cbra = 99; -const int COLOR_parser_nodes__ACrangeExpr__n_cbra_61d = 100; -const int COLOR_parser_nodes__ACrangeExpr__init = 101; -const int COLOR_parser_prod__ACrangeExpr__empty_init = 102; -const int COLOR_parser_prod__ACrangeExpr__init_acrangeexpr = 103; -const int COLOR_parser_nodes__AOrangeExpr__n_obra = 97; -const int COLOR_parser_nodes__AOrangeExpr__n_obra_61d = 98; -const int COLOR_parser_nodes__AOrangeExpr__n_cbra = 99; -const int COLOR_parser_nodes__AOrangeExpr__n_cbra_61d = 100; -const int COLOR_parser_nodes__AOrangeExpr__init = 101; -const int COLOR_parser_prod__AOrangeExpr__empty_init = 102; -const int COLOR_parser_prod__AOrangeExpr__init_aorangeexpr = 103; -const int COLOR_parser_nodes__AArrayExpr__n_exprs = 90; -const int COLOR_parser_nodes__AArrayExpr__n_exprs_61d = 91; -const int COLOR_parser_nodes__AArrayExpr__init = 92; -const int COLOR_parser_prod__AArrayExpr__empty_init = 93; -const int COLOR_parser_prod__AArrayExpr__init_aarrayexpr = 94; -const int COLOR_parser_nodes__ASelfExpr__n_kwself = 90; -const int COLOR_parser_nodes__ASelfExpr__n_kwself_61d = 91; -const int COLOR_parser_nodes__ASelfExpr__init = 92; -const int COLOR_parser_prod__ASelfExpr__empty_init = 93; -const int COLOR_parser_prod__ASelfExpr__init_aselfexpr = 94; -const int COLOR_scope__ASelfExpr__variable = 95; -const int COLOR_scope__ASelfExpr__variable_61d = 96; -const int COLOR_typing__ASelfExpr__its_variable_61d = 97; -const int COLOR_scope__ASelfExpr__accept_scope_visitor = 98; -const int COLOR_parser_nodes__AImplicitSelfExpr__init = 99; -const int COLOR_parser_prod__AImplicitSelfExpr__empty_init = 100; -const int COLOR_parser_prod__AImplicitSelfExpr__init_aimplicitselfexpr = 101; -const int COLOR_parser_nodes__ATrueExpr__n_kwtrue = 91; -const int COLOR_parser_nodes__ATrueExpr__n_kwtrue_61d = 92; -const int COLOR_parser_nodes__ATrueExpr__init = 93; -const int COLOR_parser_prod__ATrueExpr__empty_init = 94; -const int COLOR_parser_prod__ATrueExpr__init_atrueexpr = 95; -const int COLOR_parser_nodes__AFalseExpr__n_kwfalse = 91; -const int COLOR_parser_nodes__AFalseExpr__n_kwfalse_61d = 92; -const int COLOR_parser_nodes__AFalseExpr__init = 93; -const int COLOR_parser_prod__AFalseExpr__empty_init = 94; -const int COLOR_parser_prod__AFalseExpr__init_afalseexpr = 95; -const int COLOR_parser_nodes__ANullExpr__n_kwnull = 90; -const int COLOR_parser_nodes__ANullExpr__n_kwnull_61d = 91; -const int COLOR_parser_nodes__ANullExpr__init = 92; -const int COLOR_parser_prod__ANullExpr__empty_init = 93; -const int COLOR_parser_prod__ANullExpr__init_anullexpr = 94; -const int COLOR_parser_nodes__AIntExpr__n_number = 90; -const int COLOR_parser_nodes__AIntExpr__n_number_61d = 91; -const int COLOR_parser_nodes__AIntExpr__init = 92; -const int COLOR_parser_prod__AIntExpr__empty_init = 93; -const int COLOR_parser_prod__AIntExpr__init_aintexpr = 94; -const int COLOR_literal__AIntExpr__value = 95; -const int COLOR_literal__AIntExpr__value_61d = 96; -const int COLOR_astbuilder__AIntExpr__make = 97; -const int COLOR_parser_nodes__AFloatExpr__n_float = 90; -const int COLOR_parser_nodes__AFloatExpr__n_float_61d = 91; -const int COLOR_parser_nodes__AFloatExpr__init = 92; -const int COLOR_parser_prod__AFloatExpr__empty_init = 93; -const int COLOR_parser_prod__AFloatExpr__init_afloatexpr = 94; -const int COLOR_literal__AFloatExpr__value = 95; -const int COLOR_literal__AFloatExpr__value_61d = 96; -const int COLOR_parser_nodes__ACharExpr__n_char = 90; -const int COLOR_parser_nodes__ACharExpr__n_char_61d = 91; -const int COLOR_parser_nodes__ACharExpr__init = 92; -const int COLOR_parser_prod__ACharExpr__empty_init = 93; -const int COLOR_parser_prod__ACharExpr__init_acharexpr = 94; -const int COLOR_literal__ACharExpr__value = 95; -const int COLOR_literal__ACharExpr__value_61d = 96; -const int COLOR_parser_nodes__AStringFormExpr__n_string = 90; -const int COLOR_parser_nodes__AStringFormExpr__n_string_61d = 91; -const int COLOR_parser_nodes__AStringFormExpr__init = 92; -const int COLOR_literal__AStringFormExpr__value = 93; -const int COLOR_literal__AStringFormExpr__value_61d = 94; -const int COLOR_parser_nodes__AStringExpr__init = 95; -const int COLOR_parser_prod__AStringExpr__empty_init = 96; -const int COLOR_parser_prod__AStringExpr__init_astringexpr = 97; -const int COLOR_parser_nodes__AStartStringExpr__init = 95; -const int COLOR_parser_prod__AStartStringExpr__empty_init = 96; -const int COLOR_parser_prod__AStartStringExpr__init_astartstringexpr = 97; -const int COLOR_parser_nodes__AMidStringExpr__init = 95; -const int COLOR_parser_prod__AMidStringExpr__empty_init = 96; -const int COLOR_parser_prod__AMidStringExpr__init_amidstringexpr = 97; -const int COLOR_parser_nodes__AEndStringExpr__init = 95; -const int COLOR_parser_prod__AEndStringExpr__empty_init = 96; -const int COLOR_parser_prod__AEndStringExpr__init_aendstringexpr = 97; -const int COLOR_parser_nodes__ASuperstringExpr__n_exprs = 90; -const int COLOR_parser_nodes__ASuperstringExpr__init = 91; -const int COLOR_parser_prod__ASuperstringExpr__empty_init = 92; -const int COLOR_parser_prod__ASuperstringExpr__init_asuperstringexpr = 93; -const int COLOR_parser_nodes__AParExpr__n_opar = 93; -const int COLOR_parser_nodes__AParExpr__n_opar_61d = 94; -const int COLOR_parser_nodes__AParExpr__n_cpar = 95; -const int COLOR_parser_nodes__AParExpr__n_cpar_61d = 96; -const int COLOR_parser_nodes__AParExpr__init = 97; -const int COLOR_parser_prod__AParExpr__empty_init = 98; -const int COLOR_parser_prod__AParExpr__init_aparexpr = 99; -const int COLOR_parser_nodes__AAsCastExpr__n_expr = 90; -const int COLOR_parser_nodes__AAsCastExpr__n_expr_61d = 91; -const int COLOR_parser_nodes__AAsCastExpr__n_kwas = 92; -const int COLOR_parser_nodes__AAsCastExpr__n_kwas_61d = 93; -const int COLOR_parser_nodes__AAsCastExpr__n_opar = 94; -const int COLOR_parser_nodes__AAsCastExpr__n_opar_61d = 95; -const int COLOR_parser_nodes__AAsCastExpr__n_type = 96; -const int COLOR_parser_nodes__AAsCastExpr__n_type_61d = 97; -const int COLOR_parser_nodes__AAsCastExpr__n_cpar = 98; -const int COLOR_parser_nodes__AAsCastExpr__n_cpar_61d = 99; -const int COLOR_parser_nodes__AAsCastExpr__init = 100; -const int COLOR_parser_prod__AAsCastExpr__empty_init = 101; -const int COLOR_parser_prod__AAsCastExpr__init_aascastexpr = 102; -const int COLOR_parser_nodes__AAsNotnullExpr__n_expr = 90; -const int COLOR_parser_nodes__AAsNotnullExpr__n_expr_61d = 91; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas = 92; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas_61d = 93; -const int COLOR_parser_nodes__AAsNotnullExpr__n_opar = 94; -const int COLOR_parser_nodes__AAsNotnullExpr__n_opar_61d = 95; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot = 96; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot_61d = 97; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull = 98; -const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull_61d = 99; -const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar = 100; -const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar_61d = 101; -const int COLOR_parser_nodes__AAsNotnullExpr__init = 102; -const int COLOR_parser_prod__AAsNotnullExpr__empty_init = 103; -const int COLOR_parser_prod__AAsNotnullExpr__init_aasnotnullexpr = 104; -const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset = 112; -const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset_61d = 113; -const int COLOR_parser_nodes__AIssetAttrExpr__init = 114; -const int COLOR_parser_prod__AIssetAttrExpr__empty_init = 115; -const int COLOR_parser_prod__AIssetAttrExpr__init_aissetattrexpr = 116; -const int COLOR_parser_nodes__AExprs__n_exprs = 70; -const int COLOR_parser_nodes__AExprs__init = 71; -const int COLOR_typing__AExprs__to_a = 72; -const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug = 90; -const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug_61d = 91; -const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype = 92; -const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype_61d = 93; -const int COLOR_parser_nodes__ADebugTypeExpr__n_expr = 94; -const int COLOR_parser_nodes__ADebugTypeExpr__n_expr_61d = 95; -const int COLOR_parser_nodes__ADebugTypeExpr__n_type = 96; -const int COLOR_parser_nodes__ADebugTypeExpr__n_type_61d = 97; -const int COLOR_parser_nodes__ADebugTypeExpr__init = 98; -const int COLOR_parser_prod__ADebugTypeExpr__empty_init = 99; -const int COLOR_parser_prod__ADebugTypeExpr__init_adebugtypeexpr = 100; -const int COLOR_parser_nodes__AListExprs__init = 73; -const int COLOR_parser_prod__AListExprs__empty_init = 74; -const int COLOR_parser_prod__AListExprs__init_alistexprs = 75; -const int COLOR_parser_nodes__AParExprs__n_opar = 73; -const int COLOR_parser_nodes__AParExprs__n_opar_61d = 74; -const int COLOR_parser_nodes__AParExprs__n_cpar = 75; -const int COLOR_parser_nodes__AParExprs__n_cpar_61d = 76; -const int COLOR_parser_nodes__AParExprs__init = 77; -const int COLOR_parser_prod__AParExprs__empty_init = 78; -const int COLOR_parser_prod__AParExprs__init_aparexprs = 79; -const int COLOR_parser_nodes__ABraExprs__n_obra = 73; -const int COLOR_parser_nodes__ABraExprs__n_obra_61d = 74; -const int COLOR_parser_nodes__ABraExprs__n_cbra = 75; -const int COLOR_parser_nodes__ABraExprs__n_cbra_61d = 76; -const int COLOR_parser_nodes__ABraExprs__init = 77; -const int COLOR_parser_prod__ABraExprs__empty_init = 78; -const int COLOR_parser_prod__ABraExprs__init_abraexprs = 79; -const int COLOR_parser_nodes__AAssignOp__init = 70; -const int COLOR_parser_nodes__APlusAssignOp__n_pluseq = 71; -const int COLOR_parser_nodes__APlusAssignOp__n_pluseq_61d = 72; -const int COLOR_parser_nodes__APlusAssignOp__init = 73; -const int COLOR_parser_prod__APlusAssignOp__empty_init = 74; -const int COLOR_parser_prod__APlusAssignOp__init_aplusassignop = 75; -const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq = 71; -const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq_61d = 72; -const int COLOR_parser_nodes__AMinusAssignOp__init = 73; -const int COLOR_parser_prod__AMinusAssignOp__empty_init = 74; -const int COLOR_parser_prod__AMinusAssignOp__init_aminusassignop = 75; -const int COLOR_parser_nodes__AModuleName__n_quad = 70; -const int COLOR_parser_nodes__AModuleName__n_quad_61d = 71; -const int COLOR_parser_nodes__AModuleName__n_path = 72; -const int COLOR_parser_nodes__AModuleName__n_id = 73; -const int COLOR_parser_nodes__AModuleName__n_id_61d = 74; -const int COLOR_parser_nodes__AModuleName__init = 75; -const int COLOR_parser_prod__AModuleName__empty_init = 76; -const int COLOR_parser_prod__AModuleName__init_amodulename = 77; -const int COLOR_parser_nodes__AInLanguage__n_kwin = 70; -const int COLOR_parser_nodes__AInLanguage__n_kwin_61d = 71; -const int COLOR_parser_nodes__AInLanguage__n_string = 72; -const int COLOR_parser_nodes__AInLanguage__n_string_61d = 73; -const int COLOR_parser_nodes__AInLanguage__init = 74; -const int COLOR_parser_prod__AInLanguage__empty_init = 75; -const int COLOR_parser_prod__AInLanguage__init_ainlanguage = 76; -const int COLOR_parser_nodes__AExternCodeBlock__n_in_language = 70; -const int COLOR_parser_nodes__AExternCodeBlock__n_in_language_61d = 71; -const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment = 72; -const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment_61d = 73; -const int COLOR_parser_nodes__AExternCodeBlock__init = 74; -const int COLOR_parser_prod__AExternCodeBlock__empty_init = 75; -const int COLOR_parser_prod__AExternCodeBlock__init_aexterncodeblock = 76; -const int COLOR_parser_nodes__AQualified__n_quad = 70; -const int COLOR_parser_nodes__AQualified__n_quad_61d = 71; -const int COLOR_parser_nodes__AQualified__n_id = 72; -const int COLOR_parser_nodes__AQualified__n_classid = 73; -const int COLOR_parser_nodes__AQualified__n_classid_61d = 74; -const int COLOR_parser_nodes__AQualified__init = 75; -const int COLOR_parser_prod__AQualified__empty_init = 76; -const int COLOR_parser_prod__AQualified__init_aqualified = 77; -const int COLOR_parser_nodes__ADoc__n_comment = 70; -const int COLOR_parser_nodes__ADoc__init = 71; -const int COLOR_parser_prod__ADoc__empty_init = 72; -const int COLOR_parser_prod__ADoc__init_adoc = 73; -const int COLOR_parser_nodes__AAnnotations__n_at = 70; -const int COLOR_parser_nodes__AAnnotations__n_at_61d = 71; -const int COLOR_parser_nodes__AAnnotations__n_opar = 72; -const int COLOR_parser_nodes__AAnnotations__n_opar_61d = 73; -const int COLOR_parser_nodes__AAnnotations__n_items = 74; -const int COLOR_parser_nodes__AAnnotations__n_cpar = 75; -const int COLOR_parser_nodes__AAnnotations__n_cpar_61d = 76; -const int COLOR_parser_nodes__AAnnotations__init = 77; -const int COLOR_parser_prod__AAnnotations__empty_init = 78; -const int COLOR_parser_prod__AAnnotations__init_aannotations = 79; -const int COLOR_parser_nodes__AAnnotation__n_atid = 70; -const int COLOR_parser_nodes__AAnnotation__n_atid_61d = 71; -const int COLOR_parser_nodes__AAnnotation__n_opar = 72; -const int COLOR_parser_nodes__AAnnotation__n_opar_61d = 73; -const int COLOR_parser_nodes__AAnnotation__n_args = 74; -const int COLOR_parser_nodes__AAnnotation__n_cpar = 75; -const int COLOR_parser_nodes__AAnnotation__n_cpar_61d = 76; -const int COLOR_parser_nodes__AAnnotation__init = 77; -const int COLOR_parser_prod__AAnnotation__empty_init = 78; -const int COLOR_parser_prod__AAnnotation__init_aannotation = 79; -const int COLOR_parser_nodes__AAtArg__init = 70; -const int COLOR_parser_nodes__ATypeAtArg__n_type = 71; -const int COLOR_parser_nodes__ATypeAtArg__n_type_61d = 72; -const int COLOR_parser_nodes__ATypeAtArg__init = 73; -const int COLOR_parser_prod__ATypeAtArg__empty_init = 74; -const int COLOR_parser_prod__ATypeAtArg__init_atypeatarg = 75; -const int COLOR_parser_nodes__AExprAtArg__n_expr = 71; -const int COLOR_parser_nodes__AExprAtArg__n_expr_61d = 72; -const int COLOR_parser_nodes__AExprAtArg__init = 73; -const int COLOR_parser_prod__AExprAtArg__empty_init = 74; -const int COLOR_parser_prod__AExprAtArg__init_aexpratarg = 75; -const int COLOR_parser_nodes__AAtAtArg__init = 71; -const int COLOR_parser_prod__AAtAtArg__empty_init = 72; -const int COLOR_parser_prod__AAtAtArg__init_aatatarg = 73; -const int COLOR_parser_nodes__AAtid__n_id = 70; -const int COLOR_parser_nodes__AAtid__n_id_61d = 71; -const int COLOR_parser_nodes__AAtid__init = 72; -const int COLOR_parser_nodes__AIdAtid__init = 73; -const int COLOR_parser_prod__AIdAtid__empty_init = 74; -const int COLOR_parser_prod__AIdAtid__init_aidatid = 75; -const int COLOR_parser_nodes__AKwexternAtid__init = 73; -const int COLOR_parser_prod__AKwexternAtid__empty_init = 74; -const int COLOR_parser_prod__AKwexternAtid__init_akwexternatid = 75; -const int COLOR_parser_nodes__AKwinternAtid__init = 73; -const int COLOR_parser_prod__AKwinternAtid__empty_init = 74; -const int COLOR_parser_prod__AKwinternAtid__init_akwinternatid = 75; -const int COLOR_parser_nodes__AKwreadableAtid__init = 73; -const int COLOR_parser_prod__AKwreadableAtid__empty_init = 74; -const int COLOR_parser_prod__AKwreadableAtid__init_akwreadableatid = 75; -const int COLOR_parser_nodes__AKwwritableAtid__init = 73; -const int COLOR_parser_prod__AKwwritableAtid__empty_init = 74; -const int COLOR_parser_prod__AKwwritableAtid__init_akwwritableatid = 75; -const int COLOR_parser_nodes__AKwimportAtid__init = 73; -const int COLOR_parser_prod__AKwimportAtid__empty_init = 74; -const int COLOR_parser_prod__AKwimportAtid__init_akwimportatid = 75; -const int COLOR_parser_nodes__Start__n_base = 70; -const int COLOR_parser_nodes__Start__n_base_61d = 71; -const int COLOR_parser_nodes__Start__n_eof = 72; -const int COLOR_parser_nodes__Start__n_eof_61d = 73; -const int COLOR_parser_nodes__Start__init = 74; -const int COLOR_toolcontext__Message__location = 50; -const int COLOR_toolcontext__Message__location_61d = 51; -const int COLOR_toolcontext__Message__text = 52; -const int COLOR_toolcontext__Message__text_61d = 53; -const int COLOR_toolcontext__Message__to_color_string = 54; -const int COLOR_toolcontext__Message__init = 55; -const int COLOR_toolcontext__ToolContext__error_count = 42; -const int COLOR_toolcontext__ToolContext__error_count_61d = 43; -const int COLOR_toolcontext__ToolContext__warning_count = 44; -const int COLOR_toolcontext__ToolContext__warning_count_61d = 45; -const int COLOR_toolcontext__ToolContext__log_directory = 46; -const int COLOR_toolcontext__ToolContext__log_directory_61d = 47; -const int COLOR_toolcontext__ToolContext__messages = 48; -const int COLOR_toolcontext__ToolContext__messages_61d = 49; -const int COLOR_toolcontext__ToolContext__message_sorter = 50; -const int COLOR_toolcontext__ToolContext__message_sorter_61d = 51; -const int COLOR_toolcontext__ToolContext__check_errors = 52; -const int COLOR_toolcontext__ToolContext__error = 53; -const int COLOR_toolcontext__ToolContext__fatal_error = 54; -const int COLOR_toolcontext__ToolContext__warning = 55; -const int COLOR_toolcontext__ToolContext__info = 56; -const int COLOR_toolcontext__ToolContext__option_context = 57; -const int COLOR_toolcontext__ToolContext__option_context_61d = 58; -const int COLOR_toolcontext__ToolContext__opt_warn = 59; -const int COLOR_toolcontext__ToolContext__opt_warn_61d = 60; -const int COLOR_toolcontext__ToolContext__opt_quiet = 61; -const int COLOR_toolcontext__ToolContext__opt_quiet_61d = 62; -const int COLOR_toolcontext__ToolContext__opt_log = 63; -const int COLOR_toolcontext__ToolContext__opt_log_61d = 64; -const int COLOR_toolcontext__ToolContext__opt_log_dir = 65; -const int COLOR_toolcontext__ToolContext__opt_log_dir_61d = 66; -const int COLOR_toolcontext__ToolContext__opt_help = 67; -const int COLOR_toolcontext__ToolContext__opt_help_61d = 68; -const int COLOR_toolcontext__ToolContext__opt_version = 69; -const int COLOR_toolcontext__ToolContext__opt_version_61d = 70; -const int COLOR_toolcontext__ToolContext__opt_verbose = 71; -const int COLOR_toolcontext__ToolContext__opt_verbose_61d = 72; -const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error = 73; -const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error_61d = 74; -const int COLOR_toolcontext__ToolContext__opt_no_color = 75; -const int COLOR_toolcontext__ToolContext__opt_no_color_61d = 76; -const int COLOR_toolcontext__ToolContext__verbose_level = 77; -const int COLOR_toolcontext__ToolContext__verbose_level_61d = 78; -const int COLOR_toolcontext__ToolContext__init = 79; -const int COLOR_toolcontext__ToolContext__process_options = 80; -const int COLOR_parser_util__ToolContext__parse_module = 81; -const int COLOR_parser_util__ToolContext__parse_classdef = 82; -const int COLOR_parser_util__ToolContext__parse_propdef = 83; -const int COLOR_parser_util__ToolContext__parse_stmts = 84; -const int COLOR_parser_util__ToolContext__parse_expr = 85; -const int COLOR_parser_util__ToolContext__parse_something = 86; -const int COLOR_phase__ToolContext__phases = 87; -const int COLOR_phase__ToolContext__phases_61d = 88; -const int COLOR_phase__ToolContext__phases_list = 89; -const int COLOR_phase__ToolContext__run_phases = 90; -const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase = 91; -const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase_61d = 92; -const int COLOR_literal__ToolContext__literal_phase = 93; -const int COLOR_literal__ToolContext__literal_phase_61d = 94; -const int COLOR_scope__ToolContext__scope_phase = 95; -const int COLOR_scope__ToolContext__scope_phase_61d = 96; -const int COLOR_flow__ToolContext__flow_phase = 97; -const int COLOR_flow__ToolContext__flow_phase_61d = 98; -const int COLOR_local_var_init__ToolContext__local_var_init_phase = 99; -const int COLOR_local_var_init__ToolContext__local_var_init_phase_61d = 100; -const int COLOR_modelbuilder__ToolContext__opt_path = 101; -const int COLOR_modelbuilder__ToolContext__opt_path_61d = 102; -const int COLOR_modelbuilder__ToolContext__opt_only_metamodel = 103; -const int COLOR_modelbuilder__ToolContext__opt_only_metamodel_61d = 104; -const int COLOR_modelbuilder__ToolContext__opt_only_parse = 105; -const int COLOR_modelbuilder__ToolContext__opt_only_parse_61d = 106; -const int COLOR_modelbuilder__ToolContext__modelbuilder = 107; -const int COLOR_modelbuilder__ToolContext__modelbuilder_real = 108; -const int COLOR_modelbuilder__ToolContext__modelbuilder_real_61d = 109; -const int COLOR_modelize_class__ToolContext__modelize_class_phase = 110; -const int COLOR_modelize_class__ToolContext__modelize_class_phase_61d = 111; -const int COLOR_modelize_property__ToolContext__modelize_property_phase = 112; -const int COLOR_modelize_property__ToolContext__modelize_property_phase_61d = 113; -const int COLOR_cached__ToolContext__cached_phase = 114; -const int COLOR_cached__ToolContext__cached_phase_61d = 115; -const int COLOR_typing__ToolContext__typing_phase = 116; -const int COLOR_typing__ToolContext__typing_phase_61d = 117; -const int COLOR_auto_super_init__ToolContext__auto_super_init_phase = 118; -const int COLOR_auto_super_init__ToolContext__auto_super_init_phase_61d = 119; -const int COLOR_div_by_zero__ToolContext__div_by_zero_phase = 120; -const int COLOR_div_by_zero__ToolContext__div_by_zero_phase_61d = 121; -const int COLOR_transform__ToolContext__transform_phase = 122; -const int COLOR_transform__ToolContext__transform_phase_61d = 123; -const int COLOR_frontend__ToolContext__dummy = 124; -const int COLOR_frontend__ToolContext__dummy_61d = 125; -const int COLOR_frontend__ToolContext__do_dummy = 126; -const int COLOR_frontend__ToolContext__run_global_phases = 127; -const int COLOR_abstract_compiler__ToolContext__opt_output = 128; -const int COLOR_abstract_compiler__ToolContext__opt_output_61d = 129; -const int COLOR_abstract_compiler__ToolContext__opt_no_cc = 130; -const int COLOR_abstract_compiler__ToolContext__opt_no_cc_61d = 131; -const int COLOR_abstract_compiler__ToolContext__opt_cc_path = 132; -const int COLOR_abstract_compiler__ToolContext__opt_cc_path_61d = 133; -const int COLOR_abstract_compiler__ToolContext__opt_make_flags = 134; -const int COLOR_abstract_compiler__ToolContext__opt_make_flags_61d = 135; -const int COLOR_abstract_compiler__ToolContext__opt_compile_dir = 136; -const int COLOR_abstract_compiler__ToolContext__opt_compile_dir_61d = 137; -const int COLOR_abstract_compiler__ToolContext__opt_hardening = 138; -const int COLOR_abstract_compiler__ToolContext__opt_hardening_61d = 139; -const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range = 140; -const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range_61d = 141; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance = 142; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance_61d = 143; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization = 144; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization_61d = 145; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert = 146; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert_61d = 147; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast = 148; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast_61d = 149; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_other = 150; -const int COLOR_abstract_compiler__ToolContext__opt_no_check_other_61d = 151; -const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics = 152; -const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics_61d = 153; -const int COLOR_separate_compiler__ToolContext__opt_separate = 154; -const int COLOR_separate_compiler__ToolContext__opt_separate_61d = 155; -const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern = 156; -const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern_61d = 157; -const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute = 158; -const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute_61d = 159; -const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate = 160; -const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate_61d = 161; -const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers = 162; -const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers_61d = 163; -const int COLOR_separate_compiler__ToolContext__opt_bm_typing = 164; -const int COLOR_separate_compiler__ToolContext__opt_bm_typing_61d = 165; -const int COLOR_separate_compiler__ToolContext__opt_phmod_typing = 166; -const int COLOR_separate_compiler__ToolContext__opt_phmod_typing_61d = 167; -const int COLOR_separate_compiler__ToolContext__opt_phand_typing = 168; -const int COLOR_separate_compiler__ToolContext__opt_phand_typing_61d = 169; -const int COLOR_separate_compiler__ToolContext__opt_tables_metrics = 170; -const int COLOR_separate_compiler__ToolContext__opt_tables_metrics_61d = 171; -const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure = 172; -const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure_61d = 173; -const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast = 174; -const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast_61d = 175; -const int COLOR_separate_erasure_compiler__ToolContext__init = 176; -const int COLOR_separate_compiler__ToolContext__init = 177; -const int COLOR_abstract_compiler__ToolContext__init = 178; -const int COLOR_modelbuilder__ToolContext__init = 179; -const int COLOR_lexer__Lexer__file = 46; -const int COLOR_lexer__Lexer__state_initial = 47; -const int COLOR_lexer__Lexer__init = 48; -const int COLOR_lexer__Lexer__last_token = 49; -const int COLOR_lexer__Lexer__last_token_61d = 50; -const int COLOR_lexer__Lexer__peek = 51; -const int COLOR_lexer__Lexer__next = 52; -const int COLOR_lexer__Lexer__get_token = 53; -const int COLOR_model_base__Model__mmodules = 42; -const int COLOR_model_base__Model__mmodules_61d = 43; -const int COLOR_model_base__Model__mmodule_nesting_hierarchy = 44; -const int COLOR_model_base__Model__mmodule_nesting_hierarchy_61d = 45; -const int COLOR_model_base__Model__mmodule_importation_hierarchy = 46; -const int COLOR_model_base__Model__mmodule_importation_hierarchy_61d = 47; -const int COLOR_model_base__Model__mmodules_by_name = 48; -const int COLOR_model_base__Model__mmodules_by_name_61d = 49; -const int COLOR_model_base__Model__get_mmodules_by_name = 50; +const int COLOR_math__Object__atan2 = 10; +const int COLOR_math__Object__pi = 11; +const int COLOR_math__Object__srand_from = 12; +const int COLOR_math__Object__srand = 13; +const int COLOR_string__Object__to_s = 14; +const int COLOR_string__Object__native_class_name = 15; +const int COLOR_string__Object__class_name = 16; +const int COLOR_string__Object__inspect = 17; +const int COLOR_string__Object__inspect_head = 18; +const int COLOR_string__Object__args = 19; +const int COLOR_string__Object__alpha_comparator = 20; +const int COLOR_stream__Object__poll = 21; +const int COLOR_stream__Object__intern_poll = 22; +const int COLOR_time__Object__get_time = 23; +const int COLOR_file__Object__printn = 24; +const int COLOR_file__Object__print = 25; +const int COLOR_file__Object__getc = 26; +const int COLOR_file__Object__gets = 27; +const int COLOR_file__Object__getcwd = 28; +const int COLOR_file__Object__file_getcwd = 29; +const int COLOR_file__Object__stdin = 30; +const int COLOR_file__Object__stdout = 31; +const int COLOR_file__Object__stderr = 32; +const int COLOR_model_base__Object__intrude_visibility = 33; +const int COLOR_model_base__Object__public_visibility = 34; +const int COLOR_model_base__Object__protected_visibility = 35; +const int COLOR_model_base__Object__private_visibility = 36; +const int COLOR_model_base__Object__none_visibility = 37; +const int COLOR_model__Object__abstract_kind = 38; +const int COLOR_model__Object__concrete_kind = 39; +const int COLOR_model__Object__interface_kind = 40; +const int COLOR_model__Object__enum_kind = 41; +const int COLOR_model__Object__extern_kind = 42; +const int COLOR_nitni_utilities__Object__internal_call_context = 43; +const int COLOR_nitni_utilities__Object__long_signature = 44; +const int COLOR_nitni_utilities__Object__short_signature = 45; +const int COLOR_c__Object__to_c_call_context = 46; +const int COLOR_c__Object__from_c_call_context = 47; +const int COLOR_cpp__Object__cpp_call_context = 48; +const int COLOR_cpp__Object__to_cpp_call_context = 49; +const int COLOR_cpp__Object__from_cpp_call_context = 50; +const int COLOR_kernel__Comparable___60d = 51; +const int COLOR_kernel__Comparable___60d_61d = 52; +const int COLOR_kernel__Comparable___62d_61d = 53; +const int COLOR_kernel__Comparable___62d = 54; +const int COLOR_kernel__Comparable___60d_61d_62d = 55; +const int COLOR_kernel__Comparable__is_between = 56; +const int COLOR_kernel__Comparable__max = 57; +const int COLOR_kernel__Comparable__min = 58; +const int COLOR_kernel__Discrete__succ = 59; +const int COLOR_kernel__Discrete__prec = 60; +const int COLOR_kernel__Discrete___43d = 61; +const int COLOR_kernel__Discrete___45d = 62; +const int COLOR_kernel__Discrete__distance = 63; +const int COLOR_string_search__Pattern__search_index_in = 64; +const int COLOR_string_search__Pattern__search_in = 65; +const int COLOR_string_search__Pattern__search_all_in = 66; +const int COLOR_string_search__Pattern__split_in = 67; +const int COLOR_kernel__Char__to_i = 68; +const int COLOR_kernel__Char__ascii = 69; +const int COLOR_kernel__Char__to_lower = 70; +const int COLOR_kernel__Char__to_upper = 71; +const int COLOR_kernel__Char__is_digit = 72; +const int COLOR_kernel__Char__is_lower = 73; +const int COLOR_kernel__Char__is_upper = 74; +const int COLOR_kernel__Char__is_letter = 75; +const int COLOR_string__Char__is_numeric = 76; +const int COLOR_string__Char__is_alpha = 77; +const int COLOR_string__Char__is_alphanumeric = 78; +const int COLOR_abstract_collection__Collection__iterator = 68; +const int COLOR_abstract_collection__Collection__is_empty = 69; +const int COLOR_abstract_collection__Collection__length = 70; +const int COLOR_abstract_collection__Collection__has = 71; +const int COLOR_abstract_collection__Collection__has_only = 72; +const int COLOR_abstract_collection__Collection__count = 73; +const int COLOR_abstract_collection__Collection__first = 74; +const int COLOR_abstract_collection__Collection__has_all = 75; +const int COLOR_array__Collection__to_a = 76; +const int COLOR_math__Collection__rand = 77; +const int COLOR_string__Collection__join = 78; +const int COLOR_abstract_collection__RemovableCollection__clear = 79; +const int COLOR_abstract_collection__RemovableCollection__remove = 80; +const int COLOR_abstract_collection__RemovableCollection__remove_all = 81; +const int COLOR_abstract_collection__SimpleCollection__add = 82; +const int COLOR_abstract_collection__SimpleCollection__add_all = 83; +const int COLOR_abstract_collection__MapRead___91d_93d = 51; +const int COLOR_abstract_collection__MapRead__get_or_null = 52; +const int COLOR_abstract_collection__MapRead__get_or_default = 53; +const int COLOR_abstract_collection__MapRead__has_key = 54; +const int COLOR_abstract_collection__MapRead__iterator = 55; +const int COLOR_abstract_collection__MapRead__values = 56; +const int COLOR_abstract_collection__MapRead__keys = 57; +const int COLOR_abstract_collection__MapRead__is_empty = 58; +const int COLOR_abstract_collection__MapRead__length = 59; +const int COLOR_abstract_collection__MapRead__provide_default_value = 60; +const int COLOR_abstract_collection__Map___91d_93d_61d = 61; +const int COLOR_abstract_collection__Map__recover_with = 62; +const int COLOR_abstract_collection__Map__clear = 63; +const int COLOR_string__Map__join = 64; +const int COLOR_abstract_collection__SequenceRead___91d_93d = 84; +const int COLOR_abstract_collection__SequenceRead__last = 85; +const int COLOR_abstract_collection__SequenceRead__index_of = 86; +const int COLOR_abstract_collection__Sequence__first_61d = 87; +const int COLOR_abstract_collection__Sequence__last_61d = 88; +const int COLOR_abstract_collection__Sequence__push = 89; +const int COLOR_abstract_collection__Sequence__append = 90; +const int COLOR_abstract_collection__Sequence__pop = 91; +const int COLOR_abstract_collection__Sequence__unshift = 92; +const int COLOR_abstract_collection__Sequence__shift = 93; +const int COLOR_abstract_collection__Sequence___91d_93d_61d = 94; +const int COLOR_abstract_collection__Sequence__remove_at = 95; +const int COLOR_collection__Sequence__subarray = 96; +const int COLOR_array__AbstractArrayRead__last_index_of = 97; +const int COLOR_array__AbstractArrayRead__index_of_from = 98; +const int COLOR_array__AbstractArrayRead__last_index_of_from = 99; +const int COLOR_array__AbstractArrayRead__reversed = 100; +const int COLOR_array__AbstractArrayRead__copy_to = 101; +const int COLOR_array__AbstractArrayRead__init = 102; +const int COLOR_array__AbstractArray__enlarge = 103; +const int COLOR_array__AbstractArray__insert = 104; +const int COLOR_array__AbstractArray__swap_at = 105; +const int COLOR_array__AbstractArray__init = 106; +const int COLOR_array__ArrayCapable__calloc_array = 107; +const int COLOR_array__Array__init = 108; +const int COLOR_array__Array__from = 109; +const int COLOR_array__Array__with_items = 110; +const int COLOR_array__Array__with_capacity = 111; +const int COLOR_array__Array__filled_with = 112; +const int COLOR_array__Array__with_native = 113; +const int COLOR_array__Array__intern_items = 114; +const int COLOR_abstract_compiler__Array___45d = 115; +const int COLOR_sorter__AbstractSorter__compare = 79; +const int COLOR_sorter__AbstractSorter__sort = 80; +const int COLOR_sorter__AbstractSorter__sub_sort = 81; +const int COLOR_sorter__AbstractSorter__quick_sort = 82; +const int COLOR_sorter__AbstractSorter__bubble_sort = 83; +const int COLOR_hash_collection__HashCollection__first_item = 108; +const int COLOR_hash_collection__HashCollection__index_at = 109; +const int COLOR_hash_collection__HashCollection__node_at = 110; +const int COLOR_hash_collection__HashCollection__node_at_idx = 111; +const int COLOR_hash_collection__HashCollection__store = 112; +const int COLOR_hash_collection__HashCollection__remove_node = 113; +const int COLOR_hash_collection__HashCollection__raz = 114; +const int COLOR_hash_collection__HashCollection__enlarge = 115; +const int COLOR_hash_collection__HashCollection__init = 116; +const int COLOR_hash_collection__HashMap__init = 117; +const int COLOR_hash_collection__HashMap__keys_61d = 118; +const int COLOR_hash_collection__HashMap__values_61d = 119; +const int COLOR_hash_collection__HashSet__init = 117; +const int COLOR_hash_collection__HashSet__from = 118; +const int COLOR_string__AbstractString__items = 107; +const int COLOR_string__AbstractString__chars = 108; +const int COLOR_string__AbstractString__substring = 109; +const int COLOR_string__AbstractString__substring_from = 110; +const int COLOR_string__AbstractString__has_substring = 111; +const int COLOR_string__AbstractString__has_prefix = 112; +const int COLOR_string__AbstractString__has_suffix = 113; +const int COLOR_string__AbstractString__to_i = 114; +const int COLOR_string__AbstractString__to_f = 115; +const int COLOR_string__AbstractString__to_hex = 116; +const int COLOR_string__AbstractString__a_to = 117; +const int COLOR_string__AbstractString__is_numeric = 118; +const int COLOR_string__AbstractString__to_upper = 119; +const int COLOR_string__AbstractString__to_lower = 120; +const int COLOR_string__AbstractString__trim = 121; +const int COLOR_string__AbstractString__to_cmangle = 122; +const int COLOR_string__AbstractString__escape_to_c = 123; +const int COLOR_string__AbstractString__escape_more_to_c = 124; +const int COLOR_string__AbstractString__escape_to_nit = 125; +const int COLOR_string__AbstractString__unescape_nit = 126; +const int COLOR_string__AbstractString__init = 127; +const int COLOR_string__StringCharView__target = 97; +const int COLOR_string__StringCharView__target_61d = 98; +const int COLOR_string__StringCharView__init = 99; +const int COLOR_string__StringCapable__calloc_string = 128; +const int COLOR_stream__Streamable__write_to = 129; +const int COLOR_string__String__index_from = 130; +const int COLOR_string__String__index_to = 131; +const int COLOR_string__String__chars_61d = 132; +const int COLOR_string__String__with_infos = 133; +const int COLOR_string__String__to_cstring = 134; +const int COLOR_string__String___43d = 135; +const int COLOR_string__String___42d = 136; +const int COLOR_environ__String__environ = 137; +const int COLOR_environ__String__setenv = 138; +const int COLOR_string_search__String__search = 139; +const int COLOR_string_search__String__search_from = 140; +const int COLOR_string_search__String__search_all = 141; +const int COLOR_string_search__String__split = 142; +const int COLOR_string_search__String__split_with = 143; +const int COLOR_string_search__String__replace = 144; +const int COLOR_string_search__String__html_escape = 145; +const int COLOR_file__String__file_exists = 146; +const int COLOR_file__String__file_stat = 147; +const int COLOR_file__String__file_lstat = 148; +const int COLOR_file__String__file_delete = 149; +const int COLOR_file__String__file_copy_to = 150; +const int COLOR_file__String__strip_extension = 151; +const int COLOR_file__String__basename = 152; +const int COLOR_file__String__dirname = 153; +const int COLOR_file__String__realpath = 154; +const int COLOR_file__String__simplify_path = 155; +const int COLOR_file__String__join_path = 156; +const int COLOR_file__String__mkdir = 157; +const int COLOR_file__String__chdir = 158; +const int COLOR_file__String__file_extension = 159; +const int COLOR_file__String__files = 160; +const int COLOR_string__Buffer__chars_61d = 129; +const int COLOR_string__Buffer__init = 130; +const int COLOR_string__Buffer__from = 131; +const int COLOR_string__Buffer__with_capacity = 132; +const int COLOR_string__Buffer__capacity = 133; +const int COLOR_string__Buffer__append = 134; +const int COLOR_string__FlatBufferCharView__enlarge = 129; +const int COLOR_stream__IOS__close = 51; +const int COLOR_stream__IStream__read_char = 52; +const int COLOR_stream__IStream__read = 53; +const int COLOR_stream__IStream__read_line = 54; +const int COLOR_stream__IStream__read_all = 55; +const int COLOR_stream__IStream__append_line_to = 56; +const int COLOR_stream__IStream__eof = 57; +const int COLOR_stream__OStream__write = 58; +const int COLOR_stream__OStream__is_writable = 59; +const int COLOR_stream__BufferedIStream__fill_buffer = 58; +const int COLOR_stream__BufferedIStream__end_reached = 59; +const int COLOR_stream__BufferedIStream__prepare_buffer = 60; +const int COLOR_stream__BufferedIStream__init = 61; +const int COLOR_stream__FDStream__fd = 60; +const int COLOR_stream__FDStream__fd_61d = 61; +const int COLOR_stream__FDStream__native_close = 62; +const int COLOR_stream__FDStream__native_read_char = 63; +const int COLOR_stream__FDStream__native_read = 64; +const int COLOR_stream__FDStream__native_write = 65; +const int COLOR_stream__FDStream__native_write_char = 66; +const int COLOR_stream__FDStream__init = 67; +const int COLOR_stream__FDIStream__eof_61d = 68; +const int COLOR_stream__FDIStream__init = 69; +const int COLOR_stream__FDOStream__is_writable_61d = 70; +const int COLOR_stream__FDOStream__init = 71; +const int COLOR_stream__FDIOStream__init = 72; +const int COLOR_exec__Process__id = 60; +const int COLOR_exec__Process__is_finished = 61; +const int COLOR_exec__Process__wait = 62; +const int COLOR_exec__Process__status = 63; +const int COLOR_exec__Process__init = 64; +const int COLOR_exec__Process__init_ = 65; +const int COLOR_exec__Process__from_a = 66; +const int COLOR_exec__Process__execute = 67; +const int COLOR_exec__Process__data = 68; +const int COLOR_exec__Process__data_61d = 69; +const int COLOR_exec__Process__basic_exec_execute = 70; +const int COLOR_exec__IProcess__stream_in = 71; +const int COLOR_exec__IProcess__stream_in_61d = 72; +const int COLOR_exec__IProcess__init = 73; +const int COLOR_exec__IProcess__init_ = 74; +const int COLOR_exec__IProcess__from_a = 75; +const int COLOR_exec__OProcess__stream_out = 76; +const int COLOR_exec__OProcess__stream_out_61d = 77; +const int COLOR_exec__OProcess__init = 78; +const int COLOR_exec__OProcess__init_ = 79; +const int COLOR_exec__OProcess__from_a = 80; +const int COLOR_exec__IOProcess__init = 81; +const int COLOR_exec__IOProcess__init_ = 82; +const int COLOR_exec__IOProcess__from_a = 83; +const int COLOR_file__FStream__path = 62; +const int COLOR_file__FStream__file_stat = 63; +const int COLOR_file__FStream__init = 64; +const int COLOR_file__IFStream__reopen = 65; +const int COLOR_file__IFStream__open = 66; +const int COLOR_file__IFStream__init = 67; +const int COLOR_file__IFStream__without_file = 68; +const int COLOR_file__OFStream__write_native = 65; +const int COLOR_file__OFStream__open = 66; +const int COLOR_file__OFStream__init = 67; +const int COLOR_file__OFStream__without_file = 68; +const int COLOR_poset__POSet__elements = 84; +const int COLOR_poset__POSet__elements_61d = 85; +const int COLOR_poset__POSet__add_node = 86; +const int COLOR_poset__POSet___91d_93d = 87; +const int COLOR_poset__POSet__add_edge = 88; +const int COLOR_poset__POSet__has_edge = 89; +const int COLOR_poset__POSet__has_direct_edge = 90; +const int COLOR_poset__POSet__show_dot = 91; +const int COLOR_poset__POSet__init = 92; +const int COLOR_parser_nodes__ANode__location = 51; +const int COLOR_parser_nodes__ANode__hot_location = 52; +const int COLOR_parser_nodes__ANode__debug = 53; +const int COLOR_parser_nodes__ANode__parent = 54; +const int COLOR_parser_nodes__ANode__parent_61d = 55; +const int COLOR_parser_nodes__ANode__init = 56; +const int COLOR_parser_nodes__ANode__replace_child = 57; +const int COLOR_parser_nodes__ANode__detach = 58; +const int COLOR_parser_nodes__ANode__replace_with = 59; +const int COLOR_parser_nodes__ANode__visit_all = 60; +const int COLOR_parser_util__ANode__collect_tokens_by_text = 61; +const int COLOR_parser_util__ANode__collect_annotations_by_name = 62; +const int COLOR_simple_misc_analysis__ANode__accept_simple_misc = 63; +const int COLOR_simple_misc_analysis__ANode__after_simple_misc = 64; +const int COLOR_literal__ANode__accept_literal = 65; +const int COLOR_scope__ANode__accept_scope_visitor = 66; +const int COLOR_flow__ANode__accept_flow_visitor = 67; +const int COLOR_local_var_init__ANode__accept_local_var_visitor = 68; +const int COLOR_auto_super_init__ANode__accept_auto_super_init = 69; +const int COLOR_astvalidation__ANode__accept_ast_validation = 70; +const int COLOR_rapid_type_analysis__ANode__accept_rapid_type_visitor = 71; +const int COLOR_transform__ANode__accept_transform_visitor = 72; +const int COLOR_parser_nodes__Prod__location_61d = 73; +const int COLOR_parser_nodes__Prod__n_annotations = 74; +const int COLOR_parser_nodes__Prod__n_annotations_61d = 75; +const int COLOR_parser_nodes__Prod__init = 76; +const int COLOR_modelize_property__Prod__collect_text = 77; +const int COLOR_parser_nodes__Prod__replace_with = 78; +const int COLOR_parser_nodes__APropdef__n_doc = 79; +const int COLOR_parser_nodes__APropdef__n_doc_61d = 80; +const int COLOR_parser_nodes__APropdef__init = 81; +const int COLOR_scope__APropdef__do_scope = 82; +const int COLOR_flow__APropdef__do_flow = 83; +const int COLOR_flow__APropdef__before_flow_context = 84; +const int COLOR_flow__APropdef__before_flow_context_61d = 85; +const int COLOR_flow__APropdef__after_flow_context = 86; +const int COLOR_flow__APropdef__after_flow_context_61d = 87; +const int COLOR_local_var_init__APropdef__do_local_var_init = 88; +const int COLOR_modelize_property__APropdef__mpropdef = 89; +const int COLOR_modelize_property__APropdef__mpropdef_61d = 90; +const int COLOR_modelize_property__APropdef__build_property = 91; +const int COLOR_modelize_property__APropdef__build_signature = 92; +const int COLOR_modelize_property__APropdef__check_signature = 93; +const int COLOR_modelize_property__APropdef__new_property_visibility = 94; +const int COLOR_modelize_property__APropdef__check_redef_property_visibility = 95; +const int COLOR_modelize_property__APropdef__check_redef_keyword = 96; +const int COLOR_typing__APropdef__do_typing = 97; +const int COLOR_typing__APropdef__selfvariable = 98; +const int COLOR_typing__APropdef__selfvariable_61d = 99; +const int COLOR_abstract_compiler__APropdef__compile_to_c = 100; +const int COLOR_abstract_compiler__APropdef__can_inline = 101; +const int COLOR_flow__APropdef__accept_flow_visitor = 102; +const int COLOR_parser_nodes__AMethPropdef__n_kwredef = 103; +const int COLOR_parser_nodes__AMethPropdef__n_kwredef_61d = 104; +const int COLOR_parser_nodes__AMethPropdef__n_visibility = 105; +const int COLOR_parser_nodes__AMethPropdef__n_visibility_61d = 106; +const int COLOR_parser_nodes__AMethPropdef__n_methid = 107; +const int COLOR_parser_nodes__AMethPropdef__n_methid_61d = 108; +const int COLOR_parser_nodes__AMethPropdef__n_signature = 109; +const int COLOR_parser_nodes__AMethPropdef__n_signature_61d = 110; +const int COLOR_parser_nodes__AMethPropdef__init = 111; +const int COLOR_parser_prod__AMethPropdef__empty_init = 112; +const int COLOR_parser_prod__AMethPropdef__init_amethpropdef = 113; +const int COLOR_parser_nodes__AExternPropdef__n_extern = 114; +const int COLOR_parser_nodes__AExternPropdef__n_extern_61d = 115; +const int COLOR_parser_nodes__AExternPropdef__n_extern_calls = 116; +const int COLOR_parser_nodes__AExternPropdef__n_extern_calls_61d = 117; +const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block = 118; +const int COLOR_parser_nodes__AExternPropdef__n_extern_code_block_61d = 119; +const int COLOR_parser_nodes__AExternPropdef__init = 120; +const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks_cache = 121; +const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks_cache_61d = 122; +const int COLOR_nitni_callbacks__AExternPropdef__foreign_callbacks = 123; +const int COLOR_nitni_callbacks__AExternPropdef__verify_nitni_callbacks = 124; +const int COLOR_common_ffi__AExternPropdef__ffi_has_been_compiled = 125; +const int COLOR_common_ffi__AExternPropdef__ffi_has_been_compiled_61d = 126; +const int COLOR_common_ffi__AExternPropdef__compile_ffi_method = 127; +const int COLOR_compiler_ffi__AExternPropdef__compile_ffi_support_to_c = 128; +const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth = 114; +const int COLOR_parser_nodes__AConcreteMethPropdef__n_kwmeth_61d = 115; +const int COLOR_parser_nodes__AConcreteMethPropdef__n_block = 116; +const int COLOR_parser_nodes__AConcreteMethPropdef__n_block_61d = 117; +const int COLOR_parser_nodes__AConcreteMethPropdef__init = 118; +const int COLOR_parser_prod__AConcreteMethPropdef__empty_init = 119; +const int COLOR_parser_prod__AConcreteMethPropdef__init_aconcretemethpropdef = 120; +const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits = 121; +const int COLOR_auto_super_init__AConcreteMethPropdef__auto_super_inits_61d = 122; +const int COLOR_auto_super_init__AConcreteMethPropdef__do_auto_super_init = 123; +const int COLOR_parser_nodes__AInitPropdef__init = 129; +const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit = 130; +const int COLOR_parser_nodes__AConcreteInitPropdef__n_kwinit_61d = 131; +const int COLOR_parser_nodes__AConcreteInitPropdef__init = 132; +const int COLOR_parser_prod__AConcreteInitPropdef__empty_init = 133; +const int COLOR_parser_prod__AConcreteInitPropdef__init_aconcreteinitpropdef = 134; +const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew = 130; +const int COLOR_parser_nodes__AExternInitPropdef__n_kwnew_61d = 131; +const int COLOR_parser_nodes__AExternInitPropdef__init = 132; +const int COLOR_parser_prod__AExternInitPropdef__empty_init = 133; +const int COLOR_parser_prod__AExternInitPropdef__init_aexterninitpropdef = 134; +const int COLOR_compiler_ffi__AExternInitPropdef__compile_to_c = 135; +const int COLOR_parser_nodes__AExpr__init = 79; +const int COLOR_simple_misc_analysis__AExpr__warn_parentheses = 80; +const int COLOR_flow__AExpr__after_flow_context = 81; +const int COLOR_flow__AExpr__after_flow_context_61d = 82; +const int COLOR_typing__AExpr__mtype = 83; +const int COLOR_typing__AExpr__mtype_61d = 84; +const int COLOR_typing__AExpr__is_typed = 85; +const int COLOR_typing__AExpr__is_typed_61d = 86; +const int COLOR_typing__AExpr__implicit_cast_to = 87; +const int COLOR_typing__AExpr__implicit_cast_to_61d = 88; +const int COLOR_typing__AExpr__its_variable = 89; +const int COLOR_typing__AExpr__accept_typing = 90; +const int COLOR_astbuilder__AExpr__make_var_read = 91; +const int COLOR_astbuilder__AExpr__variable_cache = 92; +const int COLOR_astbuilder__AExpr__variable_cache_61d = 93; +const int COLOR_astbuilder__AExpr__detach_with_placeholder = 94; +const int COLOR_astbuilder__AExpr__add = 95; +const int COLOR_abstract_compiler__AExpr__expr = 96; +const int COLOR_abstract_compiler__AExpr__stmt = 97; +const int COLOR_astvalidation__AExpr__accept_ast_validation = 98; +const int COLOR_parser_nodes__ALabelable__n_label = 99; +const int COLOR_parser_nodes__ALabelable__n_label_61d = 100; +const int COLOR_parser_nodes__ALabelable__init = 101; +const int COLOR_parser_nodes__ABreakExpr__n_kwbreak = 102; +const int COLOR_parser_nodes__ABreakExpr__n_kwbreak_61d = 103; +const int COLOR_parser_nodes__ABreakExpr__n_expr = 104; +const int COLOR_parser_nodes__ABreakExpr__n_expr_61d = 105; +const int COLOR_parser_nodes__ABreakExpr__init = 106; +const int COLOR_parser_prod__ABreakExpr__empty_init = 107; +const int COLOR_parser_prod__ABreakExpr__init_abreakexpr = 108; +const int COLOR_scope__ABreakExpr__escapemark = 109; +const int COLOR_scope__ABreakExpr__escapemark_61d = 110; +const int COLOR_flow__ABreakExpr__before_flow_context = 111; +const int COLOR_astbuilder__ABreakExpr__make = 112; +const int COLOR_scope__ABreakExpr__accept_scope_visitor = 113; +const int COLOR_flow__ABreakExpr__accept_flow_visitor = 114; +const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue = 102; +const int COLOR_parser_nodes__AContinueExpr__n_kwcontinue_61d = 103; +const int COLOR_parser_nodes__AContinueExpr__n_expr = 104; +const int COLOR_parser_nodes__AContinueExpr__n_expr_61d = 105; +const int COLOR_parser_nodes__AContinueExpr__init = 106; +const int COLOR_parser_prod__AContinueExpr__empty_init = 107; +const int COLOR_parser_prod__AContinueExpr__init_acontinueexpr = 108; +const int COLOR_scope__AContinueExpr__escapemark = 109; +const int COLOR_scope__AContinueExpr__escapemark_61d = 110; +const int COLOR_flow__AContinueExpr__before_flow_context = 111; +const int COLOR_scope__AContinueExpr__accept_scope_visitor = 112; +const int COLOR_flow__AContinueExpr__accept_flow_visitor = 113; +const int COLOR_parser_nodes__ADoExpr__n_kwdo = 102; +const int COLOR_parser_nodes__ADoExpr__n_kwdo_61d = 103; +const int COLOR_parser_nodes__ADoExpr__n_block = 104; +const int COLOR_parser_nodes__ADoExpr__n_block_61d = 105; +const int COLOR_parser_nodes__ADoExpr__init = 106; +const int COLOR_parser_prod__ADoExpr__empty_init = 107; +const int COLOR_parser_prod__ADoExpr__init_adoexpr = 108; +const int COLOR_scope__ADoExpr__escapemark = 109; +const int COLOR_scope__ADoExpr__escapemark_61d = 110; +const int COLOR_astbuilder__ADoExpr__make = 111; +const int COLOR_astbuilder__ADoExpr__make_break = 112; +const int COLOR_flow__ADoExpr__accept_flow_visitor = 113; +const int COLOR_parser_nodes__AWhileExpr__n_kwwhile = 102; +const int COLOR_parser_nodes__AWhileExpr__n_kwwhile_61d = 103; +const int COLOR_parser_nodes__AWhileExpr__n_expr = 104; +const int COLOR_parser_nodes__AWhileExpr__n_expr_61d = 105; +const int COLOR_parser_nodes__AWhileExpr__n_kwdo = 106; +const int COLOR_parser_nodes__AWhileExpr__n_kwdo_61d = 107; +const int COLOR_parser_nodes__AWhileExpr__n_block = 108; +const int COLOR_parser_nodes__AWhileExpr__n_block_61d = 109; +const int COLOR_parser_nodes__AWhileExpr__init = 110; +const int COLOR_parser_prod__AWhileExpr__empty_init = 111; +const int COLOR_parser_prod__AWhileExpr__init_awhileexpr = 112; +const int COLOR_scope__AWhileExpr__escapemark = 113; +const int COLOR_scope__AWhileExpr__escapemark_61d = 114; +const int COLOR_parser_nodes__ALoopExpr__n_kwloop = 102; +const int COLOR_parser_nodes__ALoopExpr__n_kwloop_61d = 103; +const int COLOR_parser_nodes__ALoopExpr__n_block = 104; +const int COLOR_parser_nodes__ALoopExpr__n_block_61d = 105; +const int COLOR_parser_nodes__ALoopExpr__init = 106; +const int COLOR_parser_prod__ALoopExpr__empty_init = 107; +const int COLOR_parser_prod__ALoopExpr__init_aloopexpr = 108; +const int COLOR_scope__ALoopExpr__escapemark = 109; +const int COLOR_scope__ALoopExpr__escapemark_61d = 110; +const int COLOR_parser_nodes__AForExpr__n_kwfor = 102; +const int COLOR_parser_nodes__AForExpr__n_kwfor_61d = 103; +const int COLOR_parser_nodes__AForExpr__n_ids = 104; +const int COLOR_parser_nodes__AForExpr__n_expr = 105; +const int COLOR_parser_nodes__AForExpr__n_expr_61d = 106; +const int COLOR_parser_nodes__AForExpr__n_kwdo = 107; +const int COLOR_parser_nodes__AForExpr__n_kwdo_61d = 108; +const int COLOR_parser_nodes__AForExpr__n_block = 109; +const int COLOR_parser_nodes__AForExpr__n_block_61d = 110; +const int COLOR_parser_nodes__AForExpr__init = 111; +const int COLOR_parser_prod__AForExpr__empty_init = 112; +const int COLOR_parser_prod__AForExpr__init_aforexpr = 113; +const int COLOR_scope__AForExpr__variables = 114; +const int COLOR_scope__AForExpr__variables_61d = 115; +const int COLOR_scope__AForExpr__escapemark = 116; +const int COLOR_scope__AForExpr__escapemark_61d = 117; +const int COLOR_typing__AForExpr__coltype = 118; +const int COLOR_typing__AForExpr__coltype_61d = 119; +const int COLOR_typing__AForExpr__method_iterator = 120; +const int COLOR_typing__AForExpr__method_iterator_61d = 121; +const int COLOR_typing__AForExpr__method_is_ok = 122; +const int COLOR_typing__AForExpr__method_is_ok_61d = 123; +const int COLOR_typing__AForExpr__method_item = 124; +const int COLOR_typing__AForExpr__method_item_61d = 125; +const int COLOR_typing__AForExpr__method_next = 126; +const int COLOR_typing__AForExpr__method_next_61d = 127; +const int COLOR_typing__AForExpr__method_key = 128; +const int COLOR_typing__AForExpr__method_key_61d = 129; +const int COLOR_typing__AForExpr__do_type_iterator = 130; +const int COLOR_parser_nodes__AAssignFormExpr__n_assign = 99; +const int COLOR_parser_nodes__AAssignFormExpr__n_assign_61d = 100; +const int COLOR_parser_nodes__AAssignFormExpr__n_value = 101; +const int COLOR_parser_nodes__AAssignFormExpr__n_value_61d = 102; +const int COLOR_parser_nodes__AAssignFormExpr__init = 103; +const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op = 99; +const int COLOR_parser_nodes__AReassignFormExpr__n_assign_op_61d = 100; +const int COLOR_parser_nodes__AReassignFormExpr__n_value = 101; +const int COLOR_parser_nodes__AReassignFormExpr__n_value_61d = 102; +const int COLOR_parser_nodes__AReassignFormExpr__init = 103; +const int COLOR_typing__AReassignFormExpr__reassign_callsite = 104; +const int COLOR_typing__AReassignFormExpr__reassign_callsite_61d = 105; +const int COLOR_typing__AReassignFormExpr__read_type = 106; +const int COLOR_typing__AReassignFormExpr__read_type_61d = 107; +const int COLOR_typing__AReassignFormExpr__resolve_reassignment = 108; +const int COLOR_flow__AReassignFormExpr__accept_flow_visitor = 109; +const int COLOR_parser_nodes__ASendExpr__n_expr = 110; +const int COLOR_parser_nodes__ASendExpr__n_expr_61d = 111; +const int COLOR_parser_nodes__ASendExpr__init = 112; +const int COLOR_parser_prod__ASendExpr__empty_init = 113; +const int COLOR_parser_prod__ASendExpr__init_asendexpr = 114; +const int COLOR_typing__ASendExpr__callsite = 115; +const int COLOR_typing__ASendExpr__callsite_61d = 116; +const int COLOR_typing__ASendExpr__property_name = 117; +const int COLOR_typing__ASendExpr__raw_arguments = 118; +const int COLOR_typing__ASendExpr__raw_arguments_61d = 119; +const int COLOR_typing__ASendExpr__compute_raw_arguments = 120; +const int COLOR_parser_nodes__AAttrFormExpr__n_expr = 110; +const int COLOR_parser_nodes__AAttrFormExpr__n_expr_61d = 111; +const int COLOR_parser_nodes__AAttrFormExpr__n_id = 112; +const int COLOR_parser_nodes__AAttrFormExpr__n_id_61d = 113; +const int COLOR_parser_nodes__AAttrFormExpr__init = 114; +const int COLOR_typing__AAttrFormExpr__mproperty = 115; +const int COLOR_typing__AAttrFormExpr__mproperty_61d = 116; +const int COLOR_typing__AAttrFormExpr__attr_type = 117; +const int COLOR_typing__AAttrFormExpr__attr_type_61d = 118; +const int COLOR_typing__AAttrFormExpr__resolve_property = 119; +const int COLOR_parser_nodes__AAttrAssignExpr__init = 120; +const int COLOR_parser_prod__AAttrAssignExpr__empty_init = 121; +const int COLOR_parser_prod__AAttrAssignExpr__init_aattrassignexpr = 122; +const int COLOR_astbuilder__AAttrAssignExpr__make = 123; +const int COLOR_parser_nodes__ACallFormExpr__n_id = 121; +const int COLOR_parser_nodes__ACallFormExpr__n_id_61d = 122; +const int COLOR_parser_nodes__ACallFormExpr__n_args = 123; +const int COLOR_parser_nodes__ACallFormExpr__n_args_61d = 124; +const int COLOR_parser_nodes__ACallFormExpr__init = 125; +const int COLOR_scope__ACallFormExpr__variable_create = 126; +const int COLOR_scope__ACallFormExpr__accept_scope_visitor = 127; +const int COLOR_parser_nodes__ASendReassignFormExpr__init = 128; +const int COLOR_typing__ASendReassignFormExpr__write_callsite = 129; +const int COLOR_typing__ASendReassignFormExpr__write_callsite_61d = 130; +const int COLOR_parser_nodes__AAttrReassignExpr__init = 120; +const int COLOR_parser_prod__AAttrReassignExpr__empty_init = 121; +const int COLOR_parser_prod__AAttrReassignExpr__init_aattrreassignexpr = 122; +const int COLOR_parser_nodes__ACallAssignExpr__init = 128; +const int COLOR_parser_prod__ACallAssignExpr__empty_init = 129; +const int COLOR_parser_prod__ACallAssignExpr__init_acallassignexpr = 130; +const int COLOR_parser_nodes__ACallReassignExpr__init = 131; +const int COLOR_parser_prod__ACallReassignExpr__empty_init = 132; +const int COLOR_parser_prod__ACallReassignExpr__init_acallreassignexpr = 133; +const int COLOR_parser_nodes__ABraFormExpr__n_args = 131; +const int COLOR_parser_nodes__ABraFormExpr__n_args_61d = 132; +const int COLOR_parser_nodes__ABraFormExpr__init = 133; +const int COLOR_parser_nodes__ABraAssignExpr__init = 134; +const int COLOR_parser_prod__ABraAssignExpr__empty_init = 135; +const int COLOR_parser_prod__ABraAssignExpr__init_abraassignexpr = 136; +const int COLOR_parser_nodes__AVarFormExpr__n_id = 110; +const int COLOR_parser_nodes__AVarFormExpr__n_id_61d = 111; +const int COLOR_parser_nodes__AVarFormExpr__init = 112; +const int COLOR_scope__AVarFormExpr__variable = 113; +const int COLOR_scope__AVarFormExpr__variable_61d = 114; +const int COLOR_parser_nodes__ABraReassignExpr__init = 134; +const int COLOR_parser_prod__ABraReassignExpr__empty_init = 135; +const int COLOR_parser_prod__ABraReassignExpr__init_abrareassignexpr = 136; +const int COLOR_parser_nodes__AVarAssignExpr__init = 115; +const int COLOR_parser_prod__AVarAssignExpr__empty_init = 116; +const int COLOR_parser_prod__AVarAssignExpr__init_avarassignexpr = 117; +const int COLOR_astbuilder__AVarAssignExpr__make = 118; +const int COLOR_flow__AVarAssignExpr__accept_flow_visitor = 119; +const int COLOR_local_var_init__AVarAssignExpr__accept_local_var_visitor = 120; +const int COLOR_parser_nodes__AVarReassignExpr__init = 115; +const int COLOR_parser_prod__AVarReassignExpr__empty_init = 116; +const int COLOR_parser_prod__AVarReassignExpr__init_avarreassignexpr = 117; +const int COLOR_local_var_init__AVarReassignExpr__accept_local_var_visitor = 118; +const int COLOR_layout_builders__TypingLayoutBuilder__build_layout = 51; +const int COLOR_layout_builders__TypingLayoutBuilder__poset = 52; +const int COLOR_layout_builders__PropertyLayoutBuilder__build_layout = 51; +const int COLOR_layout_builders__ResolutionLayoutBuilder__build_layout = 51; +const int COLOR_layout_builders__PerfectHasher__operator = 53; +const int COLOR_layout_builders__PerfectHasher__operator_61d = 54; +const int COLOR_layout_builders__PerfectHasher__init = 55; +const int COLOR_layout_builders__PerfectHasher__compute_masks = 56; +const int COLOR_layout_builders__PerfectHasher__compute_mask = 57; +const int COLOR_layout_builders__PerfectHasher__compute_hashes = 58; +const int COLOR_layout_builders__TypingHasher__mmodule = 59; +const int COLOR_layout_builders__TypingHasher__mmodule_61d = 60; +const int COLOR_layout_builders__TypingHasher__poset_builder = 61; +const int COLOR_layout_builders__TypingHasher__poset_builder_61d = 62; +const int COLOR_layout_builders__TypingHasher__poset_cache = 63; +const int COLOR_layout_builders__TypingHasher__poset_cache_61d = 64; +const int COLOR_layout_builders__TypingHasher__init = 65; +const int COLOR_layout_builders__TypingHasher__compute_ids = 66; +const int COLOR_layout_builders__TypingHasher__build_conflicts = 67; +const int COLOR_layout_builders__MPropertyHasher__mmodule = 59; +const int COLOR_layout_builders__MPropertyHasher__mmodule_61d = 60; +const int COLOR_layout_builders__MPropertyHasher__init = 61; +const int COLOR_layout_builders__MPropertyHasher__build_poset = 62; +const int COLOR_layout_builders__ResolutionHasher__init = 59; +const int COLOR_kernel__Sys__main = 51; +const int COLOR_kernel__Sys__init = 52; +const int COLOR_gc__Sys__force_garbage_collection = 53; +const int COLOR_string__Sys__program_name = 54; +const int COLOR_string__Sys__init_args = 55; +const int COLOR_string__Sys__native_argc = 56; +const int COLOR_string__Sys__native_argv = 57; +const int COLOR_posix__Sys__uid_61d = 58; +const int COLOR_posix__Sys__uid = 59; +const int COLOR_posix__Sys__gid_61d = 60; +const int COLOR_posix__Sys__gid = 61; +const int COLOR_posix__Sys__euid_61d = 62; +const int COLOR_posix__Sys__euid = 63; +const int COLOR_posix__Sys__egid_61d = 64; +const int COLOR_posix__Sys__egid = 65; +const int COLOR_time__Sys__nanosleep = 66; +const int COLOR_exec__Sys__system = 67; +const int COLOR_kernel__Float___43d = 59; +const int COLOR_kernel__Float__unary_32d_45d = 60; +const int COLOR_kernel__Float___45d = 61; +const int COLOR_kernel__Float___42d = 62; +const int COLOR_kernel__Float___47d = 63; +const int COLOR_kernel__Float__to_i = 64; +const int COLOR_math__Float__sqrt = 65; +const int COLOR_math__Float__cos = 66; +const int COLOR_math__Float__sin = 67; +const int COLOR_math__Float__tan = 68; +const int COLOR_math__Float__acos = 69; +const int COLOR_math__Float__asin = 70; +const int COLOR_math__Float__atan = 71; +const int COLOR_math__Float__abs = 72; +const int COLOR_math__Float__pow = 73; +const int COLOR_math__Float__log = 74; +const int COLOR_math__Float__exp = 75; +const int COLOR_math__Float__rand = 76; +const int COLOR_math__Float__hypot_with = 77; +const int COLOR_math__Float__is_nan = 78; +const int COLOR_math__Float__is_inf = 79; +const int COLOR_math__Float__is_inf_extern = 80; +const int COLOR_string__Float__to_precision = 81; +const int COLOR_string__Float__to_precision_native = 82; +const int COLOR_kernel__Int__unary_32d_45d = 64; +const int COLOR_kernel__Int___42d = 65; +const int COLOR_kernel__Int___47d = 66; +const int COLOR_kernel__Int___37d = 67; +const int COLOR_kernel__Int__lshift = 68; +const int COLOR_kernel__Int__rshift = 69; +const int COLOR_kernel__Int__to_f = 70; +const int COLOR_kernel__Int__ascii = 71; +const int COLOR_kernel__Int__digit_count = 72; +const int COLOR_kernel__Int__digit_count_base_95d10 = 73; +const int COLOR_kernel__Int__to_c = 74; +const int COLOR_kernel__Int__abs = 75; +const int COLOR_range__Int__times = 76; +const int COLOR_math__Int__rand = 77; +const int COLOR_math__Int__bin_and = 78; +const int COLOR_math__Int__bin_or = 79; +const int COLOR_math__Int__bin_xor = 80; +const int COLOR_math__Int__sqrt = 81; +const int COLOR_string__Int__fill_buffer = 82; +const int COLOR_string__Int__native_int_to_s = 83; +const int COLOR_string__Int__to_hex = 84; +const int COLOR_string__Int__to_base = 85; +const int COLOR_kernel__Pointer__address_is_null = 51; +const int COLOR_abstract_collection__Iterator__item = 51; +const int COLOR_abstract_collection__Iterator__next = 52; +const int COLOR_abstract_collection__Iterator__is_ok = 53; +const int COLOR_array__Iterator__to_a = 54; +const int COLOR_abstract_collection__Container__init = 79; +const int COLOR_abstract_collection__Container__item = 80; +const int COLOR_abstract_collection__Container__item_61d = 81; +const int COLOR_abstract_collection__ContainerIterator__init = 55; +const int COLOR_abstract_collection__MapIterator__item = 51; +const int COLOR_abstract_collection__MapIterator__key = 52; +const int COLOR_abstract_collection__MapIterator__next = 53; +const int COLOR_abstract_collection__MapIterator__is_ok = 54; +const int COLOR_abstract_collection__MapKeysIterator__iterator = 55; +const int COLOR_abstract_collection__MapKeysIterator__iterator_61d = 56; +const int COLOR_abstract_collection__MapKeysIterator__init = 57; +const int COLOR_abstract_collection__MapValuesIterator__iterator = 55; +const int COLOR_abstract_collection__MapValuesIterator__iterator_61d = 56; +const int COLOR_abstract_collection__MapValuesIterator__init = 57; +const int COLOR_abstract_collection__IndexedIterator__index = 55; +const int COLOR_abstract_collection__CoupleMap__couple_at = 65; +const int COLOR_abstract_collection__CoupleMapIterator__init = 55; +const int COLOR_abstract_collection__Couple__first = 51; +const int COLOR_abstract_collection__Couple__first_61d = 52; +const int COLOR_abstract_collection__Couple__second = 53; +const int COLOR_abstract_collection__Couple__second_61d = 54; +const int COLOR_abstract_collection__Couple__init = 55; +const int COLOR_range__Range__last = 79; +const int COLOR_range__Range__after = 80; +const int COLOR_range__Range__init = 81; +const int COLOR_range__Range__without_last = 82; +const int COLOR_range__IteratorRange__init = 55; +const int COLOR_list__List__slice = 97; +const int COLOR_list__List__link = 98; +const int COLOR_list__List__init = 99; +const int COLOR_list__List__from = 100; +const int COLOR_list__List__get_node = 101; +const int COLOR_list__List__search_node_after = 102; +const int COLOR_list__List__remove_node = 103; +const int COLOR_list__List__insert_before = 104; +const int COLOR_list__ListIterator__item_61d = 56; +const int COLOR_list__ListIterator__init = 57; +const int COLOR_list__ListIterator__delete = 58; +const int COLOR_list__ListIterator__insert_before = 59; +const int COLOR_list__ListNode__init = 82; +const int COLOR_list__ListNode__next = 83; +const int COLOR_list__ListNode__next_61d = 84; +const int COLOR_list__ListNode__prev = 85; +const int COLOR_list__ListNode__prev_61d = 86; +const int COLOR_array__ArrayIterator__init = 56; +const int COLOR_array__ArraySet__enlarge = 84; +const int COLOR_array__ArraySet__remove_at = 85; +const int COLOR_array__ArraySet__init = 86; +const int COLOR_array__ArraySet__with_capacity = 87; +const int COLOR_array__ArraySetIterator__init = 55; +const int COLOR_array__ArrayMap__keys_61d = 66; +const int COLOR_array__ArrayMap__values_61d = 67; +const int COLOR_array__ArrayMap__enlarge = 68; +const int COLOR_array__ArrayMap__remove_at_index = 69; +const int COLOR_array__ArrayMap__index = 70; +const int COLOR_array__ArrayMap__init = 71; +const int COLOR_array__ArrayMapKeys__map = 82; +const int COLOR_array__ArrayMapKeys__map_61d = 83; +const int COLOR_array__ArrayMapKeys__init = 84; +const int COLOR_array__ArrayMapValues__map = 82; +const int COLOR_array__ArrayMapValues__map_61d = 83; +const int COLOR_array__ArrayMapValues__init = 84; +const int COLOR_array__NativeArray___91d_93d = 51; +const int COLOR_array__NativeArray___91d_93d_61d = 52; +const int COLOR_array__NativeArray__copy_to = 53; +const int COLOR_sorter__ComparableSorter__init = 84; +const int COLOR_hash_collection__HashNode__next_item = 51; +const int COLOR_hash_collection__HashNode__next_item_61d = 52; +const int COLOR_hash_collection__HashNode__prev_item = 53; +const int COLOR_hash_collection__HashNode__prev_item_61d = 54; +const int COLOR_hash_collection__HashNode__init = 55; +const int COLOR_hash_collection__HashMapKeys__map = 82; +const int COLOR_hash_collection__HashMapKeys__map_61d = 83; +const int COLOR_hash_collection__HashMapKeys__init = 84; +const int COLOR_hash_collection__HashMapValues__map = 82; +const int COLOR_hash_collection__HashMapValues__map_61d = 83; +const int COLOR_hash_collection__HashMapValues__init = 84; +const int COLOR_hash_collection__HashMapNode__init = 56; +const int COLOR_hash_collection__HashMapIterator__init = 55; +const int COLOR_hash_collection__HashSetNode__init = 56; +const int COLOR_hash_collection__HashSetIterator__init = 55; +const int COLOR_string__FlatStringIterator__target = 56; +const int COLOR_string__FlatStringIterator__target_61d = 57; +const int COLOR_string__FlatStringIterator__target_items = 58; +const int COLOR_string__FlatStringIterator__target_items_61d = 59; +const int COLOR_string__FlatStringIterator__curr_pos = 60; +const int COLOR_string__FlatStringIterator__curr_pos_61d = 61; +const int COLOR_string__FlatStringIterator__with_pos = 62; +const int COLOR_string__FlatBufferIterator__target = 56; +const int COLOR_string__FlatBufferIterator__target_61d = 57; +const int COLOR_string__FlatBufferIterator__target_items = 58; +const int COLOR_string__FlatBufferIterator__target_items_61d = 59; +const int COLOR_string__FlatBufferIterator__curr_pos = 60; +const int COLOR_string__FlatBufferIterator__curr_pos_61d = 61; +const int COLOR_string__FlatBufferIterator__with_pos = 62; +const int COLOR_string__NativeString___91d_93d = 129; +const int COLOR_string__NativeString___91d_93d_61d = 130; +const int COLOR_string__NativeString__copy_to = 131; +const int COLOR_string__NativeString__cstring_length = 132; +const int COLOR_string__NativeString__atoi = 133; +const int COLOR_string__NativeString__atof = 134; +const int COLOR_string__NativeString__to_s_with_length = 135; +const int COLOR_string__NativeString__to_s_with_copy = 136; +const int COLOR_string__NativeString__init = 137; +const int COLOR_environ__NativeString__get_environ = 138; +const int COLOR_environ__NativeString__setenv = 139; +const int COLOR_exec__NativeString__system = 140; +const int COLOR_file__NativeString__file_exists = 141; +const int COLOR_file__NativeString__file_stat = 142; +const int COLOR_file__NativeString__file_lstat = 143; +const int COLOR_file__NativeString__file_mkdir = 144; +const int COLOR_file__NativeString__file_delete = 145; +const int COLOR_file__NativeString__file_chdir = 146; +const int COLOR_file__NativeString__file_realpath = 147; +const int COLOR_string__CachedAlphaComparator__cache = 84; +const int COLOR_string__CachedAlphaComparator__cache_61d = 85; +const int COLOR_string__CachedAlphaComparator__do_to_s = 86; +const int COLOR_string__CachedAlphaComparator__init = 87; +const int COLOR_string__AlphaComparator__init = 84; +const int COLOR_posix__Passwd__from_uid = 52; +const int COLOR_posix__Passwd__from_name = 53; +const int COLOR_posix__Passwd__name = 54; +const int COLOR_posix__Passwd__passwd = 55; +const int COLOR_posix__Passwd__uid = 56; +const int COLOR_posix__Passwd__gid = 57; +const int COLOR_posix__Passwd__dir = 58; +const int COLOR_posix__Passwd__shell = 59; +const int COLOR_posix__Group__from_gid = 52; +const int COLOR_posix__Group__from_name = 53; +const int COLOR_posix__Group__name = 54; +const int COLOR_posix__Group__passwd = 55; +const int COLOR_posix__Group__gid = 56; +const int COLOR_posix__Group__mem = 57; +const int COLOR_string_search__BM_Pattern__init = 68; +const int COLOR_string_search__BM_Pattern__bc = 69; +const int COLOR_string_search__BM_Pattern__compute_bc = 70; +const int COLOR_string_search__BM_Pattern__suffixes = 71; +const int COLOR_string_search__BM_Pattern__compute_gs = 72; +const int COLOR_string_search__Match__string = 51; +const int COLOR_string_search__Match__from = 52; +const int COLOR_string_search__Match__length = 53; +const int COLOR_string_search__Match__after = 54; +const int COLOR_string_search__Match__init = 55; +const int COLOR_stream__StringOStream__content = 60; +const int COLOR_stream__StringOStream__content_61d = 61; +const int COLOR_stream__StringOStream__init = 62; +const int COLOR_time__TimeT__init = 52; +const int COLOR_time__TimeT__from_i = 53; +const int COLOR_time__TimeT__update = 54; +const int COLOR_time__TimeT__ctime = 55; +const int COLOR_time__TimeT__difftime = 56; +const int COLOR_time__TimeT__to_i = 57; +const int COLOR_time__Tm__gmtime = 52; +const int COLOR_time__Tm__gmtime_from_timet = 53; +const int COLOR_time__Tm__localtime = 54; +const int COLOR_time__Tm__localtime_from_timet = 55; +const int COLOR_time__Tm__to_timet = 56; +const int COLOR_time__Tm__sec = 57; +const int COLOR_time__Tm__min = 58; +const int COLOR_time__Tm__hour = 59; +const int COLOR_time__Tm__mday = 60; +const int COLOR_time__Tm__mon = 61; +const int COLOR_time__Tm__year = 62; +const int COLOR_time__Tm__wday = 63; +const int COLOR_time__Tm__yday = 64; +const int COLOR_time__Tm__is_dst = 65; +const int COLOR_time__Tm__asctime = 66; +const int COLOR_time__Tm__strftime = 67; +const int COLOR_exec__NativeProcess__id = 52; +const int COLOR_exec__NativeProcess__is_finished = 53; +const int COLOR_exec__NativeProcess__status = 54; +const int COLOR_exec__NativeProcess__wait = 55; +const int COLOR_exec__NativeProcess__in_fd = 56; +const int COLOR_exec__NativeProcess__out_fd = 57; +const int COLOR_exec__NativeProcess__err_fd = 58; +const int COLOR_file__Stdin__init = 69; +const int COLOR_file__Stdin__poll_in = 70; +const int COLOR_file__Stdout__init = 69; +const int COLOR_file__Stderr__init = 69; +const int COLOR_file__FileStat__mode = 52; +const int COLOR_file__FileStat__atime = 53; +const int COLOR_file__FileStat__ctime = 54; +const int COLOR_file__FileStat__mtime = 55; +const int COLOR_file__FileStat__size = 56; +const int COLOR_file__FileStat__is_reg = 57; +const int COLOR_file__FileStat__is_dir = 58; +const int COLOR_file__FileStat__is_chr = 59; +const int COLOR_file__FileStat__is_blk = 60; +const int COLOR_file__FileStat__is_fifo = 61; +const int COLOR_file__FileStat__is_lnk = 62; +const int COLOR_file__FileStat__is_sock = 63; +const int COLOR_file__NativeFile__io_read = 52; +const int COLOR_file__NativeFile__io_write = 53; +const int COLOR_file__NativeFile__io_close = 54; +const int COLOR_file__NativeFile__file_stat = 55; +const int COLOR_file__NativeFile__io_open_read = 56; +const int COLOR_file__NativeFile__io_open_write = 57; +const int COLOR_file__NativeFile__native_stdin = 58; +const int COLOR_file__NativeFile__native_stdout = 59; +const int COLOR_file__NativeFile__native_stderr = 60; +const int COLOR_location__SourceFile__filename = 51; +const int COLOR_location__SourceFile__filename_61d = 52; +const int COLOR_location__SourceFile__string = 53; +const int COLOR_location__SourceFile__string_61d = 54; +const int COLOR_location__SourceFile__init = 55; +const int COLOR_location__SourceFile__from_string = 56; +const int COLOR_location__SourceFile__line_starts = 57; +const int COLOR_location__SourceFile__line_starts_61d = 58; +const int COLOR_location__Location__file = 59; +const int COLOR_location__Location__file_61d = 60; +const int COLOR_location__Location__line_start = 61; +const int COLOR_location__Location__line_start_61d = 62; +const int COLOR_location__Location__line_end = 63; +const int COLOR_location__Location__line_end_61d = 64; +const int COLOR_location__Location__column_start = 65; +const int COLOR_location__Location__column_start_61d = 66; +const int COLOR_location__Location__column_end = 67; +const int COLOR_location__Location__column_end_61d = 68; +const int COLOR_location__Location__init = 69; +const int COLOR_location__Location__pstart = 70; +const int COLOR_location__Location__pend = 71; +const int COLOR_location__Location__text = 72; +const int COLOR_location__Location__text_cache = 73; +const int COLOR_location__Location__text_cache_61d = 74; +const int COLOR_location__Location__with_file = 75; +const int COLOR_location__Location__located_in = 76; +const int COLOR_location__Location__relative_to = 77; +const int COLOR_location__Location__colored_line = 78; +const int COLOR_c__Location__as_line_pragma = 79; +const int COLOR_tables__TablesCapable__lexer_goto = 51; +const int COLOR_tables__TablesCapable__lexer_accept = 52; +const int COLOR_tables__TablesCapable__parser_goto = 53; +const int COLOR_tables__TablesCapable__parser_action = 54; +const int COLOR_poset__POSetElement__poset = 51; +const int COLOR_poset__POSetElement__poset_61d = 52; +const int COLOR_poset__POSetElement__element = 53; +const int COLOR_poset__POSetElement__element_61d = 54; +const int COLOR_poset__POSetElement__tos = 55; +const int COLOR_poset__POSetElement__tos_61d = 56; +const int COLOR_poset__POSetElement__froms = 57; +const int COLOR_poset__POSetElement__froms_61d = 58; +const int COLOR_poset__POSetElement__dtos = 59; +const int COLOR_poset__POSetElement__dtos_61d = 60; +const int COLOR_poset__POSetElement__dfroms = 61; +const int COLOR_poset__POSetElement__dfroms_61d = 62; +const int COLOR_poset__POSetElement__count = 63; +const int COLOR_poset__POSetElement__count_61d = 64; +const int COLOR_poset__POSetElement__greaters = 65; +const int COLOR_poset__POSetElement__direct_greaters = 66; +const int COLOR_poset__POSetElement__smallers = 67; +const int COLOR_poset__POSetElement__direct_smallers = 68; +const int COLOR_poset__POSetElement___60d_61d = 69; +const int COLOR_poset__POSetElement___60d = 70; +const int COLOR_poset__POSetElement__depth = 71; +const int COLOR_poset__POSetElement__init = 72; const int COLOR_model_base__Model__init = 51; -const int COLOR_model__Model__mclasses = 52; -const int COLOR_model__Model__mclasses_61d = 53; -const int COLOR_model__Model__mproperties = 54; -const int COLOR_model__Model__mproperties_61d = 55; -const int COLOR_model__Model__mclassdef_hierarchy = 56; -const int COLOR_model__Model__mclassdef_hierarchy_61d = 57; -const int COLOR_model__Model__intro_mtype_specialization_hierarchy = 58; -const int COLOR_model__Model__intro_mtype_specialization_hierarchy_61d = 59; -const int COLOR_model__Model__full_mtype_specialization_hierarchy = 60; -const int COLOR_model__Model__full_mtype_specialization_hierarchy_61d = 61; -const int COLOR_model__Model__mclasses_by_name = 62; -const int COLOR_model__Model__mclasses_by_name_61d = 63; -const int COLOR_model__Model__get_mclasses_by_name = 64; -const int COLOR_model__Model__mproperties_by_name = 65; -const int COLOR_model__Model__mproperties_by_name_61d = 66; -const int COLOR_model__Model__get_mproperties_by_name = 67; -const int COLOR_model__Model__null_type = 68; -const int COLOR_model__Model__null_type_61d = 69; -const int COLOR_model_base__MModule__model = 42; -const int COLOR_model_base__MModule__model_61d = 43; -const int COLOR_model_base__MModule__direct_owner = 44; -const int COLOR_model_base__MModule__direct_owner_61d = 45; -const int COLOR_model_base__MModule__name = 46; -const int COLOR_model_base__MModule__name_61d = 47; -const int COLOR_model_base__MModule__location = 48; -const int COLOR_model_base__MModule__location_61d = 49; -const int COLOR_model_base__MModule__in_nesting = 50; -const int COLOR_model_base__MModule__in_nesting_61d = 51; -const int COLOR_model_base__MModule__in_importation = 52; -const int COLOR_model_base__MModule__in_importation_61d = 53; -const int COLOR_model_base__MModule__full_name = 54; -const int COLOR_model_base__MModule__init = 55; -const int COLOR_model_base__MModule__set_imported_mmodules = 56; -const int COLOR_model_base__MModule__intrude_mmodules = 57; -const int COLOR_model_base__MModule__intrude_mmodules_61d = 58; -const int COLOR_model_base__MModule__public_mmodules = 59; -const int COLOR_model_base__MModule__public_mmodules_61d = 60; -const int COLOR_model_base__MModule__private_mmodules = 61; -const int COLOR_model_base__MModule__private_mmodules_61d = 62; -const int COLOR_model_base__MModule__visibility_for = 63; -const int COLOR_model_base__MModule__set_visibility_for = 64; -const int COLOR_model_base__MModule__public_owner = 65; -const int COLOR_model_base__MModule__is_visible = 66; -const int COLOR_model__MModule__intro_mclasses = 67; -const int COLOR_model__MModule__intro_mclasses_61d = 68; -const int COLOR_model__MModule__mclassdefs = 69; -const int COLOR_model__MModule__mclassdefs_61d = 70; -const int COLOR_model__MModule__has_mclass = 71; -const int COLOR_model__MModule__flatten_mclass_hierarchy = 72; -const int COLOR_model__MModule__linearize_mclasses = 73; -const int COLOR_model__MModule__linearize_mclassdefs = 74; -const int COLOR_model__MModule__linearize_mpropdefs = 75; -const int COLOR_model__MModule__flatten_mclass_hierarchy_cache = 76; -const int COLOR_model__MModule__flatten_mclass_hierarchy_cache_61d = 77; -const int COLOR_model__MModule__object_type = 78; -const int COLOR_model__MModule__object_type_cache = 79; -const int COLOR_model__MModule__object_type_cache_61d = 80; -const int COLOR_model__MModule__bool_type = 81; -const int COLOR_model__MModule__bool_type_cache = 82; -const int COLOR_model__MModule__bool_type_cache_61d = 83; -const int COLOR_model__MModule__sys_type = 84; -const int COLOR_model__MModule__get_primitive_class = 85; -const int COLOR_model__MModule__try_get_primitive_method = 86; -const int COLOR_abstract_compiler__MModule__properties = 87; -const int COLOR_abstract_compiler__MModule__properties_cache = 88; -const int COLOR_abstract_compiler__MModule__properties_cache_61d = 89; -const int COLOR_model_base__MVisibility__to_s_61d = 50; -const int COLOR_model_base__MVisibility__level = 51; -const int COLOR_model_base__MVisibility__level_61d = 52; -const int COLOR_model_base__MVisibility__init = 53; -const int COLOR_model__MClassDefSorter__mmodule = 76; -const int COLOR_model__MClassDefSorter__mmodule_61d = 77; -const int COLOR_model__MClassDefSorter__init = 78; -const int COLOR_model__MPropDefSorter__mmodule = 76; -const int COLOR_model__MPropDefSorter__mmodule_61d = 77; -const int COLOR_model__MPropDefSorter__init = 78; -const int COLOR_model__MClass__intro_mmodule = 42; -const int COLOR_model__MClass__intro_mmodule_61d = 43; -const int COLOR_model__MClass__name = 44; -const int COLOR_model__MClass__name_61d = 45; -const int COLOR_model__MClass__full_name = 46; -const int COLOR_model__MClass__arity = 47; -const int COLOR_model__MClass__arity_61d = 48; -const int COLOR_model__MClass__kind = 49; -const int COLOR_model__MClass__kind_61d = 50; -const int COLOR_model__MClass__visibility = 51; -const int COLOR_model__MClass__visibility_61d = 52; -const int COLOR_model__MClass__init = 53; -const int COLOR_model__MClass__mclassdefs = 54; -const int COLOR_model__MClass__mclassdefs_61d = 55; -const int COLOR_model__MClass__intro = 56; -const int COLOR_model__MClass__in_hierarchy = 57; -const int COLOR_model__MClass__mclass_type = 58; -const int COLOR_model__MClass__mclass_type_61d = 59; -const int COLOR_model__MClass__get_mtype = 60; -const int COLOR_model__MClass__get_mtype_cache = 61; -const int COLOR_model__MClass__get_mtype_cache_61d = 62; -const int COLOR_modelize_property__MClass__inherit_init_from = 63; -const int COLOR_modelize_property__MClass__inherit_init_from_61d = 64; -const int COLOR_abstract_compiler__MClass__c_name = 65; -const int COLOR_abstract_compiler__MClass__c_name_cache = 66; -const int COLOR_abstract_compiler__MClass__c_name_cache_61d = 67; -const int COLOR_model__MClassDef__mmodule = 42; -const int COLOR_model__MClassDef__mmodule_61d = 43; -const int COLOR_model__MClassDef__mclass = 44; -const int COLOR_model__MClassDef__mclass_61d = 45; -const int COLOR_model__MClassDef__bound_mtype = 46; -const int COLOR_model__MClassDef__bound_mtype_61d = 47; -const int COLOR_model__MClassDef__parameter_names = 48; -const int COLOR_model__MClassDef__parameter_names_61d = 49; -const int COLOR_model__MClassDef__location = 50; -const int COLOR_model__MClassDef__location_61d = 51; -const int COLOR_model__MClassDef__to_s_61d = 52; -const int COLOR_model__MClassDef__init = 53; -const int COLOR_model__MClassDef__supertypes = 54; -const int COLOR_model__MClassDef__supertypes_61d = 55; -const int COLOR_model__MClassDef__set_supertypes = 56; -const int COLOR_model__MClassDef__add_in_hierarchy = 57; -const int COLOR_model__MClassDef__in_hierarchy = 58; -const int COLOR_model__MClassDef__in_hierarchy_61d = 59; -const int COLOR_model__MClassDef__is_intro = 60; -const int COLOR_model__MClassDef__intro_mproperties = 61; -const int COLOR_model__MClassDef__intro_mproperties_61d = 62; -const int COLOR_model__MClassDef__mpropdefs = 63; -const int COLOR_model__MClassDef__mpropdefs_61d = 64; -const int COLOR_model__MType__model = 42; -const int COLOR_model__MType__is_subtype = 43; -const int COLOR_model__MType__anchor_to = 44; -const int COLOR_model__MType__need_anchor = 45; -const int COLOR_model__MType__supertype_to = 46; -const int COLOR_model__MType__resolve_for = 47; -const int COLOR_model__MType__can_resolve_for = 48; -const int COLOR_model__MType__as_nullable = 49; -const int COLOR_model__MType__as_nullable_cache = 50; -const int COLOR_model__MType__as_nullable_cache_61d = 51; -const int COLOR_model__MType__depth = 52; -const int COLOR_model__MType__length = 53; -const int COLOR_model__MType__collect_mclassdefs = 54; -const int COLOR_model__MType__collect_mclasses = 55; -const int COLOR_model__MType__collect_mtypes = 56; -const int COLOR_model__MType__has_mproperty = 57; -const int COLOR_model__MType__init = 58; -const int COLOR_abstract_compiler__MType__ctype = 59; -const int COLOR_abstract_compiler__MType__ctypename = 60; -const int COLOR_abstract_compiler__MType__c_name = 61; -const int COLOR_abstract_compiler__MType__c_name_cache = 62; -const int COLOR_abstract_compiler__MType__c_name_cache_61d = 63; -const int COLOR_separate_compiler__MType__const_color = 64; -const int COLOR_model__MClassType__mclass = 65; -const int COLOR_model__MClassType__mclass_61d = 66; -const int COLOR_model__MClassType__init = 67; -const int COLOR_model__MClassType__arguments = 68; -const int COLOR_model__MClassType__arguments_61d = 69; -const int COLOR_model__MClassType__collect_things = 70; -const int COLOR_model__MClassType__collect_mclassdefs_cache = 71; -const int COLOR_model__MClassType__collect_mclassdefs_cache_61d = 72; -const int COLOR_model__MClassType__collect_mclasses_cache = 73; -const int COLOR_model__MClassType__collect_mclasses_cache_61d = 74; -const int COLOR_model__MClassType__collect_mtypes_cache = 75; -const int COLOR_model__MClassType__collect_mtypes_cache_61d = 76; -const int COLOR_model__MClassType__anchor_to = 77; -const int COLOR_model__MGenericType__init = 78; -const int COLOR_model__MGenericType__to_s_61d = 79; -const int COLOR_model__MGenericType__need_anchor_61d = 80; -const int COLOR_abstract_compiler__MGenericType__c_name = 81; -const int COLOR_model__MVirtualType__mproperty = 65; -const int COLOR_model__MVirtualType__mproperty_61d = 66; -const int COLOR_model__MVirtualType__lookup_bound = 67; -const int COLOR_model__MVirtualType__init = 68; -const int COLOR_model__MParameterType__mclass = 65; -const int COLOR_model__MParameterType__mclass_61d = 66; -const int COLOR_model__MParameterType__rank = 67; -const int COLOR_model__MParameterType__rank_61d = 68; -const int COLOR_model__MParameterType__lookup_bound = 69; -const int COLOR_model__MParameterType__init = 70; -const int COLOR_model__MNullableType__mtype = 65; -const int COLOR_model__MNullableType__mtype_61d = 66; -const int COLOR_model__MNullableType__init = 67; -const int COLOR_model__MNullableType__to_s_61d = 68; -const int COLOR_model__MNullType__model_61d = 65; -const int COLOR_model__MNullType__init = 66; -const int COLOR_model__MSignature__mparameters = 65; -const int COLOR_model__MSignature__mparameters_61d = 66; -const int COLOR_model__MSignature__return_mtype = 67; -const int COLOR_model__MSignature__return_mtype_61d = 68; -const int COLOR_model__MSignature__init = 69; -const int COLOR_model__MSignature__vararg_rank = 70; -const int COLOR_model__MSignature__vararg_rank_61d = 71; -const int COLOR_model__MSignature__arity = 72; -const int COLOR_model__MParameter__name = 42; -const int COLOR_model__MParameter__name_61d = 43; -const int COLOR_model__MParameter__mtype = 44; -const int COLOR_model__MParameter__mtype_61d = 45; -const int COLOR_model__MParameter__is_vararg = 46; -const int COLOR_model__MParameter__is_vararg_61d = 47; -const int COLOR_model__MParameter__resolve_for = 48; -const int COLOR_model__MParameter__init = 49; -const int COLOR_model__MProperty__intro_mclassdef = 42; -const int COLOR_model__MProperty__intro_mclassdef_61d = 43; -const int COLOR_model__MProperty__name = 44; -const int COLOR_model__MProperty__name_61d = 45; -const int COLOR_model__MProperty__full_name = 46; -const int COLOR_model__MProperty__visibility = 47; -const int COLOR_model__MProperty__visibility_61d = 48; -const int COLOR_model__MProperty__init = 49; -const int COLOR_model__MProperty__mpropdefs = 50; -const int COLOR_model__MProperty__mpropdefs_61d = 51; -const int COLOR_model__MProperty__intro = 52; -const int COLOR_model__MProperty__lookup_definitions = 53; -const int COLOR_model__MProperty__lookup_definitions_cache = 54; -const int COLOR_model__MProperty__lookup_definitions_cache_61d = 55; -const int COLOR_model__MProperty__lookup_super_definitions = 56; -const int COLOR_model__MProperty__lookup_first_definition = 57; -const int COLOR_model__MProperty__lookup_all_definitions = 58; -const int COLOR_model__MProperty__lookup_all_definitions_cache = 59; -const int COLOR_model__MProperty__lookup_all_definitions_cache_61d = 60; -const int COLOR_abstract_compiler__MProperty__c_name = 61; -const int COLOR_abstract_compiler__MProperty__c_name_cache = 62; -const int COLOR_abstract_compiler__MProperty__c_name_cache_61d = 63; -const int COLOR_separate_compiler__MProperty__const_color = 64; -const int COLOR_model__MMethod__init = 65; -const int COLOR_model__MMethod__is_init = 66; -const int COLOR_model__MMethod__is_init_61d = 67; -const int COLOR_model__MMethod__is_new = 68; -const int COLOR_model__MMethod__is_new_61d = 69; -const int COLOR_model__MMethod__is_init_for = 70; -const int COLOR_model__MAttribute__init = 65; -const int COLOR_model__MVirtualTypeProp__init = 65; -const int COLOR_model__MVirtualTypeProp__mvirtualtype = 66; -const int COLOR_model__MVirtualTypeProp__mvirtualtype_61d = 67; -const int COLOR_model__MPropDef__location = 42; -const int COLOR_model__MPropDef__location_61d = 43; -const int COLOR_model__MPropDef__mclassdef = 44; -const int COLOR_model__MPropDef__mclassdef_61d = 45; -const int COLOR_model__MPropDef__mproperty = 46; -const int COLOR_model__MPropDef__mproperty_61d = 47; -const int COLOR_model__MPropDef__init = 48; -const int COLOR_model__MPropDef__to_s_61d = 49; -const int COLOR_model__MPropDef__is_intro = 50; -const int COLOR_model__MPropDef__lookup_next_definition = 51; -const int COLOR_typing__MPropDef__has_supercall = 52; -const int COLOR_typing__MPropDef__has_supercall_61d = 53; -const int COLOR_abstract_compiler__MPropDef__c_name_cache = 54; -const int COLOR_abstract_compiler__MPropDef__c_name_cache_61d = 55; -const int COLOR_abstract_compiler__MPropDef__c_name = 56; -const int COLOR_separate_compiler__MPropDef__const_color = 57; -const int COLOR_model__MMethodDef__init = 58; -const int COLOR_model__MMethodDef__msignature = 59; -const int COLOR_model__MMethodDef__msignature_61d = 60; -const int COLOR_model__MMethodDef__is_abstract = 61; -const int COLOR_model__MMethodDef__is_abstract_61d = 62; -const int COLOR_abstract_compiler__MMethodDef__can_inline = 63; -const int COLOR_abstract_compiler__MMethodDef__compile_inside_to_c = 64; -const int COLOR_abstract_compiler__MMethodDef__compile_parameter_check = 65; -const int COLOR_separate_compiler__MMethodDef__separate_runtime_function = 66; -const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache = 67; -const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache_61d = 68; -const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function = 69; -const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache = 70; -const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache_61d = 71; -const int COLOR_model__MAttributeDef__init = 58; -const int COLOR_model__MAttributeDef__static_mtype = 59; -const int COLOR_model__MAttributeDef__static_mtype_61d = 60; -const int COLOR_model__MVirtualTypeDef__init = 58; -const int COLOR_model__MVirtualTypeDef__bound = 59; -const int COLOR_model__MVirtualTypeDef__bound_61d = 60; -const int COLOR_model__MClassKind__to_s_61d = 42; -const int COLOR_model__MClassKind__need_init = 43; -const int COLOR_model__MClassKind__need_init_61d = 44; -const int COLOR_model__MClassKind__init = 45; -const int COLOR_parser__State__state = 42; -const int COLOR_parser__State__state_61d = 43; -const int COLOR_parser__State__nodes = 44; -const int COLOR_parser__State__nodes_61d = 45; -const int COLOR_parser__State__init = 46; -const int COLOR_parser__Parser__init = 46; -const int COLOR_parser__Parser__go_to = 47; -const int COLOR_parser__Parser__push = 48; -const int COLOR_parser__Parser__state = 49; -const int COLOR_parser__Parser__pop = 50; -const int COLOR_parser__Parser__parse = 51; -const int COLOR_parser__Parser__build_reduce_table = 52; -const int COLOR_parser__ComputeProdLocationVisitor__init = 47; -const int COLOR_parser__ReduceAction__action = 42; -const int COLOR_parser__ReduceAction__concat = 43; -const int COLOR_parser__ReduceAction__init = 44; -const int COLOR_parser_util__InjectedLexer__injected_before = 54; -const int COLOR_parser_util__InjectedLexer__injected_before_61d = 55; -const int COLOR_parser_util__InjectedLexer__injected_after = 56; -const int COLOR_parser_util__InjectedLexer__injected_after_61d = 57; -const int COLOR_parser_util__InjectedLexer__is_finished = 58; -const int COLOR_parser_util__InjectedLexer__is_finished_61d = 59; -const int COLOR_parser_util__CollectTokensByTextVisitor__text = 47; -const int COLOR_parser_util__CollectTokensByTextVisitor__text_61d = 48; -const int COLOR_parser_util__CollectTokensByTextVisitor__init = 49; -const int COLOR_parser_util__CollectTokensByTextVisitor__result = 50; -const int COLOR_parser_util__CollectTokensByTextVisitor__result_61d = 51; -const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name = 47; -const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name_61d = 48; -const int COLOR_parser_util__CollectAnnotationsByNameVisitor__init = 49; -const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result = 50; -const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result_61d = 51; -const int COLOR_phase__AnnotationPhaseVisitor__phase = 47; -const int COLOR_phase__AnnotationPhaseVisitor__phase_61d = 48; -const int COLOR_phase__AnnotationPhaseVisitor__init = 49; -const int COLOR_phase__Phase__toolcontext = 42; -const int COLOR_phase__Phase__toolcontext_61d = 43; -const int COLOR_phase__Phase__in_hierarchy = 44; -const int COLOR_phase__Phase__in_hierarchy_61d = 45; -const int COLOR_phase__Phase__init = 46; -const int COLOR_phase__Phase__process_nmodule = 47; -const int COLOR_phase__Phase__process_nclassdef = 48; -const int COLOR_phase__Phase__process_npropdef = 49; -const int COLOR_phase__Phase__process_annotated_node = 50; -const int COLOR_frontend__Phase__process_mainmodule = 51; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count = 47; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count_61d = 48; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext = 49; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext_61d = 50; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__warning = 51; -const int COLOR_simple_misc_analysis__SimpleMiscVisitor__init = 52; -const int COLOR_literal__LiteralVisitor__toolcontext = 47; -const int COLOR_literal__LiteralVisitor__toolcontext_61d = 48; -const int COLOR_literal__LiteralVisitor__init = 49; -const int COLOR_scope__Variable__name = 42; -const int COLOR_scope__Variable__name_61d = 43; -const int COLOR_scope__Variable__init = 44; -const int COLOR_typing__Variable__declared_type = 45; -const int COLOR_typing__Variable__declared_type_61d = 46; -const int COLOR_scope__EscapeMark__name = 42; -const int COLOR_scope__EscapeMark__name_61d = 43; -const int COLOR_scope__EscapeMark__for_loop = 44; -const int COLOR_scope__EscapeMark__for_loop_61d = 45; -const int COLOR_scope__EscapeMark__continues = 46; -const int COLOR_scope__EscapeMark__continues_61d = 47; -const int COLOR_scope__EscapeMark__breaks = 48; -const int COLOR_scope__EscapeMark__breaks_61d = 49; -const int COLOR_scope__EscapeMark__init = 50; -const int COLOR_scope__ScopeVisitor__toolcontext = 47; -const int COLOR_scope__ScopeVisitor__toolcontext_61d = 48; -const int COLOR_scope__ScopeVisitor__selfvariable = 49; -const int COLOR_scope__ScopeVisitor__selfvariable_61d = 50; -const int COLOR_scope__ScopeVisitor__init = 51; -const int COLOR_scope__ScopeVisitor__scopes = 52; -const int COLOR_scope__ScopeVisitor__scopes_61d = 53; -const int COLOR_scope__ScopeVisitor__register_variable = 54; -const int COLOR_scope__ScopeVisitor__search_variable = 55; -const int COLOR_scope__ScopeVisitor__enter_visit_block = 56; -const int COLOR_scope__ScopeVisitor__search_label = 57; -const int COLOR_scope__ScopeVisitor__make_escape_mark = 58; -const int COLOR_scope__ScopeVisitor__get_escapemark = 59; -const int COLOR_scope__ScopeVisitor__error = 60; -const int COLOR_scope__Scope__variables = 42; -const int COLOR_scope__Scope__variables_61d = 43; -const int COLOR_scope__Scope__escapemark = 44; -const int COLOR_scope__Scope__escapemark_61d = 45; -const int COLOR_scope__Scope__get_variable = 46; -const int COLOR_scope__Scope__init = 47; -const int COLOR_flow__FlowVisitor__current_flow_context = 47; -const int COLOR_flow__FlowVisitor__current_flow_context_61d = 48; -const int COLOR_flow__FlowVisitor__toolcontext = 49; -const int COLOR_flow__FlowVisitor__toolcontext_61d = 50; -const int COLOR_flow__FlowVisitor__init = 51; -const int COLOR_flow__FlowVisitor__first = 52; -const int COLOR_flow__FlowVisitor__first_61d = 53; -const int COLOR_flow__FlowVisitor__visit_expr = 54; -const int COLOR_flow__FlowVisitor__flows = 55; -const int COLOR_flow__FlowVisitor__flows_61d = 56; -const int COLOR_flow__FlowVisitor__printflow = 57; -const int COLOR_flow__FlowVisitor__make_sub_flow = 58; -const int COLOR_flow__FlowVisitor__make_merge_flow = 59; -const int COLOR_flow__FlowVisitor__make_true_false_flow = 60; -const int COLOR_flow__FlowVisitor__make_sub_true_false_flow = 61; -const int COLOR_flow__FlowVisitor__make_unreachable_flow = 62; -const int COLOR_flow__FlowVisitor__merge_continues_to = 63; -const int COLOR_flow__FlowVisitor__merge_breaks = 64; -const int COLOR_flow__FlowContext__previous = 42; -const int COLOR_flow__FlowContext__previous_61d = 43; -const int COLOR_flow__FlowContext__loops = 44; -const int COLOR_flow__FlowContext__loops_61d = 45; -const int COLOR_flow__FlowContext__is_marked_unreachable = 46; -const int COLOR_flow__FlowContext__is_marked_unreachable_61d = 47; -const int COLOR_flow__FlowContext__is_unreachable = 48; -const int COLOR_flow__FlowContext__is_already_unreachable = 49; -const int COLOR_flow__FlowContext__is_already_unreachable_61d = 50; -const int COLOR_flow__FlowContext__is_start = 51; -const int COLOR_flow__FlowContext__is_start_61d = 52; -const int COLOR_flow__FlowContext__node = 53; -const int COLOR_flow__FlowContext__node_61d = 54; -const int COLOR_flow__FlowContext__name = 55; -const int COLOR_flow__FlowContext__name_61d = 56; -const int COLOR_flow__FlowContext__when_true = 57; -const int COLOR_flow__FlowContext__when_true_61d = 58; -const int COLOR_flow__FlowContext__when_false = 59; -const int COLOR_flow__FlowContext__when_false_61d = 60; -const int COLOR_flow__FlowContext__add_previous = 61; -const int COLOR_flow__FlowContext__add_loop = 62; -const int COLOR_flow__FlowContext__init = 63; -const int COLOR_local_var_init__FlowContext__set_vars = 64; -const int COLOR_local_var_init__FlowContext__set_vars_61d = 65; -const int COLOR_local_var_init__FlowContext__is_variable_set = 66; -const int COLOR_typing__FlowContext__vars = 67; -const int COLOR_typing__FlowContext__vars_61d = 68; -const int COLOR_typing__FlowContext__cache = 69; -const int COLOR_typing__FlowContext__cache_61d = 70; -const int COLOR_typing__FlowContext__set_var = 71; -const int COLOR_typing__FlowContext__collect_types = 72; -const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext = 47; -const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext_61d = 48; -const int COLOR_local_var_init__LocalVarInitVisitor__init = 49; -const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars = 50; -const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars_61d = 51; -const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_unset = 52; -const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_set = 53; -const int COLOR_local_var_init__LocalVarInitVisitor__check_is_set = 54; -const int COLOR_modelbuilder__ModelBuilder__model = 42; -const int COLOR_modelbuilder__ModelBuilder__model_61d = 43; -const int COLOR_modelbuilder__ModelBuilder__toolcontext = 44; -const int COLOR_modelbuilder__ModelBuilder__toolcontext_61d = 45; -const int COLOR_modelbuilder__ModelBuilder__run_phases = 46; -const int COLOR_modelbuilder__ModelBuilder__init = 47; -const int COLOR_modelbuilder__ModelBuilder__parse = 48; -const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name = 49; -const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2 = 50; -const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache = 51; -const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d = 52; -const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name = 53; -const int COLOR_modelbuilder__ModelBuilder__paths = 54; -const int COLOR_modelbuilder__ModelBuilder__paths_61d = 55; -const int COLOR_modelbuilder__ModelBuilder__get_mmodule_by_name = 56; -const int COLOR_modelbuilder__ModelBuilder__module_absolute_path = 57; -const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules = 58; -const int COLOR_modelbuilder__ModelBuilder__loaded_nmodules_61d = 59; -const int COLOR_modelbuilder__ModelBuilder__load_module = 60; -const int COLOR_modelbuilder__ModelBuilder__build_module_importation = 61; -const int COLOR_modelbuilder__ModelBuilder__nmodules = 62; -const int COLOR_modelbuilder__ModelBuilder__nmodules_61d = 63; -const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule = 64; -const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule_61d = 65; -const int COLOR_modelbuilder__ModelBuilder__error = 66; -const int COLOR_modelbuilder__ModelBuilder__warning = 67; -const int COLOR_modelbuilder__ModelBuilder__force_get_primitive_method = 68; -const int COLOR_modelize_class__ModelBuilder__build_a_mclass = 69; -const int COLOR_modelize_class__ModelBuilder__build_a_mclassdef = 70; -const int COLOR_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance = 71; -const int COLOR_modelize_class__ModelBuilder__check_supertypes = 72; -const int COLOR_modelize_class__ModelBuilder__build_classes = 73; -const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef = 74; -const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef_61d = 75; -const int COLOR_modelize_class__ModelBuilder__resolve_mtype_unchecked = 76; -const int COLOR_modelize_class__ModelBuilder__resolve_mtype = 77; -const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef = 78; -const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef_61d = 79; -const int COLOR_modelize_property__ModelBuilder__build_properties = 80; -const int COLOR_modelize_property__ModelBuilder__process_default_constructors = 81; -const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis = 82; -const int COLOR_abstract_compiler__ModelBuilder__cc_paths = 83; -const int COLOR_abstract_compiler__ModelBuilder__cc_paths_61d = 84; -const int COLOR_abstract_compiler__ModelBuilder__write_and_make = 85; -const int COLOR_global_compiler__ModelBuilder__run_global_compiler = 86; -const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler = 87; -const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler = 88; -const int COLOR_abstract_compiler__ModelBuilder__init = 89; -const int COLOR_modelize_property__TextCollectorVisitor__text = 47; -const int COLOR_modelize_property__TextCollectorVisitor__text_61d = 48; -const int COLOR_modelize_property__TextCollectorVisitor__init = 49; -const int COLOR_cached__CachedPhase__init = 52; -const int COLOR_cached__CachedPhase__associate_propdef = 53; -const int COLOR_typing__TypeVisitor__modelbuilder = 42; -const int COLOR_typing__TypeVisitor__modelbuilder_61d = 43; -const int COLOR_typing__TypeVisitor__nclassdef = 44; -const int COLOR_typing__TypeVisitor__nclassdef_61d = 45; -const int COLOR_typing__TypeVisitor__mpropdef = 46; -const int COLOR_typing__TypeVisitor__mpropdef_61d = 47; -const int COLOR_typing__TypeVisitor__selfvariable = 48; -const int COLOR_typing__TypeVisitor__selfvariable_61d = 49; -const int COLOR_typing__TypeVisitor__init = 50; -const int COLOR_typing__TypeVisitor__mmodule = 51; -const int COLOR_typing__TypeVisitor__anchor = 52; -const int COLOR_typing__TypeVisitor__anchor_to = 53; -const int COLOR_typing__TypeVisitor__is_subtype = 54; -const int COLOR_typing__TypeVisitor__resolve_for = 55; -const int COLOR_typing__TypeVisitor__resolve_signature_for = 56; -const int COLOR_typing__TypeVisitor__check_subtype = 57; -const int COLOR_typing__TypeVisitor__visit_stmt = 58; -const int COLOR_typing__TypeVisitor__visit_expr = 59; -const int COLOR_typing__TypeVisitor__visit_expr_subtype = 60; -const int COLOR_typing__TypeVisitor__visit_expr_bool = 61; -const int COLOR_typing__TypeVisitor__visit_expr_cast = 62; -const int COLOR_typing__TypeVisitor__try_get_mproperty_by_name2 = 63; -const int COLOR_typing__TypeVisitor__resolve_mtype = 64; -const int COLOR_typing__TypeVisitor__try_get_mclass = 65; -const int COLOR_typing__TypeVisitor__get_mclass = 66; -const int COLOR_typing__TypeVisitor__type_bool = 67; -const int COLOR_typing__TypeVisitor__get_method = 68; -const int COLOR_typing__TypeVisitor__check_signature = 69; -const int COLOR_typing__TypeVisitor__error = 70; -const int COLOR_typing__TypeVisitor__get_variable = 71; -const int COLOR_typing__TypeVisitor__set_variable = 72; -const int COLOR_typing__TypeVisitor__merge_types = 73; -const int COLOR_typing__CallSite__node = 42; -const int COLOR_typing__CallSite__node_61d = 43; -const int COLOR_typing__CallSite__recv = 44; -const int COLOR_typing__CallSite__recv_61d = 45; -const int COLOR_typing__CallSite__recv_is_self = 46; -const int COLOR_typing__CallSite__recv_is_self_61d = 47; -const int COLOR_typing__CallSite__mproperty = 48; -const int COLOR_typing__CallSite__mproperty_61d = 49; -const int COLOR_typing__CallSite__mpropdef = 50; -const int COLOR_typing__CallSite__mpropdef_61d = 51; -const int COLOR_typing__CallSite__msignature = 52; -const int COLOR_typing__CallSite__msignature_61d = 53; -const int COLOR_typing__CallSite__erasure_cast = 54; -const int COLOR_typing__CallSite__erasure_cast_61d = 55; -const int COLOR_typing__CallSite__check_signature = 56; -const int COLOR_typing__CallSite__init = 57; -const int COLOR_auto_super_init__AutoSuperInitVisitor__init = 47; -const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init = 48; -const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d = 49; -const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext = 47; -const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext_61d = 48; -const int COLOR_div_by_zero__DivByZeroVisitor__mmodule = 49; -const int COLOR_div_by_zero__DivByZeroVisitor__mmodule_61d = 50; -const int COLOR_div_by_zero__DivByZeroVisitor__init = 51; -const int COLOR_astbuilder__ASTBuilder__mmodule = 42; -const int COLOR_astbuilder__ASTBuilder__mmodule_61d = 43; -const int COLOR_astbuilder__ASTBuilder__anchor = 44; -const int COLOR_astbuilder__ASTBuilder__anchor_61d = 45; -const int COLOR_astbuilder__ASTBuilder__make_int = 46; -const int COLOR_astbuilder__ASTBuilder__make_new = 47; -const int COLOR_astbuilder__ASTBuilder__make_call = 48; -const int COLOR_astbuilder__ASTBuilder__make_block = 49; -const int COLOR_astbuilder__ASTBuilder__make_var_read = 50; -const int COLOR_astbuilder__ASTBuilder__make_var_assign = 51; -const int COLOR_astbuilder__ASTBuilder__make_attr_read = 52; -const int COLOR_astbuilder__ASTBuilder__make_attr_assign = 53; -const int COLOR_astbuilder__ASTBuilder__make_do = 54; -const int COLOR_astbuilder__ASTBuilder__make_if = 55; -const int COLOR_astbuilder__ASTBuilder__init = 56; -const int COLOR_astbuilder__APlaceholderExpr__make = 90; -const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation = 91; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder = 42; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder_61d = 43; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule = 44; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule_61d = 45; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types = 46; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_61d = 47; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types = 48; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types_61d = 49; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes = 50; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes_61d = 51; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types = 52; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types_61d = 53; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types = 54; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types_61d = 55; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs = 56; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs_61d = 57; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods = 58; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_61d = 59; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends = 60; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends_61d = 61; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods = 62; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods_61d = 63; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo = 64; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo_61d = 65; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__run_analysis = 66; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__check_depth = 67; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_new = 68; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_cast = 69; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_send = 70; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_call = 71; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_send = 72; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_super_send = 73; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_super_send = 74; -const int COLOR_rapid_type_analysis__RapidTypeAnalysis__init = 75; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis = 47; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis_61d = 48; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver = 49; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver_61d = 50; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef = 51; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef_61d = 52; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__init = 53; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__cleanup_type = 54; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_class = 55; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_method = 56; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_type = 57; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_monomorphic_send = 58; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_send = 59; -const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_cast_type = 60; -const int COLOR_astvalidation__ASTValidationVisitor__path = 47; -const int COLOR_astvalidation__ASTValidationVisitor__path_61d = 48; -const int COLOR_astvalidation__ASTValidationVisitor__seen = 49; -const int COLOR_astvalidation__ASTValidationVisitor__seen_61d = 50; -const int COLOR_astvalidation__ASTValidationVisitor__init = 51; -const int COLOR_transform__TransformVisitor__phase = 47; -const int COLOR_transform__TransformVisitor__phase_61d = 48; -const int COLOR_transform__TransformVisitor__mmodule = 49; -const int COLOR_transform__TransformVisitor__mmodule_61d = 50; -const int COLOR_transform__TransformVisitor__mclassdef = 51; -const int COLOR_transform__TransformVisitor__mclassdef_61d = 52; -const int COLOR_transform__TransformVisitor__mpropdef = 53; -const int COLOR_transform__TransformVisitor__mpropdef_61d = 54; -const int COLOR_transform__TransformVisitor__builder = 55; -const int COLOR_transform__TransformVisitor__builder_61d = 56; -const int COLOR_transform__TransformVisitor__init = 57; -const int COLOR_transform__TransformVisitor__get_class = 58; -const int COLOR_transform__TransformVisitor__get_method = 59; -const int COLOR_abstract_compiler__AbstractCompiler__mainmodule = 42; -const int COLOR_abstract_compiler__AbstractCompiler__mainmodule_61d = 43; -const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule = 44; -const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule_61d = 45; -const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder = 46; -const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder_61d = 47; -const int COLOR_abstract_compiler__AbstractCompiler__hardening = 48; -const int COLOR_abstract_compiler__AbstractCompiler__init = 49; -const int COLOR_abstract_compiler__AbstractCompiler__new_file = 50; -const int COLOR_abstract_compiler__AbstractCompiler__files = 51; -const int COLOR_abstract_compiler__AbstractCompiler__files_61d = 52; -const int COLOR_abstract_compiler__AbstractCompiler__new_visitor = 53; -const int COLOR_abstract_compiler__AbstractCompiler__header = 54; -const int COLOR_abstract_compiler__AbstractCompiler__header_61d = 55; -const int COLOR_abstract_compiler__AbstractCompiler__provide_declaration = 56; -const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations = 57; -const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations_61d = 58; -const int COLOR_abstract_compiler__AbstractCompiler__compile_header = 59; -const int COLOR_abstract_compiler__AbstractCompiler__compile_header_structs = 60; -const int COLOR_abstract_compiler__AbstractCompiler__compile_main_function = 61; -const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies = 62; -const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies_61d = 63; -const int COLOR_abstract_compiler__AbstractCompiler__seen_extern = 64; -const int COLOR_abstract_compiler__AbstractCompiler__seen_extern_61d = 65; -const int COLOR_abstract_compiler__AbstractCompiler__generate_check_init_instance = 66; -const int COLOR_abstract_compiler__AbstractCompiler__generate_init_attr = 67; -const int COLOR_abstract_compiler__AbstractCompiler__generate_check_attr = 68; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags = 69; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags_61d = 70; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved = 71; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved_61d = 72; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved = 73; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved_61d = 74; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped = 75; -const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped_61d = 76; -const int COLOR_abstract_compiler__AbstractCompiler__init_count_type_test_tags = 77; -const int COLOR_abstract_compiler__AbstractCompiler__display_stats = 78; -const int COLOR_abstract_compiler__AbstractCompiler__div = 79; -const int COLOR_abstract_compiler__CodeFile__name = 42; -const int COLOR_abstract_compiler__CodeFile__name_61d = 43; -const int COLOR_abstract_compiler__CodeFile__writers = 44; -const int COLOR_abstract_compiler__CodeFile__writers_61d = 45; -const int COLOR_abstract_compiler__CodeFile__required_declarations = 46; -const int COLOR_abstract_compiler__CodeFile__required_declarations_61d = 47; -const int COLOR_abstract_compiler__CodeFile__init = 48; -const int COLOR_abstract_compiler__CodeWriter__file = 42; -const int COLOR_abstract_compiler__CodeWriter__file_61d = 43; -const int COLOR_abstract_compiler__CodeWriter__lines = 44; -const int COLOR_abstract_compiler__CodeWriter__lines_61d = 45; -const int COLOR_abstract_compiler__CodeWriter__decl_lines = 46; -const int COLOR_abstract_compiler__CodeWriter__decl_lines_61d = 47; -const int COLOR_abstract_compiler__CodeWriter__add = 48; -const int COLOR_abstract_compiler__CodeWriter__add_decl = 49; -const int COLOR_abstract_compiler__CodeWriter__init = 50; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler = 42; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler_61d = 43; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node = 44; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node_61d = 45; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame = 46; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame_61d = 47; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__object_type = 48; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__bool_type = 49; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer = 50; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer_61d = 51; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__init = 52; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_class = 53; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_property = 54; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__compile_callsite = 55; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__calloc_array = 56; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__native_array_def = 57; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__varargize = 58; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor = 59; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__resolve_for = 60; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__autoadapt = 61; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__supercall = 62; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__adapt_signature = 63; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__autobox = 64; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__type_test = 65; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__is_same_type_test = 66; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__equal_test = 67; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__call = 68; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__send = 69; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_send = 70; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__isset_attribute = 71; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__read_attribute = 72; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__write_attribute = 73; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_recv_notnull = 74; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_init_instance = 75; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__names = 76; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__names_61d = 77; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__last = 78; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__last_61d = 79; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_name = 80; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_name = 81; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names = 82; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names_61d = 83; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__class_name_string = 84; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables = 85; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables_61d = 86; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__variable = 87; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_var = 88; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_named_var = 89; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__assign = 90; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__init_instance = 91; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__int_instance = 92; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__string_instance = 93; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__array_instance = 94; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__vararg_instance = 95; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add = 96; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_decl = 97; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__require_declaration = 98; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__declare_once = 99; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_extern = 100; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr = 101; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_abort = 102; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_raw_abort = 103; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_cast = 104; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__ret = 105; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__stmt = 106; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr = 107; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr_bool = 108; -const int COLOR_abstract_compiler__AbstractCompilerVisitor__debug = 109; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef = 42; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef_61d = 43; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name = 44; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__build_c_name = 45; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache = 46; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache_61d = 47; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__call = 48; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c = 49; -const int COLOR_abstract_compiler__AbstractRuntimeFunction__init = 50; -const int COLOR_abstract_compiler__RuntimeVariable__name = 42; -const int COLOR_abstract_compiler__RuntimeVariable__name_61d = 43; -const int COLOR_abstract_compiler__RuntimeVariable__mtype = 44; -const int COLOR_abstract_compiler__RuntimeVariable__mtype_61d = 45; -const int COLOR_abstract_compiler__RuntimeVariable__mcasttype = 46; -const int COLOR_abstract_compiler__RuntimeVariable__mcasttype_61d = 47; -const int COLOR_abstract_compiler__RuntimeVariable__is_exact = 48; -const int COLOR_abstract_compiler__RuntimeVariable__is_exact_61d = 49; -const int COLOR_abstract_compiler__RuntimeVariable__init = 50; -const int COLOR_abstract_compiler__Frame__visitor = 42; -const int COLOR_abstract_compiler__Frame__visitor_61d = 43; -const int COLOR_abstract_compiler__Frame__mpropdef = 44; -const int COLOR_abstract_compiler__Frame__mpropdef_61d = 45; -const int COLOR_abstract_compiler__Frame__receiver = 46; -const int COLOR_abstract_compiler__Frame__receiver_61d = 47; -const int COLOR_abstract_compiler__Frame__arguments = 48; -const int COLOR_abstract_compiler__Frame__arguments_61d = 49; -const int COLOR_abstract_compiler__Frame__returnvar = 50; -const int COLOR_abstract_compiler__Frame__returnvar_61d = 51; -const int COLOR_abstract_compiler__Frame__returnlabel = 52; -const int COLOR_abstract_compiler__Frame__returnlabel_61d = 53; -const int COLOR_abstract_compiler__Frame__init = 54; -const int COLOR_abstract_compiler__ExternCFile__filename = 42; -const int COLOR_abstract_compiler__ExternCFile__filename_61d = 43; -const int COLOR_abstract_compiler__ExternCFile__cflags = 44; -const int COLOR_abstract_compiler__ExternCFile__cflags_61d = 45; -const int COLOR_abstract_compiler__ExternCFile__init = 46; -const int COLOR_layout_builders__Layout__ids = 42; -const int COLOR_layout_builders__Layout__ids_61d = 43; -const int COLOR_layout_builders__Layout__pos = 44; -const int COLOR_layout_builders__Layout__pos_61d = 45; -const int COLOR_layout_builders__Layout__init = 46; -const int COLOR_layout_builders__PHLayout__masks = 47; -const int COLOR_layout_builders__PHLayout__masks_61d = 48; -const int COLOR_layout_builders__PHLayout__hashes = 49; -const int COLOR_layout_builders__PHLayout__hashes_61d = 50; -const int COLOR_layout_builders__PHLayout__init = 51; -const int COLOR_layout_builders__POSetBuilder__mmodule = 42; -const int COLOR_layout_builders__POSetBuilder__mmodule_61d = 43; -const int COLOR_layout_builders__POSetBuilder__init = 44; -const int COLOR_layout_builders__POSetBuilder__build_poset = 45; -const int COLOR_layout_builders__TypingBMizer__mmodule = 44; -const int COLOR_layout_builders__TypingBMizer__mmodule_61d = 45; -const int COLOR_layout_builders__TypingBMizer__poset_builder = 46; -const int COLOR_layout_builders__TypingBMizer__poset_builder_61d = 47; -const int COLOR_layout_builders__TypingBMizer__poset_cache = 48; -const int COLOR_layout_builders__TypingBMizer__poset_cache_61d = 49; -const int COLOR_layout_builders__TypingBMizer__init = 50; -const int COLOR_layout_builders__MTypeBMizer__init = 51; -const int COLOR_layout_builders__MClassBMizer__init = 51; -const int COLOR_layout_builders__ResolutionBMizer__init = 43; -const int COLOR_layout_builders__MPropertyBMizer__mmodule = 43; -const int COLOR_layout_builders__MPropertyBMizer__mmodule_61d = 44; -const int COLOR_layout_builders__MPropertyBMizer__init = 45; -const int COLOR_layout_builders__TypingColorer__core = 44; -const int COLOR_layout_builders__TypingColorer__core_61d = 45; -const int COLOR_layout_builders__TypingColorer__crown = 46; -const int COLOR_layout_builders__TypingColorer__crown_61d = 47; -const int COLOR_layout_builders__TypingColorer__border = 48; -const int COLOR_layout_builders__TypingColorer__border_61d = 49; -const int COLOR_layout_builders__TypingColorer__coloration_result = 50; -const int COLOR_layout_builders__TypingColorer__coloration_result_61d = 51; -const int COLOR_layout_builders__TypingColorer__mmodule = 52; -const int COLOR_layout_builders__TypingColorer__mmodule_61d = 53; -const int COLOR_layout_builders__TypingColorer__poset_builder = 54; -const int COLOR_layout_builders__TypingColorer__poset_builder_61d = 55; -const int COLOR_layout_builders__TypingColorer__poset_cache = 56; -const int COLOR_layout_builders__TypingColorer__poset_cache_61d = 57; -const int COLOR_layout_builders__TypingColorer__init = 58; -const int COLOR_layout_builders__TypingColorer__compute_ids = 59; -const int COLOR_layout_builders__TypingColorer__colorize = 60; -const int COLOR_layout_builders__TypingColorer__colorize_elements = 61; -const int COLOR_layout_builders__TypingColorer__is_color_free = 62; -const int COLOR_layout_builders__TypingColorer__tag_elements = 63; -const int COLOR_layout_builders__TypingColorer__build_conflicts_graph = 64; -const int COLOR_layout_builders__TypingColorer__conflicts_graph = 65; -const int COLOR_layout_builders__TypingColorer__conflicts_graph_61d = 66; -const int COLOR_layout_builders__TypingColorer__linear_extensions_cache = 67; -const int COLOR_layout_builders__TypingColorer__linear_extensions_cache_61d = 68; -const int COLOR_layout_builders__TypingColorer__linear_extension = 69; -const int COLOR_layout_builders__TypingColorer__reverse_linearize = 70; -const int COLOR_layout_builders__TypingColorer__linearize = 71; -const int COLOR_layout_builders__MTypeColorer__init = 72; -const int COLOR_layout_builders__MClassColorer__init = 72; -const int COLOR_layout_builders__MPropertyColorer__mmodule = 43; -const int COLOR_layout_builders__MPropertyColorer__mmodule_61d = 44; -const int COLOR_layout_builders__MPropertyColorer__class_colorer = 45; -const int COLOR_layout_builders__MPropertyColorer__class_colorer_61d = 46; -const int COLOR_layout_builders__MPropertyColorer__coloration_result = 47; -const int COLOR_layout_builders__MPropertyColorer__coloration_result_61d = 48; -const int COLOR_layout_builders__MPropertyColorer__init = 49; -const int COLOR_layout_builders__MPropertyColorer__colorize = 50; -const int COLOR_layout_builders__MPropertyColorer__colorize_core = 51; -const int COLOR_layout_builders__MPropertyColorer__colorize_crown = 52; -const int COLOR_layout_builders__MPropertyColorer__colorize_elements = 53; -const int COLOR_layout_builders__MPropertyColorer__max_color = 54; -const int COLOR_layout_builders__ResolutionColorer__coloration_result = 43; -const int COLOR_layout_builders__ResolutionColorer__coloration_result_61d = 44; -const int COLOR_layout_builders__ResolutionColorer__init = 45; -const int COLOR_layout_builders__ResolutionColorer__compute_ids = 46; -const int COLOR_layout_builders__ResolutionColorer__colorize_elements = 47; -const int COLOR_layout_builders__ResolutionColorer__is_color_free = 48; -const int COLOR_layout_builders__ResolutionColorer__build_conflicts_graph = 49; -const int COLOR_layout_builders__ResolutionColorer__conflicts_graph = 50; -const int COLOR_layout_builders__ResolutionColorer__conflicts_graph_61d = 51; -const int COLOR_layout_builders__ResolutionColorer__add_conflict = 52; -const int COLOR_layout_builders__PHOperator__op = 42; -const int COLOR_layout_builders__PHOperator__init = 43; -const int COLOR_layout_builders__PHModOperator__init = 44; -const int COLOR_layout_builders__PHAndOperator__init = 44; -const int COLOR_layout_builders__MTypeHasher__init = 59; -const int COLOR_layout_builders__MClassHasher__init = 59; -const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis = 80; -const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis_61d = 81; -const int COLOR_global_compiler__GlobalCompiler__init = 82; -const int COLOR_global_compiler__GlobalCompiler__compile_class_names = 83; -const int COLOR_global_compiler__GlobalCompiler__classid = 84; -const int COLOR_global_compiler__GlobalCompiler__classids = 85; -const int COLOR_global_compiler__GlobalCompiler__classids_61d = 86; -const int COLOR_global_compiler__GlobalCompiler__live_primitive_types = 87; -const int COLOR_global_compiler__GlobalCompiler__live_primitive_types_61d = 88; -const int COLOR_global_compiler__GlobalCompiler__todo = 89; -const int COLOR_global_compiler__GlobalCompiler__todos = 90; -const int COLOR_global_compiler__GlobalCompiler__todos_61d = 91; -const int COLOR_global_compiler__GlobalCompiler__seen = 92; -const int COLOR_global_compiler__GlobalCompiler__seen_61d = 93; -const int COLOR_global_compiler__GlobalCompiler__declare_runtimeclass = 94; -const int COLOR_global_compiler__GlobalCompiler__generate_init_instance = 95; -const int COLOR_global_compiler__GlobalCompiler__generate_box_instance = 96; -const int COLOR_global_compiler__GlobalCompiler__collect_types_cache = 97; -const int COLOR_global_compiler__GlobalCompiler__collect_types_cache_61d = 98; -const int COLOR_global_compiler__GlobalCompilerVisitor__collect_types = 110; -const int COLOR_global_compiler__GlobalCompilerVisitor__check_valid_reciever = 111; -const int COLOR_global_compiler__GlobalCompilerVisitor__get_recvtype = 112; -const int COLOR_global_compiler__GlobalCompilerVisitor__get_recv = 113; -const int COLOR_global_compiler__GlobalCompilerVisitor__finalize_call = 114; -const int COLOR_global_compiler__GlobalCompilerVisitor__call_without_varargize = 115; -const int COLOR_global_compiler__GlobalCompilerVisitor__bugtype = 116; -const int COLOR_global_compiler__CustomizedRuntimeFunction__recv = 51; -const int COLOR_global_compiler__CustomizedRuntimeFunction__recv_61d = 52; -const int COLOR_global_compiler__CustomizedRuntimeFunction__init = 53; -const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis = 80; -const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis_61d = 81; -const int COLOR_separate_compiler__SeparateCompiler__undead_types = 82; -const int COLOR_separate_compiler__SeparateCompiler__undead_types_61d = 83; -const int COLOR_separate_compiler__SeparateCompiler__partial_types = 84; -const int COLOR_separate_compiler__SeparateCompiler__partial_types_61d = 85; -const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types = 86; -const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types_61d = 87; -const int COLOR_separate_compiler__SeparateCompiler__type_layout = 88; -const int COLOR_separate_compiler__SeparateCompiler__type_layout_61d = 89; -const int COLOR_separate_compiler__SeparateCompiler__resolution_layout = 90; -const int COLOR_separate_compiler__SeparateCompiler__resolution_layout_61d = 91; -const int COLOR_separate_compiler__SeparateCompiler__method_layout = 92; -const int COLOR_separate_compiler__SeparateCompiler__method_layout_61d = 93; -const int COLOR_separate_compiler__SeparateCompiler__attr_layout = 94; -const int COLOR_separate_compiler__SeparateCompiler__attr_layout_61d = 95; -const int COLOR_separate_compiler__SeparateCompiler__init = 96; -const int COLOR_separate_compiler__SeparateCompiler__compile_header_attribute_structs = 97; -const int COLOR_separate_compiler__SeparateCompiler__compile_box_kinds = 98; -const int COLOR_separate_compiler__SeparateCompiler__box_kinds = 99; -const int COLOR_separate_compiler__SeparateCompiler__box_kinds_61d = 100; -const int COLOR_separate_compiler__SeparateCompiler__box_kind_of = 101; -const int COLOR_separate_compiler__SeparateCompiler__compile_color_consts = 102; -const int COLOR_separate_compiler__SeparateCompiler__compile_color_const = 103; -const int COLOR_separate_compiler__SeparateCompiler__color_consts_done = 104; -const int COLOR_separate_compiler__SeparateCompiler__color_consts_done_61d = 105; -const int COLOR_separate_compiler__SeparateCompiler__do_property_coloring = 106; -const int COLOR_separate_compiler__SeparateCompiler__build_method_tables = 107; -const int COLOR_separate_compiler__SeparateCompiler__build_attr_tables = 108; -const int COLOR_separate_compiler__SeparateCompiler__do_type_coloring = 109; -const int COLOR_separate_compiler__SeparateCompiler__build_type_tables = 110; -const int COLOR_separate_compiler__SeparateCompiler__compile_resolution_tables = 111; -const int COLOR_separate_compiler__SeparateCompiler__build_resolution_tables = 112; -const int COLOR_separate_compiler__SeparateCompiler__retrieve_partial_types = 113; -const int COLOR_separate_compiler__SeparateCompiler__compile_module_to_c = 114; -const int COLOR_separate_compiler__SeparateCompiler__compile_type_to_c = 115; -const int COLOR_separate_compiler__SeparateCompiler__compile_type_resolution_table = 116; -const int COLOR_separate_compiler__SeparateCompiler__compile_class_to_c = 117; -const int COLOR_separate_compiler__SeparateCompiler__hardening_live_type = 118; -const int COLOR_separate_compiler__SeparateCompiler__type_tables = 119; -const int COLOR_separate_compiler__SeparateCompiler__type_tables_61d = 120; -const int COLOR_separate_compiler__SeparateCompiler__resolution_tables = 121; -const int COLOR_separate_compiler__SeparateCompiler__resolution_tables_61d = 122; -const int COLOR_separate_compiler__SeparateCompiler__method_tables = 123; -const int COLOR_separate_compiler__SeparateCompiler__method_tables_61d = 124; -const int COLOR_separate_compiler__SeparateCompiler__attr_tables = 125; -const int COLOR_separate_compiler__SeparateCompiler__attr_tables_61d = 126; -const int COLOR_separate_compiler__SeparateCompiler__display_sizes = 127; -const int COLOR_separate_compiler__SeparateCompiler__display_stats = 128; -const int COLOR_separate_compiler__SeparateCompilerVisitor__type_info = 110; -const int COLOR_separate_compiler__SeparateCompilerVisitor__table_send = 111; -const int COLOR_separate_compiler__SeparateCompilerVisitor__can_be_primitive = 112; -const int COLOR_separate_compiler__SeparateCompilerVisitor__maybe_null = 113; -const int COLOR_separate_compiler__SeparateCompilerVisitor__native_array_instance = 114; -const int COLOR_separate_compiler__SeparateCompilerVisitor__link_unresolved_type = 115; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout = 129; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout_61d = 130; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout = 131; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout_61d = 132; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__init = 133; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_vt_tables = 134; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_typing_tables = 135; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_vts_table = 136; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__retrieve_vt_bound = 137; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables = 138; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables_61d = 139; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables = 140; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables_61d = 141; -const int COLOR_separate_erasure_compiler__SeparateErasureCompilerVisitor__compile_callsite = 116; -const int COLOR_ropes__BufferRope__subrope = -1; -const int COLOR_ropes__BufferRope___42d = -1; -const int COLOR_ropes__BufferRope___43d = -1; -const int COLOR_ropes__BufferRope__multi_concat = -1; -const int COLOR_ropes__ImmutableRope__subrope = -1; -const int COLOR_ropes__ImmutableRope___42d = -1; -const int COLOR_ropes__ImmutableRope___43d = -1; -const int COLOR_ropes__ImmutableRope__multi_concat = -1; +const int COLOR_mproject__Model__mprojects = 52; +const int COLOR_mproject__Model__mprojects_61d = 53; +const int COLOR_mproject__Model__mproject_by_name = 54; +const int COLOR_mproject__Model__mproject_by_name_61d = 55; +const int COLOR_mproject__Model__get_mprojects_by_name = 56; +const int COLOR_mmodule__Model__mmodules = 57; +const int COLOR_mmodule__Model__mmodules_61d = 58; +const int COLOR_mmodule__Model__mmodule_nesting_hierarchy = 59; +const int COLOR_mmodule__Model__mmodule_nesting_hierarchy_61d = 60; +const int COLOR_mmodule__Model__mmodule_importation_hierarchy = 61; +const int COLOR_mmodule__Model__mmodule_importation_hierarchy_61d = 62; +const int COLOR_mmodule__Model__mmodules_by_name = 63; +const int COLOR_mmodule__Model__mmodules_by_name_61d = 64; +const int COLOR_mmodule__Model__get_mmodules_by_name = 65; +const int COLOR_model__Model__mclasses = 66; +const int COLOR_model__Model__mclasses_61d = 67; +const int COLOR_model__Model__mproperties = 68; +const int COLOR_model__Model__mproperties_61d = 69; +const int COLOR_model__Model__mclassdef_hierarchy = 70; +const int COLOR_model__Model__mclassdef_hierarchy_61d = 71; +const int COLOR_model__Model__intro_mtype_specialization_hierarchy = 72; +const int COLOR_model__Model__intro_mtype_specialization_hierarchy_61d = 73; +const int COLOR_model__Model__full_mtype_specialization_hierarchy = 74; +const int COLOR_model__Model__full_mtype_specialization_hierarchy_61d = 75; +const int COLOR_model__Model__mclasses_by_name = 76; +const int COLOR_model__Model__mclasses_by_name_61d = 77; +const int COLOR_model__Model__get_mclasses_by_name = 78; +const int COLOR_model__Model__mproperties_by_name = 79; +const int COLOR_model__Model__mproperties_by_name_61d = 80; +const int COLOR_model__Model__get_mproperties_by_name = 81; +const int COLOR_model__Model__null_type = 82; +const int COLOR_model__Model__null_type_61d = 83; +const int COLOR_model_base__MVisibility__to_s_61d = 59; +const int COLOR_model_base__MVisibility__level = 60; +const int COLOR_model_base__MVisibility__level_61d = 61; +const int COLOR_model_base__MVisibility__init = 62; +const int COLOR_more_collections__MultiHashMap__add_one = 120; +const int COLOR_more_collections__MultiHashMap__init = 121; +const int COLOR_more_collections__HashMap2__level1 = 51; +const int COLOR_more_collections__HashMap2__level1_61d = 52; +const int COLOR_more_collections__HashMap2___91d_93d = 53; +const int COLOR_more_collections__HashMap2___91d_93d_61d = 54; +const int COLOR_more_collections__HashMap2__init = 55; +const int COLOR_more_collections__HashMap3__level1 = 51; +const int COLOR_more_collections__HashMap3__level1_61d = 52; +const int COLOR_more_collections__HashMap3___91d_93d = 53; +const int COLOR_more_collections__HashMap3___91d_93d_61d = 54; +const int COLOR_more_collections__HashMap3__init = 55; +const int COLOR_opts__Option__names = 51; +const int COLOR_opts__Option__helptext = 52; +const int COLOR_opts__Option__errors = 53; +const int COLOR_opts__Option__mandatory = 54; +const int COLOR_opts__Option__mandatory_61d = 55; +const int COLOR_opts__Option__read = 56; +const int COLOR_opts__Option__value_61d = 57; +const int COLOR_opts__Option__value = 58; +const int COLOR_opts__Option__default_value = 59; +const int COLOR_opts__Option__default_value_61d = 60; +const int COLOR_opts__Option__init_opt = 61; +const int COLOR_opts__Option__add_aliases = 62; +const int COLOR_opts__Option__pretty = 63; +const int COLOR_opts__Option__pretty_default = 64; +const int COLOR_opts__Option__read_param = 65; +const int COLOR_opts__OptionText__init = 66; +const int COLOR_opts__OptionBool__init = 66; +const int COLOR_opts__OptionBool__read_param = 67; +const int COLOR_opts__OptionCount__init = 66; +const int COLOR_opts__OptionCount__read_param = 67; +const int COLOR_opts__OptionParameter__convert = 66; +const int COLOR_opts__OptionParameter__parameter_mandatory = 67; +const int COLOR_opts__OptionParameter__parameter_mandatory_61d = 68; +const int COLOR_opts__OptionParameter__init_opt = 69; +const int COLOR_opts__OptionParameter__read_param = 70; +const int COLOR_opts__OptionString__init = 71; +const int COLOR_opts__OptionEnum__init = 71; +const int COLOR_opts__OptionEnum__value_name = 72; +const int COLOR_opts__OptionInt__init = 71; +const int COLOR_opts__OptionArray__init = 71; +const int COLOR_opts__OptionContext__options = 51; +const int COLOR_opts__OptionContext__rest = 52; +const int COLOR_opts__OptionContext__errors = 53; +const int COLOR_opts__OptionContext__usage = 54; +const int COLOR_opts__OptionContext__parse = 55; +const int COLOR_opts__OptionContext__parse_intern = 56; +const int COLOR_opts__OptionContext__add_option = 57; +const int COLOR_opts__OptionContext__init = 58; +const int COLOR_opts__OptionContext__build = 59; +const int COLOR_opts__OptionContext__get_errors = 60; +const int COLOR_csv__CSVDocument__header = 51; +const int COLOR_csv__CSVDocument__header_61d = 52; +const int COLOR_csv__CSVDocument__lines = 53; +const int COLOR_csv__CSVDocument__lines_61d = 54; +const int COLOR_csv__CSVDocument__set_header = 55; +const int COLOR_csv__CSVDocument__add_line = 56; +const int COLOR_csv__CSVDocument__save = 57; +const int COLOR_csv__CSVDocument__init = 58; +const int COLOR_ordered_tree__OrderedTree__roots = 51; +const int COLOR_ordered_tree__OrderedTree__roots_61d = 52; +const int COLOR_ordered_tree__OrderedTree__sub = 53; +const int COLOR_ordered_tree__OrderedTree__sub_61d = 54; +const int COLOR_ordered_tree__OrderedTree__add = 55; +const int COLOR_ordered_tree__OrderedTree__pretty = 56; +const int COLOR_ordered_tree__OrderedTree__sub_pretty = 57; +const int COLOR_ordered_tree__OrderedTree__sort_with = 58; +const int COLOR_ordered_tree__OrderedTree__display = 59; +const int COLOR_ordered_tree__OrderedTree__init = 60; +const int COLOR_template__Template__rendering = 130; +const int COLOR_template__Template__add = 131; +const int COLOR_template__Template__add_all = 132; +const int COLOR_template__Template__add_list = 133; +const int COLOR_template__Template__is_frozen = 134; +const int COLOR_template__Template__is_frozen_61d = 135; +const int COLOR_template__Template__freeze = 136; +const int COLOR_template__Template__new_sub = 137; +const int COLOR_template__Template__content = 138; +const int COLOR_template__Template__content_61d = 139; +const int COLOR_template__Template__render_done = 140; +const int COLOR_template__Template__render_done_61d = 141; +const int COLOR_template__Template__force_render = 142; +const int COLOR_template__Template__is_writing = 143; +const int COLOR_template__Template__is_writing_61d = 144; +const int COLOR_template__Template__write_to_string = 145; +const int COLOR_template__Template__write_to_file = 146; +const int COLOR_template__Template__init = 147; +const int COLOR_parser_nodes__ANodes__parent = 97; +const int COLOR_parser_nodes__ANodes__parent_61d = 98; +const int COLOR_parser_nodes__ANodes__items = 99; +const int COLOR_parser_nodes__ANodes__items_61d = 100; +const int COLOR_parser_nodes__ANodes__hook_add = 101; +const int COLOR_parser_nodes__ANodes__hook_remove = 102; +const int COLOR_parser_nodes__ANodes__init = 103; +const int COLOR_parser_nodes__Token__text = 73; +const int COLOR_parser_nodes__Token__text_61d = 74; +const int COLOR_parser_nodes__Token__prev_token = 75; +const int COLOR_parser_nodes__Token__prev_token_61d = 76; +const int COLOR_parser_nodes__Token__next_token = 77; +const int COLOR_parser_nodes__Token__next_token_61d = 78; +const int COLOR_parser_nodes__Token__init = 79; +const int COLOR_lexer__Token__parser_index = 80; +const int COLOR_parser_nodes__Visitor__visit = 51; +const int COLOR_parser_nodes__Visitor__enter_visit = 52; +const int COLOR_parser_nodes__Visitor__current_node = 53; +const int COLOR_parser_nodes__Visitor__current_node_61d = 54; +const int COLOR_parser_nodes__Visitor__init = 55; +const int COLOR_parser_nodes__TEol__init = 81; +const int COLOR_lexer__TEol__init_tk = 82; +const int COLOR_parser_nodes__TComment__init = 81; +const int COLOR_lexer__TComment__init_tk = 82; +const int COLOR_parser_nodes__TokenKeyword__init = 81; +const int COLOR_parser_nodes__TKwpackage__init = 82; +const int COLOR_lexer__TKwpackage__init_tk = 83; +const int COLOR_parser_nodes__TKwmodule__init = 82; +const int COLOR_lexer__TKwmodule__init_tk = 83; +const int COLOR_parser_nodes__TKwimport__init = 82; +const int COLOR_lexer__TKwimport__init_tk = 83; +const int COLOR_parser_nodes__TKwclass__init = 82; +const int COLOR_lexer__TKwclass__init_tk = 83; +const int COLOR_parser_nodes__TKwabstract__init = 82; +const int COLOR_lexer__TKwabstract__init_tk = 83; +const int COLOR_parser_nodes__TKwinterface__init = 82; +const int COLOR_lexer__TKwinterface__init_tk = 83; +const int COLOR_parser_nodes__TKwenum__init = 82; +const int COLOR_lexer__TKwenum__init_tk = 83; +const int COLOR_parser_nodes__TKwend__init = 82; +const int COLOR_lexer__TKwend__init_tk = 83; +const int COLOR_parser_nodes__TKwmeth__init = 82; +const int COLOR_lexer__TKwmeth__init_tk = 83; +const int COLOR_parser_nodes__TKwtype__init = 82; +const int COLOR_lexer__TKwtype__init_tk = 83; +const int COLOR_parser_nodes__TKwinit__init = 82; +const int COLOR_lexer__TKwinit__init_tk = 83; +const int COLOR_parser_nodes__TKwredef__init = 82; +const int COLOR_lexer__TKwredef__init_tk = 83; +const int COLOR_parser_nodes__TKwis__init = 82; +const int COLOR_lexer__TKwis__init_tk = 83; +const int COLOR_parser_nodes__TKwdo__init = 82; +const int COLOR_lexer__TKwdo__init_tk = 83; +const int COLOR_parser_nodes__TKwreadable__init = 82; +const int COLOR_lexer__TKwreadable__init_tk = 83; +const int COLOR_parser_nodes__TKwwritable__init = 82; +const int COLOR_lexer__TKwwritable__init_tk = 83; +const int COLOR_parser_nodes__TKwvar__init = 82; +const int COLOR_lexer__TKwvar__init_tk = 83; +const int COLOR_parser_nodes__TKwintern__init = 82; +const int COLOR_lexer__TKwintern__init_tk = 83; +const int COLOR_parser_nodes__TKwextern__init = 82; +const int COLOR_lexer__TKwextern__init_tk = 83; +const int COLOR_parser_nodes__TKwprotected__init = 82; +const int COLOR_lexer__TKwprotected__init_tk = 83; +const int COLOR_parser_nodes__TKwprivate__init = 82; +const int COLOR_lexer__TKwprivate__init_tk = 83; +const int COLOR_parser_nodes__TKwintrude__init = 82; +const int COLOR_lexer__TKwintrude__init_tk = 83; +const int COLOR_parser_nodes__TKwif__init = 82; +const int COLOR_lexer__TKwif__init_tk = 83; +const int COLOR_parser_nodes__TKwthen__init = 82; +const int COLOR_lexer__TKwthen__init_tk = 83; +const int COLOR_parser_nodes__TKwelse__init = 82; +const int COLOR_lexer__TKwelse__init_tk = 83; +const int COLOR_parser_nodes__TKwwhile__init = 82; +const int COLOR_lexer__TKwwhile__init_tk = 83; +const int COLOR_parser_nodes__TKwloop__init = 82; +const int COLOR_lexer__TKwloop__init_tk = 83; +const int COLOR_parser_nodes__TKwfor__init = 82; +const int COLOR_lexer__TKwfor__init_tk = 83; +const int COLOR_parser_nodes__TKwin__init = 82; +const int COLOR_lexer__TKwin__init_tk = 83; +const int COLOR_parser_nodes__TKwand__init = 82; +const int COLOR_lexer__TKwand__init_tk = 83; +const int COLOR_parser_nodes__TKwor__init = 82; +const int COLOR_lexer__TKwor__init_tk = 83; +const int COLOR_parser_nodes__TKwimplies__init = 82; +const int COLOR_lexer__TKwimplies__init_tk = 83; +const int COLOR_parser_nodes__TKwnot__init = 82; +const int COLOR_lexer__TKwnot__init_tk = 83; +const int COLOR_parser_nodes__TKwreturn__init = 82; +const int COLOR_lexer__TKwreturn__init_tk = 83; +const int COLOR_parser_nodes__TKwcontinue__init = 82; +const int COLOR_lexer__TKwcontinue__init_tk = 83; +const int COLOR_parser_nodes__TKwbreak__init = 82; +const int COLOR_lexer__TKwbreak__init_tk = 83; +const int COLOR_parser_nodes__TKwabort__init = 82; +const int COLOR_lexer__TKwabort__init_tk = 83; +const int COLOR_parser_nodes__TKwassert__init = 82; +const int COLOR_lexer__TKwassert__init_tk = 83; +const int COLOR_parser_nodes__TKwnew__init = 82; +const int COLOR_lexer__TKwnew__init_tk = 83; +const int COLOR_parser_nodes__TKwisa__init = 82; +const int COLOR_lexer__TKwisa__init_tk = 83; +const int COLOR_parser_nodes__TKwonce__init = 82; +const int COLOR_lexer__TKwonce__init_tk = 83; +const int COLOR_parser_nodes__TKwsuper__init = 82; +const int COLOR_lexer__TKwsuper__init_tk = 83; +const int COLOR_parser_nodes__TKwself__init = 82; +const int COLOR_lexer__TKwself__init_tk = 83; +const int COLOR_parser_nodes__TKwtrue__init = 82; +const int COLOR_lexer__TKwtrue__init_tk = 83; +const int COLOR_parser_nodes__TKwfalse__init = 82; +const int COLOR_lexer__TKwfalse__init_tk = 83; +const int COLOR_parser_nodes__TKwnull__init = 82; +const int COLOR_lexer__TKwnull__init_tk = 83; +const int COLOR_parser_nodes__TKwas__init = 82; +const int COLOR_lexer__TKwas__init_tk = 83; +const int COLOR_parser_nodes__TKwnullable__init = 82; +const int COLOR_lexer__TKwnullable__init_tk = 83; +const int COLOR_parser_nodes__TKwisset__init = 82; +const int COLOR_lexer__TKwisset__init_tk = 83; +const int COLOR_parser_nodes__TKwlabel__init = 82; +const int COLOR_lexer__TKwlabel__init_tk = 83; +const int COLOR_parser_nodes__TKwdebug__init = 81; +const int COLOR_lexer__TKwdebug__init_tk = 82; +const int COLOR_parser_nodes__TOpar__init = 81; +const int COLOR_lexer__TOpar__init_tk = 82; +const int COLOR_parser_nodes__TCpar__init = 81; +const int COLOR_lexer__TCpar__init_tk = 82; +const int COLOR_parser_nodes__TObra__init = 81; +const int COLOR_lexer__TObra__init_tk = 82; +const int COLOR_parser_nodes__TCbra__init = 81; +const int COLOR_lexer__TCbra__init_tk = 82; +const int COLOR_parser_nodes__TComma__init = 81; +const int COLOR_lexer__TComma__init_tk = 82; +const int COLOR_parser_nodes__TColumn__init = 81; +const int COLOR_lexer__TColumn__init_tk = 82; +const int COLOR_parser_nodes__TQuad__init = 81; +const int COLOR_lexer__TQuad__init_tk = 82; +const int COLOR_parser_nodes__TAssign__init = 81; +const int COLOR_lexer__TAssign__init_tk = 82; +const int COLOR_parser_nodes__TokenOperator__init = 81; +const int COLOR_parser_nodes__TPluseq__init = 82; +const int COLOR_lexer__TPluseq__init_tk = 83; +const int COLOR_parser_nodes__TMinuseq__init = 82; +const int COLOR_lexer__TMinuseq__init_tk = 83; +const int COLOR_parser_nodes__TDotdotdot__init = 82; +const int COLOR_lexer__TDotdotdot__init_tk = 83; +const int COLOR_parser_nodes__TDotdot__init = 82; +const int COLOR_lexer__TDotdot__init_tk = 83; +const int COLOR_parser_nodes__TDot__init = 82; +const int COLOR_lexer__TDot__init_tk = 83; +const int COLOR_parser_nodes__TPlus__init = 82; +const int COLOR_lexer__TPlus__init_tk = 83; +const int COLOR_parser_nodes__TMinus__init = 82; +const int COLOR_lexer__TMinus__init_tk = 83; +const int COLOR_parser_nodes__TStar__init = 82; +const int COLOR_lexer__TStar__init_tk = 83; +const int COLOR_parser_nodes__TSlash__init = 82; +const int COLOR_lexer__TSlash__init_tk = 83; +const int COLOR_parser_nodes__TPercent__init = 82; +const int COLOR_lexer__TPercent__init_tk = 83; +const int COLOR_parser_nodes__TEq__init = 82; +const int COLOR_lexer__TEq__init_tk = 83; +const int COLOR_parser_nodes__TNe__init = 82; +const int COLOR_lexer__TNe__init_tk = 83; +const int COLOR_parser_nodes__TLt__init = 82; +const int COLOR_lexer__TLt__init_tk = 83; +const int COLOR_parser_nodes__TLe__init = 82; +const int COLOR_lexer__TLe__init_tk = 83; +const int COLOR_parser_nodes__TLl__init = 82; +const int COLOR_lexer__TLl__init_tk = 83; +const int COLOR_parser_nodes__TGt__init = 82; +const int COLOR_lexer__TGt__init_tk = 83; +const int COLOR_parser_nodes__TGe__init = 82; +const int COLOR_lexer__TGe__init_tk = 83; +const int COLOR_parser_nodes__TGg__init = 82; +const int COLOR_lexer__TGg__init_tk = 83; +const int COLOR_parser_nodes__TStarship__init = 82; +const int COLOR_lexer__TStarship__init_tk = 83; +const int COLOR_parser_nodes__TBang__init = 82; +const int COLOR_lexer__TBang__init_tk = 83; +const int COLOR_parser_nodes__TAt__init = 81; +const int COLOR_lexer__TAt__init_tk = 82; +const int COLOR_parser_nodes__TClassid__init = 81; +const int COLOR_lexer__TClassid__init_tk = 82; +const int COLOR_parser_nodes__TId__init = 81; +const int COLOR_lexer__TId__init_tk = 82; +const int COLOR_parser_nodes__TAttrid__init = 81; +const int COLOR_lexer__TAttrid__init_tk = 82; +const int COLOR_parser_nodes__TokenLiteral__init = 81; +const int COLOR_parser_nodes__TNumber__init = 82; +const int COLOR_lexer__TNumber__init_tk = 83; +const int COLOR_parser_nodes__TFloat__init = 82; +const int COLOR_lexer__TFloat__init_tk = 83; +const int COLOR_parser_nodes__TChar__init = 82; +const int COLOR_lexer__TChar__init_tk = 83; +const int COLOR_parser_nodes__TString__init = 82; +const int COLOR_lexer__TString__init_tk = 83; +const int COLOR_ffi_base__TString__without_quotes = 84; +const int COLOR_parser_nodes__TStartString__init = 82; +const int COLOR_lexer__TStartString__init_tk = 83; +const int COLOR_parser_nodes__TMidString__init = 82; +const int COLOR_lexer__TMidString__init_tk = 83; +const int COLOR_parser_nodes__TEndString__init = 82; +const int COLOR_lexer__TEndString__init_tk = 83; +const int COLOR_parser_nodes__TBadString__init = 81; +const int COLOR_lexer__TBadString__init_tk = 82; +const int COLOR_parser_nodes__TBadChar__init = 81; +const int COLOR_lexer__TBadChar__init_tk = 82; +const int COLOR_parser_nodes__TExternCodeSegment__init = 81; +const int COLOR_lexer__TExternCodeSegment__init_tk = 82; +const int COLOR_ffi_base__TExternCodeSegment__without_guard = 83; +const int COLOR_parser_nodes__EOF__init = 81; +const int COLOR_lexer__EOF__init_tk = 82; +const int COLOR_parser_nodes__AError__init = 83; +const int COLOR_lexer__AError__message = 84; +const int COLOR_lexer__AError__init_error = 85; +const int COLOR_parser_nodes__ALexerError__init = 86; +const int COLOR_lexer__ALexerError__string = 87; +const int COLOR_lexer__ALexerError__init_lexer_error = 88; +const int COLOR_parser_nodes__AParserError__init = 86; +const int COLOR_lexer__AParserError__token = 87; +const int COLOR_lexer__AParserError__init_parser_error = 88; +const int COLOR_parser_nodes__AModule__n_moduledecl = 79; +const int COLOR_parser_nodes__AModule__n_moduledecl_61d = 80; +const int COLOR_parser_nodes__AModule__n_imports = 81; +const int COLOR_parser_nodes__AModule__n_extern_code_blocks = 82; +const int COLOR_parser_nodes__AModule__n_classdefs = 83; +const int COLOR_parser_nodes__AModule__init = 84; +const int COLOR_parser_prod__AModule__empty_init = 85; +const int COLOR_parser_prod__AModule__init_amodule = 86; +const int COLOR_simple_misc_analysis__AModule__do_simple_misc_analysis = 87; +const int COLOR_literal__AModule__do_literal = 88; +const int COLOR_serialization_phase__AModule__deserializer_nclassdef = 89; +const int COLOR_modelbuilder__AModule__mmodule = 90; +const int COLOR_modelbuilder__AModule__mmodule_61d = 91; +const int COLOR_modelbuilder__AModule__is_importation_done = 92; +const int COLOR_modelbuilder__AModule__is_importation_done_61d = 93; +const int COLOR_modelize_class__AModule__build_classes_is_done = 94; +const int COLOR_modelize_class__AModule__build_classes_is_done_61d = 95; +const int COLOR_modelize_class__AModule__mclass2nclassdef = 96; +const int COLOR_modelize_class__AModule__mclass2nclassdef_61d = 97; +const int COLOR_nitni_base__AModule__cname = 98; +const int COLOR_ffi_base__AModule__ffi_files = 99; +const int COLOR_ffi_base__AModule__ffi_files_61d = 100; +const int COLOR_c__AModule__c_compiler_options = 101; +const int COLOR_c__AModule__c_compiler_options_61d = 102; +const int COLOR_c__AModule__c_linker_options = 103; +const int COLOR_c__AModule__c_linker_options_61d = 104; +const int COLOR_header_dependency__AModule__has_public_c_header = 105; +const int COLOR_cpp__AModule__cpp_file = 106; +const int COLOR_cpp__AModule__cpp_file_61d = 107; +const int COLOR_cpp__AModule__cpp_compiler_options = 108; +const int COLOR_cpp__AModule__cpp_compiler_options_61d = 109; +const int COLOR_common_ffi__AModule__ffi_ccu = 110; +const int COLOR_common_ffi__AModule__ffi_ccu_61d = 111; +const int COLOR_common_ffi__AModule__present_languages = 112; +const int COLOR_common_ffi__AModule__present_languages_61d = 113; +const int COLOR_common_ffi__AModule__ffi_callbacks = 114; +const int COLOR_common_ffi__AModule__ffi_callbacks_61d = 115; +const int COLOR_common_ffi__AModule__ensure_compile_ffi_wrapper = 116; +const int COLOR_common_ffi__AModule__finalize_ffi_wrapper = 117; +const int COLOR_abstract_compiler__AModule__uses_legacy_ni = 118; +const int COLOR_abstract_compiler__AModule__finalize_ffi = 119; +const int COLOR_abstract_compiler__AModule__finalize_nitni = 120; +const int COLOR_compiler_ffi__AModule__foreign_callbacks = 121; +const int COLOR_compiler_ffi__AModule__foreign_callbacks_61d = 122; +const int COLOR_compiler_ffi__AModule__nitni_ccu = 123; +const int COLOR_compiler_ffi__AModule__nitni_ccu_61d = 124; +const int COLOR_compiler_ffi__AModule__uses_legacy_ni_61d = 125; +const int COLOR_compiler_ffi__AModule__ensure_compile_nitni_base = 126; +const int COLOR_compiler_ffi__AModule__compiled_callbacks = 127; +const int COLOR_compiler_ffi__AModule__compiled_callbacks_61d = 128; +const int COLOR_compiler_ffi__AModule__check_callback_compilation = 129; +const int COLOR_parser_nodes__AModuledecl__n_doc = 79; +const int COLOR_parser_nodes__AModuledecl__n_doc_61d = 80; +const int COLOR_parser_nodes__AModuledecl__n_kwmodule = 81; +const int COLOR_parser_nodes__AModuledecl__n_kwmodule_61d = 82; +const int COLOR_parser_nodes__AModuledecl__n_name = 83; +const int COLOR_parser_nodes__AModuledecl__n_name_61d = 84; +const int COLOR_parser_nodes__AModuledecl__init = 85; +const int COLOR_parser_prod__AModuledecl__empty_init = 86; +const int COLOR_parser_prod__AModuledecl__init_amoduledecl = 87; +const int COLOR_parser_nodes__AImport__init = 79; +const int COLOR_parser_nodes__AStdImport__n_visibility = 80; +const int COLOR_parser_nodes__AStdImport__n_visibility_61d = 81; +const int COLOR_parser_nodes__AStdImport__n_kwimport = 82; +const int COLOR_parser_nodes__AStdImport__n_kwimport_61d = 83; +const int COLOR_parser_nodes__AStdImport__n_name = 84; +const int COLOR_parser_nodes__AStdImport__n_name_61d = 85; +const int COLOR_parser_nodes__AStdImport__init = 86; +const int COLOR_parser_prod__AStdImport__empty_init = 87; +const int COLOR_parser_prod__AStdImport__init_astdimport = 88; +const int COLOR_modelbuilder__AStdImport__mmodule = 89; +const int COLOR_modelbuilder__AStdImport__mmodule_61d = 90; +const int COLOR_parser_nodes__ANoImport__n_visibility = 80; +const int COLOR_parser_nodes__ANoImport__n_visibility_61d = 81; +const int COLOR_parser_nodes__ANoImport__n_kwimport = 82; +const int COLOR_parser_nodes__ANoImport__n_kwimport_61d = 83; +const int COLOR_parser_nodes__ANoImport__n_kwend = 84; +const int COLOR_parser_nodes__ANoImport__n_kwend_61d = 85; +const int COLOR_parser_nodes__ANoImport__init = 86; +const int COLOR_parser_prod__ANoImport__empty_init = 87; +const int COLOR_parser_prod__ANoImport__init_anoimport = 88; +const int COLOR_parser_nodes__AVisibility__init = 79; +const int COLOR_modelbuilder__AVisibility__mvisibility = 80; +const int COLOR_parser_nodes__APublicVisibility__init = 81; +const int COLOR_parser_prod__APublicVisibility__empty_init = 82; +const int COLOR_parser_prod__APublicVisibility__init_apublicvisibility = 83; +const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate = 81; +const int COLOR_parser_nodes__APrivateVisibility__n_kwprivate_61d = 82; +const int COLOR_parser_nodes__APrivateVisibility__init = 83; +const int COLOR_parser_prod__APrivateVisibility__empty_init = 84; +const int COLOR_parser_prod__APrivateVisibility__init_aprivatevisibility = 85; +const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected = 81; +const int COLOR_parser_nodes__AProtectedVisibility__n_kwprotected_61d = 82; +const int COLOR_parser_nodes__AProtectedVisibility__init = 83; +const int COLOR_parser_prod__AProtectedVisibility__empty_init = 84; +const int COLOR_parser_prod__AProtectedVisibility__init_aprotectedvisibility = 85; +const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude = 81; +const int COLOR_parser_nodes__AIntrudeVisibility__n_kwintrude_61d = 82; +const int COLOR_parser_nodes__AIntrudeVisibility__init = 83; +const int COLOR_parser_prod__AIntrudeVisibility__empty_init = 84; +const int COLOR_parser_prod__AIntrudeVisibility__init_aintrudevisibility = 85; +const int COLOR_parser_nodes__AClassdef__n_propdefs = 79; +const int COLOR_parser_nodes__AClassdef__init = 80; +const int COLOR_modelize_class__AClassdef__mclass = 81; +const int COLOR_modelize_class__AClassdef__mclass_61d = 82; +const int COLOR_modelize_class__AClassdef__mclassdef = 83; +const int COLOR_modelize_class__AClassdef__mclassdef_61d = 84; +const int COLOR_modelize_property__AClassdef__build_properties_is_done = 85; +const int COLOR_modelize_property__AClassdef__build_properties_is_done_61d = 86; +const int COLOR_modelize_property__AClassdef__super_inits = 87; +const int COLOR_modelize_property__AClassdef__super_inits_61d = 88; +const int COLOR_modelize_property__AClassdef__mfree_init = 89; +const int COLOR_modelize_property__AClassdef__mfree_init_61d = 90; +const int COLOR_modelize_property__AClassdef__mprop2npropdef = 91; +const int COLOR_modelize_property__AClassdef__mprop2npropdef_61d = 92; +const int COLOR_extern_classes__AClassdef__ftype_cache = 93; +const int COLOR_extern_classes__AClassdef__ftype_cache_61d = 94; +const int COLOR_extern_classes__AClassdef__ftype_computed = 95; +const int COLOR_extern_classes__AClassdef__ftype_computed_61d = 96; +const int COLOR_extern_classes__AClassdef__ftype = 97; +const int COLOR_abstract_compiler__AClassdef__compile_to_c = 98; +const int COLOR_parser_nodes__AStdClassdef__n_doc = 99; +const int COLOR_parser_nodes__AStdClassdef__n_doc_61d = 100; +const int COLOR_parser_nodes__AStdClassdef__n_kwredef = 101; +const int COLOR_parser_nodes__AStdClassdef__n_kwredef_61d = 102; +const int COLOR_parser_nodes__AStdClassdef__n_visibility = 103; +const int COLOR_parser_nodes__AStdClassdef__n_visibility_61d = 104; +const int COLOR_parser_nodes__AStdClassdef__n_classkind = 105; +const int COLOR_parser_nodes__AStdClassdef__n_classkind_61d = 106; +const int COLOR_parser_nodes__AStdClassdef__n_id = 107; +const int COLOR_parser_nodes__AStdClassdef__n_id_61d = 108; +const int COLOR_parser_nodes__AStdClassdef__n_formaldefs = 109; +const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block = 110; +const int COLOR_parser_nodes__AStdClassdef__n_extern_code_block_61d = 111; +const int COLOR_parser_nodes__AStdClassdef__n_superclasses = 112; +const int COLOR_parser_nodes__AStdClassdef__n_kwend = 113; +const int COLOR_parser_nodes__AStdClassdef__n_kwend_61d = 114; +const int COLOR_parser_nodes__AStdClassdef__init = 115; +const int COLOR_parser_prod__AStdClassdef__empty_init = 116; +const int COLOR_parser_prod__AStdClassdef__init_astdclassdef = 117; +const int COLOR_serialization_phase__AStdClassdef__deserializer_npropdef = 118; +const int COLOR_parser_nodes__ATopClassdef__init = 99; +const int COLOR_parser_prod__ATopClassdef__empty_init = 100; +const int COLOR_parser_prod__ATopClassdef__init_atopclassdef = 101; +const int COLOR_parser_nodes__AMainClassdef__init = 99; +const int COLOR_parser_prod__AMainClassdef__empty_init = 100; +const int COLOR_parser_prod__AMainClassdef__init_amainclassdef = 101; +const int COLOR_parser_nodes__AClasskind__init = 79; +const int COLOR_modelize_class__AClasskind__mkind = 80; +const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass = 81; +const int COLOR_parser_nodes__AConcreteClasskind__n_kwclass_61d = 82; +const int COLOR_parser_nodes__AConcreteClasskind__init = 83; +const int COLOR_parser_prod__AConcreteClasskind__empty_init = 84; +const int COLOR_parser_prod__AConcreteClasskind__init_aconcreteclasskind = 85; +const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract = 81; +const int COLOR_parser_nodes__AAbstractClasskind__n_kwabstract_61d = 82; +const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass = 83; +const int COLOR_parser_nodes__AAbstractClasskind__n_kwclass_61d = 84; +const int COLOR_parser_nodes__AAbstractClasskind__init = 85; +const int COLOR_parser_prod__AAbstractClasskind__empty_init = 86; +const int COLOR_parser_prod__AAbstractClasskind__init_aabstractclasskind = 87; +const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface = 81; +const int COLOR_parser_nodes__AInterfaceClasskind__n_kwinterface_61d = 82; +const int COLOR_parser_nodes__AInterfaceClasskind__init = 83; +const int COLOR_parser_prod__AInterfaceClasskind__empty_init = 84; +const int COLOR_parser_prod__AInterfaceClasskind__init_ainterfaceclasskind = 85; +const int COLOR_parser_nodes__AEnumClasskind__n_kwenum = 81; +const int COLOR_parser_nodes__AEnumClasskind__n_kwenum_61d = 82; +const int COLOR_parser_nodes__AEnumClasskind__init = 83; +const int COLOR_parser_prod__AEnumClasskind__empty_init = 84; +const int COLOR_parser_prod__AEnumClasskind__init_aenumclasskind = 85; +const int COLOR_parser_nodes__AExternClasskind__n_kwextern = 81; +const int COLOR_parser_nodes__AExternClasskind__n_kwextern_61d = 82; +const int COLOR_parser_nodes__AExternClasskind__n_kwclass = 83; +const int COLOR_parser_nodes__AExternClasskind__n_kwclass_61d = 84; +const int COLOR_parser_nodes__AExternClasskind__init = 85; +const int COLOR_parser_prod__AExternClasskind__empty_init = 86; +const int COLOR_parser_prod__AExternClasskind__init_aexternclasskind = 87; +const int COLOR_parser_nodes__AFormaldef__n_id = 79; +const int COLOR_parser_nodes__AFormaldef__n_id_61d = 80; +const int COLOR_parser_nodes__AFormaldef__n_type = 81; +const int COLOR_parser_nodes__AFormaldef__n_type_61d = 82; +const int COLOR_parser_nodes__AFormaldef__init = 83; +const int COLOR_parser_prod__AFormaldef__empty_init = 84; +const int COLOR_parser_prod__AFormaldef__init_aformaldef = 85; +const int COLOR_modelize_class__AFormaldef__mtype = 86; +const int COLOR_modelize_class__AFormaldef__mtype_61d = 87; +const int COLOR_modelize_class__AFormaldef__bound = 88; +const int COLOR_modelize_class__AFormaldef__bound_61d = 89; +const int COLOR_parser_nodes__ASuperclass__n_kwsuper = 79; +const int COLOR_parser_nodes__ASuperclass__n_kwsuper_61d = 80; +const int COLOR_parser_nodes__ASuperclass__n_type = 81; +const int COLOR_parser_nodes__ASuperclass__n_type_61d = 82; +const int COLOR_parser_nodes__ASuperclass__init = 83; +const int COLOR_parser_prod__ASuperclass__empty_init = 84; +const int COLOR_parser_prod__ASuperclass__init_asuperclass = 85; +const int COLOR_parser_nodes__AAttrPropdef__n_kwredef = 103; +const int COLOR_parser_nodes__AAttrPropdef__n_kwredef_61d = 104; +const int COLOR_parser_nodes__AAttrPropdef__n_visibility = 105; +const int COLOR_parser_nodes__AAttrPropdef__n_visibility_61d = 106; +const int COLOR_parser_nodes__AAttrPropdef__n_kwvar = 107; +const int COLOR_parser_nodes__AAttrPropdef__n_kwvar_61d = 108; +const int COLOR_parser_nodes__AAttrPropdef__n_id = 109; +const int COLOR_parser_nodes__AAttrPropdef__n_id_61d = 110; +const int COLOR_parser_nodes__AAttrPropdef__n_id2 = 111; +const int COLOR_parser_nodes__AAttrPropdef__n_id2_61d = 112; +const int COLOR_parser_nodes__AAttrPropdef__n_type = 113; +const int COLOR_parser_nodes__AAttrPropdef__n_type_61d = 114; +const int COLOR_parser_nodes__AAttrPropdef__n_readable = 115; +const int COLOR_parser_nodes__AAttrPropdef__n_readable_61d = 116; +const int COLOR_parser_nodes__AAttrPropdef__n_writable = 117; +const int COLOR_parser_nodes__AAttrPropdef__n_writable_61d = 118; +const int COLOR_parser_nodes__AAttrPropdef__n_expr = 119; +const int COLOR_parser_nodes__AAttrPropdef__n_expr_61d = 120; +const int COLOR_parser_nodes__AAttrPropdef__init = 121; +const int COLOR_parser_prod__AAttrPropdef__empty_init = 122; +const int COLOR_parser_prod__AAttrPropdef__init_aattrpropdef = 123; +const int COLOR_serialization_phase__AAttrPropdef__name = 124; +const int COLOR_serialization_phase__AAttrPropdef__type_name = 125; +const int COLOR_modelize_property__AAttrPropdef__mreadpropdef = 126; +const int COLOR_modelize_property__AAttrPropdef__mreadpropdef_61d = 127; +const int COLOR_modelize_property__AAttrPropdef__mwritepropdef = 128; +const int COLOR_modelize_property__AAttrPropdef__mwritepropdef_61d = 129; +const int COLOR_modelize_property__AAttrPropdef__check_method_signature = 130; +const int COLOR_abstract_compiler__AAttrPropdef__init_expr = 131; +const int COLOR_abstract_compiler__AAttrPropdef__check_expr = 132; +const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth = 114; +const int COLOR_parser_nodes__ADeferredMethPropdef__n_kwmeth_61d = 115; +const int COLOR_parser_nodes__ADeferredMethPropdef__init = 116; +const int COLOR_parser_prod__ADeferredMethPropdef__empty_init = 117; +const int COLOR_parser_prod__ADeferredMethPropdef__init_adeferredmethpropdef = 118; +const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth = 114; +const int COLOR_parser_nodes__AInternMethPropdef__n_kwmeth_61d = 115; +const int COLOR_parser_nodes__AInternMethPropdef__init = 116; +const int COLOR_parser_prod__AInternMethPropdef__empty_init = 117; +const int COLOR_parser_prod__AInternMethPropdef__init_ainternmethpropdef = 118; +const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth = 129; +const int COLOR_parser_nodes__AExternMethPropdef__n_kwmeth_61d = 130; +const int COLOR_parser_nodes__AExternMethPropdef__init = 131; +const int COLOR_parser_prod__AExternMethPropdef__empty_init = 132; +const int COLOR_parser_prod__AExternMethPropdef__init_aexternmethpropdef = 133; +const int COLOR_compiler_ffi__AExternMethPropdef__compile_to_c = 134; +const int COLOR_parser_nodes__AMainMethPropdef__init = 124; +const int COLOR_parser_prod__AMainMethPropdef__empty_init = 125; +const int COLOR_parser_prod__AMainMethPropdef__init_amainmethpropdef = 126; +const int COLOR_parser_nodes__AExternCalls__n_kwimport = 79; +const int COLOR_parser_nodes__AExternCalls__n_kwimport_61d = 80; +const int COLOR_parser_nodes__AExternCalls__n_extern_calls = 81; +const int COLOR_parser_nodes__AExternCalls__init = 82; +const int COLOR_parser_prod__AExternCalls__empty_init = 83; +const int COLOR_parser_prod__AExternCalls__init_aexterncalls = 84; +const int COLOR_parser_nodes__AExternCall__init = 79; +const int COLOR_parser_prod__AExternCall__empty_init = 80; +const int COLOR_parser_prod__AExternCall__init_aexterncall = 81; +const int COLOR_nitni_callbacks__AExternCall__verify_and_collect = 82; +const int COLOR_parser_nodes__APropExternCall__init = 83; +const int COLOR_parser_nodes__ALocalPropExternCall__n_methid = 84; +const int COLOR_parser_nodes__ALocalPropExternCall__n_methid_61d = 85; +const int COLOR_parser_nodes__ALocalPropExternCall__init = 86; +const int COLOR_parser_prod__ALocalPropExternCall__empty_init = 87; +const int COLOR_parser_prod__ALocalPropExternCall__init_alocalpropexterncall = 88; +const int COLOR_parser_nodes__AFullPropExternCall__n_type = 84; +const int COLOR_parser_nodes__AFullPropExternCall__n_type_61d = 85; +const int COLOR_parser_nodes__AFullPropExternCall__n_dot = 86; +const int COLOR_parser_nodes__AFullPropExternCall__n_dot_61d = 87; +const int COLOR_parser_nodes__AFullPropExternCall__n_methid = 88; +const int COLOR_parser_nodes__AFullPropExternCall__n_methid_61d = 89; +const int COLOR_parser_nodes__AFullPropExternCall__init = 90; +const int COLOR_parser_prod__AFullPropExternCall__empty_init = 91; +const int COLOR_parser_prod__AFullPropExternCall__init_afullpropexterncall = 92; +const int COLOR_parser_nodes__AInitPropExternCall__n_type = 84; +const int COLOR_parser_nodes__AInitPropExternCall__n_type_61d = 85; +const int COLOR_parser_nodes__AInitPropExternCall__init = 86; +const int COLOR_parser_prod__AInitPropExternCall__empty_init = 87; +const int COLOR_parser_prod__AInitPropExternCall__init_ainitpropexterncall = 88; +const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper = 83; +const int COLOR_parser_nodes__ASuperExternCall__n_kwsuper_61d = 84; +const int COLOR_parser_nodes__ASuperExternCall__init = 85; +const int COLOR_parser_prod__ASuperExternCall__empty_init = 86; +const int COLOR_parser_prod__ASuperExternCall__init_asuperexterncall = 87; +const int COLOR_parser_nodes__ACastExternCall__init = 83; +const int COLOR_nitni_callbacks__ACastExternCall__from_mtype = 84; +const int COLOR_nitni_callbacks__ACastExternCall__to_mtype = 85; +const int COLOR_parser_nodes__ACastAsExternCall__n_from_type = 86; +const int COLOR_parser_nodes__ACastAsExternCall__n_from_type_61d = 87; +const int COLOR_parser_nodes__ACastAsExternCall__n_dot = 88; +const int COLOR_parser_nodes__ACastAsExternCall__n_dot_61d = 89; +const int COLOR_parser_nodes__ACastAsExternCall__n_kwas = 90; +const int COLOR_parser_nodes__ACastAsExternCall__n_kwas_61d = 91; +const int COLOR_parser_nodes__ACastAsExternCall__n_to_type = 92; +const int COLOR_parser_nodes__ACastAsExternCall__n_to_type_61d = 93; +const int COLOR_parser_nodes__ACastAsExternCall__init = 94; +const int COLOR_parser_prod__ACastAsExternCall__empty_init = 95; +const int COLOR_parser_prod__ACastAsExternCall__init_acastasexterncall = 96; +const int COLOR_nitni_callbacks__ACastAsExternCall__verify_and_collect = 97; +const int COLOR_parser_nodes__AAsNullableExternCall__n_type = 86; +const int COLOR_parser_nodes__AAsNullableExternCall__n_type_61d = 87; +const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas = 88; +const int COLOR_parser_nodes__AAsNullableExternCall__n_kwas_61d = 89; +const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable = 90; +const int COLOR_parser_nodes__AAsNullableExternCall__n_kwnullable_61d = 91; +const int COLOR_parser_nodes__AAsNullableExternCall__init = 92; +const int COLOR_parser_prod__AAsNullableExternCall__empty_init = 93; +const int COLOR_parser_prod__AAsNullableExternCall__init_aasnullableexterncall = 94; +const int COLOR_nitni_callbacks__AAsNullableExternCall__verify_and_collect = 95; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type = 86; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_type_61d = 87; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas = 88; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwas_61d = 89; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot = 90; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnot_61d = 91; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable = 92; +const int COLOR_parser_nodes__AAsNotNullableExternCall__n_kwnullable_61d = 93; +const int COLOR_parser_nodes__AAsNotNullableExternCall__init = 94; +const int COLOR_parser_prod__AAsNotNullableExternCall__empty_init = 95; +const int COLOR_parser_prod__AAsNotNullableExternCall__init_aasnotnullableexterncall = 96; +const int COLOR_nitni_callbacks__AAsNotNullableExternCall__verify_and_collect = 97; +const int COLOR_parser_nodes__ATypePropdef__n_kwredef = 103; +const int COLOR_parser_nodes__ATypePropdef__n_kwredef_61d = 104; +const int COLOR_parser_nodes__ATypePropdef__n_visibility = 105; +const int COLOR_parser_nodes__ATypePropdef__n_visibility_61d = 106; +const int COLOR_parser_nodes__ATypePropdef__n_kwtype = 107; +const int COLOR_parser_nodes__ATypePropdef__n_kwtype_61d = 108; +const int COLOR_parser_nodes__ATypePropdef__n_id = 109; +const int COLOR_parser_nodes__ATypePropdef__n_id_61d = 110; +const int COLOR_parser_nodes__ATypePropdef__n_type = 111; +const int COLOR_parser_nodes__ATypePropdef__n_type_61d = 112; +const int COLOR_parser_nodes__ATypePropdef__init = 113; +const int COLOR_parser_prod__ATypePropdef__empty_init = 114; +const int COLOR_parser_prod__ATypePropdef__init_atypepropdef = 115; +const int COLOR_parser_nodes__AAble__n_visibility = 79; +const int COLOR_parser_nodes__AAble__n_visibility_61d = 80; +const int COLOR_parser_nodes__AAble__n_kwredef = 81; +const int COLOR_parser_nodes__AAble__n_kwredef_61d = 82; +const int COLOR_parser_nodes__AAble__init = 83; +const int COLOR_parser_nodes__AReadAble__n_kwreadable = 84; +const int COLOR_parser_nodes__AReadAble__n_kwreadable_61d = 85; +const int COLOR_parser_nodes__AReadAble__init = 86; +const int COLOR_parser_prod__AReadAble__empty_init = 87; +const int COLOR_parser_prod__AReadAble__init_areadable = 88; +const int COLOR_parser_nodes__AWriteAble__n_kwwritable = 84; +const int COLOR_parser_nodes__AWriteAble__n_kwwritable_61d = 85; +const int COLOR_parser_nodes__AWriteAble__init = 86; +const int COLOR_parser_prod__AWriteAble__empty_init = 87; +const int COLOR_parser_prod__AWriteAble__init_awriteable = 88; +const int COLOR_parser_nodes__AMethid__init = 79; +const int COLOR_parser_nodes__AIdMethid__n_id = 80; +const int COLOR_parser_nodes__AIdMethid__n_id_61d = 81; +const int COLOR_parser_nodes__AIdMethid__init = 82; +const int COLOR_parser_prod__AIdMethid__empty_init = 83; +const int COLOR_parser_prod__AIdMethid__init_aidmethid = 84; +const int COLOR_parser_nodes__APlusMethid__n_plus = 80; +const int COLOR_parser_nodes__APlusMethid__n_plus_61d = 81; +const int COLOR_parser_nodes__APlusMethid__init = 82; +const int COLOR_parser_prod__APlusMethid__empty_init = 83; +const int COLOR_parser_prod__APlusMethid__init_aplusmethid = 84; +const int COLOR_parser_nodes__AMinusMethid__n_minus = 80; +const int COLOR_parser_nodes__AMinusMethid__n_minus_61d = 81; +const int COLOR_parser_nodes__AMinusMethid__init = 82; +const int COLOR_parser_prod__AMinusMethid__empty_init = 83; +const int COLOR_parser_prod__AMinusMethid__init_aminusmethid = 84; +const int COLOR_parser_nodes__AStarMethid__n_star = 80; +const int COLOR_parser_nodes__AStarMethid__n_star_61d = 81; +const int COLOR_parser_nodes__AStarMethid__init = 82; +const int COLOR_parser_prod__AStarMethid__empty_init = 83; +const int COLOR_parser_prod__AStarMethid__init_astarmethid = 84; +const int COLOR_parser_nodes__ASlashMethid__n_slash = 80; +const int COLOR_parser_nodes__ASlashMethid__n_slash_61d = 81; +const int COLOR_parser_nodes__ASlashMethid__init = 82; +const int COLOR_parser_prod__ASlashMethid__empty_init = 83; +const int COLOR_parser_prod__ASlashMethid__init_aslashmethid = 84; +const int COLOR_parser_nodes__APercentMethid__n_percent = 80; +const int COLOR_parser_nodes__APercentMethid__n_percent_61d = 81; +const int COLOR_parser_nodes__APercentMethid__init = 82; +const int COLOR_parser_prod__APercentMethid__empty_init = 83; +const int COLOR_parser_prod__APercentMethid__init_apercentmethid = 84; +const int COLOR_parser_nodes__AEqMethid__n_eq = 80; +const int COLOR_parser_nodes__AEqMethid__n_eq_61d = 81; +const int COLOR_parser_nodes__AEqMethid__init = 82; +const int COLOR_parser_prod__AEqMethid__empty_init = 83; +const int COLOR_parser_prod__AEqMethid__init_aeqmethid = 84; +const int COLOR_parser_nodes__ANeMethid__n_ne = 80; +const int COLOR_parser_nodes__ANeMethid__n_ne_61d = 81; +const int COLOR_parser_nodes__ANeMethid__init = 82; +const int COLOR_parser_prod__ANeMethid__empty_init = 83; +const int COLOR_parser_prod__ANeMethid__init_anemethid = 84; +const int COLOR_parser_nodes__ALeMethid__n_le = 80; +const int COLOR_parser_nodes__ALeMethid__n_le_61d = 81; +const int COLOR_parser_nodes__ALeMethid__init = 82; +const int COLOR_parser_prod__ALeMethid__empty_init = 83; +const int COLOR_parser_prod__ALeMethid__init_alemethid = 84; +const int COLOR_parser_nodes__AGeMethid__n_ge = 80; +const int COLOR_parser_nodes__AGeMethid__n_ge_61d = 81; +const int COLOR_parser_nodes__AGeMethid__init = 82; +const int COLOR_parser_prod__AGeMethid__empty_init = 83; +const int COLOR_parser_prod__AGeMethid__init_agemethid = 84; +const int COLOR_parser_nodes__ALtMethid__n_lt = 80; +const int COLOR_parser_nodes__ALtMethid__n_lt_61d = 81; +const int COLOR_parser_nodes__ALtMethid__init = 82; +const int COLOR_parser_prod__ALtMethid__empty_init = 83; +const int COLOR_parser_prod__ALtMethid__init_altmethid = 84; +const int COLOR_parser_nodes__AGtMethid__n_gt = 80; +const int COLOR_parser_nodes__AGtMethid__n_gt_61d = 81; +const int COLOR_parser_nodes__AGtMethid__init = 82; +const int COLOR_parser_prod__AGtMethid__empty_init = 83; +const int COLOR_parser_prod__AGtMethid__init_agtmethid = 84; +const int COLOR_parser_nodes__ALlMethid__n_ll = 80; +const int COLOR_parser_nodes__ALlMethid__n_ll_61d = 81; +const int COLOR_parser_nodes__ALlMethid__init = 82; +const int COLOR_parser_prod__ALlMethid__empty_init = 83; +const int COLOR_parser_prod__ALlMethid__init_allmethid = 84; +const int COLOR_parser_nodes__AGgMethid__n_gg = 80; +const int COLOR_parser_nodes__AGgMethid__n_gg_61d = 81; +const int COLOR_parser_nodes__AGgMethid__init = 82; +const int COLOR_parser_prod__AGgMethid__empty_init = 83; +const int COLOR_parser_prod__AGgMethid__init_aggmethid = 84; +const int COLOR_parser_nodes__ABraMethid__n_obra = 80; +const int COLOR_parser_nodes__ABraMethid__n_obra_61d = 81; +const int COLOR_parser_nodes__ABraMethid__n_cbra = 82; +const int COLOR_parser_nodes__ABraMethid__n_cbra_61d = 83; +const int COLOR_parser_nodes__ABraMethid__init = 84; +const int COLOR_parser_prod__ABraMethid__empty_init = 85; +const int COLOR_parser_prod__ABraMethid__init_abramethid = 86; +const int COLOR_parser_nodes__AStarshipMethid__n_starship = 80; +const int COLOR_parser_nodes__AStarshipMethid__n_starship_61d = 81; +const int COLOR_parser_nodes__AStarshipMethid__init = 82; +const int COLOR_parser_prod__AStarshipMethid__empty_init = 83; +const int COLOR_parser_prod__AStarshipMethid__init_astarshipmethid = 84; +const int COLOR_parser_nodes__AAssignMethid__n_id = 80; +const int COLOR_parser_nodes__AAssignMethid__n_id_61d = 81; +const int COLOR_parser_nodes__AAssignMethid__n_assign = 82; +const int COLOR_parser_nodes__AAssignMethid__n_assign_61d = 83; +const int COLOR_parser_nodes__AAssignMethid__init = 84; +const int COLOR_parser_prod__AAssignMethid__empty_init = 85; +const int COLOR_parser_prod__AAssignMethid__init_aassignmethid = 86; +const int COLOR_parser_nodes__ABraassignMethid__n_obra = 80; +const int COLOR_parser_nodes__ABraassignMethid__n_obra_61d = 81; +const int COLOR_parser_nodes__ABraassignMethid__n_cbra = 82; +const int COLOR_parser_nodes__ABraassignMethid__n_cbra_61d = 83; +const int COLOR_parser_nodes__ABraassignMethid__n_assign = 84; +const int COLOR_parser_nodes__ABraassignMethid__n_assign_61d = 85; +const int COLOR_parser_nodes__ABraassignMethid__init = 86; +const int COLOR_parser_prod__ABraassignMethid__empty_init = 87; +const int COLOR_parser_prod__ABraassignMethid__init_abraassignmethid = 88; +const int COLOR_parser_nodes__ASignature__n_opar = 79; +const int COLOR_parser_nodes__ASignature__n_opar_61d = 80; +const int COLOR_parser_nodes__ASignature__n_params = 81; +const int COLOR_parser_nodes__ASignature__n_cpar = 82; +const int COLOR_parser_nodes__ASignature__n_cpar_61d = 83; +const int COLOR_parser_nodes__ASignature__n_type = 84; +const int COLOR_parser_nodes__ASignature__n_type_61d = 85; +const int COLOR_parser_nodes__ASignature__init = 86; +const int COLOR_parser_prod__ASignature__empty_init = 87; +const int COLOR_parser_prod__ASignature__init_asignature = 88; +const int COLOR_modelize_property__ASignature__is_visited = 89; +const int COLOR_modelize_property__ASignature__is_visited_61d = 90; +const int COLOR_modelize_property__ASignature__param_names = 91; +const int COLOR_modelize_property__ASignature__param_names_61d = 92; +const int COLOR_modelize_property__ASignature__param_types = 93; +const int COLOR_modelize_property__ASignature__param_types_61d = 94; +const int COLOR_modelize_property__ASignature__vararg_rank = 95; +const int COLOR_modelize_property__ASignature__vararg_rank_61d = 96; +const int COLOR_modelize_property__ASignature__ret_type = 97; +const int COLOR_modelize_property__ASignature__ret_type_61d = 98; +const int COLOR_modelize_property__ASignature__visit_signature = 99; +const int COLOR_modelize_property__ASignature__build_signature = 100; +const int COLOR_parser_nodes__AParam__n_id = 79; +const int COLOR_parser_nodes__AParam__n_id_61d = 80; +const int COLOR_parser_nodes__AParam__n_type = 81; +const int COLOR_parser_nodes__AParam__n_type_61d = 82; +const int COLOR_parser_nodes__AParam__n_dotdotdot = 83; +const int COLOR_parser_nodes__AParam__n_dotdotdot_61d = 84; +const int COLOR_parser_nodes__AParam__init = 85; +const int COLOR_parser_prod__AParam__empty_init = 86; +const int COLOR_parser_prod__AParam__init_aparam = 87; +const int COLOR_scope__AParam__variable = 88; +const int COLOR_scope__AParam__variable_61d = 89; +const int COLOR_modelize_property__AParam__mparameter = 90; +const int COLOR_modelize_property__AParam__mparameter_61d = 91; +const int COLOR_scope__AParam__accept_scope_visitor = 92; +const int COLOR_parser_nodes__AType__n_kwnullable = 79; +const int COLOR_parser_nodes__AType__n_kwnullable_61d = 80; +const int COLOR_parser_nodes__AType__n_id = 81; +const int COLOR_parser_nodes__AType__n_id_61d = 82; +const int COLOR_parser_nodes__AType__n_types = 83; +const int COLOR_parser_nodes__AType__init = 84; +const int COLOR_parser_prod__AType__empty_init = 85; +const int COLOR_parser_prod__AType__init_atype = 86; +const int COLOR_modelize_class__AType__mtype = 87; +const int COLOR_modelize_class__AType__mtype_61d = 88; +const int COLOR_modelize_class__AType__checked_mtype = 89; +const int COLOR_modelize_class__AType__checked_mtype_61d = 90; +const int COLOR_astbuilder__AType__make = 91; +const int COLOR_parser_nodes__ALabel__n_kwlabel = 79; +const int COLOR_parser_nodes__ALabel__n_kwlabel_61d = 80; +const int COLOR_parser_nodes__ALabel__n_id = 81; +const int COLOR_parser_nodes__ALabel__n_id_61d = 82; +const int COLOR_parser_nodes__ALabel__init = 83; +const int COLOR_parser_prod__ALabel__empty_init = 84; +const int COLOR_parser_prod__ALabel__init_alabel = 85; +const int COLOR_parser_nodes__ABlockExpr__n_expr = 99; +const int COLOR_parser_nodes__ABlockExpr__n_kwend = 100; +const int COLOR_parser_nodes__ABlockExpr__n_kwend_61d = 101; +const int COLOR_parser_nodes__ABlockExpr__init = 102; +const int COLOR_parser_prod__ABlockExpr__empty_init = 103; +const int COLOR_parser_prod__ABlockExpr__init_ablockexpr = 104; +const int COLOR_astbuilder__ABlockExpr__make = 105; +const int COLOR_parser_nodes__AVardeclExpr__n_kwvar = 99; +const int COLOR_parser_nodes__AVardeclExpr__n_kwvar_61d = 100; +const int COLOR_parser_nodes__AVardeclExpr__n_id = 101; +const int COLOR_parser_nodes__AVardeclExpr__n_id_61d = 102; +const int COLOR_parser_nodes__AVardeclExpr__n_type = 103; +const int COLOR_parser_nodes__AVardeclExpr__n_type_61d = 104; +const int COLOR_parser_nodes__AVardeclExpr__n_assign = 105; +const int COLOR_parser_nodes__AVardeclExpr__n_assign_61d = 106; +const int COLOR_parser_nodes__AVardeclExpr__n_expr = 107; +const int COLOR_parser_nodes__AVardeclExpr__n_expr_61d = 108; +const int COLOR_parser_nodes__AVardeclExpr__init = 109; +const int COLOR_parser_prod__AVardeclExpr__empty_init = 110; +const int COLOR_parser_prod__AVardeclExpr__init_avardeclexpr = 111; +const int COLOR_scope__AVardeclExpr__variable = 112; +const int COLOR_scope__AVardeclExpr__variable_61d = 113; +const int COLOR_scope__AVardeclExpr__accept_scope_visitor = 114; +const int COLOR_local_var_init__AVardeclExpr__accept_local_var_visitor = 115; +const int COLOR_parser_nodes__AReturnExpr__n_kwreturn = 99; +const int COLOR_parser_nodes__AReturnExpr__n_kwreturn_61d = 100; +const int COLOR_parser_nodes__AReturnExpr__n_expr = 101; +const int COLOR_parser_nodes__AReturnExpr__n_expr_61d = 102; +const int COLOR_parser_nodes__AReturnExpr__init = 103; +const int COLOR_parser_prod__AReturnExpr__empty_init = 104; +const int COLOR_parser_prod__AReturnExpr__init_areturnexpr = 105; +const int COLOR_flow__AReturnExpr__accept_flow_visitor = 106; +const int COLOR_parser_nodes__AAbortExpr__n_kwabort = 99; +const int COLOR_parser_nodes__AAbortExpr__n_kwabort_61d = 100; +const int COLOR_parser_nodes__AAbortExpr__init = 101; +const int COLOR_parser_prod__AAbortExpr__empty_init = 102; +const int COLOR_parser_prod__AAbortExpr__init_aabortexpr = 103; +const int COLOR_flow__AAbortExpr__accept_flow_visitor = 104; +const int COLOR_parser_nodes__AIfExpr__n_kwif = 99; +const int COLOR_parser_nodes__AIfExpr__n_kwif_61d = 100; +const int COLOR_parser_nodes__AIfExpr__n_expr = 101; +const int COLOR_parser_nodes__AIfExpr__n_expr_61d = 102; +const int COLOR_parser_nodes__AIfExpr__n_then = 103; +const int COLOR_parser_nodes__AIfExpr__n_then_61d = 104; +const int COLOR_parser_nodes__AIfExpr__n_else = 105; +const int COLOR_parser_nodes__AIfExpr__n_else_61d = 106; +const int COLOR_parser_nodes__AIfExpr__init = 107; +const int COLOR_parser_prod__AIfExpr__empty_init = 108; +const int COLOR_parser_prod__AIfExpr__init_aifexpr = 109; +const int COLOR_astbuilder__AIfExpr__make = 110; +const int COLOR_parser_nodes__AIfexprExpr__n_kwif = 99; +const int COLOR_parser_nodes__AIfexprExpr__n_kwif_61d = 100; +const int COLOR_parser_nodes__AIfexprExpr__n_expr = 101; +const int COLOR_parser_nodes__AIfexprExpr__n_expr_61d = 102; +const int COLOR_parser_nodes__AIfexprExpr__n_kwthen = 103; +const int COLOR_parser_nodes__AIfexprExpr__n_kwthen_61d = 104; +const int COLOR_parser_nodes__AIfexprExpr__n_then = 105; +const int COLOR_parser_nodes__AIfexprExpr__n_then_61d = 106; +const int COLOR_parser_nodes__AIfexprExpr__n_kwelse = 107; +const int COLOR_parser_nodes__AIfexprExpr__n_kwelse_61d = 108; +const int COLOR_parser_nodes__AIfexprExpr__n_else = 109; +const int COLOR_parser_nodes__AIfexprExpr__n_else_61d = 110; +const int COLOR_parser_nodes__AIfexprExpr__init = 111; +const int COLOR_parser_prod__AIfexprExpr__empty_init = 112; +const int COLOR_parser_prod__AIfexprExpr__init_aifexprexpr = 113; +const int COLOR_parser_nodes__AAssertExpr__n_kwassert = 99; +const int COLOR_parser_nodes__AAssertExpr__n_kwassert_61d = 100; +const int COLOR_parser_nodes__AAssertExpr__n_id = 101; +const int COLOR_parser_nodes__AAssertExpr__n_id_61d = 102; +const int COLOR_parser_nodes__AAssertExpr__n_expr = 103; +const int COLOR_parser_nodes__AAssertExpr__n_expr_61d = 104; +const int COLOR_parser_nodes__AAssertExpr__n_else = 105; +const int COLOR_parser_nodes__AAssertExpr__n_else_61d = 106; +const int COLOR_parser_nodes__AAssertExpr__init = 107; +const int COLOR_parser_prod__AAssertExpr__empty_init = 108; +const int COLOR_parser_prod__AAssertExpr__init_aassertexpr = 109; +const int COLOR_parser_nodes__AProxyExpr__n_expr = 99; +const int COLOR_parser_nodes__AProxyExpr__n_expr_61d = 100; +const int COLOR_parser_nodes__AProxyExpr__init = 101; +const int COLOR_parser_nodes__AOnceExpr__n_kwonce = 102; +const int COLOR_parser_nodes__AOnceExpr__n_kwonce_61d = 103; +const int COLOR_parser_nodes__AOnceExpr__init = 104; +const int COLOR_parser_prod__AOnceExpr__empty_init = 105; +const int COLOR_parser_prod__AOnceExpr__init_aonceexpr = 106; +const int COLOR_simple_misc_analysis__AOnceExpr__accept_simple_misc = 107; +const int COLOR_parser_nodes__ABinopExpr__n_expr2 = 121; +const int COLOR_parser_nodes__ABinopExpr__n_expr2_61d = 122; +const int COLOR_parser_nodes__ABinopExpr__init = 123; +const int COLOR_parser_prod__ABinopExpr__empty_init = 124; +const int COLOR_parser_prod__ABinopExpr__init_abinopexpr = 125; +const int COLOR_parser_nodes__ABoolExpr__init = 99; +const int COLOR_parser_nodes__AOrExpr__n_expr = 100; +const int COLOR_parser_nodes__AOrExpr__n_expr_61d = 101; +const int COLOR_parser_nodes__AOrExpr__n_expr2 = 102; +const int COLOR_parser_nodes__AOrExpr__n_expr2_61d = 103; +const int COLOR_parser_nodes__AOrExpr__init = 104; +const int COLOR_parser_prod__AOrExpr__empty_init = 105; +const int COLOR_parser_prod__AOrExpr__init_aorexpr = 106; +const int COLOR_parser_nodes__AAndExpr__n_expr = 100; +const int COLOR_parser_nodes__AAndExpr__n_expr_61d = 101; +const int COLOR_parser_nodes__AAndExpr__n_expr2 = 102; +const int COLOR_parser_nodes__AAndExpr__n_expr2_61d = 103; +const int COLOR_parser_nodes__AAndExpr__init = 104; +const int COLOR_parser_prod__AAndExpr__empty_init = 105; +const int COLOR_parser_prod__AAndExpr__init_aandexpr = 106; +const int COLOR_parser_nodes__AOrElseExpr__n_expr = 100; +const int COLOR_parser_nodes__AOrElseExpr__n_expr_61d = 101; +const int COLOR_parser_nodes__AOrElseExpr__n_expr2 = 102; +const int COLOR_parser_nodes__AOrElseExpr__n_expr2_61d = 103; +const int COLOR_parser_nodes__AOrElseExpr__init = 104; +const int COLOR_parser_prod__AOrElseExpr__empty_init = 105; +const int COLOR_parser_prod__AOrElseExpr__init_aorelseexpr = 106; +const int COLOR_flow__AOrElseExpr__accept_flow_visitor = 107; +const int COLOR_parser_nodes__AImpliesExpr__n_expr = 100; +const int COLOR_parser_nodes__AImpliesExpr__n_expr_61d = 101; +const int COLOR_parser_nodes__AImpliesExpr__n_expr2 = 102; +const int COLOR_parser_nodes__AImpliesExpr__n_expr2_61d = 103; +const int COLOR_parser_nodes__AImpliesExpr__init = 104; +const int COLOR_parser_prod__AImpliesExpr__empty_init = 105; +const int COLOR_parser_prod__AImpliesExpr__init_aimpliesexpr = 106; +const int COLOR_parser_nodes__ANotExpr__n_kwnot = 100; +const int COLOR_parser_nodes__ANotExpr__n_kwnot_61d = 101; +const int COLOR_parser_nodes__ANotExpr__n_expr = 102; +const int COLOR_parser_nodes__ANotExpr__n_expr_61d = 103; +const int COLOR_parser_nodes__ANotExpr__init = 104; +const int COLOR_parser_prod__ANotExpr__empty_init = 105; +const int COLOR_parser_prod__ANotExpr__init_anotexpr = 106; +const int COLOR_parser_nodes__AEqExpr__init = 126; +const int COLOR_parser_prod__AEqExpr__empty_init = 127; +const int COLOR_parser_prod__AEqExpr__init_aeqexpr = 128; +const int COLOR_flow__AEqExpr__accept_flow_visitor = 129; +const int COLOR_typing__AEqExpr__accept_typing = 130; +const int COLOR_parser_nodes__ANeExpr__init = 126; +const int COLOR_parser_prod__ANeExpr__empty_init = 127; +const int COLOR_parser_prod__ANeExpr__init_aneexpr = 128; +const int COLOR_flow__ANeExpr__accept_flow_visitor = 129; +const int COLOR_typing__ANeExpr__accept_typing = 130; +const int COLOR_parser_nodes__ALtExpr__init = 126; +const int COLOR_parser_prod__ALtExpr__empty_init = 127; +const int COLOR_parser_prod__ALtExpr__init_altexpr = 128; +const int COLOR_parser_nodes__ALeExpr__init = 126; +const int COLOR_parser_prod__ALeExpr__empty_init = 127; +const int COLOR_parser_prod__ALeExpr__init_aleexpr = 128; +const int COLOR_parser_nodes__ALlExpr__init = 126; +const int COLOR_parser_prod__ALlExpr__empty_init = 127; +const int COLOR_parser_prod__ALlExpr__init_allexpr = 128; +const int COLOR_parser_nodes__AGtExpr__init = 126; +const int COLOR_parser_prod__AGtExpr__empty_init = 127; +const int COLOR_parser_prod__AGtExpr__init_agtexpr = 128; +const int COLOR_parser_nodes__AGeExpr__init = 126; +const int COLOR_parser_prod__AGeExpr__empty_init = 127; +const int COLOR_parser_prod__AGeExpr__init_ageexpr = 128; +const int COLOR_parser_nodes__AGgExpr__init = 126; +const int COLOR_parser_prod__AGgExpr__empty_init = 127; +const int COLOR_parser_prod__AGgExpr__init_aggexpr = 128; +const int COLOR_parser_nodes__AIsaExpr__n_expr = 100; +const int COLOR_parser_nodes__AIsaExpr__n_expr_61d = 101; +const int COLOR_parser_nodes__AIsaExpr__n_type = 102; +const int COLOR_parser_nodes__AIsaExpr__n_type_61d = 103; +const int COLOR_parser_nodes__AIsaExpr__init = 104; +const int COLOR_parser_prod__AIsaExpr__empty_init = 105; +const int COLOR_parser_prod__AIsaExpr__init_aisaexpr = 106; +const int COLOR_typing__AIsaExpr__cast_type = 107; +const int COLOR_typing__AIsaExpr__cast_type_61d = 108; +const int COLOR_flow__AIsaExpr__accept_flow_visitor = 109; +const int COLOR_parser_nodes__APlusExpr__init = 126; +const int COLOR_parser_prod__APlusExpr__empty_init = 127; +const int COLOR_parser_prod__APlusExpr__init_aplusexpr = 128; +const int COLOR_parser_nodes__AMinusExpr__init = 126; +const int COLOR_parser_prod__AMinusExpr__empty_init = 127; +const int COLOR_parser_prod__AMinusExpr__init_aminusexpr = 128; +const int COLOR_parser_nodes__AStarshipExpr__init = 126; +const int COLOR_parser_prod__AStarshipExpr__empty_init = 127; +const int COLOR_parser_prod__AStarshipExpr__init_astarshipexpr = 128; +const int COLOR_parser_nodes__AStarExpr__init = 126; +const int COLOR_parser_prod__AStarExpr__empty_init = 127; +const int COLOR_parser_prod__AStarExpr__init_astarexpr = 128; +const int COLOR_parser_nodes__ASlashExpr__init = 126; +const int COLOR_parser_prod__ASlashExpr__empty_init = 127; +const int COLOR_parser_prod__ASlashExpr__init_aslashexpr = 128; +const int COLOR_parser_nodes__APercentExpr__init = 126; +const int COLOR_parser_prod__APercentExpr__empty_init = 127; +const int COLOR_parser_prod__APercentExpr__init_apercentexpr = 128; +const int COLOR_parser_nodes__AUminusExpr__n_minus = 121; +const int COLOR_parser_nodes__AUminusExpr__n_minus_61d = 122; +const int COLOR_parser_nodes__AUminusExpr__init = 123; +const int COLOR_parser_prod__AUminusExpr__empty_init = 124; +const int COLOR_parser_prod__AUminusExpr__init_auminusexpr = 125; +const int COLOR_parser_nodes__ANewExpr__n_kwnew = 99; +const int COLOR_parser_nodes__ANewExpr__n_kwnew_61d = 100; +const int COLOR_parser_nodes__ANewExpr__n_type = 101; +const int COLOR_parser_nodes__ANewExpr__n_type_61d = 102; +const int COLOR_parser_nodes__ANewExpr__n_id = 103; +const int COLOR_parser_nodes__ANewExpr__n_id_61d = 104; +const int COLOR_parser_nodes__ANewExpr__n_args = 105; +const int COLOR_parser_nodes__ANewExpr__n_args_61d = 106; +const int COLOR_parser_nodes__ANewExpr__init = 107; +const int COLOR_parser_prod__ANewExpr__empty_init = 108; +const int COLOR_parser_prod__ANewExpr__init_anewexpr = 109; +const int COLOR_typing__ANewExpr__callsite = 110; +const int COLOR_typing__ANewExpr__callsite_61d = 111; +const int COLOR_astbuilder__ANewExpr__make = 112; +const int COLOR_parser_nodes__AAttrExpr__init = 120; +const int COLOR_parser_prod__AAttrExpr__empty_init = 121; +const int COLOR_parser_prod__AAttrExpr__init_aattrexpr = 122; +const int COLOR_astbuilder__AAttrExpr__make = 123; +const int COLOR_parser_nodes__ACallExpr__init = 128; +const int COLOR_parser_prod__ACallExpr__empty_init = 129; +const int COLOR_parser_prod__ACallExpr__init_acallexpr = 130; +const int COLOR_astbuilder__ACallExpr__make = 131; +const int COLOR_parser_nodes__ASuperExpr__n_qualified = 99; +const int COLOR_parser_nodes__ASuperExpr__n_qualified_61d = 100; +const int COLOR_parser_nodes__ASuperExpr__n_kwsuper = 101; +const int COLOR_parser_nodes__ASuperExpr__n_kwsuper_61d = 102; +const int COLOR_parser_nodes__ASuperExpr__n_args = 103; +const int COLOR_parser_nodes__ASuperExpr__n_args_61d = 104; +const int COLOR_parser_nodes__ASuperExpr__init = 105; +const int COLOR_parser_prod__ASuperExpr__empty_init = 106; +const int COLOR_parser_prod__ASuperExpr__init_asuperexpr = 107; +const int COLOR_typing__ASuperExpr__callsite = 108; +const int COLOR_typing__ASuperExpr__callsite_61d = 109; +const int COLOR_typing__ASuperExpr__mpropdef = 110; +const int COLOR_typing__ASuperExpr__mpropdef_61d = 111; +const int COLOR_typing__ASuperExpr__process_superinit = 112; +const int COLOR_parser_nodes__AInitExpr__n_kwinit = 121; +const int COLOR_parser_nodes__AInitExpr__n_kwinit_61d = 122; +const int COLOR_parser_nodes__AInitExpr__n_args = 123; +const int COLOR_parser_nodes__AInitExpr__n_args_61d = 124; +const int COLOR_parser_nodes__AInitExpr__init = 125; +const int COLOR_parser_prod__AInitExpr__empty_init = 126; +const int COLOR_parser_prod__AInitExpr__init_ainitexpr = 127; +const int COLOR_parser_nodes__ABraExpr__init = 134; +const int COLOR_parser_prod__ABraExpr__empty_init = 135; +const int COLOR_parser_prod__ABraExpr__init_abraexpr = 136; +const int COLOR_parser_nodes__AVarExpr__init = 115; +const int COLOR_parser_prod__AVarExpr__empty_init = 116; +const int COLOR_parser_prod__AVarExpr__init_avarexpr = 117; +const int COLOR_astbuilder__AVarExpr__make = 118; +const int COLOR_local_var_init__AVarExpr__accept_local_var_visitor = 119; +const int COLOR_parser_nodes__ARangeExpr__n_expr = 99; +const int COLOR_parser_nodes__ARangeExpr__n_expr_61d = 100; +const int COLOR_parser_nodes__ARangeExpr__n_expr2 = 101; +const int COLOR_parser_nodes__ARangeExpr__n_expr2_61d = 102; +const int COLOR_parser_nodes__ARangeExpr__init = 103; +const int COLOR_parser_prod__ARangeExpr__empty_init = 104; +const int COLOR_parser_prod__ARangeExpr__init_arangeexpr = 105; +const int COLOR_parser_nodes__ACrangeExpr__n_obra = 106; +const int COLOR_parser_nodes__ACrangeExpr__n_obra_61d = 107; +const int COLOR_parser_nodes__ACrangeExpr__n_cbra = 108; +const int COLOR_parser_nodes__ACrangeExpr__n_cbra_61d = 109; +const int COLOR_parser_nodes__ACrangeExpr__init = 110; +const int COLOR_parser_prod__ACrangeExpr__empty_init = 111; +const int COLOR_parser_prod__ACrangeExpr__init_acrangeexpr = 112; +const int COLOR_parser_nodes__AOrangeExpr__n_obra = 106; +const int COLOR_parser_nodes__AOrangeExpr__n_obra_61d = 107; +const int COLOR_parser_nodes__AOrangeExpr__n_cbra = 108; +const int COLOR_parser_nodes__AOrangeExpr__n_cbra_61d = 109; +const int COLOR_parser_nodes__AOrangeExpr__init = 110; +const int COLOR_parser_prod__AOrangeExpr__empty_init = 111; +const int COLOR_parser_prod__AOrangeExpr__init_aorangeexpr = 112; +const int COLOR_parser_nodes__AArrayExpr__n_exprs = 99; +const int COLOR_parser_nodes__AArrayExpr__n_exprs_61d = 100; +const int COLOR_parser_nodes__AArrayExpr__init = 101; +const int COLOR_parser_prod__AArrayExpr__empty_init = 102; +const int COLOR_parser_prod__AArrayExpr__init_aarrayexpr = 103; +const int COLOR_parser_nodes__ASelfExpr__n_kwself = 99; +const int COLOR_parser_nodes__ASelfExpr__n_kwself_61d = 100; +const int COLOR_parser_nodes__ASelfExpr__init = 101; +const int COLOR_parser_prod__ASelfExpr__empty_init = 102; +const int COLOR_parser_prod__ASelfExpr__init_aselfexpr = 103; +const int COLOR_scope__ASelfExpr__variable = 104; +const int COLOR_scope__ASelfExpr__variable_61d = 105; +const int COLOR_typing__ASelfExpr__its_variable_61d = 106; +const int COLOR_scope__ASelfExpr__accept_scope_visitor = 107; +const int COLOR_parser_nodes__AImplicitSelfExpr__init = 108; +const int COLOR_parser_prod__AImplicitSelfExpr__empty_init = 109; +const int COLOR_parser_prod__AImplicitSelfExpr__init_aimplicitselfexpr = 110; +const int COLOR_parser_nodes__ATrueExpr__n_kwtrue = 100; +const int COLOR_parser_nodes__ATrueExpr__n_kwtrue_61d = 101; +const int COLOR_parser_nodes__ATrueExpr__init = 102; +const int COLOR_parser_prod__ATrueExpr__empty_init = 103; +const int COLOR_parser_prod__ATrueExpr__init_atrueexpr = 104; +const int COLOR_parser_nodes__AFalseExpr__n_kwfalse = 100; +const int COLOR_parser_nodes__AFalseExpr__n_kwfalse_61d = 101; +const int COLOR_parser_nodes__AFalseExpr__init = 102; +const int COLOR_parser_prod__AFalseExpr__empty_init = 103; +const int COLOR_parser_prod__AFalseExpr__init_afalseexpr = 104; +const int COLOR_parser_nodes__ANullExpr__n_kwnull = 99; +const int COLOR_parser_nodes__ANullExpr__n_kwnull_61d = 100; +const int COLOR_parser_nodes__ANullExpr__init = 101; +const int COLOR_parser_prod__ANullExpr__empty_init = 102; +const int COLOR_parser_prod__ANullExpr__init_anullexpr = 103; +const int COLOR_parser_nodes__AIntExpr__n_number = 99; +const int COLOR_parser_nodes__AIntExpr__n_number_61d = 100; +const int COLOR_parser_nodes__AIntExpr__init = 101; +const int COLOR_parser_prod__AIntExpr__empty_init = 102; +const int COLOR_parser_prod__AIntExpr__init_aintexpr = 103; +const int COLOR_literal__AIntExpr__value = 104; +const int COLOR_literal__AIntExpr__value_61d = 105; +const int COLOR_astbuilder__AIntExpr__make = 106; +const int COLOR_parser_nodes__AFloatExpr__n_float = 99; +const int COLOR_parser_nodes__AFloatExpr__n_float_61d = 100; +const int COLOR_parser_nodes__AFloatExpr__init = 101; +const int COLOR_parser_prod__AFloatExpr__empty_init = 102; +const int COLOR_parser_prod__AFloatExpr__init_afloatexpr = 103; +const int COLOR_literal__AFloatExpr__value = 104; +const int COLOR_literal__AFloatExpr__value_61d = 105; +const int COLOR_parser_nodes__ACharExpr__n_char = 99; +const int COLOR_parser_nodes__ACharExpr__n_char_61d = 100; +const int COLOR_parser_nodes__ACharExpr__init = 101; +const int COLOR_parser_prod__ACharExpr__empty_init = 102; +const int COLOR_parser_prod__ACharExpr__init_acharexpr = 103; +const int COLOR_literal__ACharExpr__value = 104; +const int COLOR_literal__ACharExpr__value_61d = 105; +const int COLOR_parser_nodes__AStringFormExpr__n_string = 99; +const int COLOR_parser_nodes__AStringFormExpr__n_string_61d = 100; +const int COLOR_parser_nodes__AStringFormExpr__init = 101; +const int COLOR_literal__AStringFormExpr__value = 102; +const int COLOR_literal__AStringFormExpr__value_61d = 103; +const int COLOR_parser_nodes__AStringExpr__init = 104; +const int COLOR_parser_prod__AStringExpr__empty_init = 105; +const int COLOR_parser_prod__AStringExpr__init_astringexpr = 106; +const int COLOR_parser_nodes__AStartStringExpr__init = 104; +const int COLOR_parser_prod__AStartStringExpr__empty_init = 105; +const int COLOR_parser_prod__AStartStringExpr__init_astartstringexpr = 106; +const int COLOR_parser_nodes__AMidStringExpr__init = 104; +const int COLOR_parser_prod__AMidStringExpr__empty_init = 105; +const int COLOR_parser_prod__AMidStringExpr__init_amidstringexpr = 106; +const int COLOR_parser_nodes__AEndStringExpr__init = 104; +const int COLOR_parser_prod__AEndStringExpr__empty_init = 105; +const int COLOR_parser_prod__AEndStringExpr__init_aendstringexpr = 106; +const int COLOR_parser_nodes__ASuperstringExpr__n_exprs = 99; +const int COLOR_parser_nodes__ASuperstringExpr__init = 100; +const int COLOR_parser_prod__ASuperstringExpr__empty_init = 101; +const int COLOR_parser_prod__ASuperstringExpr__init_asuperstringexpr = 102; +const int COLOR_parser_nodes__AParExpr__n_opar = 102; +const int COLOR_parser_nodes__AParExpr__n_opar_61d = 103; +const int COLOR_parser_nodes__AParExpr__n_cpar = 104; +const int COLOR_parser_nodes__AParExpr__n_cpar_61d = 105; +const int COLOR_parser_nodes__AParExpr__init = 106; +const int COLOR_parser_prod__AParExpr__empty_init = 107; +const int COLOR_parser_prod__AParExpr__init_aparexpr = 108; +const int COLOR_parser_nodes__AAsCastExpr__n_expr = 99; +const int COLOR_parser_nodes__AAsCastExpr__n_expr_61d = 100; +const int COLOR_parser_nodes__AAsCastExpr__n_kwas = 101; +const int COLOR_parser_nodes__AAsCastExpr__n_kwas_61d = 102; +const int COLOR_parser_nodes__AAsCastExpr__n_opar = 103; +const int COLOR_parser_nodes__AAsCastExpr__n_opar_61d = 104; +const int COLOR_parser_nodes__AAsCastExpr__n_type = 105; +const int COLOR_parser_nodes__AAsCastExpr__n_type_61d = 106; +const int COLOR_parser_nodes__AAsCastExpr__n_cpar = 107; +const int COLOR_parser_nodes__AAsCastExpr__n_cpar_61d = 108; +const int COLOR_parser_nodes__AAsCastExpr__init = 109; +const int COLOR_parser_prod__AAsCastExpr__empty_init = 110; +const int COLOR_parser_prod__AAsCastExpr__init_aascastexpr = 111; +const int COLOR_parser_nodes__AAsNotnullExpr__n_expr = 99; +const int COLOR_parser_nodes__AAsNotnullExpr__n_expr_61d = 100; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas = 101; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwas_61d = 102; +const int COLOR_parser_nodes__AAsNotnullExpr__n_opar = 103; +const int COLOR_parser_nodes__AAsNotnullExpr__n_opar_61d = 104; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot = 105; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnot_61d = 106; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull = 107; +const int COLOR_parser_nodes__AAsNotnullExpr__n_kwnull_61d = 108; +const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar = 109; +const int COLOR_parser_nodes__AAsNotnullExpr__n_cpar_61d = 110; +const int COLOR_parser_nodes__AAsNotnullExpr__init = 111; +const int COLOR_parser_prod__AAsNotnullExpr__empty_init = 112; +const int COLOR_parser_prod__AAsNotnullExpr__init_aasnotnullexpr = 113; +const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset = 120; +const int COLOR_parser_nodes__AIssetAttrExpr__n_kwisset_61d = 121; +const int COLOR_parser_nodes__AIssetAttrExpr__init = 122; +const int COLOR_parser_prod__AIssetAttrExpr__empty_init = 123; +const int COLOR_parser_prod__AIssetAttrExpr__init_aissetattrexpr = 124; +const int COLOR_parser_nodes__AExprs__n_exprs = 79; +const int COLOR_parser_nodes__AExprs__init = 80; +const int COLOR_typing__AExprs__to_a = 81; +const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug = 99; +const int COLOR_parser_nodes__ADebugTypeExpr__n_kwdebug_61d = 100; +const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype = 101; +const int COLOR_parser_nodes__ADebugTypeExpr__n_kwtype_61d = 102; +const int COLOR_parser_nodes__ADebugTypeExpr__n_expr = 103; +const int COLOR_parser_nodes__ADebugTypeExpr__n_expr_61d = 104; +const int COLOR_parser_nodes__ADebugTypeExpr__n_type = 105; +const int COLOR_parser_nodes__ADebugTypeExpr__n_type_61d = 106; +const int COLOR_parser_nodes__ADebugTypeExpr__init = 107; +const int COLOR_parser_prod__ADebugTypeExpr__empty_init = 108; +const int COLOR_parser_prod__ADebugTypeExpr__init_adebugtypeexpr = 109; +const int COLOR_parser_nodes__AListExprs__init = 82; +const int COLOR_parser_prod__AListExprs__empty_init = 83; +const int COLOR_parser_prod__AListExprs__init_alistexprs = 84; +const int COLOR_parser_nodes__AParExprs__n_opar = 82; +const int COLOR_parser_nodes__AParExprs__n_opar_61d = 83; +const int COLOR_parser_nodes__AParExprs__n_cpar = 84; +const int COLOR_parser_nodes__AParExprs__n_cpar_61d = 85; +const int COLOR_parser_nodes__AParExprs__init = 86; +const int COLOR_parser_prod__AParExprs__empty_init = 87; +const int COLOR_parser_prod__AParExprs__init_aparexprs = 88; +const int COLOR_parser_nodes__ABraExprs__n_obra = 82; +const int COLOR_parser_nodes__ABraExprs__n_obra_61d = 83; +const int COLOR_parser_nodes__ABraExprs__n_cbra = 84; +const int COLOR_parser_nodes__ABraExprs__n_cbra_61d = 85; +const int COLOR_parser_nodes__ABraExprs__init = 86; +const int COLOR_parser_prod__ABraExprs__empty_init = 87; +const int COLOR_parser_prod__ABraExprs__init_abraexprs = 88; +const int COLOR_parser_nodes__AAssignOp__init = 79; +const int COLOR_parser_nodes__APlusAssignOp__n_pluseq = 80; +const int COLOR_parser_nodes__APlusAssignOp__n_pluseq_61d = 81; +const int COLOR_parser_nodes__APlusAssignOp__init = 82; +const int COLOR_parser_prod__APlusAssignOp__empty_init = 83; +const int COLOR_parser_prod__APlusAssignOp__init_aplusassignop = 84; +const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq = 80; +const int COLOR_parser_nodes__AMinusAssignOp__n_minuseq_61d = 81; +const int COLOR_parser_nodes__AMinusAssignOp__init = 82; +const int COLOR_parser_prod__AMinusAssignOp__empty_init = 83; +const int COLOR_parser_prod__AMinusAssignOp__init_aminusassignop = 84; +const int COLOR_parser_nodes__AModuleName__n_quad = 79; +const int COLOR_parser_nodes__AModuleName__n_quad_61d = 80; +const int COLOR_parser_nodes__AModuleName__n_path = 81; +const int COLOR_parser_nodes__AModuleName__n_id = 82; +const int COLOR_parser_nodes__AModuleName__n_id_61d = 83; +const int COLOR_parser_nodes__AModuleName__init = 84; +const int COLOR_parser_prod__AModuleName__empty_init = 85; +const int COLOR_parser_prod__AModuleName__init_amodulename = 86; +const int COLOR_parser_nodes__AInLanguage__n_kwin = 79; +const int COLOR_parser_nodes__AInLanguage__n_kwin_61d = 80; +const int COLOR_parser_nodes__AInLanguage__n_string = 81; +const int COLOR_parser_nodes__AInLanguage__n_string_61d = 82; +const int COLOR_parser_nodes__AInLanguage__init = 83; +const int COLOR_parser_prod__AInLanguage__empty_init = 84; +const int COLOR_parser_prod__AInLanguage__init_ainlanguage = 85; +const int COLOR_parser_nodes__AExternCodeBlock__n_in_language = 79; +const int COLOR_parser_nodes__AExternCodeBlock__n_in_language_61d = 80; +const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment = 81; +const int COLOR_parser_nodes__AExternCodeBlock__n_extern_code_segment_61d = 82; +const int COLOR_parser_nodes__AExternCodeBlock__init = 83; +const int COLOR_parser_prod__AExternCodeBlock__empty_init = 84; +const int COLOR_parser_prod__AExternCodeBlock__init_aexterncodeblock = 85; +const int COLOR_ffi_base__AExternCodeBlock__language_name = 86; +const int COLOR_ffi_base__AExternCodeBlock__language_name_lowered = 87; +const int COLOR_ffi_base__AExternCodeBlock__code = 88; +const int COLOR_ffi_base__AExternCodeBlock__language = 89; +const int COLOR_ffi_base__AExternCodeBlock__language_61d = 90; +const int COLOR_c__AExternCodeBlock__is_c = 91; +const int COLOR_c__AExternCodeBlock__is_c_body = 92; +const int COLOR_c__AExternCodeBlock__is_c_header = 93; +const int COLOR_cpp__AExternCodeBlock__is_cpp = 94; +const int COLOR_cpp__AExternCodeBlock__is_cpp_body = 95; +const int COLOR_cpp__AExternCodeBlock__is_cpp_header = 96; +const int COLOR_parser_nodes__AQualified__n_quad = 79; +const int COLOR_parser_nodes__AQualified__n_quad_61d = 80; +const int COLOR_parser_nodes__AQualified__n_id = 81; +const int COLOR_parser_nodes__AQualified__n_classid = 82; +const int COLOR_parser_nodes__AQualified__n_classid_61d = 83; +const int COLOR_parser_nodes__AQualified__init = 84; +const int COLOR_parser_prod__AQualified__empty_init = 85; +const int COLOR_parser_prod__AQualified__init_aqualified = 86; +const int COLOR_parser_nodes__ADoc__n_comment = 79; +const int COLOR_parser_nodes__ADoc__init = 80; +const int COLOR_parser_prod__ADoc__empty_init = 81; +const int COLOR_parser_prod__ADoc__init_adoc = 82; +const int COLOR_parser_nodes__AAnnotations__n_at = 79; +const int COLOR_parser_nodes__AAnnotations__n_at_61d = 80; +const int COLOR_parser_nodes__AAnnotations__n_opar = 81; +const int COLOR_parser_nodes__AAnnotations__n_opar_61d = 82; +const int COLOR_parser_nodes__AAnnotations__n_items = 83; +const int COLOR_parser_nodes__AAnnotations__n_cpar = 84; +const int COLOR_parser_nodes__AAnnotations__n_cpar_61d = 85; +const int COLOR_parser_nodes__AAnnotations__init = 86; +const int COLOR_parser_prod__AAnnotations__empty_init = 87; +const int COLOR_parser_prod__AAnnotations__init_aannotations = 88; +const int COLOR_parser_nodes__AAnnotation__n_atid = 79; +const int COLOR_parser_nodes__AAnnotation__n_atid_61d = 80; +const int COLOR_parser_nodes__AAnnotation__n_opar = 81; +const int COLOR_parser_nodes__AAnnotation__n_opar_61d = 82; +const int COLOR_parser_nodes__AAnnotation__n_args = 83; +const int COLOR_parser_nodes__AAnnotation__n_cpar = 84; +const int COLOR_parser_nodes__AAnnotation__n_cpar_61d = 85; +const int COLOR_parser_nodes__AAnnotation__init = 86; +const int COLOR_parser_prod__AAnnotation__empty_init = 87; +const int COLOR_parser_prod__AAnnotation__init_aannotation = 88; +const int COLOR_parser_nodes__AAtArg__init = 79; +const int COLOR_parser_nodes__ATypeAtArg__n_type = 80; +const int COLOR_parser_nodes__ATypeAtArg__n_type_61d = 81; +const int COLOR_parser_nodes__ATypeAtArg__init = 82; +const int COLOR_parser_prod__ATypeAtArg__empty_init = 83; +const int COLOR_parser_prod__ATypeAtArg__init_atypeatarg = 84; +const int COLOR_parser_nodes__AExprAtArg__n_expr = 80; +const int COLOR_parser_nodes__AExprAtArg__n_expr_61d = 81; +const int COLOR_parser_nodes__AExprAtArg__init = 82; +const int COLOR_parser_prod__AExprAtArg__empty_init = 83; +const int COLOR_parser_prod__AExprAtArg__init_aexpratarg = 84; +const int COLOR_parser_nodes__AAtAtArg__init = 80; +const int COLOR_parser_prod__AAtAtArg__empty_init = 81; +const int COLOR_parser_prod__AAtAtArg__init_aatatarg = 82; +const int COLOR_parser_nodes__AAtid__n_id = 79; +const int COLOR_parser_nodes__AAtid__n_id_61d = 80; +const int COLOR_parser_nodes__AAtid__init = 81; +const int COLOR_parser_nodes__AIdAtid__init = 82; +const int COLOR_parser_prod__AIdAtid__empty_init = 83; +const int COLOR_parser_prod__AIdAtid__init_aidatid = 84; +const int COLOR_parser_nodes__AKwexternAtid__init = 82; +const int COLOR_parser_prod__AKwexternAtid__empty_init = 83; +const int COLOR_parser_prod__AKwexternAtid__init_akwexternatid = 84; +const int COLOR_parser_nodes__AKwinternAtid__init = 82; +const int COLOR_parser_prod__AKwinternAtid__empty_init = 83; +const int COLOR_parser_prod__AKwinternAtid__init_akwinternatid = 84; +const int COLOR_parser_nodes__AKwreadableAtid__init = 82; +const int COLOR_parser_prod__AKwreadableAtid__empty_init = 83; +const int COLOR_parser_prod__AKwreadableAtid__init_akwreadableatid = 84; +const int COLOR_parser_nodes__AKwwritableAtid__init = 82; +const int COLOR_parser_prod__AKwwritableAtid__empty_init = 83; +const int COLOR_parser_prod__AKwwritableAtid__init_akwwritableatid = 84; +const int COLOR_parser_nodes__AKwimportAtid__init = 82; +const int COLOR_parser_prod__AKwimportAtid__empty_init = 83; +const int COLOR_parser_prod__AKwimportAtid__init_akwimportatid = 84; +const int COLOR_parser_nodes__Start__n_base = 79; +const int COLOR_parser_nodes__Start__n_base_61d = 80; +const int COLOR_parser_nodes__Start__n_eof = 81; +const int COLOR_parser_nodes__Start__n_eof_61d = 82; +const int COLOR_parser_nodes__Start__init = 83; +const int COLOR_c_tools__CCompilationUnit__header_c_base = 51; +const int COLOR_c_tools__CCompilationUnit__header_c_base_61d = 52; +const int COLOR_c_tools__CCompilationUnit__header_custom = 53; +const int COLOR_c_tools__CCompilationUnit__header_custom_61d = 54; +const int COLOR_c_tools__CCompilationUnit__header_c_types = 55; +const int COLOR_c_tools__CCompilationUnit__header_c_types_61d = 56; +const int COLOR_c_tools__CCompilationUnit__header_decl = 57; +const int COLOR_c_tools__CCompilationUnit__header_decl_61d = 58; +const int COLOR_c_tools__CCompilationUnit__body_decl = 59; +const int COLOR_c_tools__CCompilationUnit__body_decl_61d = 60; +const int COLOR_c_tools__CCompilationUnit__body_custom = 61; +const int COLOR_c_tools__CCompilationUnit__body_custom_61d = 62; +const int COLOR_c_tools__CCompilationUnit__body_impl = 63; +const int COLOR_c_tools__CCompilationUnit__body_impl_61d = 64; +const int COLOR_c_tools__CCompilationUnit__files = 65; +const int COLOR_c_tools__CCompilationUnit__files_61d = 66; +const int COLOR_c_tools__CCompilationUnit__add_local_function = 67; +const int COLOR_c_tools__CCompilationUnit__add_exported_function = 68; +const int COLOR_c_tools__CCompilationUnit__compile_header_core = 69; +const int COLOR_c_tools__CCompilationUnit__compile_body_core = 70; +const int COLOR_c_tools__CCompilationUnit__init = 71; +const int COLOR_ffi_base__CCompilationUnit__write_as_impl = 72; +const int COLOR_ffi_base__CCompilationUnit__write_header_to_file = 73; +const int COLOR_ffi_base__CCompilationUnit__write_body_to_file = 74; +const int COLOR_compiler_ffi__CCompilationUnit__write_as_nitni = 75; +const int COLOR_c_tools__CFunction__signature = 51; +const int COLOR_c_tools__CFunction__signature_61d = 52; +const int COLOR_c_tools__CFunction__decls = 53; +const int COLOR_c_tools__CFunction__decls_61d = 54; +const int COLOR_c_tools__CFunction__exprs = 55; +const int COLOR_c_tools__CFunction__exprs_61d = 56; +const int COLOR_c_tools__CFunction__to_writer = 57; +const int COLOR_c_tools__CFunction__init = 58; +const int COLOR_toolcontext__Message__location = 59; +const int COLOR_toolcontext__Message__location_61d = 60; +const int COLOR_toolcontext__Message__text = 61; +const int COLOR_toolcontext__Message__text_61d = 62; +const int COLOR_toolcontext__Message__to_color_string = 63; +const int COLOR_toolcontext__Message__init = 64; +const int COLOR_toolcontext__ToolContext__error_count = 51; +const int COLOR_toolcontext__ToolContext__error_count_61d = 52; +const int COLOR_toolcontext__ToolContext__warning_count = 53; +const int COLOR_toolcontext__ToolContext__warning_count_61d = 54; +const int COLOR_toolcontext__ToolContext__log_directory = 55; +const int COLOR_toolcontext__ToolContext__log_directory_61d = 56; +const int COLOR_toolcontext__ToolContext__messages = 57; +const int COLOR_toolcontext__ToolContext__messages_61d = 58; +const int COLOR_toolcontext__ToolContext__message_sorter = 59; +const int COLOR_toolcontext__ToolContext__message_sorter_61d = 60; +const int COLOR_toolcontext__ToolContext__check_errors = 61; +const int COLOR_toolcontext__ToolContext__error = 62; +const int COLOR_toolcontext__ToolContext__fatal_error = 63; +const int COLOR_toolcontext__ToolContext__warning = 64; +const int COLOR_toolcontext__ToolContext__info = 65; +const int COLOR_toolcontext__ToolContext__option_context = 66; +const int COLOR_toolcontext__ToolContext__option_context_61d = 67; +const int COLOR_toolcontext__ToolContext__opt_warn = 68; +const int COLOR_toolcontext__ToolContext__opt_warn_61d = 69; +const int COLOR_toolcontext__ToolContext__opt_quiet = 70; +const int COLOR_toolcontext__ToolContext__opt_quiet_61d = 71; +const int COLOR_toolcontext__ToolContext__opt_log = 72; +const int COLOR_toolcontext__ToolContext__opt_log_61d = 73; +const int COLOR_toolcontext__ToolContext__opt_log_dir = 74; +const int COLOR_toolcontext__ToolContext__opt_log_dir_61d = 75; +const int COLOR_toolcontext__ToolContext__opt_help = 76; +const int COLOR_toolcontext__ToolContext__opt_help_61d = 77; +const int COLOR_toolcontext__ToolContext__opt_version = 78; +const int COLOR_toolcontext__ToolContext__opt_version_61d = 79; +const int COLOR_toolcontext__ToolContext__opt_verbose = 80; +const int COLOR_toolcontext__ToolContext__opt_verbose_61d = 81; +const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error = 82; +const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error_61d = 83; +const int COLOR_toolcontext__ToolContext__opt_no_color = 84; +const int COLOR_toolcontext__ToolContext__opt_no_color_61d = 85; +const int COLOR_toolcontext__ToolContext__verbose_level = 86; +const int COLOR_toolcontext__ToolContext__verbose_level_61d = 87; +const int COLOR_toolcontext__ToolContext__init = 88; +const int COLOR_toolcontext__ToolContext__process_options = 89; +const int COLOR_parser_util__ToolContext__parse_module = 90; +const int COLOR_parser_util__ToolContext__parse_classdef = 91; +const int COLOR_parser_util__ToolContext__parse_propdef = 92; +const int COLOR_parser_util__ToolContext__parse_stmts = 93; +const int COLOR_parser_util__ToolContext__parse_expr = 94; +const int COLOR_parser_util__ToolContext__parse_something = 95; +const int COLOR_phase__ToolContext__phases = 96; +const int COLOR_phase__ToolContext__phases_61d = 97; +const int COLOR_phase__ToolContext__phases_list = 98; +const int COLOR_phase__ToolContext__run_phases = 99; +const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase = 100; +const int COLOR_simple_misc_analysis__ToolContext__simple_misc_analysis_phase_61d = 101; +const int COLOR_literal__ToolContext__literal_phase = 102; +const int COLOR_literal__ToolContext__literal_phase_61d = 103; +const int COLOR_scope__ToolContext__scope_phase = 104; +const int COLOR_scope__ToolContext__scope_phase_61d = 105; +const int COLOR_flow__ToolContext__flow_phase = 106; +const int COLOR_flow__ToolContext__flow_phase_61d = 107; +const int COLOR_serialization_phase__ToolContext__serialization_phase = 108; +const int COLOR_serialization_phase__ToolContext__serialization_phase_61d = 109; +const int COLOR_local_var_init__ToolContext__local_var_init_phase = 110; +const int COLOR_local_var_init__ToolContext__local_var_init_phase_61d = 111; +const int COLOR_modelbuilder__ToolContext__opt_path = 112; +const int COLOR_modelbuilder__ToolContext__opt_path_61d = 113; +const int COLOR_modelbuilder__ToolContext__opt_only_metamodel = 114; +const int COLOR_modelbuilder__ToolContext__opt_only_metamodel_61d = 115; +const int COLOR_modelbuilder__ToolContext__opt_only_parse = 116; +const int COLOR_modelbuilder__ToolContext__opt_only_parse_61d = 117; +const int COLOR_modelbuilder__ToolContext__modelbuilder = 118; +const int COLOR_modelbuilder__ToolContext__modelbuilder_real = 119; +const int COLOR_modelbuilder__ToolContext__modelbuilder_real_61d = 120; +const int COLOR_modelbuilder__ToolContext__run_global_phases = 121; +const int COLOR_modelize_class__ToolContext__modelize_class_phase = 122; +const int COLOR_modelize_class__ToolContext__modelize_class_phase_61d = 123; +const int COLOR_modelize_property__ToolContext__modelize_property_phase = 124; +const int COLOR_modelize_property__ToolContext__modelize_property_phase_61d = 125; +const int COLOR_cached__ToolContext__cached_phase = 126; +const int COLOR_cached__ToolContext__cached_phase_61d = 127; +const int COLOR_platform__ToolContext__platform_phase = 128; +const int COLOR_platform__ToolContext__platform_phase_61d = 129; +const int COLOR_platform__ToolContext__platform_from_name = 130; +const int COLOR_typing__ToolContext__typing_phase = 131; +const int COLOR_typing__ToolContext__typing_phase_61d = 132; +const int COLOR_auto_super_init__ToolContext__auto_super_init_phase = 133; +const int COLOR_auto_super_init__ToolContext__auto_super_init_phase_61d = 134; +const int COLOR_div_by_zero__ToolContext__div_by_zero_phase = 135; +const int COLOR_div_by_zero__ToolContext__div_by_zero_phase_61d = 136; +const int COLOR_transform__ToolContext__transform_phase = 137; +const int COLOR_transform__ToolContext__transform_phase_61d = 138; +const int COLOR_nitni_callbacks__ToolContext__verify_nitni_callback_phase = 139; +const int COLOR_nitni_callbacks__ToolContext__verify_nitni_callback_phase_61d = 140; +const int COLOR_frontend__ToolContext__dummy = 141; +const int COLOR_frontend__ToolContext__dummy_61d = 142; +const int COLOR_frontend__ToolContext__do_dummy = 143; +const int COLOR_ffi_base__ToolContext__ffi_language_assignation_phase = 144; +const int COLOR_ffi_base__ToolContext__ffi_language_assignation_phase_61d = 145; +const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_ast = 146; +const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_ast_61d = 147; +const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_model = 148; +const int COLOR_extern_classes__ToolContext__extern_classes_typing_phase_model_61d = 149; +const int COLOR_header_dependency__ToolContext__header_dependancy_phase = 150; +const int COLOR_header_dependency__ToolContext__header_dependancy_phase_61d = 151; +const int COLOR_pkgconfig__ToolContext__pkgconfig_phase = 152; +const int COLOR_pkgconfig__ToolContext__pkgconfig_phase_61d = 153; +const int COLOR_c_compiler_options__ToolContext__c_compiler_options_phase = 154; +const int COLOR_c_compiler_options__ToolContext__c_compiler_options_phase_61d = 155; +const int COLOR_abstract_compiler__ToolContext__opt_output = 156; +const int COLOR_abstract_compiler__ToolContext__opt_output_61d = 157; +const int COLOR_abstract_compiler__ToolContext__opt_no_cc = 158; +const int COLOR_abstract_compiler__ToolContext__opt_no_cc_61d = 159; +const int COLOR_abstract_compiler__ToolContext__opt_cc_path = 160; +const int COLOR_abstract_compiler__ToolContext__opt_cc_path_61d = 161; +const int COLOR_abstract_compiler__ToolContext__opt_make_flags = 162; +const int COLOR_abstract_compiler__ToolContext__opt_make_flags_61d = 163; +const int COLOR_abstract_compiler__ToolContext__opt_compile_dir = 164; +const int COLOR_abstract_compiler__ToolContext__opt_compile_dir_61d = 165; +const int COLOR_abstract_compiler__ToolContext__opt_hardening = 166; +const int COLOR_abstract_compiler__ToolContext__opt_hardening_61d = 167; +const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range = 168; +const int COLOR_abstract_compiler__ToolContext__opt_no_shortcut_range_61d = 169; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance = 170; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_covariance_61d = 171; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization = 172; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_initialization_61d = 173; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert = 174; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_assert_61d = 175; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast = 176; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_autocast_61d = 177; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_other = 178; +const int COLOR_abstract_compiler__ToolContext__opt_no_check_other_61d = 179; +const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics = 180; +const int COLOR_abstract_compiler__ToolContext__opt_typing_test_metrics_61d = 181; +const int COLOR_abstract_compiler__ToolContext__opt_no_stacktrace = 182; +const int COLOR_abstract_compiler__ToolContext__opt_no_stacktrace_61d = 183; +const int COLOR_abstract_compiler__ToolContext__opt_stacktrace = 184; +const int COLOR_abstract_compiler__ToolContext__opt_stacktrace_61d = 185; +const int COLOR_android_platform__ToolContext__exec_and_check = 186; +const int COLOR_separate_compiler__ToolContext__opt_separate = 187; +const int COLOR_separate_compiler__ToolContext__opt_separate_61d = 188; +const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern = 189; +const int COLOR_separate_compiler__ToolContext__opt_no_inline_intern_61d = 190; +const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute = 191; +const int COLOR_separate_compiler__ToolContext__opt_no_union_attribute_61d = 192; +const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate = 193; +const int COLOR_separate_compiler__ToolContext__opt_no_shortcut_equate_61d = 194; +const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers = 195; +const int COLOR_separate_compiler__ToolContext__opt_inline_coloring_numbers_61d = 196; +const int COLOR_separate_compiler__ToolContext__opt_bm_typing = 197; +const int COLOR_separate_compiler__ToolContext__opt_bm_typing_61d = 198; +const int COLOR_separate_compiler__ToolContext__opt_phmod_typing = 199; +const int COLOR_separate_compiler__ToolContext__opt_phmod_typing_61d = 200; +const int COLOR_separate_compiler__ToolContext__opt_phand_typing = 201; +const int COLOR_separate_compiler__ToolContext__opt_phand_typing_61d = 202; +const int COLOR_separate_compiler__ToolContext__opt_tables_metrics = 203; +const int COLOR_separate_compiler__ToolContext__opt_tables_metrics_61d = 204; +const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure = 205; +const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure_61d = 206; +const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast = 207; +const int COLOR_separate_erasure_compiler__ToolContext__opt_no_check_erasure_cast_61d = 208; +const int COLOR_separate_erasure_compiler__ToolContext__init = 209; +const int COLOR_separate_compiler__ToolContext__init = 210; +const int COLOR_abstract_compiler__ToolContext__init = 211; +const int COLOR_modelbuilder__ToolContext__init = 212; +const int COLOR_android_platform__ToolContext__platform_from_name = 213; +const int COLOR_lexer__Lexer__file = 55; +const int COLOR_lexer__Lexer__state_initial = 56; +const int COLOR_lexer__Lexer__init = 57; +const int COLOR_lexer__Lexer__last_token = 58; +const int COLOR_lexer__Lexer__last_token_61d = 59; +const int COLOR_lexer__Lexer__peek = 60; +const int COLOR_lexer__Lexer__next = 61; +const int COLOR_lexer__Lexer__get_token = 62; +const int COLOR_mproject__MProject__name = 51; +const int COLOR_mproject__MProject__name_61d = 52; +const int COLOR_mproject__MProject__model = 53; +const int COLOR_mproject__MProject__model_61d = 54; +const int COLOR_mproject__MProject__root = 55; +const int COLOR_mproject__MProject__root_61d = 56; +const int COLOR_mproject__MProject__mgroups = 57; +const int COLOR_mproject__MProject__mgroups_61d = 58; +const int COLOR_mproject__MProject__init = 59; +const int COLOR_mproject__MGroup__name = 51; +const int COLOR_mproject__MGroup__name_61d = 52; +const int COLOR_mproject__MGroup__mproject = 53; +const int COLOR_mproject__MGroup__mproject_61d = 54; +const int COLOR_mproject__MGroup__parent = 55; +const int COLOR_mproject__MGroup__parent_61d = 56; +const int COLOR_mproject__MGroup__full_name = 57; +const int COLOR_mproject__MGroup__in_nesting = 58; +const int COLOR_mproject__MGroup__in_nesting_61d = 59; +const int COLOR_mproject__MGroup__filepath = 60; +const int COLOR_mproject__MGroup__filepath_61d = 61; +const int COLOR_mproject__MGroup__init = 62; +const int COLOR_mmodule__MGroup__mmodules = 63; +const int COLOR_mmodule__MGroup__mmodules_61d = 64; +const int COLOR_mmodule__MGroup__fuzzy_owner = 65; +const int COLOR_parser__State__state = 51; +const int COLOR_parser__State__state_61d = 52; +const int COLOR_parser__State__nodes = 53; +const int COLOR_parser__State__nodes_61d = 54; +const int COLOR_parser__State__init = 55; +const int COLOR_parser__Parser__init = 55; +const int COLOR_parser__Parser__go_to = 56; +const int COLOR_parser__Parser__push = 57; +const int COLOR_parser__Parser__state = 58; +const int COLOR_parser__Parser__pop = 59; +const int COLOR_parser__Parser__parse = 60; +const int COLOR_parser__Parser__build_reduce_table = 61; +const int COLOR_parser__ComputeProdLocationVisitor__init = 56; +const int COLOR_parser__ReduceAction__action = 51; +const int COLOR_parser__ReduceAction__concat = 52; +const int COLOR_parser__ReduceAction__init = 53; +const int COLOR_mmodule__MModule__model = 51; +const int COLOR_mmodule__MModule__model_61d = 52; +const int COLOR_mmodule__MModule__direct_owner = 53; +const int COLOR_mmodule__MModule__direct_owner_61d = 54; +const int COLOR_mmodule__MModule__mgroup = 55; +const int COLOR_mmodule__MModule__mgroup_61d = 56; +const int COLOR_mmodule__MModule__name = 57; +const int COLOR_mmodule__MModule__name_61d = 58; +const int COLOR_mmodule__MModule__location = 59; +const int COLOR_mmodule__MModule__location_61d = 60; +const int COLOR_mmodule__MModule__in_nesting = 61; +const int COLOR_mmodule__MModule__in_nesting_61d = 62; +const int COLOR_mmodule__MModule__in_importation = 63; +const int COLOR_mmodule__MModule__in_importation_61d = 64; +const int COLOR_mmodule__MModule__full_name = 65; +const int COLOR_mmodule__MModule__init = 66; +const int COLOR_mmodule__MModule__set_imported_mmodules = 67; +const int COLOR_mmodule__MModule__intrude_mmodules = 68; +const int COLOR_mmodule__MModule__intrude_mmodules_61d = 69; +const int COLOR_mmodule__MModule__public_mmodules = 70; +const int COLOR_mmodule__MModule__public_mmodules_61d = 71; +const int COLOR_mmodule__MModule__private_mmodules = 72; +const int COLOR_mmodule__MModule__private_mmodules_61d = 73; +const int COLOR_mmodule__MModule__visibility_for = 74; +const int COLOR_mmodule__MModule__set_visibility_for = 75; +const int COLOR_mmodule__MModule__public_owner = 76; +const int COLOR_mmodule__MModule__is_visible = 77; +const int COLOR_model__MModule__intro_mclasses = 78; +const int COLOR_model__MModule__intro_mclasses_61d = 79; +const int COLOR_model__MModule__mclassdefs = 80; +const int COLOR_model__MModule__mclassdefs_61d = 81; +const int COLOR_model__MModule__has_mclass = 82; +const int COLOR_model__MModule__flatten_mclass_hierarchy = 83; +const int COLOR_model__MModule__linearize_mclasses = 84; +const int COLOR_model__MModule__linearize_mclassdefs = 85; +const int COLOR_model__MModule__linearize_mpropdefs = 86; +const int COLOR_model__MModule__flatten_mclass_hierarchy_cache = 87; +const int COLOR_model__MModule__flatten_mclass_hierarchy_cache_61d = 88; +const int COLOR_model__MModule__object_type = 89; +const int COLOR_model__MModule__object_type_cache = 90; +const int COLOR_model__MModule__object_type_cache_61d = 91; +const int COLOR_model__MModule__bool_type = 92; +const int COLOR_model__MModule__bool_type_cache = 93; +const int COLOR_model__MModule__bool_type_cache_61d = 94; +const int COLOR_model__MModule__sys_type = 95; +const int COLOR_model__MModule__get_primitive_class = 96; +const int COLOR_model__MModule__try_get_primitive_method = 97; +const int COLOR_platform__MModule__local_target_platform = 98; +const int COLOR_platform__MModule__local_target_platform_61d = 99; +const int COLOR_platform__MModule__target_platform = 100; +const int COLOR_header_dependency__MModule__header_dependencies_cache = 101; +const int COLOR_header_dependency__MModule__header_dependencies_cache_61d = 102; +const int COLOR_header_dependency__MModule__header_dependencies = 103; +const int COLOR_header_dependency__MModule__compute_header_dependencies = 104; +const int COLOR_common_ffi__MModule__uses_ffi = 105; +const int COLOR_common_ffi__MModule__uses_ffi_61d = 106; +const int COLOR_abstract_compiler__MModule__properties = 107; +const int COLOR_abstract_compiler__MModule__properties_cache = 108; +const int COLOR_abstract_compiler__MModule__properties_cache_61d = 109; +const int COLOR_model__MClassDefSorter__mmodule = 84; +const int COLOR_model__MClassDefSorter__mmodule_61d = 85; +const int COLOR_model__MClassDefSorter__init = 86; +const int COLOR_model__MPropDefSorter__mmodule = 84; +const int COLOR_model__MPropDefSorter__mmodule_61d = 85; +const int COLOR_model__MPropDefSorter__init = 86; +const int COLOR_model__MClass__intro_mmodule = 51; +const int COLOR_model__MClass__intro_mmodule_61d = 52; +const int COLOR_model__MClass__name = 53; +const int COLOR_model__MClass__name_61d = 54; +const int COLOR_model__MClass__full_name = 55; +const int COLOR_model__MClass__arity = 56; +const int COLOR_model__MClass__arity_61d = 57; +const int COLOR_model__MClass__kind = 58; +const int COLOR_model__MClass__kind_61d = 59; +const int COLOR_model__MClass__visibility = 60; +const int COLOR_model__MClass__visibility_61d = 61; +const int COLOR_model__MClass__init = 62; +const int COLOR_model__MClass__mclassdefs = 63; +const int COLOR_model__MClass__mclassdefs_61d = 64; +const int COLOR_model__MClass__intro = 65; +const int COLOR_model__MClass__in_hierarchy = 66; +const int COLOR_model__MClass__mclass_type = 67; +const int COLOR_model__MClass__mclass_type_61d = 68; +const int COLOR_model__MClass__get_mtype = 69; +const int COLOR_model__MClass__get_mtype_cache = 70; +const int COLOR_model__MClass__get_mtype_cache_61d = 71; +const int COLOR_nitni_base__MClass__ctype = 72; +const int COLOR_modelize_property__MClass__inherit_init_from = 73; +const int COLOR_modelize_property__MClass__inherit_init_from_61d = 74; +const int COLOR_extern_classes__MClass__ftype_cache = 75; +const int COLOR_extern_classes__MClass__ftype_cache_61d = 76; +const int COLOR_extern_classes__MClass__ftype_computed = 77; +const int COLOR_extern_classes__MClass__ftype_computed_61d = 78; +const int COLOR_extern_classes__MClass__ftype = 79; +const int COLOR_extern_classes__MClass__compute_ftype = 80; +const int COLOR_abstract_compiler__MClass__c_name = 81; +const int COLOR_abstract_compiler__MClass__c_name_cache = 82; +const int COLOR_abstract_compiler__MClass__c_name_cache_61d = 83; +const int COLOR_separate_compiler__MClass__c_instance_name = 84; +const int COLOR_model__MClassDef__mmodule = 51; +const int COLOR_model__MClassDef__mmodule_61d = 52; +const int COLOR_model__MClassDef__mclass = 53; +const int COLOR_model__MClassDef__mclass_61d = 54; +const int COLOR_model__MClassDef__bound_mtype = 55; +const int COLOR_model__MClassDef__bound_mtype_61d = 56; +const int COLOR_model__MClassDef__parameter_names = 57; +const int COLOR_model__MClassDef__parameter_names_61d = 58; +const int COLOR_model__MClassDef__location = 59; +const int COLOR_model__MClassDef__location_61d = 60; +const int COLOR_model__MClassDef__to_s_61d = 61; +const int COLOR_model__MClassDef__init = 62; +const int COLOR_model__MClassDef__supertypes = 63; +const int COLOR_model__MClassDef__supertypes_61d = 64; +const int COLOR_model__MClassDef__set_supertypes = 65; +const int COLOR_model__MClassDef__add_in_hierarchy = 66; +const int COLOR_model__MClassDef__in_hierarchy = 67; +const int COLOR_model__MClassDef__in_hierarchy_61d = 68; +const int COLOR_model__MClassDef__is_intro = 69; +const int COLOR_model__MClassDef__intro_mproperties = 70; +const int COLOR_model__MClassDef__intro_mproperties_61d = 71; +const int COLOR_model__MClassDef__mpropdefs = 72; +const int COLOR_model__MClassDef__mpropdefs_61d = 73; +const int COLOR_modelize_property__MClassDef__propdef_names = 74; +const int COLOR_modelize_property__MClassDef__propdef_names_61d = 75; +const int COLOR_c__NitniCallback__compile_callback_to_c = 51; +const int COLOR_cpp__NitniCallback__compile_callback_to_cpp = 52; +const int COLOR_model__MType__model = 53; +const int COLOR_model__MType__is_subtype = 54; +const int COLOR_model__MType__anchor_to = 55; +const int COLOR_model__MType__need_anchor = 56; +const int COLOR_model__MType__supertype_to = 57; +const int COLOR_model__MType__resolve_for = 58; +const int COLOR_model__MType__can_resolve_for = 59; +const int COLOR_model__MType__as_nullable = 60; +const int COLOR_model__MType__as_nullable_cache = 61; +const int COLOR_model__MType__as_nullable_cache_61d = 62; +const int COLOR_model__MType__depth = 63; +const int COLOR_model__MType__length = 64; +const int COLOR_model__MType__collect_mclassdefs = 65; +const int COLOR_model__MType__collect_mclasses = 66; +const int COLOR_model__MType__collect_mtypes = 67; +const int COLOR_model__MType__has_mproperty = 68; +const int COLOR_model__MType__init = 69; +const int COLOR_nitni_base__MType__cname = 70; +const int COLOR_nitni_base__MType__cname_blind = 71; +const int COLOR_nitni_base__MType__mangled_cname = 72; +const int COLOR_nitni_base__MType__is_cprimitive = 73; +const int COLOR_abstract_compiler__MType__ctype = 74; +const int COLOR_abstract_compiler__MType__ctypename = 75; +const int COLOR_abstract_compiler__MType__c_name = 76; +const int COLOR_abstract_compiler__MType__c_name_cache = 77; +const int COLOR_abstract_compiler__MType__c_name_cache_61d = 78; +const int COLOR_compiler_ffi__MType__compile_extern_type = 79; +const int COLOR_compiler_ffi__MType__compile_extern_helper_functions = 80; +const int COLOR_separate_compiler__MType__const_color = 81; +const int COLOR_separate_compiler__MType__c_instance_name = 82; +const int COLOR_model__MClassType__mclass = 83; +const int COLOR_model__MClassType__mclass_61d = 84; +const int COLOR_model__MClassType__init = 85; +const int COLOR_model__MClassType__arguments = 86; +const int COLOR_model__MClassType__arguments_61d = 87; +const int COLOR_model__MClassType__collect_things = 88; +const int COLOR_model__MClassType__collect_mclassdefs_cache = 89; +const int COLOR_model__MClassType__collect_mclassdefs_cache_61d = 90; +const int COLOR_model__MClassType__collect_mclasses_cache = 91; +const int COLOR_model__MClassType__collect_mclasses_cache_61d = 92; +const int COLOR_model__MClassType__collect_mtypes_cache = 93; +const int COLOR_model__MClassType__collect_mtypes_cache_61d = 94; +const int COLOR_model__MClassType__anchor_to = 95; +const int COLOR_model__MGenericType__init = 96; +const int COLOR_model__MGenericType__to_s_61d = 97; +const int COLOR_model__MGenericType__need_anchor_61d = 98; +const int COLOR_abstract_compiler__MGenericType__c_name = 99; +const int COLOR_nitni_base__MGenericType__mangled_cname = 100; +const int COLOR_model__MVirtualType__mproperty = 83; +const int COLOR_model__MVirtualType__mproperty_61d = 84; +const int COLOR_model__MVirtualType__lookup_bound = 85; +const int COLOR_model__MVirtualType__init = 86; +const int COLOR_model__MParameterType__mclass = 83; +const int COLOR_model__MParameterType__mclass_61d = 84; +const int COLOR_model__MParameterType__rank = 85; +const int COLOR_model__MParameterType__rank_61d = 86; +const int COLOR_model__MParameterType__lookup_bound = 87; +const int COLOR_model__MParameterType__init = 88; +const int COLOR_model__MNullableType__mtype = 83; +const int COLOR_model__MNullableType__mtype_61d = 84; +const int COLOR_model__MNullableType__init = 85; +const int COLOR_model__MNullableType__to_s_61d = 86; +const int COLOR_compiler_ffi__MNullableType__compile_extern_helper_functions = 87; +const int COLOR_model__MNullType__model_61d = 83; +const int COLOR_model__MNullType__init = 84; +const int COLOR_model__MSignature__mparameters = 83; +const int COLOR_model__MSignature__mparameters_61d = 84; +const int COLOR_model__MSignature__return_mtype = 85; +const int COLOR_model__MSignature__return_mtype_61d = 86; +const int COLOR_model__MSignature__init = 87; +const int COLOR_model__MSignature__vararg_rank = 88; +const int COLOR_model__MSignature__vararg_rank_61d = 89; +const int COLOR_model__MSignature__arity = 90; +const int COLOR_model__MParameter__name = 51; +const int COLOR_model__MParameter__name_61d = 52; +const int COLOR_model__MParameter__mtype = 53; +const int COLOR_model__MParameter__mtype_61d = 54; +const int COLOR_model__MParameter__is_vararg = 55; +const int COLOR_model__MParameter__is_vararg_61d = 56; +const int COLOR_model__MParameter__resolve_for = 57; +const int COLOR_model__MParameter__init = 58; +const int COLOR_model__MProperty__intro_mclassdef = 51; +const int COLOR_model__MProperty__intro_mclassdef_61d = 52; +const int COLOR_model__MProperty__name = 53; +const int COLOR_model__MProperty__name_61d = 54; +const int COLOR_model__MProperty__full_name = 55; +const int COLOR_model__MProperty__visibility = 56; +const int COLOR_model__MProperty__visibility_61d = 57; +const int COLOR_model__MProperty__init = 58; +const int COLOR_model__MProperty__mpropdefs = 59; +const int COLOR_model__MProperty__mpropdefs_61d = 60; +const int COLOR_model__MProperty__intro = 61; +const int COLOR_model__MProperty__lookup_definitions = 62; +const int COLOR_model__MProperty__lookup_definitions_cache = 63; +const int COLOR_model__MProperty__lookup_definitions_cache_61d = 64; +const int COLOR_model__MProperty__lookup_super_definitions = 65; +const int COLOR_model__MProperty__select_most_specific = 66; +const int COLOR_model__MProperty__lookup_first_definition = 67; +const int COLOR_model__MProperty__lookup_all_definitions = 68; +const int COLOR_model__MProperty__lookup_all_definitions_cache = 69; +const int COLOR_model__MProperty__lookup_all_definitions_cache_61d = 70; +const int COLOR_abstract_compiler__MProperty__c_name = 71; +const int COLOR_abstract_compiler__MProperty__c_name_cache = 72; +const int COLOR_abstract_compiler__MProperty__c_name_cache_61d = 73; +const int COLOR_separate_compiler__MProperty__const_color = 74; +const int COLOR_model__MMethod__init = 75; +const int COLOR_model__MMethod__is_init = 76; +const int COLOR_model__MMethod__is_init_61d = 77; +const int COLOR_model__MMethod__is_new = 78; +const int COLOR_model__MMethod__is_new_61d = 79; +const int COLOR_model__MMethod__is_init_for = 80; +const int COLOR_nitni_base__MMethod__short_cname = 81; +const int COLOR_nitni_utilities__MMethod__build_cname = 82; +const int COLOR_nitni_utilities__MMethod__build_csignature = 83; +const int COLOR_nitni_utilities__MMethod__build_ccall = 84; +const int COLOR_model__MAttribute__init = 75; +const int COLOR_model__MVirtualTypeProp__init = 75; +const int COLOR_model__MVirtualTypeProp__mvirtualtype = 76; +const int COLOR_model__MVirtualTypeProp__mvirtualtype_61d = 77; +const int COLOR_model__MPropDef__location = 51; +const int COLOR_model__MPropDef__location_61d = 52; +const int COLOR_model__MPropDef__mclassdef = 53; +const int COLOR_model__MPropDef__mclassdef_61d = 54; +const int COLOR_model__MPropDef__mproperty = 55; +const int COLOR_model__MPropDef__mproperty_61d = 56; +const int COLOR_model__MPropDef__init = 57; +const int COLOR_model__MPropDef__to_s_61d = 58; +const int COLOR_model__MPropDef__is_intro = 59; +const int COLOR_model__MPropDef__lookup_next_definition = 60; +const int COLOR_modelize_property__MPropDef__has_supercall = 61; +const int COLOR_modelize_property__MPropDef__has_supercall_61d = 62; +const int COLOR_abstract_compiler__MPropDef__c_name_cache = 63; +const int COLOR_abstract_compiler__MPropDef__c_name_cache_61d = 64; +const int COLOR_abstract_compiler__MPropDef__c_name = 65; +const int COLOR_separate_compiler__MPropDef__const_color = 66; +const int COLOR_model__MMethodDef__init = 67; +const int COLOR_model__MMethodDef__msignature = 68; +const int COLOR_model__MMethodDef__msignature_61d = 69; +const int COLOR_model__MMethodDef__is_abstract = 70; +const int COLOR_model__MMethodDef__is_abstract_61d = 71; +const int COLOR_nitni_base__MMethodDef__cname = 72; +const int COLOR_abstract_compiler__MMethodDef__can_inline = 73; +const int COLOR_abstract_compiler__MMethodDef__compile_inside_to_c = 74; +const int COLOR_abstract_compiler__MMethodDef__compile_parameter_check = 75; +const int COLOR_separate_compiler__MMethodDef__separate_runtime_function = 76; +const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache = 77; +const int COLOR_separate_compiler__MMethodDef__separate_runtime_function_cache_61d = 78; +const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function = 79; +const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache = 80; +const int COLOR_separate_compiler__MMethodDef__virtual_runtime_function_cache_61d = 81; +const int COLOR_model__MAttributeDef__init = 67; +const int COLOR_model__MAttributeDef__static_mtype = 68; +const int COLOR_model__MAttributeDef__static_mtype_61d = 69; +const int COLOR_model__MVirtualTypeDef__init = 67; +const int COLOR_model__MVirtualTypeDef__bound = 68; +const int COLOR_model__MVirtualTypeDef__bound_61d = 69; +const int COLOR_model__MClassKind__to_s_61d = 51; +const int COLOR_model__MClassKind__need_init = 52; +const int COLOR_model__MClassKind__need_init_61d = 53; +const int COLOR_model__MClassKind__init = 54; +const int COLOR_parser_util__InjectedLexer__injected_before = 63; +const int COLOR_parser_util__InjectedLexer__injected_before_61d = 64; +const int COLOR_parser_util__InjectedLexer__injected_after = 65; +const int COLOR_parser_util__InjectedLexer__injected_after_61d = 66; +const int COLOR_parser_util__InjectedLexer__is_finished = 67; +const int COLOR_parser_util__InjectedLexer__is_finished_61d = 68; +const int COLOR_parser_util__CollectTokensByTextVisitor__text = 56; +const int COLOR_parser_util__CollectTokensByTextVisitor__text_61d = 57; +const int COLOR_parser_util__CollectTokensByTextVisitor__init = 58; +const int COLOR_parser_util__CollectTokensByTextVisitor__result = 59; +const int COLOR_parser_util__CollectTokensByTextVisitor__result_61d = 60; +const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name = 56; +const int COLOR_parser_util__CollectAnnotationsByNameVisitor__name_61d = 57; +const int COLOR_parser_util__CollectAnnotationsByNameVisitor__init = 58; +const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result = 59; +const int COLOR_parser_util__CollectAnnotationsByNameVisitor__result_61d = 60; +const int COLOR_phase__AnnotationPhaseVisitor__phase = 56; +const int COLOR_phase__AnnotationPhaseVisitor__phase_61d = 57; +const int COLOR_phase__AnnotationPhaseVisitor__init = 58; +const int COLOR_phase__Phase__toolcontext = 51; +const int COLOR_phase__Phase__toolcontext_61d = 52; +const int COLOR_phase__Phase__in_hierarchy = 53; +const int COLOR_phase__Phase__in_hierarchy_61d = 54; +const int COLOR_phase__Phase__init = 55; +const int COLOR_phase__Phase__process_nmodule = 56; +const int COLOR_phase__Phase__process_nclassdef = 57; +const int COLOR_phase__Phase__process_npropdef = 58; +const int COLOR_phase__Phase__process_annotated_node = 59; +const int COLOR_modelbuilder__Phase__process_mainmodule = 60; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count = 56; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__once_count_61d = 57; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext = 58; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__toolcontext_61d = 59; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__warning = 60; +const int COLOR_simple_misc_analysis__SimpleMiscVisitor__init = 61; +const int COLOR_literal__LiteralVisitor__toolcontext = 56; +const int COLOR_literal__LiteralVisitor__toolcontext_61d = 57; +const int COLOR_literal__LiteralVisitor__init = 58; +const int COLOR_scope__Variable__name = 51; +const int COLOR_scope__Variable__name_61d = 52; +const int COLOR_scope__Variable__init = 53; +const int COLOR_typing__Variable__declared_type = 54; +const int COLOR_typing__Variable__declared_type_61d = 55; +const int COLOR_scope__EscapeMark__name = 51; +const int COLOR_scope__EscapeMark__name_61d = 52; +const int COLOR_scope__EscapeMark__for_loop = 53; +const int COLOR_scope__EscapeMark__for_loop_61d = 54; +const int COLOR_scope__EscapeMark__continues = 55; +const int COLOR_scope__EscapeMark__continues_61d = 56; +const int COLOR_scope__EscapeMark__breaks = 57; +const int COLOR_scope__EscapeMark__breaks_61d = 58; +const int COLOR_scope__EscapeMark__init = 59; +const int COLOR_scope__ScopeVisitor__toolcontext = 56; +const int COLOR_scope__ScopeVisitor__toolcontext_61d = 57; +const int COLOR_scope__ScopeVisitor__selfvariable = 58; +const int COLOR_scope__ScopeVisitor__selfvariable_61d = 59; +const int COLOR_scope__ScopeVisitor__init = 60; +const int COLOR_scope__ScopeVisitor__scopes = 61; +const int COLOR_scope__ScopeVisitor__scopes_61d = 62; +const int COLOR_scope__ScopeVisitor__register_variable = 63; +const int COLOR_scope__ScopeVisitor__search_variable = 64; +const int COLOR_scope__ScopeVisitor__enter_visit_block = 65; +const int COLOR_scope__ScopeVisitor__search_label = 66; +const int COLOR_scope__ScopeVisitor__make_escape_mark = 67; +const int COLOR_scope__ScopeVisitor__get_escapemark = 68; +const int COLOR_scope__ScopeVisitor__error = 69; +const int COLOR_scope__Scope__variables = 51; +const int COLOR_scope__Scope__variables_61d = 52; +const int COLOR_scope__Scope__escapemark = 53; +const int COLOR_scope__Scope__escapemark_61d = 54; +const int COLOR_scope__Scope__get_variable = 55; +const int COLOR_scope__Scope__init = 56; +const int COLOR_flow__FlowVisitor__current_flow_context = 56; +const int COLOR_flow__FlowVisitor__current_flow_context_61d = 57; +const int COLOR_flow__FlowVisitor__toolcontext = 58; +const int COLOR_flow__FlowVisitor__toolcontext_61d = 59; +const int COLOR_flow__FlowVisitor__init = 60; +const int COLOR_flow__FlowVisitor__first = 61; +const int COLOR_flow__FlowVisitor__first_61d = 62; +const int COLOR_flow__FlowVisitor__visit_expr = 63; +const int COLOR_flow__FlowVisitor__flows = 64; +const int COLOR_flow__FlowVisitor__flows_61d = 65; +const int COLOR_flow__FlowVisitor__printflow = 66; +const int COLOR_flow__FlowVisitor__make_sub_flow = 67; +const int COLOR_flow__FlowVisitor__make_merge_flow = 68; +const int COLOR_flow__FlowVisitor__make_true_false_flow = 69; +const int COLOR_flow__FlowVisitor__make_sub_true_false_flow = 70; +const int COLOR_flow__FlowVisitor__make_unreachable_flow = 71; +const int COLOR_flow__FlowVisitor__merge_continues_to = 72; +const int COLOR_flow__FlowVisitor__merge_breaks = 73; +const int COLOR_flow__FlowContext__previous = 51; +const int COLOR_flow__FlowContext__previous_61d = 52; +const int COLOR_flow__FlowContext__loops = 53; +const int COLOR_flow__FlowContext__loops_61d = 54; +const int COLOR_flow__FlowContext__is_marked_unreachable = 55; +const int COLOR_flow__FlowContext__is_marked_unreachable_61d = 56; +const int COLOR_flow__FlowContext__is_unreachable = 57; +const int COLOR_flow__FlowContext__is_already_unreachable = 58; +const int COLOR_flow__FlowContext__is_already_unreachable_61d = 59; +const int COLOR_flow__FlowContext__is_start = 60; +const int COLOR_flow__FlowContext__is_start_61d = 61; +const int COLOR_flow__FlowContext__node = 62; +const int COLOR_flow__FlowContext__node_61d = 63; +const int COLOR_flow__FlowContext__name = 64; +const int COLOR_flow__FlowContext__name_61d = 65; +const int COLOR_flow__FlowContext__when_true = 66; +const int COLOR_flow__FlowContext__when_true_61d = 67; +const int COLOR_flow__FlowContext__when_false = 68; +const int COLOR_flow__FlowContext__when_false_61d = 69; +const int COLOR_flow__FlowContext__add_previous = 70; +const int COLOR_flow__FlowContext__add_loop = 71; +const int COLOR_flow__FlowContext__init = 72; +const int COLOR_local_var_init__FlowContext__set_vars = 73; +const int COLOR_local_var_init__FlowContext__set_vars_61d = 74; +const int COLOR_local_var_init__FlowContext__is_variable_set = 75; +const int COLOR_typing__FlowContext__vars = 76; +const int COLOR_typing__FlowContext__vars_61d = 77; +const int COLOR_typing__FlowContext__cache = 78; +const int COLOR_typing__FlowContext__cache_61d = 79; +const int COLOR_typing__FlowContext__set_var = 80; +const int COLOR_typing__FlowContext__collect_types = 81; +const int COLOR_serialization_phase__SerializationPhase__generate_serialization_method = 61; +const int COLOR_serialization_phase__SerializationPhase__generate_deserialization_init = 62; +const int COLOR_serialization_phase__SerializationPhase__generate_deserialization_method = 63; +const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext = 56; +const int COLOR_local_var_init__LocalVarInitVisitor__toolcontext_61d = 57; +const int COLOR_local_var_init__LocalVarInitVisitor__init = 58; +const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars = 59; +const int COLOR_local_var_init__LocalVarInitVisitor__maybe_unset_vars_61d = 60; +const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_unset = 61; +const int COLOR_local_var_init__LocalVarInitVisitor__mark_is_set = 62; +const int COLOR_local_var_init__LocalVarInitVisitor__check_is_set = 63; +const int COLOR_modelbuilder__ModelBuilder__model = 51; +const int COLOR_modelbuilder__ModelBuilder__model_61d = 52; +const int COLOR_modelbuilder__ModelBuilder__toolcontext = 53; +const int COLOR_modelbuilder__ModelBuilder__toolcontext_61d = 54; +const int COLOR_modelbuilder__ModelBuilder__run_phases = 55; +const int COLOR_modelbuilder__ModelBuilder__init = 56; +const int COLOR_modelbuilder__ModelBuilder__parse = 57; +const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name = 58; +const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2 = 59; +const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache = 60; +const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name2_cache_61d = 61; +const int COLOR_modelbuilder__ModelBuilder__try_get_mproperty_by_name = 62; +const int COLOR_modelbuilder__ModelBuilder__paths = 63; +const int COLOR_modelbuilder__ModelBuilder__paths_61d = 64; +const int COLOR_modelbuilder__ModelBuilder__get_mmodule_by_name = 65; +const int COLOR_modelbuilder__ModelBuilder__identified_files = 66; +const int COLOR_modelbuilder__ModelBuilder__identified_files_61d = 67; +const int COLOR_modelbuilder__ModelBuilder__identify_file = 68; +const int COLOR_modelbuilder__ModelBuilder__mgroups = 69; +const int COLOR_modelbuilder__ModelBuilder__mgroups_61d = 70; +const int COLOR_modelbuilder__ModelBuilder__get_mgroup = 71; +const int COLOR_modelbuilder__ModelBuilder__module_absolute_path = 72; +const int COLOR_modelbuilder__ModelBuilder__load_module_ast = 73; +const int COLOR_modelbuilder__ModelBuilder__load_module = 74; +const int COLOR_modelbuilder__ModelBuilder__load_rt_module = 75; +const int COLOR_modelbuilder__ModelBuilder__build_a_mmodule = 76; +const int COLOR_modelbuilder__ModelBuilder__build_module_importation = 77; +const int COLOR_modelbuilder__ModelBuilder__nmodules = 78; +const int COLOR_modelbuilder__ModelBuilder__nmodules_61d = 79; +const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule = 80; +const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule_61d = 81; +const int COLOR_modelbuilder__ModelBuilder__error = 82; +const int COLOR_modelbuilder__ModelBuilder__warning = 83; +const int COLOR_modelbuilder__ModelBuilder__force_get_primitive_method = 84; +const int COLOR_modelize_class__ModelBuilder__build_a_mclass = 85; +const int COLOR_modelize_class__ModelBuilder__build_a_mclassdef = 86; +const int COLOR_modelize_class__ModelBuilder__collect_a_mclassdef_inheritance = 87; +const int COLOR_modelize_class__ModelBuilder__check_supertypes = 88; +const int COLOR_modelize_class__ModelBuilder__build_classes = 89; +const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef = 90; +const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef_61d = 91; +const int COLOR_modelize_class__ModelBuilder__resolve_mtype_unchecked = 92; +const int COLOR_modelize_class__ModelBuilder__resolve_mtype = 93; +const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef = 94; +const int COLOR_modelize_property__ModelBuilder__mpropdef2npropdef_61d = 95; +const int COLOR_modelize_property__ModelBuilder__build_properties = 96; +const int COLOR_modelize_property__ModelBuilder__process_default_constructors = 97; +const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis = 98; +const int COLOR_abstract_compiler__ModelBuilder__compile_dir = 99; +const int COLOR_abstract_compiler__ModelBuilder__compile_dir_61d = 100; +const int COLOR_abstract_compiler__ModelBuilder__write_and_make = 101; +const int COLOR_global_compiler__ModelBuilder__run_global_compiler = 102; +const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler = 103; +const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler = 104; +const int COLOR_abstract_compiler__ModelBuilder__init = 105; +const int COLOR_modelbuilder__ModulePath__name = 51; +const int COLOR_modelbuilder__ModulePath__name_61d = 52; +const int COLOR_modelbuilder__ModulePath__filepath = 53; +const int COLOR_modelbuilder__ModulePath__filepath_61d = 54; +const int COLOR_modelbuilder__ModulePath__mgroup = 55; +const int COLOR_modelbuilder__ModulePath__mgroup_61d = 56; +const int COLOR_modelbuilder__ModulePath__mmodule = 57; +const int COLOR_modelbuilder__ModulePath__mmodule_61d = 58; +const int COLOR_modelbuilder__ModulePath__init = 59; +const int COLOR_modelize_property__TextCollectorVisitor__text = 56; +const int COLOR_modelize_property__TextCollectorVisitor__text_61d = 57; +const int COLOR_modelize_property__TextCollectorVisitor__init = 58; +const int COLOR_nitni_utilities__CallContext__name_mtype = 51; +const int COLOR_nitni_utilities__CallContext__cast_from = 52; +const int COLOR_nitni_utilities__CallContext__cast_to = 53; +const int COLOR_nitni_utilities__CallContext__init = 54; +const int COLOR_nitni_utilities__SignatureLength__long = 51; +const int COLOR_nitni_utilities__SignatureLength__long_61d = 52; +const int COLOR_nitni_utilities__SignatureLength__init = 53; +const int COLOR_cached__CachedPhase__init = 61; +const int COLOR_cached__CachedPhase__associate_propdef = 62; +const int COLOR_platform__Platform__supports_libunwind = 51; +const int COLOR_platform__Platform__init = 52; +const int COLOR_abstract_compiler__Platform__toolchain = 53; +const int COLOR_typing__TypeVisitor__modelbuilder = 51; +const int COLOR_typing__TypeVisitor__modelbuilder_61d = 52; +const int COLOR_typing__TypeVisitor__nclassdef = 53; +const int COLOR_typing__TypeVisitor__nclassdef_61d = 54; +const int COLOR_typing__TypeVisitor__mpropdef = 55; +const int COLOR_typing__TypeVisitor__mpropdef_61d = 56; +const int COLOR_typing__TypeVisitor__selfvariable = 57; +const int COLOR_typing__TypeVisitor__selfvariable_61d = 58; +const int COLOR_typing__TypeVisitor__init = 59; +const int COLOR_typing__TypeVisitor__mmodule = 60; +const int COLOR_typing__TypeVisitor__anchor = 61; +const int COLOR_typing__TypeVisitor__anchor_to = 62; +const int COLOR_typing__TypeVisitor__is_subtype = 63; +const int COLOR_typing__TypeVisitor__resolve_for = 64; +const int COLOR_typing__TypeVisitor__resolve_signature_for = 65; +const int COLOR_typing__TypeVisitor__check_subtype = 66; +const int COLOR_typing__TypeVisitor__visit_stmt = 67; +const int COLOR_typing__TypeVisitor__visit_expr = 68; +const int COLOR_typing__TypeVisitor__visit_expr_subtype = 69; +const int COLOR_typing__TypeVisitor__visit_expr_bool = 70; +const int COLOR_typing__TypeVisitor__visit_expr_cast = 71; +const int COLOR_typing__TypeVisitor__try_get_mproperty_by_name2 = 72; +const int COLOR_typing__TypeVisitor__resolve_mtype = 73; +const int COLOR_typing__TypeVisitor__try_get_mclass = 74; +const int COLOR_typing__TypeVisitor__get_mclass = 75; +const int COLOR_typing__TypeVisitor__type_bool = 76; +const int COLOR_typing__TypeVisitor__get_method = 77; +const int COLOR_typing__TypeVisitor__check_signature = 78; +const int COLOR_typing__TypeVisitor__error = 79; +const int COLOR_typing__TypeVisitor__get_variable = 80; +const int COLOR_typing__TypeVisitor__set_variable = 81; +const int COLOR_typing__TypeVisitor__merge_types = 82; +const int COLOR_typing__CallSite__node = 51; +const int COLOR_typing__CallSite__node_61d = 52; +const int COLOR_typing__CallSite__recv = 53; +const int COLOR_typing__CallSite__recv_61d = 54; +const int COLOR_typing__CallSite__recv_is_self = 55; +const int COLOR_typing__CallSite__recv_is_self_61d = 56; +const int COLOR_typing__CallSite__mproperty = 57; +const int COLOR_typing__CallSite__mproperty_61d = 58; +const int COLOR_typing__CallSite__mpropdef = 59; +const int COLOR_typing__CallSite__mpropdef_61d = 60; +const int COLOR_typing__CallSite__msignature = 61; +const int COLOR_typing__CallSite__msignature_61d = 62; +const int COLOR_typing__CallSite__erasure_cast = 63; +const int COLOR_typing__CallSite__erasure_cast_61d = 64; +const int COLOR_typing__CallSite__check_signature = 65; +const int COLOR_typing__CallSite__init = 66; +const int COLOR_auto_super_init__AutoSuperInitVisitor__init = 56; +const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init = 57; +const int COLOR_auto_super_init__AutoSuperInitVisitor__has_explicit_super_init_61d = 58; +const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext = 56; +const int COLOR_div_by_zero__DivByZeroVisitor__toolcontext_61d = 57; +const int COLOR_div_by_zero__DivByZeroVisitor__mmodule = 58; +const int COLOR_div_by_zero__DivByZeroVisitor__mmodule_61d = 59; +const int COLOR_div_by_zero__DivByZeroVisitor__init = 60; +const int COLOR_astbuilder__ASTBuilder__mmodule = 51; +const int COLOR_astbuilder__ASTBuilder__mmodule_61d = 52; +const int COLOR_astbuilder__ASTBuilder__anchor = 53; +const int COLOR_astbuilder__ASTBuilder__anchor_61d = 54; +const int COLOR_astbuilder__ASTBuilder__make_int = 55; +const int COLOR_astbuilder__ASTBuilder__make_new = 56; +const int COLOR_astbuilder__ASTBuilder__make_call = 57; +const int COLOR_astbuilder__ASTBuilder__make_block = 58; +const int COLOR_astbuilder__ASTBuilder__make_var_read = 59; +const int COLOR_astbuilder__ASTBuilder__make_var_assign = 60; +const int COLOR_astbuilder__ASTBuilder__make_attr_read = 61; +const int COLOR_astbuilder__ASTBuilder__make_attr_assign = 62; +const int COLOR_astbuilder__ASTBuilder__make_do = 63; +const int COLOR_astbuilder__ASTBuilder__make_if = 64; +const int COLOR_astbuilder__ASTBuilder__init = 65; +const int COLOR_astbuilder__APlaceholderExpr__make = 99; +const int COLOR_astvalidation__APlaceholderExpr__accept_ast_validation = 100; +const int COLOR_astvalidation__ASTValidationVisitor__path = 56; +const int COLOR_astvalidation__ASTValidationVisitor__path_61d = 57; +const int COLOR_astvalidation__ASTValidationVisitor__seen = 58; +const int COLOR_astvalidation__ASTValidationVisitor__seen_61d = 59; +const int COLOR_astvalidation__ASTValidationVisitor__init = 60; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder = 51; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__modelbuilder_61d = 52; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule = 53; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__mainmodule_61d = 54; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types = 55; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_61d = 56; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types = 57; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_types_61d = 58; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes = 59; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_classes_61d = 60; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types = 61; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types_61d = 62; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types = 63; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_open_cast_types_61d = 64; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs = 65; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methoddefs_61d = 66; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods = 67; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_61d = 68; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends = 69; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_super_sends_61d = 70; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_types_to_csv = 71; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_methods_to_tree = 72; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods = 73; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__totry_methods_61d = 74; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo = 75; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__todo_61d = 76; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__force_alive = 77; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__run_analysis = 78; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__check_depth = 79; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_new = 80; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_cast = 81; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_send = 82; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_call = 83; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_send = 84; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__try_super_send = 85; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__add_super_send = 86; +const int COLOR_rapid_type_analysis__RapidTypeAnalysis__init = 87; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis = 56; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__analysis_61d = 57; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver = 58; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__receiver_61d = 59; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef = 60; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__mpropdef_61d = 61; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__init = 62; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__cleanup_type = 63; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_class = 64; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__get_method = 65; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_type = 66; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_monomorphic_send = 67; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_send = 68; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_cast_type = 69; +const int COLOR_rapid_type_analysis__RapidTypeVisitor__add_callsite = 70; +const int COLOR_transform__TransformVisitor__phase = 56; +const int COLOR_transform__TransformVisitor__phase_61d = 57; +const int COLOR_transform__TransformVisitor__mmodule = 58; +const int COLOR_transform__TransformVisitor__mmodule_61d = 59; +const int COLOR_transform__TransformVisitor__mclassdef = 60; +const int COLOR_transform__TransformVisitor__mclassdef_61d = 61; +const int COLOR_transform__TransformVisitor__mpropdef = 62; +const int COLOR_transform__TransformVisitor__mpropdef_61d = 63; +const int COLOR_transform__TransformVisitor__builder = 64; +const int COLOR_transform__TransformVisitor__builder_61d = 65; +const int COLOR_transform__TransformVisitor__init = 66; +const int COLOR_transform__TransformVisitor__get_class = 67; +const int COLOR_transform__TransformVisitor__get_method = 68; +const int COLOR_common_ffi__VerifyNitniCallbacksPhase__process_npropdef = 61; +const int COLOR_nitni_callbacks__ForeignCallbackSet__callbacks = 51; +const int COLOR_nitni_callbacks__ForeignCallbackSet__callbacks_61d = 52; +const int COLOR_nitni_callbacks__ForeignCallbackSet__supers = 53; +const int COLOR_nitni_callbacks__ForeignCallbackSet__supers_61d = 54; +const int COLOR_nitni_callbacks__ForeignCallbackSet__types = 55; +const int COLOR_nitni_callbacks__ForeignCallbackSet__types_61d = 56; +const int COLOR_nitni_callbacks__ForeignCallbackSet__casts = 57; +const int COLOR_nitni_callbacks__ForeignCallbackSet__casts_61d = 58; +const int COLOR_nitni_callbacks__ForeignCallbackSet__all_cached = 59; +const int COLOR_nitni_callbacks__ForeignCallbackSet__all_cached_61d = 60; +const int COLOR_nitni_callbacks__ForeignCallbackSet__all = 61; +const int COLOR_nitni_callbacks__ForeignCallbackSet__join = 62; +const int COLOR_nitni_callbacks__ForeignCallbackSet__init = 63; +const int COLOR_nitni_callbacks__MExplicitCall__recv_mtype = 53; +const int COLOR_nitni_callbacks__MExplicitCall__recv_mtype_61d = 54; +const int COLOR_nitni_callbacks__MExplicitCall__mproperty = 55; +const int COLOR_nitni_callbacks__MExplicitCall__mproperty_61d = 56; +const int COLOR_nitni_callbacks__MExplicitCall__from_mmodule = 57; +const int COLOR_nitni_callbacks__MExplicitCall__from_mmodule_61d = 58; +const int COLOR_nitni_callbacks__MExplicitCall__fill_type_for = 59; +const int COLOR_nitni_callbacks__MExplicitCall__csignature = 60; +const int COLOR_nitni_callbacks__MExplicitCall__init = 61; +const int COLOR_compiler_ffi__MExplicitCall__compile_extern_callback = 62; +const int COLOR_nitni_callbacks__MExplicitSuper__from = 53; +const int COLOR_nitni_callbacks__MExplicitSuper__from_61d = 54; +const int COLOR_nitni_callbacks__MExplicitSuper__init = 55; +const int COLOR_compiler_ffi__MExplicitSuper__compile_extern_callback = 56; +const int COLOR_nitni_callbacks__MExplicitCast__from = 53; +const int COLOR_nitni_callbacks__MExplicitCast__from_61d = 54; +const int COLOR_nitni_callbacks__MExplicitCast__to = 55; +const int COLOR_nitni_callbacks__MExplicitCast__to_61d = 56; +const int COLOR_nitni_callbacks__MExplicitCast__check_cname = 57; +const int COLOR_nitni_callbacks__MExplicitCast__cast_cname = 58; +const int COLOR_nitni_callbacks__MExplicitCast__init = 59; +const int COLOR_compiler_ffi__MExplicitCast__compile_extern_callbacks = 60; +const int COLOR_ffi_base__FFILanguageAssignationPhase__languages = 61; +const int COLOR_ffi_base__FFILanguageAssignationPhase__languages_61d = 62; +const int COLOR_ffi_base__FFILanguageAssignationPhase__verify_foreign_code_on_node = 63; +const int COLOR_c__FFILanguageAssignationPhase__c_language = 64; +const int COLOR_c__FFILanguageAssignationPhase__c_language_61d = 65; +const int COLOR_cpp__FFILanguageAssignationPhase__cpp_language = 66; +const int COLOR_cpp__FFILanguageAssignationPhase__cpp_language_61d = 67; +const int COLOR_ffi_base__FFILanguage__init = 51; +const int COLOR_ffi_base__FFILanguage__identify_language = 52; +const int COLOR_ffi_base__FFILanguage__compile_module_block = 53; +const int COLOR_ffi_base__FFILanguage__compile_extern_method = 54; +const int COLOR_ffi_base__FFILanguage__compile_extern_class = 55; +const int COLOR_ffi_base__FFILanguage__get_ftype = 56; +const int COLOR_ffi_base__FFILanguage__compile_callback = 57; +const int COLOR_ffi_base__FFILanguage__compile_to_files = 58; +const int COLOR_ffi_base__ExternFile__filename = 51; +const int COLOR_ffi_base__ExternFile__filename_61d = 52; +const int COLOR_ffi_base__ExternFile__makefile_rule_name = 53; +const int COLOR_ffi_base__ExternFile__makefile_rule_content = 54; +const int COLOR_ffi_base__ExternFile__init = 55; +const int COLOR_ffi_base__ForeignType__ctype = 51; +const int COLOR_ffi_base__ForeignType__init = 52; +const int COLOR_c__ExternCFile__init = 56; +const int COLOR_c__ExternCFile__cflags = 57; +const int COLOR_c__ExternCFile__cflags_61d = 58; +const int COLOR_c__ForeignCType__ctype_61d = 53; +const int COLOR_c__ForeignCType__init = 54; +const int COLOR_c__ToCCallContext__init = 55; +const int COLOR_c__FromCCallContext__init = 55; +const int COLOR_c__ExternCFunction__method = 59; +const int COLOR_c__ExternCFunction__method_61d = 60; +const int COLOR_c__ExternCFunction__init = 61; +const int COLOR_cpp__CPPCompilationUnit__write_to_files = 76; +const int COLOR_cpp__CPPCompilationUnit__init = 77; +const int COLOR_cpp__ExternCppFile__amodule = 56; +const int COLOR_cpp__ExternCppFile__amodule_61d = 57; +const int COLOR_cpp__ExternCppFile__init = 58; +const int COLOR_cpp__ForeignCppType__cpp_type = 53; +const int COLOR_cpp__ForeignCppType__cpp_type_61d = 54; +const int COLOR_cpp__ForeignCppType__init = 55; +const int COLOR_cpp__CppCallContext__init = 55; +const int COLOR_cpp__ToCppCallContext__init = 56; +const int COLOR_cpp__FromCppCallContext__init = 56; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__compiler_annotation_name = 61; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__linker_annotation_name = 62; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__cpp_compiler_annotation_name = 63; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_c_compiler_annotation = 64; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_c_linker_annotation = 65; +const int COLOR_c_compiler_options__CCompilerOptionsPhase__process_cpp_compiler_annotation = 66; +const int COLOR_c_compiler_options__CCompilerOption__init = 51; +const int COLOR_c_compiler_options__DirectCCompilerOption__option = 52; +const int COLOR_c_compiler_options__DirectCCompilerOption__option_61d = 53; +const int COLOR_c_compiler_options__DirectCCompilerOption__init = 54; +const int COLOR_c_compiler_options__ExecCCompilerOption__command = 52; +const int COLOR_c_compiler_options__ExecCCompilerOption__command_61d = 53; +const int COLOR_c_compiler_options__ExecCCompilerOption__exec_node = 54; +const int COLOR_c_compiler_options__ExecCCompilerOption__exec_node_61d = 55; +const int COLOR_c_compiler_options__ExecCCompilerOption__init = 56; +const int COLOR_abstract_compiler__Toolchain__toolcontext = 51; +const int COLOR_abstract_compiler__Toolchain__toolcontext_61d = 52; +const int COLOR_abstract_compiler__Toolchain__compile_dir = 53; +const int COLOR_abstract_compiler__Toolchain__write_and_make = 54; +const int COLOR_abstract_compiler__Toolchain__init = 55; +const int COLOR_abstract_compiler__MakefileToolchain__cc_paths = 56; +const int COLOR_abstract_compiler__MakefileToolchain__cc_paths_61d = 57; +const int COLOR_abstract_compiler__MakefileToolchain__gather_cc_paths = 58; +const int COLOR_abstract_compiler__MakefileToolchain__write_files = 59; +const int COLOR_abstract_compiler__MakefileToolchain__write_makefile = 60; +const int COLOR_abstract_compiler__MakefileToolchain__compile_c_code = 61; +const int COLOR_abstract_compiler__AbstractCompiler__names = 51; +const int COLOR_abstract_compiler__AbstractCompiler__names_61d = 52; +const int COLOR_abstract_compiler__AbstractCompiler__mainmodule = 53; +const int COLOR_abstract_compiler__AbstractCompiler__mainmodule_61d = 54; +const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule = 55; +const int COLOR_abstract_compiler__AbstractCompiler__realmainmodule_61d = 56; +const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder = 57; +const int COLOR_abstract_compiler__AbstractCompiler__modelbuilder_61d = 58; +const int COLOR_abstract_compiler__AbstractCompiler__hardening = 59; +const int COLOR_abstract_compiler__AbstractCompiler__init = 60; +const int COLOR_abstract_compiler__AbstractCompiler__new_file = 61; +const int COLOR_abstract_compiler__AbstractCompiler__files = 62; +const int COLOR_abstract_compiler__AbstractCompiler__files_61d = 63; +const int COLOR_abstract_compiler__AbstractCompiler__new_visitor = 64; +const int COLOR_abstract_compiler__AbstractCompiler__header = 65; +const int COLOR_abstract_compiler__AbstractCompiler__header_61d = 66; +const int COLOR_abstract_compiler__AbstractCompiler__provide_declaration = 67; +const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations = 68; +const int COLOR_abstract_compiler__AbstractCompiler__provided_declarations_61d = 69; +const int COLOR_abstract_compiler__AbstractCompiler__requirers_of_declarations = 70; +const int COLOR_abstract_compiler__AbstractCompiler__requirers_of_declarations_61d = 71; +const int COLOR_abstract_compiler__AbstractCompiler__build_c_to_nit_bindings = 72; +const int COLOR_abstract_compiler__AbstractCompiler__compile_header = 73; +const int COLOR_abstract_compiler__AbstractCompiler__compile_header_structs = 74; +const int COLOR_abstract_compiler__AbstractCompiler__compile_nitni_structs = 75; +const int COLOR_abstract_compiler__AbstractCompiler__compile_main_function = 76; +const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies = 77; +const int COLOR_abstract_compiler__AbstractCompiler__extern_bodies_61d = 78; +const int COLOR_abstract_compiler__AbstractCompiler__files_to_copy = 79; +const int COLOR_abstract_compiler__AbstractCompiler__files_to_copy_61d = 80; +const int COLOR_abstract_compiler__AbstractCompiler__seen_extern = 81; +const int COLOR_abstract_compiler__AbstractCompiler__seen_extern_61d = 82; +const int COLOR_abstract_compiler__AbstractCompiler__generate_init_attr = 83; +const int COLOR_abstract_compiler__AbstractCompiler__generate_check_attr = 84; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags = 85; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_tags_61d = 86; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved = 87; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_resolved_61d = 88; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved = 89; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_unresolved_61d = 90; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped = 91; +const int COLOR_abstract_compiler__AbstractCompiler__count_type_test_skipped_61d = 92; +const int COLOR_abstract_compiler__AbstractCompiler__init_count_type_test_tags = 93; +const int COLOR_abstract_compiler__AbstractCompiler__display_stats = 94; +const int COLOR_abstract_compiler__AbstractCompiler__div = 95; +const int COLOR_abstract_compiler__AbstractCompiler__finalize_ffi_for_module = 96; +const int COLOR_abstract_compiler__CodeFile__name = 51; +const int COLOR_abstract_compiler__CodeFile__name_61d = 52; +const int COLOR_abstract_compiler__CodeFile__writers = 53; +const int COLOR_abstract_compiler__CodeFile__writers_61d = 54; +const int COLOR_abstract_compiler__CodeFile__required_declarations = 55; +const int COLOR_abstract_compiler__CodeFile__required_declarations_61d = 56; +const int COLOR_abstract_compiler__CodeFile__init = 57; +const int COLOR_abstract_compiler__CodeWriter__file = 51; +const int COLOR_abstract_compiler__CodeWriter__file_61d = 52; +const int COLOR_abstract_compiler__CodeWriter__lines = 53; +const int COLOR_abstract_compiler__CodeWriter__lines_61d = 54; +const int COLOR_abstract_compiler__CodeWriter__decl_lines = 55; +const int COLOR_abstract_compiler__CodeWriter__decl_lines_61d = 56; +const int COLOR_abstract_compiler__CodeWriter__add = 57; +const int COLOR_abstract_compiler__CodeWriter__add_decl = 58; +const int COLOR_abstract_compiler__CodeWriter__init = 59; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler = 51; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler_61d = 52; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node = 53; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__current_node_61d = 54; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame = 55; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__frame_61d = 56; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__object_type = 57; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__bool_type = 58; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer = 59; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__writer_61d = 60; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__init = 61; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_class = 62; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_property = 63; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__compile_callsite = 64; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__calloc_array = 65; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__native_array_def = 66; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__varargize = 67; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor = 68; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__resolve_for = 69; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__autoadapt = 70; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__supercall = 71; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__adapt_signature = 72; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__autobox = 73; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__type_test = 74; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__is_same_type_test = 75; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__equal_test = 76; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__call = 77; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__send = 78; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_send = 79; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__monomorphic_super_send = 80; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__isset_attribute = 81; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__read_attribute = 82; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__write_attribute = 83; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__check_recv_notnull = 84; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__names = 85; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__names_61d = 86; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__last = 87; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__last_61d = 88; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__get_name = 89; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_name = 90; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names = 91; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__escapemark_names_61d = 92; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__class_name_string = 93; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables = 94; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__variables_61d = 95; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__variable = 96; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_var = 97; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_named_var = 98; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__assign = 99; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__init_instance = 100; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__int_instance = 101; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__string_instance = 102; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__array_instance = 103; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__vararg_instance = 104; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add = 105; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_decl = 106; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__require_declaration = 107; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__declare_once = 108; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_extern = 109; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr = 110; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_abort = 111; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_raw_abort = 112; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__add_cast = 113; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__ret = 114; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__stmt = 115; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr = 116; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__expr_bool = 117; +const int COLOR_abstract_compiler__AbstractCompilerVisitor__debug = 118; +const int COLOR_compiler_ffi__AbstractCompilerVisitor__var_from_c = 119; +const int COLOR_compiler_ffi__AbstractCompilerVisitor__ret_to_c = 120; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef = 51; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__mmethoddef_61d = 52; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name = 53; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__build_c_name = 54; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache = 55; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__c_name_cache_61d = 56; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__call = 57; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c = 58; +const int COLOR_abstract_compiler__AbstractRuntimeFunction__init = 59; +const int COLOR_abstract_compiler__RuntimeVariable__name = 51; +const int COLOR_abstract_compiler__RuntimeVariable__name_61d = 52; +const int COLOR_abstract_compiler__RuntimeVariable__mtype = 53; +const int COLOR_abstract_compiler__RuntimeVariable__mtype_61d = 54; +const int COLOR_abstract_compiler__RuntimeVariable__mcasttype = 55; +const int COLOR_abstract_compiler__RuntimeVariable__mcasttype_61d = 56; +const int COLOR_abstract_compiler__RuntimeVariable__is_exact = 57; +const int COLOR_abstract_compiler__RuntimeVariable__is_exact_61d = 58; +const int COLOR_abstract_compiler__RuntimeVariable__init = 59; +const int COLOR_abstract_compiler__Frame__visitor = 51; +const int COLOR_abstract_compiler__Frame__visitor_61d = 52; +const int COLOR_abstract_compiler__Frame__mpropdef = 53; +const int COLOR_abstract_compiler__Frame__mpropdef_61d = 54; +const int COLOR_abstract_compiler__Frame__receiver = 55; +const int COLOR_abstract_compiler__Frame__receiver_61d = 56; +const int COLOR_abstract_compiler__Frame__arguments = 57; +const int COLOR_abstract_compiler__Frame__arguments_61d = 58; +const int COLOR_abstract_compiler__Frame__returnvar = 59; +const int COLOR_abstract_compiler__Frame__returnvar_61d = 60; +const int COLOR_abstract_compiler__Frame__returnlabel = 61; +const int COLOR_abstract_compiler__Frame__returnlabel_61d = 62; +const int COLOR_abstract_compiler__Frame__init = 63; +const int COLOR_layout_builders__Layout__ids = 51; +const int COLOR_layout_builders__Layout__ids_61d = 52; +const int COLOR_layout_builders__Layout__pos = 53; +const int COLOR_layout_builders__Layout__pos_61d = 54; +const int COLOR_layout_builders__Layout__init = 55; +const int COLOR_layout_builders__PHLayout__masks = 56; +const int COLOR_layout_builders__PHLayout__masks_61d = 57; +const int COLOR_layout_builders__PHLayout__hashes = 58; +const int COLOR_layout_builders__PHLayout__hashes_61d = 59; +const int COLOR_layout_builders__PHLayout__init = 60; +const int COLOR_layout_builders__POSetBuilder__mmodule = 51; +const int COLOR_layout_builders__POSetBuilder__mmodule_61d = 52; +const int COLOR_layout_builders__POSetBuilder__init = 53; +const int COLOR_layout_builders__POSetBuilder__build_poset = 54; +const int COLOR_layout_builders__TypingBMizer__mmodule = 53; +const int COLOR_layout_builders__TypingBMizer__mmodule_61d = 54; +const int COLOR_layout_builders__TypingBMizer__poset_builder = 55; +const int COLOR_layout_builders__TypingBMizer__poset_builder_61d = 56; +const int COLOR_layout_builders__TypingBMizer__poset_cache = 57; +const int COLOR_layout_builders__TypingBMizer__poset_cache_61d = 58; +const int COLOR_layout_builders__TypingBMizer__init = 59; +const int COLOR_layout_builders__MTypeBMizer__init = 60; +const int COLOR_layout_builders__MClassBMizer__init = 60; +const int COLOR_layout_builders__ResolutionBMizer__init = 52; +const int COLOR_layout_builders__MPropertyBMizer__mmodule = 52; +const int COLOR_layout_builders__MPropertyBMizer__mmodule_61d = 53; +const int COLOR_layout_builders__MPropertyBMizer__init = 54; +const int COLOR_layout_builders__TypingColorer__core = 53; +const int COLOR_layout_builders__TypingColorer__core_61d = 54; +const int COLOR_layout_builders__TypingColorer__crown = 55; +const int COLOR_layout_builders__TypingColorer__crown_61d = 56; +const int COLOR_layout_builders__TypingColorer__border = 57; +const int COLOR_layout_builders__TypingColorer__border_61d = 58; +const int COLOR_layout_builders__TypingColorer__coloration_result = 59; +const int COLOR_layout_builders__TypingColorer__coloration_result_61d = 60; +const int COLOR_layout_builders__TypingColorer__mmodule = 61; +const int COLOR_layout_builders__TypingColorer__mmodule_61d = 62; +const int COLOR_layout_builders__TypingColorer__poset_builder = 63; +const int COLOR_layout_builders__TypingColorer__poset_builder_61d = 64; +const int COLOR_layout_builders__TypingColorer__poset_cache = 65; +const int COLOR_layout_builders__TypingColorer__poset_cache_61d = 66; +const int COLOR_layout_builders__TypingColorer__init = 67; +const int COLOR_layout_builders__TypingColorer__compute_ids = 68; +const int COLOR_layout_builders__TypingColorer__colorize = 69; +const int COLOR_layout_builders__TypingColorer__colorize_elements = 70; +const int COLOR_layout_builders__TypingColorer__is_color_free = 71; +const int COLOR_layout_builders__TypingColorer__tag_elements = 72; +const int COLOR_layout_builders__TypingColorer__build_conflicts_graph = 73; +const int COLOR_layout_builders__TypingColorer__conflicts_graph = 74; +const int COLOR_layout_builders__TypingColorer__conflicts_graph_61d = 75; +const int COLOR_layout_builders__TypingColorer__linear_extensions_cache = 76; +const int COLOR_layout_builders__TypingColorer__linear_extensions_cache_61d = 77; +const int COLOR_layout_builders__TypingColorer__linear_extension = 78; +const int COLOR_layout_builders__TypingColorer__reverse_linearize = 79; +const int COLOR_layout_builders__TypingColorer__linearize = 80; +const int COLOR_layout_builders__MTypeColorer__init = 81; +const int COLOR_layout_builders__MClassColorer__init = 81; +const int COLOR_layout_builders__MPropertyColorer__mmodule = 52; +const int COLOR_layout_builders__MPropertyColorer__mmodule_61d = 53; +const int COLOR_layout_builders__MPropertyColorer__class_colorer = 54; +const int COLOR_layout_builders__MPropertyColorer__class_colorer_61d = 55; +const int COLOR_layout_builders__MPropertyColorer__coloration_result = 56; +const int COLOR_layout_builders__MPropertyColorer__coloration_result_61d = 57; +const int COLOR_layout_builders__MPropertyColorer__init = 58; +const int COLOR_layout_builders__MPropertyColorer__colorize = 59; +const int COLOR_layout_builders__MPropertyColorer__colorize_core = 60; +const int COLOR_layout_builders__MPropertyColorer__colorize_crown = 61; +const int COLOR_layout_builders__MPropertyColorer__colorize_elements = 62; +const int COLOR_layout_builders__MPropertyColorer__max_color = 63; +const int COLOR_layout_builders__ResolutionColorer__coloration_result = 52; +const int COLOR_layout_builders__ResolutionColorer__coloration_result_61d = 53; +const int COLOR_layout_builders__ResolutionColorer__init = 54; +const int COLOR_layout_builders__ResolutionColorer__compute_ids = 55; +const int COLOR_layout_builders__ResolutionColorer__colorize_elements = 56; +const int COLOR_layout_builders__ResolutionColorer__is_color_free = 57; +const int COLOR_layout_builders__ResolutionColorer__build_conflicts_graph = 58; +const int COLOR_layout_builders__ResolutionColorer__conflicts_graph = 59; +const int COLOR_layout_builders__ResolutionColorer__conflicts_graph_61d = 60; +const int COLOR_layout_builders__ResolutionColorer__add_conflict = 61; +const int COLOR_layout_builders__PHOperator__op = 51; +const int COLOR_layout_builders__PHOperator__init = 52; +const int COLOR_layout_builders__PHModOperator__init = 53; +const int COLOR_layout_builders__PHAndOperator__init = 53; +const int COLOR_layout_builders__MTypeHasher__init = 68; +const int COLOR_layout_builders__MClassHasher__init = 68; +const int COLOR_android_platform__AndroidPlatform__init = 54; +const int COLOR_android_platform__AndroidToolchain__android_project_root = 62; +const int COLOR_android_platform__AndroidToolchain__android_project_root_61d = 63; +const int COLOR_android_platform__AndroidToolchain__compile_dir = 64; +const int COLOR_android_platform__AndroidToolchain__write_files = 65; +const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis = 97; +const int COLOR_global_compiler__GlobalCompiler__runtime_type_analysis_61d = 98; +const int COLOR_global_compiler__GlobalCompiler__init = 99; +const int COLOR_global_compiler__GlobalCompiler__compile_class_names = 100; +const int COLOR_global_compiler__GlobalCompiler__classid = 101; +const int COLOR_global_compiler__GlobalCompiler__classids = 102; +const int COLOR_global_compiler__GlobalCompiler__classids_61d = 103; +const int COLOR_global_compiler__GlobalCompiler__live_primitive_types = 104; +const int COLOR_global_compiler__GlobalCompiler__live_primitive_types_61d = 105; +const int COLOR_global_compiler__GlobalCompiler__todo = 106; +const int COLOR_global_compiler__GlobalCompiler__todos = 107; +const int COLOR_global_compiler__GlobalCompiler__todos_61d = 108; +const int COLOR_global_compiler__GlobalCompiler__seen = 109; +const int COLOR_global_compiler__GlobalCompiler__seen_61d = 110; +const int COLOR_global_compiler__GlobalCompiler__declare_runtimeclass = 111; +const int COLOR_global_compiler__GlobalCompiler__generate_init_instance = 112; +const int COLOR_global_compiler__GlobalCompiler__generate_box_instance = 113; +const int COLOR_global_compiler__GlobalCompiler__collect_types_cache = 114; +const int COLOR_global_compiler__GlobalCompiler__collect_types_cache_61d = 115; +const int COLOR_global_compiler__GlobalCompilerVisitor__collect_types = 121; +const int COLOR_global_compiler__GlobalCompilerVisitor__check_valid_reciever = 122; +const int COLOR_global_compiler__GlobalCompilerVisitor__get_recvtype = 123; +const int COLOR_global_compiler__GlobalCompilerVisitor__get_recv = 124; +const int COLOR_global_compiler__GlobalCompilerVisitor__finalize_call = 125; +const int COLOR_global_compiler__GlobalCompilerVisitor__call_without_varargize = 126; +const int COLOR_global_compiler__GlobalCompilerVisitor__bugtype = 127; +const int COLOR_global_compiler__CustomizedRuntimeFunction__recv = 60; +const int COLOR_global_compiler__CustomizedRuntimeFunction__recv_61d = 61; +const int COLOR_global_compiler__CustomizedRuntimeFunction__init = 62; +const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis = 97; +const int COLOR_separate_compiler__SeparateCompiler__runtime_type_analysis_61d = 98; +const int COLOR_separate_compiler__SeparateCompiler__undead_types = 99; +const int COLOR_separate_compiler__SeparateCompiler__undead_types_61d = 100; +const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types = 101; +const int COLOR_separate_compiler__SeparateCompiler__live_unresolved_types_61d = 102; +const int COLOR_separate_compiler__SeparateCompiler__type_layout = 103; +const int COLOR_separate_compiler__SeparateCompiler__type_layout_61d = 104; +const int COLOR_separate_compiler__SeparateCompiler__resolution_layout = 105; +const int COLOR_separate_compiler__SeparateCompiler__resolution_layout_61d = 106; +const int COLOR_separate_compiler__SeparateCompiler__method_layout = 107; +const int COLOR_separate_compiler__SeparateCompiler__method_layout_61d = 108; +const int COLOR_separate_compiler__SeparateCompiler__attr_layout = 109; +const int COLOR_separate_compiler__SeparateCompiler__attr_layout_61d = 110; +const int COLOR_separate_compiler__SeparateCompiler__init = 111; +const int COLOR_separate_compiler__SeparateCompiler__compile_header_attribute_structs = 112; +const int COLOR_separate_compiler__SeparateCompiler__compile_box_kinds = 113; +const int COLOR_separate_compiler__SeparateCompiler__box_kinds = 114; +const int COLOR_separate_compiler__SeparateCompiler__box_kinds_61d = 115; +const int COLOR_separate_compiler__SeparateCompiler__box_kind_of = 116; +const int COLOR_separate_compiler__SeparateCompiler__compile_color_consts = 117; +const int COLOR_separate_compiler__SeparateCompiler__compile_color_const = 118; +const int COLOR_separate_compiler__SeparateCompiler__color_consts_done = 119; +const int COLOR_separate_compiler__SeparateCompiler__color_consts_done_61d = 120; +const int COLOR_separate_compiler__SeparateCompiler__do_property_coloring = 121; +const int COLOR_separate_compiler__SeparateCompiler__build_method_tables = 122; +const int COLOR_separate_compiler__SeparateCompiler__build_attr_tables = 123; +const int COLOR_separate_compiler__SeparateCompiler__do_type_coloring = 124; +const int COLOR_separate_compiler__SeparateCompiler__build_type_tables = 125; +const int COLOR_separate_compiler__SeparateCompiler__compile_resolution_tables = 126; +const int COLOR_separate_compiler__SeparateCompiler__build_resolution_tables = 127; +const int COLOR_separate_compiler__SeparateCompiler__compile_module_to_c = 128; +const int COLOR_separate_compiler__SeparateCompiler__compile_type_to_c = 129; +const int COLOR_separate_compiler__SeparateCompiler__compile_type_resolution_table = 130; +const int COLOR_separate_compiler__SeparateCompiler__compile_class_to_c = 131; +const int COLOR_separate_compiler__SeparateCompiler__hardening_live_type = 132; +const int COLOR_separate_compiler__SeparateCompiler__type_tables = 133; +const int COLOR_separate_compiler__SeparateCompiler__type_tables_61d = 134; +const int COLOR_separate_compiler__SeparateCompiler__resolution_tables = 135; +const int COLOR_separate_compiler__SeparateCompiler__resolution_tables_61d = 136; +const int COLOR_separate_compiler__SeparateCompiler__method_tables = 137; +const int COLOR_separate_compiler__SeparateCompiler__method_tables_61d = 138; +const int COLOR_separate_compiler__SeparateCompiler__attr_tables = 139; +const int COLOR_separate_compiler__SeparateCompiler__attr_tables_61d = 140; +const int COLOR_separate_compiler__SeparateCompiler__display_sizes = 141; +const int COLOR_separate_compiler__SeparateCompiler__display_stats = 142; +const int COLOR_separate_compiler__SeparateCompiler__finalize_ffi_for_module = 143; +const int COLOR_separate_compiler__SeparateCompilerVisitor__type_info = 121; +const int COLOR_separate_compiler__SeparateCompilerVisitor__table_send = 122; +const int COLOR_separate_compiler__SeparateCompilerVisitor__hardening_live_open_type = 123; +const int COLOR_separate_compiler__SeparateCompilerVisitor__hardening_cast_type = 124; +const int COLOR_separate_compiler__SeparateCompilerVisitor__can_be_primitive = 125; +const int COLOR_separate_compiler__SeparateCompilerVisitor__maybe_null = 126; +const int COLOR_separate_compiler__SeparateCompilerVisitor__native_array_instance = 127; +const int COLOR_separate_compiler__SeparateCompilerVisitor__link_unresolved_type = 128; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout = 144; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_layout_61d = 145; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout = 146; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_layout_61d = 147; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__init = 148; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_vt_tables = 149; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_typing_tables = 150; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__build_class_vts_table = 151; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__retrieve_vt_bound = 152; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables = 153; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__class_tables_61d = 154; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables = 155; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler__vt_tables_61d = 156; +const int COLOR_separate_erasure_compiler__SeparateErasureCompilerVisitor__compile_callsite = 129; const int COLOR_parser_util__InjectedLexer__get_token = -1; const int COLOR_array__AbstractArrayRead___length = 0; const int COLOR_array__Array___items = 1; @@ -3346,9 +3668,12 @@ const int COLOR_hash_collection__HashCollection___last_accessed_node = 6; const int COLOR_hash_collection__HashMap___64dkeys = 7; const int COLOR_hash_collection__HashMap___64dvalues = 8; const int COLOR_string__AbstractString___items = 1; +const int COLOR_string__StringCharView___64dtarget = 0; const int COLOR_string__String___index_from = 2; const int COLOR_string__String___index_to = 3; -const int COLOR_string__Buffer___capacity = 2; +const int COLOR_string__String___64dchars = 4; +const int COLOR_string__Buffer___64dchars = 2; +const int COLOR_string__Buffer___capacity = 3; const int COLOR_stream__BufferedIStream___buffer = 0; const int COLOR_stream__BufferedIStream___buffer_pos = 1; const int COLOR_stream__FDStream___64dfd = 0; @@ -3361,8 +3686,6 @@ const int COLOR_file__FStream___path = 2; const int COLOR_file__FStream___file = 3; const int COLOR_file__IFStream___end_reached = 4; const int COLOR_file__OFStream___writable = 4; -const int COLOR_ropes__Rope___64dstr_representation = 0; -const int COLOR_ropes__Rope___64dparent_node = 1; const int COLOR_poset__POSet___64delements = 0; const int COLOR_parser_nodes__ANode___location = 0; const int COLOR_parser_nodes__ANode___64dparent = 1; @@ -3380,11 +3703,13 @@ const int COLOR_parser_nodes__AMethPropdef___n_signature = 12; const int COLOR_parser_nodes__AExternPropdef___n_extern = 13; const int COLOR_parser_nodes__AExternPropdef___n_extern_calls = 14; const int COLOR_parser_nodes__AExternPropdef___n_extern_code_block = 15; +const int COLOR_nitni_callbacks__AExternPropdef___64dforeign_callbacks_cache = 16; +const int COLOR_common_ffi__AExternPropdef___64dffi_has_been_compiled = 17; const int COLOR_parser_nodes__AConcreteMethPropdef___n_kwmeth = 13; const int COLOR_parser_nodes__AConcreteMethPropdef___n_block = 14; const int COLOR_auto_super_init__AConcreteMethPropdef___64dauto_super_inits = 15; const int COLOR_parser_nodes__AConcreteInitPropdef___n_kwinit = 16; -const int COLOR_parser_nodes__AExternInitPropdef___n_kwnew = 16; +const int COLOR_parser_nodes__AExternInitPropdef___n_kwnew = 18; const int COLOR_flow__AExpr___64dafter_flow_context = 4; const int COLOR_typing__AExpr___64dmtype = 5; const int COLOR_typing__AExpr___64dis_typed = 6; @@ -3488,6 +3813,13 @@ const int COLOR_hash_collection__HashMapIterator___map = 0; const int COLOR_hash_collection__HashMapIterator___node = 1; const int COLOR_hash_collection__HashSetIterator___set = 0; const int COLOR_hash_collection__HashSetIterator___node = 1; +const int COLOR_string__FlatStringIterator___64dtarget = 0; +const int COLOR_string__FlatStringIterator___64dtarget_items = 1; +const int COLOR_string__FlatStringIterator___64dcurr_pos = 2; +const int COLOR_string__FlatBufferIterator___64dtarget = 0; +const int COLOR_string__FlatBufferIterator___64dtarget_items = 1; +const int COLOR_string__FlatBufferIterator___64dcurr_pos = 2; +const int COLOR_string__CachedAlphaComparator___64dcache = 0; const int COLOR_string_search__BM_Pattern___motif = 0; const int COLOR_string_search__BM_Pattern___length = 1; const int COLOR_string_search__BM_Pattern___gs = 2; @@ -3495,28 +3827,7 @@ const int COLOR_string_search__BM_Pattern___bc_table = 3; const int COLOR_string_search__Match___string = 0; const int COLOR_string_search__Match___from = 1; const int COLOR_string_search__Match___length = 2; -const int COLOR_ropes__TupleLeafNodePos___64dcurr_node = 0; -const int COLOR_ropes__TupleLeafNodePos___64dcorrected_pos = 1; -const int COLOR_ropes__TupleLeafNodePos___64dvisit_stack = 2; -const int COLOR_ropes__BufferRope___64dis_dirty = 2; -const int COLOR_ropes__CharRopeView___64dtarget = 0; -const int COLOR_ropes__TupleVisitNode___64dnode = 0; -const int COLOR_ropes__TupleVisitNode___64dleft_visited = 1; -const int COLOR_ropes__TupleVisitNode___64dright_visited = 2; -const int COLOR_ropes__RopeIterator___target = 0; -const int COLOR_ropes__RopeIterator___64dpos = 1; -const int COLOR_ropes__RopeCharIterator___64dsub_str_iter = 0; -const int COLOR_ropes__RopeCharIterator___64dabs_pos = 1; -const int COLOR_ropes__RopeCharIterator___64dsub_pos = 2; -const int COLOR_ropes__RopeCharIterator___64dcurr_substring = 3; -const int COLOR_ropes__DFSRopeLeafIterator___64dvisit_stack = 2; -const int COLOR_ropes__DFSRopeLeafIterator___64dcurr_leaf = 3; -const int COLOR_ropes__RopeNode___length = 0; -const int COLOR_ropes__RopeNode___64dparent = 1; -const int COLOR_ropes__RopeNode___64dheight = 2; -const int COLOR_ropes__ConcatNode___left_child = 3; -const int COLOR_ropes__ConcatNode___right_child = 4; -const int COLOR_ropes__LeafNode___value = 3; +const int COLOR_stream__StringOStream___64dcontent = 0; const int COLOR_location__SourceFile___64dfilename = 0; const int COLOR_location__SourceFile___64dstring = 1; const int COLOR_location__SourceFile___64dline_starts = 2; @@ -3533,6 +3844,22 @@ const int COLOR_poset__POSetElement___64dfroms = 3; const int COLOR_poset__POSetElement___64ddtos = 4; const int COLOR_poset__POSetElement___64ddfroms = 5; const int COLOR_poset__POSetElement___64dcount = 6; +const int COLOR_mproject__Model___64dmprojects = 0; +const int COLOR_mproject__Model___64dmproject_by_name = 1; +const int COLOR_mmodule__Model___64dmmodules = 2; +const int COLOR_mmodule__Model___64dmmodule_nesting_hierarchy = 3; +const int COLOR_mmodule__Model___64dmmodule_importation_hierarchy = 4; +const int COLOR_mmodule__Model___64dmmodules_by_name = 5; +const int COLOR_model__Model___64dmclasses = 6; +const int COLOR_model__Model___64dmproperties = 7; +const int COLOR_model__Model___64dmclassdef_hierarchy = 8; +const int COLOR_model__Model___64dintro_mtype_specialization_hierarchy = 9; +const int COLOR_model__Model___64dfull_mtype_specialization_hierarchy = 10; +const int COLOR_model__Model___64dmclasses_by_name = 11; +const int COLOR_model__Model___64dmproperties_by_name = 12; +const int COLOR_model__Model___64dnull_type = 13; +const int COLOR_model_base__MVisibility___64dto_s = 0; +const int COLOR_model_base__MVisibility___64dlevel = 1; const int COLOR_more_collections__HashMap2___64dlevel1 = 0; const int COLOR_more_collections__HashMap3___64dlevel1 = 0; const int COLOR_opts__Option___names = 0; @@ -3549,6 +3876,14 @@ const int COLOR_opts__OptionContext___options = 0; const int COLOR_opts__OptionContext___rest = 1; const int COLOR_opts__OptionContext___errors = 2; const int COLOR_opts__OptionContext___optmap = 3; +const int COLOR_csv__CSVDocument___64dheader = 0; +const int COLOR_csv__CSVDocument___64dlines = 1; +const int COLOR_ordered_tree__OrderedTree___64droots = 0; +const int COLOR_ordered_tree__OrderedTree___64dsub = 1; +const int COLOR_template__Template___64dis_frozen = 0; +const int COLOR_template__Template___64dcontent = 1; +const int COLOR_template__Template___64drender_done = 2; +const int COLOR_template__Template___64dis_writing = 3; const int COLOR_parser_nodes__ANodes___64dparent = 0; const int COLOR_parser_nodes__ANodes___64ditems = 1; const int COLOR_parser_nodes__Token___64dprev_token = 2; @@ -3566,6 +3901,18 @@ const int COLOR_modelbuilder__AModule___64dmmodule = 8; const int COLOR_modelbuilder__AModule___64dis_importation_done = 9; const int COLOR_modelize_class__AModule___64dbuild_classes_is_done = 10; const int COLOR_modelize_class__AModule___64dmclass2nclassdef = 11; +const int COLOR_ffi_base__AModule___64dffi_files = 12; +const int COLOR_c__AModule___64dc_compiler_options = 13; +const int COLOR_c__AModule___64dc_linker_options = 14; +const int COLOR_cpp__AModule___64dcpp_file = 15; +const int COLOR_cpp__AModule___64dcpp_compiler_options = 16; +const int COLOR_common_ffi__AModule___64dffi_ccu = 17; +const int COLOR_common_ffi__AModule___64dpresent_languages = 18; +const int COLOR_common_ffi__AModule___64dffi_callbacks = 19; +const int COLOR_compiler_ffi__AModule___64dforeign_callbacks = 20; +const int COLOR_compiler_ffi__AModule___64dnitni_ccu = 21; +const int COLOR_compiler_ffi__AModule___64duses_legacy_ni = 22; +const int COLOR_compiler_ffi__AModule___64dcompiled_callbacks = 23; const int COLOR_parser_nodes__AModuledecl___n_doc = 4; const int COLOR_parser_nodes__AModuledecl___n_kwmodule = 5; const int COLOR_parser_nodes__AModuledecl___n_name = 6; @@ -3586,15 +3933,17 @@ const int COLOR_modelize_property__AClassdef___64dbuild_properties_is_done = 7; const int COLOR_modelize_property__AClassdef___64dsuper_inits = 8; const int COLOR_modelize_property__AClassdef___64dmfree_init = 9; const int COLOR_modelize_property__AClassdef___64dmprop2npropdef = 10; -const int COLOR_parser_nodes__AStdClassdef___n_doc = 11; -const int COLOR_parser_nodes__AStdClassdef___n_kwredef = 12; -const int COLOR_parser_nodes__AStdClassdef___n_visibility = 13; -const int COLOR_parser_nodes__AStdClassdef___n_classkind = 14; -const int COLOR_parser_nodes__AStdClassdef___n_id = 15; -const int COLOR_parser_nodes__AStdClassdef___n_formaldefs = 16; -const int COLOR_parser_nodes__AStdClassdef___n_extern_code_block = 17; -const int COLOR_parser_nodes__AStdClassdef___n_superclasses = 18; -const int COLOR_parser_nodes__AStdClassdef___n_kwend = 19; +const int COLOR_extern_classes__AClassdef___64dftype_cache = 11; +const int COLOR_extern_classes__AClassdef___64dftype_computed = 12; +const int COLOR_parser_nodes__AStdClassdef___n_doc = 13; +const int COLOR_parser_nodes__AStdClassdef___n_kwredef = 14; +const int COLOR_parser_nodes__AStdClassdef___n_visibility = 15; +const int COLOR_parser_nodes__AStdClassdef___n_classkind = 16; +const int COLOR_parser_nodes__AStdClassdef___n_id = 17; +const int COLOR_parser_nodes__AStdClassdef___n_formaldefs = 18; +const int COLOR_parser_nodes__AStdClassdef___n_extern_code_block = 19; +const int COLOR_parser_nodes__AStdClassdef___n_superclasses = 20; +const int COLOR_parser_nodes__AStdClassdef___n_kwend = 21; const int COLOR_parser_nodes__AConcreteClasskind___n_kwclass = 4; const int COLOR_parser_nodes__AAbstractClasskind___n_kwabstract = 4; const int COLOR_parser_nodes__AAbstractClasskind___n_kwclass = 5; @@ -3621,18 +3970,19 @@ const int COLOR_modelize_property__AAttrPropdef___64dmreadpropdef = 18; const int COLOR_modelize_property__AAttrPropdef___64dmwritepropdef = 19; const int COLOR_parser_nodes__ADeferredMethPropdef___n_kwmeth = 13; const int COLOR_parser_nodes__AInternMethPropdef___n_kwmeth = 13; -const int COLOR_parser_nodes__AExternMethPropdef___n_kwmeth = 16; +const int COLOR_parser_nodes__AExternMethPropdef___n_kwmeth = 18; const int COLOR_parser_nodes__AExternCalls___n_kwimport = 4; const int COLOR_parser_nodes__AExternCalls___n_extern_calls = 5; const int COLOR_parser_nodes__ALocalPropExternCall___n_methid = 4; -const int COLOR_parser_nodes__AFullPropExternCall___n_classid = 4; -const int COLOR_parser_nodes__AFullPropExternCall___n_quad = 5; +const int COLOR_parser_nodes__AFullPropExternCall___n_type = 4; +const int COLOR_parser_nodes__AFullPropExternCall___n_dot = 5; const int COLOR_parser_nodes__AFullPropExternCall___n_methid = 6; -const int COLOR_parser_nodes__AInitPropExternCall___n_classid = 4; +const int COLOR_parser_nodes__AInitPropExternCall___n_type = 4; const int COLOR_parser_nodes__ASuperExternCall___n_kwsuper = 4; const int COLOR_parser_nodes__ACastAsExternCall___n_from_type = 4; -const int COLOR_parser_nodes__ACastAsExternCall___n_kwas = 5; -const int COLOR_parser_nodes__ACastAsExternCall___n_to_type = 6; +const int COLOR_parser_nodes__ACastAsExternCall___n_dot = 5; +const int COLOR_parser_nodes__ACastAsExternCall___n_kwas = 6; +const int COLOR_parser_nodes__ACastAsExternCall___n_to_type = 7; const int COLOR_parser_nodes__AAsNullableExternCall___n_type = 4; const int COLOR_parser_nodes__AAsNullableExternCall___n_kwas = 5; const int COLOR_parser_nodes__AAsNullableExternCall___n_kwnullable = 6; @@ -3742,7 +4092,8 @@ const int COLOR_typing__ANewExpr___64dcallsite = 13; const int COLOR_parser_nodes__ASuperExpr___n_qualified = 9; const int COLOR_parser_nodes__ASuperExpr___n_kwsuper = 10; const int COLOR_parser_nodes__ASuperExpr___n_args = 11; -const int COLOR_typing__ASuperExpr___64dmproperty = 12; +const int COLOR_typing__ASuperExpr___64dcallsite = 12; +const int COLOR_typing__ASuperExpr___64dmpropdef = 13; const int COLOR_parser_nodes__AInitExpr___n_kwinit = 16; const int COLOR_parser_nodes__AInitExpr___n_args = 17; const int COLOR_parser_nodes__ARangeExpr___n_expr = 9; @@ -3799,6 +4150,7 @@ const int COLOR_parser_nodes__AInLanguage___n_kwin = 4; const int COLOR_parser_nodes__AInLanguage___n_string = 5; const int COLOR_parser_nodes__AExternCodeBlock___n_in_language = 4; const int COLOR_parser_nodes__AExternCodeBlock___n_extern_code_segment = 5; +const int COLOR_ffi_base__AExternCodeBlock___64dlanguage = 6; const int COLOR_parser_nodes__AQualified___n_quad = 4; const int COLOR_parser_nodes__AQualified___n_id = 5; const int COLOR_parser_nodes__AQualified___n_classid = 6; @@ -3816,6 +4168,17 @@ const int COLOR_parser_nodes__AExprAtArg___n_expr = 4; const int COLOR_parser_nodes__AAtid___n_id = 4; const int COLOR_parser_nodes__Start___n_base = 4; const int COLOR_parser_nodes__Start___n_eof = 5; +const int COLOR_c_tools__CCompilationUnit___64dheader_c_base = 0; +const int COLOR_c_tools__CCompilationUnit___64dheader_custom = 1; +const int COLOR_c_tools__CCompilationUnit___64dheader_c_types = 2; +const int COLOR_c_tools__CCompilationUnit___64dheader_decl = 3; +const int COLOR_c_tools__CCompilationUnit___64dbody_decl = 4; +const int COLOR_c_tools__CCompilationUnit___64dbody_custom = 5; +const int COLOR_c_tools__CCompilationUnit___64dbody_impl = 6; +const int COLOR_c_tools__CCompilationUnit___64dfiles = 7; +const int COLOR_c_tools__CFunction___64dsignature = 0; +const int COLOR_c_tools__CFunction___64ddecls = 1; +const int COLOR_c_tools__CFunction___64dexprs = 2; const int COLOR_toolcontext__Message___64dlocation = 0; const int COLOR_toolcontext__Message___64dtext = 1; const int COLOR_toolcontext__ToolContext___64derror_count = 0; @@ -3839,43 +4202,54 @@ const int COLOR_simple_misc_analysis__ToolContext___64dsimple_misc_analysis_phas const int COLOR_literal__ToolContext___64dliteral_phase = 18; const int COLOR_scope__ToolContext___64dscope_phase = 19; const int COLOR_flow__ToolContext___64dflow_phase = 20; -const int COLOR_local_var_init__ToolContext___64dlocal_var_init_phase = 21; -const int COLOR_modelbuilder__ToolContext___64dopt_path = 22; -const int COLOR_modelbuilder__ToolContext___64dopt_only_metamodel = 23; -const int COLOR_modelbuilder__ToolContext___64dopt_only_parse = 24; -const int COLOR_modelbuilder__ToolContext___64dmodelbuilder_real = 25; -const int COLOR_modelize_class__ToolContext___64dmodelize_class_phase = 26; -const int COLOR_modelize_property__ToolContext___64dmodelize_property_phase = 27; -const int COLOR_cached__ToolContext___64dcached_phase = 28; -const int COLOR_typing__ToolContext___64dtyping_phase = 29; -const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase = 30; -const int COLOR_div_by_zero__ToolContext___64ddiv_by_zero_phase = 31; -const int COLOR_transform__ToolContext___64dtransform_phase = 32; -const int COLOR_frontend__ToolContext___64ddummy = 33; -const int COLOR_abstract_compiler__ToolContext___64dopt_output = 34; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_cc = 35; -const int COLOR_abstract_compiler__ToolContext___64dopt_cc_path = 36; -const int COLOR_abstract_compiler__ToolContext___64dopt_make_flags = 37; -const int COLOR_abstract_compiler__ToolContext___64dopt_compile_dir = 38; -const int COLOR_abstract_compiler__ToolContext___64dopt_hardening = 39; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_shortcut_range = 40; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_covariance = 41; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_initialization = 42; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_assert = 43; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_autocast = 44; -const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_other = 45; -const int COLOR_abstract_compiler__ToolContext___64dopt_typing_test_metrics = 46; -const int COLOR_separate_compiler__ToolContext___64dopt_separate = 47; -const int COLOR_separate_compiler__ToolContext___64dopt_no_inline_intern = 48; -const int COLOR_separate_compiler__ToolContext___64dopt_no_union_attribute = 49; -const int COLOR_separate_compiler__ToolContext___64dopt_no_shortcut_equate = 50; -const int COLOR_separate_compiler__ToolContext___64dopt_inline_coloring_numbers = 51; -const int COLOR_separate_compiler__ToolContext___64dopt_bm_typing = 52; -const int COLOR_separate_compiler__ToolContext___64dopt_phmod_typing = 53; -const int COLOR_separate_compiler__ToolContext___64dopt_phand_typing = 54; -const int COLOR_separate_compiler__ToolContext___64dopt_tables_metrics = 55; -const int COLOR_separate_erasure_compiler__ToolContext___64dopt_erasure = 56; -const int COLOR_separate_erasure_compiler__ToolContext___64dopt_no_check_erasure_cast = 57; +const int COLOR_serialization_phase__ToolContext___64dserialization_phase = 21; +const int COLOR_local_var_init__ToolContext___64dlocal_var_init_phase = 22; +const int COLOR_modelbuilder__ToolContext___64dopt_path = 23; +const int COLOR_modelbuilder__ToolContext___64dopt_only_metamodel = 24; +const int COLOR_modelbuilder__ToolContext___64dopt_only_parse = 25; +const int COLOR_modelbuilder__ToolContext___64dmodelbuilder_real = 26; +const int COLOR_modelize_class__ToolContext___64dmodelize_class_phase = 27; +const int COLOR_modelize_property__ToolContext___64dmodelize_property_phase = 28; +const int COLOR_cached__ToolContext___64dcached_phase = 29; +const int COLOR_platform__ToolContext___64dplatform_phase = 30; +const int COLOR_typing__ToolContext___64dtyping_phase = 31; +const int COLOR_auto_super_init__ToolContext___64dauto_super_init_phase = 32; +const int COLOR_div_by_zero__ToolContext___64ddiv_by_zero_phase = 33; +const int COLOR_transform__ToolContext___64dtransform_phase = 34; +const int COLOR_nitni_callbacks__ToolContext___64dverify_nitni_callback_phase = 35; +const int COLOR_frontend__ToolContext___64ddummy = 36; +const int COLOR_ffi_base__ToolContext___64dffi_language_assignation_phase = 37; +const int COLOR_extern_classes__ToolContext___64dextern_classes_typing_phase_ast = 38; +const int COLOR_extern_classes__ToolContext___64dextern_classes_typing_phase_model = 39; +const int COLOR_header_dependency__ToolContext___64dheader_dependancy_phase = 40; +const int COLOR_pkgconfig__ToolContext___64dpkgconfig_phase = 41; +const int COLOR_c_compiler_options__ToolContext___64dc_compiler_options_phase = 42; +const int COLOR_abstract_compiler__ToolContext___64dopt_output = 43; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_cc = 44; +const int COLOR_abstract_compiler__ToolContext___64dopt_cc_path = 45; +const int COLOR_abstract_compiler__ToolContext___64dopt_make_flags = 46; +const int COLOR_abstract_compiler__ToolContext___64dopt_compile_dir = 47; +const int COLOR_abstract_compiler__ToolContext___64dopt_hardening = 48; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_shortcut_range = 49; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_covariance = 50; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_initialization = 51; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_assert = 52; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_autocast = 53; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_check_other = 54; +const int COLOR_abstract_compiler__ToolContext___64dopt_typing_test_metrics = 55; +const int COLOR_abstract_compiler__ToolContext___64dopt_no_stacktrace = 56; +const int COLOR_abstract_compiler__ToolContext___64dopt_stacktrace = 57; +const int COLOR_separate_compiler__ToolContext___64dopt_separate = 58; +const int COLOR_separate_compiler__ToolContext___64dopt_no_inline_intern = 59; +const int COLOR_separate_compiler__ToolContext___64dopt_no_union_attribute = 60; +const int COLOR_separate_compiler__ToolContext___64dopt_no_shortcut_equate = 61; +const int COLOR_separate_compiler__ToolContext___64dopt_inline_coloring_numbers = 62; +const int COLOR_separate_compiler__ToolContext___64dopt_bm_typing = 63; +const int COLOR_separate_compiler__ToolContext___64dopt_phmod_typing = 64; +const int COLOR_separate_compiler__ToolContext___64dopt_phand_typing = 65; +const int COLOR_separate_compiler__ToolContext___64dopt_tables_metrics = 66; +const int COLOR_separate_erasure_compiler__ToolContext___64dopt_erasure = 67; +const int COLOR_separate_erasure_compiler__ToolContext___64dopt_no_check_erasure_cast = 68; const int COLOR_lexer__Lexer___token = 0; const int COLOR_lexer__Lexer___state = 1; const int COLOR_lexer__Lexer___file = 2; @@ -3884,35 +4258,45 @@ const int COLOR_lexer__Lexer___line = 4; const int COLOR_lexer__Lexer___pos = 5; const int COLOR_lexer__Lexer___cr = 6; const int COLOR_lexer__Lexer___64dlast_token = 7; -const int COLOR_model_base__Model___64dmmodules = 0; -const int COLOR_model_base__Model___64dmmodule_nesting_hierarchy = 1; -const int COLOR_model_base__Model___64dmmodule_importation_hierarchy = 2; -const int COLOR_model_base__Model___64dmmodules_by_name = 3; -const int COLOR_model__Model___64dmclasses = 4; -const int COLOR_model__Model___64dmproperties = 5; -const int COLOR_model__Model___64dmclassdef_hierarchy = 6; -const int COLOR_model__Model___64dintro_mtype_specialization_hierarchy = 7; -const int COLOR_model__Model___64dfull_mtype_specialization_hierarchy = 8; -const int COLOR_model__Model___64dmclasses_by_name = 9; -const int COLOR_model__Model___64dmproperties_by_name = 10; -const int COLOR_model__Model___64dnull_type = 11; -const int COLOR_model_base__MModule___64dmodel = 0; -const int COLOR_model_base__MModule___64ddirect_owner = 1; -const int COLOR_model_base__MModule___64dname = 2; -const int COLOR_model_base__MModule___64dlocation = 3; -const int COLOR_model_base__MModule___64din_nesting = 4; -const int COLOR_model_base__MModule___64din_importation = 5; -const int COLOR_model_base__MModule___64dintrude_mmodules = 6; -const int COLOR_model_base__MModule___64dpublic_mmodules = 7; -const int COLOR_model_base__MModule___64dprivate_mmodules = 8; -const int COLOR_model__MModule___64dintro_mclasses = 9; -const int COLOR_model__MModule___64dmclassdefs = 10; -const int COLOR_model__MModule___64dflatten_mclass_hierarchy_cache = 11; -const int COLOR_model__MModule___64dobject_type_cache = 12; -const int COLOR_model__MModule___64dbool_type_cache = 13; -const int COLOR_abstract_compiler__MModule___64dproperties_cache = 14; -const int COLOR_model_base__MVisibility___64dto_s = 0; -const int COLOR_model_base__MVisibility___64dlevel = 1; +const int COLOR_mproject__MProject___64dname = 0; +const int COLOR_mproject__MProject___64dmodel = 1; +const int COLOR_mproject__MProject___64droot = 2; +const int COLOR_mproject__MProject___64dmgroups = 3; +const int COLOR_mproject__MGroup___64dname = 0; +const int COLOR_mproject__MGroup___64dmproject = 1; +const int COLOR_mproject__MGroup___64dparent = 2; +const int COLOR_mproject__MGroup___64din_nesting = 3; +const int COLOR_mproject__MGroup___64dfilepath = 4; +const int COLOR_mmodule__MGroup___64dmmodules = 5; +const int COLOR_parser__State___state = 0; +const int COLOR_parser__State___nodes = 1; +const int COLOR_parser__Parser___lexer = 0; +const int COLOR_parser__Parser___stack = 1; +const int COLOR_parser__Parser___stack_pos = 2; +const int COLOR_parser__Parser___reduce_table = 3; +const int COLOR_parser__ComputeProdLocationVisitor___need_first_prods = 1; +const int COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons = 2; +const int COLOR_parser__ComputeProdLocationVisitor___last_location = 3; +const int COLOR_parser__ReduceAction___goto = 0; +const int COLOR_mmodule__MModule___64dmodel = 0; +const int COLOR_mmodule__MModule___64ddirect_owner = 1; +const int COLOR_mmodule__MModule___64dmgroup = 2; +const int COLOR_mmodule__MModule___64dname = 3; +const int COLOR_mmodule__MModule___64dlocation = 4; +const int COLOR_mmodule__MModule___64din_nesting = 5; +const int COLOR_mmodule__MModule___64din_importation = 6; +const int COLOR_mmodule__MModule___64dintrude_mmodules = 7; +const int COLOR_mmodule__MModule___64dpublic_mmodules = 8; +const int COLOR_mmodule__MModule___64dprivate_mmodules = 9; +const int COLOR_model__MModule___64dintro_mclasses = 10; +const int COLOR_model__MModule___64dmclassdefs = 11; +const int COLOR_model__MModule___64dflatten_mclass_hierarchy_cache = 12; +const int COLOR_model__MModule___64dobject_type_cache = 13; +const int COLOR_model__MModule___64dbool_type_cache = 14; +const int COLOR_platform__MModule___64dlocal_target_platform = 15; +const int COLOR_header_dependency__MModule___64dheader_dependencies_cache = 16; +const int COLOR_common_ffi__MModule___64duses_ffi = 17; +const int COLOR_abstract_compiler__MModule___64dproperties_cache = 18; const int COLOR_model__MClassDefSorter___64dmmodule = 0; const int COLOR_model__MPropDefSorter___64dmmodule = 0; const int COLOR_model__MClass___64dintro_mmodule = 0; @@ -3924,7 +4308,9 @@ const int COLOR_model__MClass___64dmclassdefs = 5; const int COLOR_model__MClass___64dmclass_type = 6; const int COLOR_model__MClass___64dget_mtype_cache = 7; const int COLOR_modelize_property__MClass___64dinherit_init_from = 8; -const int COLOR_abstract_compiler__MClass___64dc_name_cache = 9; +const int COLOR_extern_classes__MClass___64dftype_cache = 9; +const int COLOR_extern_classes__MClass___64dftype_computed = 10; +const int COLOR_abstract_compiler__MClass___64dc_name_cache = 11; const int COLOR_model__MClassDef___64dmmodule = 0; const int COLOR_model__MClassDef___64dmclass = 1; const int COLOR_model__MClassDef___64dbound_mtype = 2; @@ -3935,6 +4321,7 @@ const int COLOR_model__MClassDef___64dsupertypes = 6; const int COLOR_model__MClassDef___64din_hierarchy = 7; const int COLOR_model__MClassDef___64dintro_mproperties = 8; const int COLOR_model__MClassDef___64dmpropdefs = 9; +const int COLOR_modelize_property__MClassDef___64dpropdef_names = 10; const int COLOR_model__MType___64das_nullable_cache = 0; const int COLOR_abstract_compiler__MType___64dc_name_cache = 1; const int COLOR_model__MClassType___64dmclass = 2; @@ -3970,7 +4357,7 @@ const int COLOR_model__MPropDef___64dlocation = 0; const int COLOR_model__MPropDef___64dmclassdef = 1; const int COLOR_model__MPropDef___64dmproperty = 2; const int COLOR_model__MPropDef___64dto_s = 3; -const int COLOR_typing__MPropDef___64dhas_supercall = 4; +const int COLOR_modelize_property__MPropDef___64dhas_supercall = 4; const int COLOR_abstract_compiler__MPropDef___64dc_name_cache = 5; const int COLOR_model__MMethodDef___64dmsignature = 6; const int COLOR_model__MMethodDef___64dis_abstract = 7; @@ -3980,16 +4367,6 @@ const int COLOR_model__MAttributeDef___64dstatic_mtype = 6; const int COLOR_model__MVirtualTypeDef___64dbound = 6; const int COLOR_model__MClassKind___64dto_s = 0; const int COLOR_model__MClassKind___64dneed_init = 1; -const int COLOR_parser__State___state = 0; -const int COLOR_parser__State___nodes = 1; -const int COLOR_parser__Parser___lexer = 0; -const int COLOR_parser__Parser___stack = 1; -const int COLOR_parser__Parser___stack_pos = 2; -const int COLOR_parser__Parser___reduce_table = 3; -const int COLOR_parser__ComputeProdLocationVisitor___need_first_prods = 1; -const int COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons = 2; -const int COLOR_parser__ComputeProdLocationVisitor___last_location = 3; -const int COLOR_parser__ReduceAction___goto = 0; const int COLOR_parser_util__InjectedLexer___64dinjected_before = 8; const int COLOR_parser_util__InjectedLexer___64dinjected_after = 9; const int COLOR_parser_util__InjectedLexer___64dis_finished = 10; @@ -4036,13 +4413,19 @@ const int COLOR_modelbuilder__ModelBuilder___64dmodel = 0; const int COLOR_modelbuilder__ModelBuilder___64dtoolcontext = 1; const int COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache = 2; const int COLOR_modelbuilder__ModelBuilder___64dpaths = 3; -const int COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules = 4; -const int COLOR_modelbuilder__ModelBuilder___64dnmodules = 5; -const int COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule = 6; -const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef = 7; -const int COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef = 8; -const int COLOR_abstract_compiler__ModelBuilder___64dcc_paths = 9; +const int COLOR_modelbuilder__ModelBuilder___64didentified_files = 4; +const int COLOR_modelbuilder__ModelBuilder___64dmgroups = 5; +const int COLOR_modelbuilder__ModelBuilder___64dnmodules = 6; +const int COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule = 7; +const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef = 8; +const int COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef = 9; +const int COLOR_abstract_compiler__ModelBuilder___64dcompile_dir = 10; +const int COLOR_modelbuilder__ModulePath___64dname = 0; +const int COLOR_modelbuilder__ModulePath___64dfilepath = 1; +const int COLOR_modelbuilder__ModulePath___64dmgroup = 2; +const int COLOR_modelbuilder__ModulePath___64dmmodule = 3; const int COLOR_modelize_property__TextCollectorVisitor___64dtext = 1; +const int COLOR_nitni_utilities__SignatureLength___64dlong = 0; const int COLOR_typing__TypeVisitor___64dmodelbuilder = 0; const int COLOR_typing__TypeVisitor___64dnclassdef = 1; const int COLOR_typing__TypeVisitor___64dmpropdef = 2; @@ -4059,6 +4442,8 @@ const int COLOR_div_by_zero__DivByZeroVisitor___64dtoolcontext = 1; const int COLOR_div_by_zero__DivByZeroVisitor___64dmmodule = 2; const int COLOR_astbuilder__ASTBuilder___64dmmodule = 0; const int COLOR_astbuilder__ASTBuilder___64danchor = 1; +const int COLOR_astvalidation__ASTValidationVisitor___64dpath = 1; +const int COLOR_astvalidation__ASTValidationVisitor___64dseen = 2; const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmodelbuilder = 0; const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dmainmodule = 1; const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dlive_types = 2; @@ -4074,25 +4459,51 @@ const int COLOR_rapid_type_analysis__RapidTypeAnalysis___64dtodo = 11; const int COLOR_rapid_type_analysis__RapidTypeVisitor___64danalysis = 1; const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dreceiver = 2; const int COLOR_rapid_type_analysis__RapidTypeVisitor___64dmpropdef = 3; -const int COLOR_astvalidation__ASTValidationVisitor___64dpath = 1; -const int COLOR_astvalidation__ASTValidationVisitor___64dseen = 2; const int COLOR_transform__TransformVisitor___64dphase = 1; const int COLOR_transform__TransformVisitor___64dmmodule = 2; const int COLOR_transform__TransformVisitor___64dmclassdef = 3; const int COLOR_transform__TransformVisitor___64dmpropdef = 4; const int COLOR_transform__TransformVisitor___64dbuilder = 5; -const int COLOR_abstract_compiler__AbstractCompiler___64dmainmodule = 0; -const int COLOR_abstract_compiler__AbstractCompiler___64drealmainmodule = 1; -const int COLOR_abstract_compiler__AbstractCompiler___64dmodelbuilder = 2; -const int COLOR_abstract_compiler__AbstractCompiler___64dfiles = 3; -const int COLOR_abstract_compiler__AbstractCompiler___64dheader = 4; -const int COLOR_abstract_compiler__AbstractCompiler___64dprovided_declarations = 5; -const int COLOR_abstract_compiler__AbstractCompiler___64dextern_bodies = 6; -const int COLOR_abstract_compiler__AbstractCompiler___64dseen_extern = 7; -const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_tags = 8; -const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_resolved = 9; -const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_unresolved = 10; -const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_skipped = 11; +const int COLOR_nitni_callbacks__ForeignCallbackSet___64dcallbacks = 0; +const int COLOR_nitni_callbacks__ForeignCallbackSet___64dsupers = 1; +const int COLOR_nitni_callbacks__ForeignCallbackSet___64dtypes = 2; +const int COLOR_nitni_callbacks__ForeignCallbackSet___64dcasts = 3; +const int COLOR_nitni_callbacks__ForeignCallbackSet___64dall_cached = 4; +const int COLOR_nitni_callbacks__MExplicitCall___64drecv_mtype = 0; +const int COLOR_nitni_callbacks__MExplicitCall___64dmproperty = 1; +const int COLOR_nitni_callbacks__MExplicitCall___64dfrom_mmodule = 2; +const int COLOR_nitni_callbacks__MExplicitSuper___64dfrom = 0; +const int COLOR_nitni_callbacks__MExplicitCast___64dfrom = 0; +const int COLOR_nitni_callbacks__MExplicitCast___64dto = 1; +const int COLOR_ffi_base__FFILanguageAssignationPhase___64dlanguages = 2; +const int COLOR_c__FFILanguageAssignationPhase___64dc_language = 3; +const int COLOR_cpp__FFILanguageAssignationPhase___64dcpp_language = 4; +const int COLOR_ffi_base__ExternFile___64dfilename = 0; +const int COLOR_c__ExternCFile___64dcflags = 1; +const int COLOR_c__ForeignCType___64dctype = 0; +const int COLOR_c__ExternCFunction___64dmethod = 3; +const int COLOR_cpp__ExternCppFile___64damodule = 1; +const int COLOR_cpp__ForeignCppType___64dcpp_type = 0; +const int COLOR_c_compiler_options__DirectCCompilerOption___64doption = 0; +const int COLOR_c_compiler_options__ExecCCompilerOption___64dcommand = 0; +const int COLOR_c_compiler_options__ExecCCompilerOption___64dexec_node = 1; +const int COLOR_abstract_compiler__Toolchain___64dtoolcontext = 0; +const int COLOR_abstract_compiler__MakefileToolchain___64dcc_paths = 1; +const int COLOR_abstract_compiler__AbstractCompiler___64dnames = 0; +const int COLOR_abstract_compiler__AbstractCompiler___64dmainmodule = 1; +const int COLOR_abstract_compiler__AbstractCompiler___64drealmainmodule = 2; +const int COLOR_abstract_compiler__AbstractCompiler___64dmodelbuilder = 3; +const int COLOR_abstract_compiler__AbstractCompiler___64dfiles = 4; +const int COLOR_abstract_compiler__AbstractCompiler___64dheader = 5; +const int COLOR_abstract_compiler__AbstractCompiler___64dprovided_declarations = 6; +const int COLOR_abstract_compiler__AbstractCompiler___64drequirers_of_declarations = 7; +const int COLOR_abstract_compiler__AbstractCompiler___64dextern_bodies = 8; +const int COLOR_abstract_compiler__AbstractCompiler___64dfiles_to_copy = 9; +const int COLOR_abstract_compiler__AbstractCompiler___64dseen_extern = 10; +const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_tags = 11; +const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_resolved = 12; +const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_unresolved = 13; +const int COLOR_abstract_compiler__AbstractCompiler___64dcount_type_test_skipped = 14; const int COLOR_abstract_compiler__CodeFile___64dname = 0; const int COLOR_abstract_compiler__CodeFile___64dwriters = 1; const int COLOR_abstract_compiler__CodeFile___64drequired_declarations = 2; @@ -4119,8 +4530,6 @@ const int COLOR_abstract_compiler__Frame___64dreceiver = 2; const int COLOR_abstract_compiler__Frame___64darguments = 3; const int COLOR_abstract_compiler__Frame___64dreturnvar = 4; const int COLOR_abstract_compiler__Frame___64dreturnlabel = 5; -const int COLOR_abstract_compiler__ExternCFile___64dfilename = 0; -const int COLOR_abstract_compiler__ExternCFile___64dcflags = 1; const int COLOR_layout_builders__Layout___64dids = 0; const int COLOR_layout_builders__Layout___64dpos = 1; const int COLOR_layout_builders__PHLayout___64dmasks = 2; @@ -4144,31 +4553,31 @@ const int COLOR_layout_builders__MPropertyColorer___64dclass_colorer = 1; const int COLOR_layout_builders__MPropertyColorer___64dcoloration_result = 2; const int COLOR_layout_builders__ResolutionColorer___64dcoloration_result = 0; const int COLOR_layout_builders__ResolutionColorer___64dconflicts_graph = 1; -const int COLOR_global_compiler__GlobalCompiler___64druntime_type_analysis = 12; -const int COLOR_global_compiler__GlobalCompiler___64dclassids = 13; -const int COLOR_global_compiler__GlobalCompiler___64dlive_primitive_types = 14; -const int COLOR_global_compiler__GlobalCompiler___64dtodos = 15; -const int COLOR_global_compiler__GlobalCompiler___64dseen = 16; -const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache = 17; +const int COLOR_android_platform__AndroidToolchain___64dandroid_project_root = 2; +const int COLOR_global_compiler__GlobalCompiler___64druntime_type_analysis = 15; +const int COLOR_global_compiler__GlobalCompiler___64dclassids = 16; +const int COLOR_global_compiler__GlobalCompiler___64dlive_primitive_types = 17; +const int COLOR_global_compiler__GlobalCompiler___64dtodos = 18; +const int COLOR_global_compiler__GlobalCompiler___64dseen = 19; +const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache = 20; const int COLOR_global_compiler__CustomizedRuntimeFunction___64drecv = 2; -const int COLOR_separate_compiler__SeparateCompiler___64druntime_type_analysis = 12; -const int COLOR_separate_compiler__SeparateCompiler___64dundead_types = 13; -const int COLOR_separate_compiler__SeparateCompiler___64dpartial_types = 14; -const int COLOR_separate_compiler__SeparateCompiler___64dlive_unresolved_types = 15; -const int COLOR_separate_compiler__SeparateCompiler___64dtype_layout = 16; -const int COLOR_separate_compiler__SeparateCompiler___64dresolution_layout = 17; -const int COLOR_separate_compiler__SeparateCompiler___64dmethod_layout = 18; -const int COLOR_separate_compiler__SeparateCompiler___64dattr_layout = 19; -const int COLOR_separate_compiler__SeparateCompiler___64dbox_kinds = 20; -const int COLOR_separate_compiler__SeparateCompiler___64dcolor_consts_done = 21; -const int COLOR_separate_compiler__SeparateCompiler___64dtype_tables = 22; -const int COLOR_separate_compiler__SeparateCompiler___64dresolution_tables = 23; -const int COLOR_separate_compiler__SeparateCompiler___64dmethod_tables = 24; -const int COLOR_separate_compiler__SeparateCompiler___64dattr_tables = 25; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_layout = 26; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_layout = 27; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_tables = 28; -const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_tables = 29; +const int COLOR_separate_compiler__SeparateCompiler___64druntime_type_analysis = 15; +const int COLOR_separate_compiler__SeparateCompiler___64dundead_types = 16; +const int COLOR_separate_compiler__SeparateCompiler___64dlive_unresolved_types = 17; +const int COLOR_separate_compiler__SeparateCompiler___64dtype_layout = 18; +const int COLOR_separate_compiler__SeparateCompiler___64dresolution_layout = 19; +const int COLOR_separate_compiler__SeparateCompiler___64dmethod_layout = 20; +const int COLOR_separate_compiler__SeparateCompiler___64dattr_layout = 21; +const int COLOR_separate_compiler__SeparateCompiler___64dbox_kinds = 22; +const int COLOR_separate_compiler__SeparateCompiler___64dcolor_consts_done = 23; +const int COLOR_separate_compiler__SeparateCompiler___64dtype_tables = 24; +const int COLOR_separate_compiler__SeparateCompiler___64dresolution_tables = 25; +const int COLOR_separate_compiler__SeparateCompiler___64dmethod_tables = 26; +const int COLOR_separate_compiler__SeparateCompiler___64dattr_tables = 27; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_layout = 28; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_layout = 29; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dclass_tables = 30; +const int COLOR_separate_erasure_compiler__SeparateErasureCompiler___64dvt_tables = 31; /* runtime class modelbuilder__ModelBuilder */ const struct class class_modelbuilder__ModelBuilder = { 0, /* box_kind */ @@ -4183,16 +4592,17 @@ const struct class class_modelbuilder__ModelBuilder = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModelBuilder:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModelBuilder:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModelBuilder:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModelBuilder:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModelBuilder:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModelBuilder:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModelBuilder:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to modelbuilder:ModelBuilder:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModelBuilder:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModelBuilder:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModelBuilder:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModelBuilder:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModelBuilder:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModelBuilder:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModelBuilder:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to modelbuilder:ModelBuilder:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModelBuilder:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModelBuilder:time#Object#get_time */ @@ -4215,6 +4625,14 @@ const struct class class_modelbuilder__ModelBuilder = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModelBuilder:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to modelbuilder:ModelBuilder:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to modelbuilder:ModelBuilder:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to modelbuilder:ModelBuilder:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to modelbuilder:ModelBuilder:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__model_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#model= */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__toolcontext, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#toolcontext */ @@ -4230,10 +4648,17 @@ const struct class class_modelbuilder__ModelBuilder = { (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__paths_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#paths= */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mmodule_by_name, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mmodule_by_name */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identified_files, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identified_files */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identified_files_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identified_files= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__identify_file, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#identify_file */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mgroups, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mgroups */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__mgroups_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#mgroups= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__get_mgroup, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#get_mgroup */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__module_absolute_path, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#module_absolute_path */ -(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules */ -(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__loaded_nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#loaded_nmodules= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module_ast, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module_ast */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_module */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__load_rt_module, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#load_rt_module */ +(nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_a_mmodule, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_a_mmodule */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__build_module_importation, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#build_module_importation */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules */ (nitmethod_t)VIRTUAL_modelbuilder__ModelBuilder__nmodules_61d, /* pointer to modelbuilder:ModelBuilder:modelbuilder#ModelBuilder#nmodules= */ @@ -4256,8 +4681,8 @@ const struct class class_modelbuilder__ModelBuilder = { (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__build_properties, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#build_properties */ (nitmethod_t)VIRTUAL_modelize_property__ModelBuilder__process_default_constructors, /* pointer to modelbuilder:ModelBuilder:modelize_property#ModelBuilder#process_default_constructors */ (nitmethod_t)VIRTUAL_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis, /* pointer to modelbuilder:ModelBuilder:rapid_type_analysis#ModelBuilder#do_rapid_type_analysis */ -(nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths */ -(nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__cc_paths_61d, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#cc_paths= */ +(nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__compile_dir, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#compile_dir */ +(nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__compile_dir_61d, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#compile_dir= */ (nitmethod_t)VIRTUAL_abstract_compiler__ModelBuilder__write_and_make, /* pointer to modelbuilder:ModelBuilder:abstract_compiler#ModelBuilder#write_and_make */ (nitmethod_t)VIRTUAL_global_compiler__ModelBuilder__run_global_compiler, /* pointer to modelbuilder:ModelBuilder:global_compiler#ModelBuilder#run_global_compiler */ (nitmethod_t)VIRTUAL_separate_compiler__ModelBuilder__run_separate_compiler, /* pointer to modelbuilder:ModelBuilder:separate_compiler#ModelBuilder#run_separate_compiler */ @@ -4270,65 +4695,117 @@ val* NEW_modelbuilder__ModelBuilder(const struct type* type) { val* self /* : ModelBuilder */; val* var /* : HashMap3[MModule, MType, String, nullable MProperty] */; val* var1 /* : Array[String] */; -val* var2 /* : HashMap[String, AModule] */; -val* var3 /* : Array[AModule] */; -val* var4 /* : HashMap[MModule, AModule] */; -val* var5 /* : HashMap[MClassDef, AClassdef] */; -val* var6 /* : HashMap[MPropDef, APropdef] */; -val* var7 /* : Array[String] */; -self = nit_alloc(sizeof(struct instance) + 10*sizeof(nitattribute_t)); +val* var2 /* : HashMap[String, nullable ModulePath] */; +val* var3 /* : HashMap[String, nullable MGroup] */; +val* var4 /* : Array[AModule] */; +val* var5 /* : HashMap[MModule, AModule] */; +val* var6 /* : HashMap[MClassDef, AClassdef] */; +val* var7 /* : HashMap[MPropDef, APropdef] */; +self = nit_alloc(sizeof(struct instance) + 11*sizeof(nitattribute_t)); self->type = type; self->class = &class_modelbuilder__ModelBuilder; -var = NEW_more_collections__HashMap3(&type_more_collections__HashMap3model_base__MModulemodel__MTypestring__Stringnullable_model__MProperty); +var = NEW_more_collections__HashMap3(&type_more_collections__HashMap3mmodule__MModulemodel__MTypestring__Stringnullable_model__MProperty); ((void (*)(val*))(var->class->vft[COLOR_more_collections__HashMap3__init]))(var) /* init on */; -CHECK_NEW_more_collections__HashMap3(var); self->attrs[COLOR_modelbuilder__ModelBuilder___64dtry_get_mproperty_by_name2_cache].val = var; /* @try_get_mproperty_by_name2_cache on */ var1 = NEW_array__Array(&type_array__Arraystring__String); ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on */; -CHECK_NEW_array__Array(var1); self->attrs[COLOR_modelbuilder__ModelBuilder___64dpaths].val = var1; /* @paths on */ -var2 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringparser_nodes__AModule); -((void (*)(val*))(var2->class->vft[COLOR_hash_collection__HashMap__init]))(var2) /* init on */; -CHECK_NEW_hash_collection__HashMap(var2); -self->attrs[COLOR_modelbuilder__ModelBuilder___64dloaded_nmodules].val = var2; /* @loaded_nmodules on */ -var3 = NEW_array__Array(&type_array__Arrayparser_nodes__AModule); -((void (*)(val*))(var3->class->vft[COLOR_array__Array__init]))(var3) /* init on */; -CHECK_NEW_array__Array(var3); -self->attrs[COLOR_modelbuilder__ModelBuilder___64dnmodules].val = var3; /* @nmodules on */ -var4 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel_base__MModuleparser_nodes__AModule); -((void (*)(val*))(var4->class->vft[COLOR_hash_collection__HashMap__init]))(var4) /* init on */; -CHECK_NEW_hash_collection__HashMap(var4); -self->attrs[COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule].val = var4; /* @mmodule2nmodule on */ -var5 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MClassDefparser_nodes__AClassdef); -((void (*)(val*))(var5->class->vft[COLOR_hash_collection__HashMap__init]))(var5) /* init on */; -CHECK_NEW_hash_collection__HashMap(var5); -self->attrs[COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef].val = var5; /* @mclassdef2nclassdef on */ -var6 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MPropDefparser_nodes__APropdef); -((void (*)(val*))(var6->class->vft[COLOR_hash_collection__HashMap__init]))(var6) /* init on */; -CHECK_NEW_hash_collection__HashMap(var6); -self->attrs[COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef].val = var6; /* @mpropdef2npropdef on */ -var7 = NEW_array__Array(&type_array__Arraystring__String); -((void (*)(val*))(var7->class->vft[COLOR_array__Array__init]))(var7) /* init on */; -CHECK_NEW_array__Array(var7); -self->attrs[COLOR_abstract_compiler__ModelBuilder___64dcc_paths].val = var7; /* @cc_paths on */ +var2 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringnullable_modelbuilder__ModulePath); +((void (*)(val*))(var2->class->vft[COLOR_hash_collection__HashMap__init]))(var2) /* init on */; +self->attrs[COLOR_modelbuilder__ModelBuilder___64didentified_files].val = var2; /* @identified_files on */ +var3 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapstring__Stringnullable_mproject__MGroup); +((void (*)(val*))(var3->class->vft[COLOR_hash_collection__HashMap__init]))(var3) /* init on */; +self->attrs[COLOR_modelbuilder__ModelBuilder___64dmgroups].val = var3; /* @mgroups on */ +var4 = NEW_array__Array(&type_array__Arrayparser_nodes__AModule); +((void (*)(val*))(var4->class->vft[COLOR_array__Array__init]))(var4) /* init on */; +self->attrs[COLOR_modelbuilder__ModelBuilder___64dnmodules].val = var4; /* @nmodules on */ +var5 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmmodule__MModuleparser_nodes__AModule); +((void (*)(val*))(var5->class->vft[COLOR_hash_collection__HashMap__init]))(var5) /* init on */; +self->attrs[COLOR_modelbuilder__ModelBuilder___64dmmodule2nmodule].val = var5; /* @mmodule2nmodule on */ +var6 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MClassDefparser_nodes__AClassdef); +((void (*)(val*))(var6->class->vft[COLOR_hash_collection__HashMap__init]))(var6) /* init on */; +self->attrs[COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef].val = var6; /* @mclassdef2nclassdef on */ +var7 = NEW_hash_collection__HashMap(&type_hash_collection__HashMapmodel__MPropDefparser_nodes__APropdef); +((void (*)(val*))(var7->class->vft[COLOR_hash_collection__HashMap__init]))(var7) /* init on */; +self->attrs[COLOR_modelize_property__ModelBuilder___64dmpropdef2npropdef].val = var7; /* @mpropdef2npropdef on */ return self; } -/* allocate ModelBuilder */ -void CHECK_NEW_modelbuilder__ModelBuilder(val* self) { -val* var /* : Model */; -val* var1 /* : ToolContext */; -var = self->attrs[COLOR_modelbuilder__ModelBuilder___64dmodel].val; /* @model on */ -if (var == NULL) { -fprintf(stderr, "Runtime error: %s", "Uninitialized attribute @model"); -fprintf(stderr, " (%s:%d)\n", "src/modelbuilder.nit", 59); -exit(1); -} -var1 = self->attrs[COLOR_modelbuilder__ModelBuilder___64dtoolcontext].val; /* @toolcontext on */ -if (var1 == NULL) { -fprintf(stderr, "Runtime error: %s", "Uninitialized attribute @toolcontext"); -fprintf(stderr, " (%s:%d)\n", "src/modelbuilder.nit", 62); -exit(1); +/* runtime class modelbuilder__ModulePath */ +const struct class class_modelbuilder__ModulePath = { +0, /* box_kind */ +{ +(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to modelbuilder:ModulePath:kernel#Object#object_id */ +(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to modelbuilder:ModulePath:kernel#Object#is_same_type */ +(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to modelbuilder:ModulePath:kernel#Object#is_same_instance */ +(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to modelbuilder:ModulePath:kernel#Object#== */ +(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to modelbuilder:ModulePath:kernel#Object#!= */ +(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to modelbuilder:ModulePath:kernel#Object#output */ +(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to modelbuilder:ModulePath:kernel#Object#output_class_name */ +(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to modelbuilder:ModulePath:kernel#Object#exit */ +(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to modelbuilder:ModulePath:kernel#Object#sys */ +(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to modelbuilder:ModulePath:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to modelbuilder:ModulePath:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to modelbuilder:ModulePath:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to modelbuilder:ModulePath:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to modelbuilder:ModulePath:math#Object#srand */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__to_s, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#to_s */ +(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to modelbuilder:ModulePath:string#Object#native_class_name */ +(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to modelbuilder:ModulePath:string#Object#class_name */ +(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to modelbuilder:ModulePath:string#Object#inspect */ +(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to modelbuilder:ModulePath:string#Object#inspect_head */ +(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to modelbuilder:ModulePath:string#Object#args */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to modelbuilder:ModulePath:string#Object#alpha_comparator */ +(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to modelbuilder:ModulePath:stream#Object#poll */ +(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to modelbuilder:ModulePath:stream#Object#intern_poll */ +(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to modelbuilder:ModulePath:time#Object#get_time */ +(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to modelbuilder:ModulePath:file#Object#printn */ +(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to modelbuilder:ModulePath:file#Object#print */ +(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to modelbuilder:ModulePath:file#Object#getc */ +(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to modelbuilder:ModulePath:file#Object#gets */ +(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to modelbuilder:ModulePath:file#Object#getcwd */ +(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to modelbuilder:ModulePath:file#Object#file_getcwd */ +(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to modelbuilder:ModulePath:file#Object#stdin */ +(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to modelbuilder:ModulePath:file#Object#stdout */ +(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to modelbuilder:ModulePath:file#Object#stderr */ +(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#intrude_visibility */ +(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#public_visibility */ +(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#protected_visibility */ +(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#private_visibility */ +(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to modelbuilder:ModulePath:model_base#Object#none_visibility */ +(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to modelbuilder:ModulePath:model#Object#abstract_kind */ +(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to modelbuilder:ModulePath:model#Object#concrete_kind */ +(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to modelbuilder:ModulePath:model#Object#interface_kind */ +(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to modelbuilder:ModulePath:model#Object#enum_kind */ +(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to modelbuilder:ModulePath:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to modelbuilder:ModulePath:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to modelbuilder:ModulePath:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to modelbuilder:ModulePath:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to modelbuilder:ModulePath:cpp#Object#from_cpp_call_context */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__name, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#name */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__name_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#name= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__filepath, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#filepath */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__filepath_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#filepath= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mgroup, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mgroup */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mgroup_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mgroup= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mmodule, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mmodule */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__mmodule_61d, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#mmodule= */ +(nitmethod_t)VIRTUAL_modelbuilder__ModulePath__init, /* pointer to modelbuilder:ModulePath:modelbuilder#ModulePath#init */ } +}; +/* allocate ModulePath */ +val* NEW_modelbuilder__ModulePath(const struct type* type) { +val* self /* : ModulePath */; +val* var /* : null */; +self = nit_alloc(sizeof(struct instance) + 4*sizeof(nitattribute_t)); +self->type = type; +self->class = &class_modelbuilder__ModulePath; +var = NULL; +self->attrs[COLOR_modelbuilder__ModulePath___64dmmodule].val = var; /* @mmodule on */ +return self; } /* runtime class parser__State */ const struct class class_parser__State = { @@ -4344,16 +4821,17 @@ const struct class class_parser__State = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:State:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:State:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:State:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:State:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:State:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:State:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:State:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:State:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:State:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:State:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:State:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:State:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:State:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:State:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:State:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:State:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:State:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:State:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:State:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:State:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:State:time#Object#get_time */ @@ -4376,6 +4854,14 @@ const struct class class_parser__State = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:State:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:State:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:State:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:State:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:State:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:State:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:State:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:State:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:State:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:State:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:State:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__State__state, /* pointer to parser:State:parser#State#state */ (nitmethod_t)VIRTUAL_parser__State__state_61d, /* pointer to parser:State:parser#State#state= */ (nitmethod_t)VIRTUAL_parser__State__nodes, /* pointer to parser:State:parser#State#nodes */ @@ -4391,13 +4877,6 @@ self->type = type; self->class = &class_parser__State; return self; } -/* allocate State */ -void CHECK_NEW_parser__State(val* self) { -long var /* : Int */; -val* var1 /* : nullable Object */; -var = self->attrs[COLOR_parser__State___state].l; /* _state on */ -var1 = self->attrs[COLOR_parser__State___nodes].val; /* _nodes on */ -} /* runtime class parser__Parser */ const struct class class_parser__Parser = { 0, /* box_kind */ @@ -4412,16 +4891,17 @@ const struct class class_parser__Parser = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:Parser:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:Parser:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:Parser:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:Parser:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:Parser:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:Parser:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:Parser:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:Parser:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:Parser:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:Parser:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:Parser:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:Parser:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:Parser:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:Parser:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:Parser:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:Parser:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:Parser:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:Parser:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:Parser:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:Parser:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:Parser:time#Object#get_time */ @@ -4444,6 +4924,14 @@ const struct class class_parser__Parser = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:Parser:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:Parser:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:Parser:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:Parser:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:Parser:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:Parser:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:Parser:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:Parser:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:Parser:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:Parser:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:Parser:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_goto, /* pointer to parser:Parser:tables#TablesCapable#lexer_goto */ (nitmethod_t)VIRTUAL_tables__TablesCapable__lexer_accept, /* pointer to parser:Parser:tables#TablesCapable#lexer_accept */ (nitmethod_t)VIRTUAL_tables__TablesCapable__parser_goto, /* pointer to parser:Parser:tables#TablesCapable#parser_goto */ @@ -4465,32 +4953,6 @@ self->type = type; self->class = &class_parser__Parser; return self; } -/* allocate Parser */ -void CHECK_NEW_parser__Parser(val* self) { -val* var /* : Lexer */; -val* var1 /* : Array[State] */; -long var2 /* : Int */; -val* var3 /* : Array[ReduceAction] */; -var = self->attrs[COLOR_parser__Parser___lexer].val; /* _lexer on */ -if (var == NULL) { -fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _lexer"); -fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 25); -exit(1); -} -var1 = self->attrs[COLOR_parser__Parser___stack].val; /* _stack on */ -if (var1 == NULL) { -fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _stack"); -fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 28); -exit(1); -} -var2 = self->attrs[COLOR_parser__Parser___stack_pos].l; /* _stack_pos on */ -var3 = self->attrs[COLOR_parser__Parser___reduce_table].val; /* _reduce_table on */ -if (var3 == NULL) { -fprintf(stderr, "Runtime error: %s", "Uninitialized attribute _reduce_table"); -fprintf(stderr, " (%s:%d)\n", "src/parser/parser.nit", 151); -exit(1); -} -} /* runtime class parser__ComputeProdLocationVisitor */ const struct class class_parser__ComputeProdLocationVisitor = { 0, /* box_kind */ @@ -4505,16 +4967,17 @@ const struct class class_parser__ComputeProdLocationVisitor = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ComputeProdLocationVisitor:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ComputeProdLocationVisitor:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ComputeProdLocationVisitor:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ComputeProdLocationVisitor:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ComputeProdLocationVisitor:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ComputeProdLocationVisitor:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ComputeProdLocationVisitor:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ComputeProdLocationVisitor:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ComputeProdLocationVisitor:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ComputeProdLocationVisitor:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ComputeProdLocationVisitor:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ComputeProdLocationVisitor:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ComputeProdLocationVisitor:time#Object#get_time */ @@ -4537,6 +5000,14 @@ const struct class class_parser__ComputeProdLocationVisitor = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ComputeProdLocationVisitor:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ComputeProdLocationVisitor:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ComputeProdLocationVisitor:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ComputeProdLocationVisitor:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ComputeProdLocationVisitor:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ComputeProdLocationVisitor__visit, /* pointer to parser:ComputeProdLocationVisitor:parser#ComputeProdLocationVisitor#visit */ (nitmethod_t)VIRTUAL_parser_nodes__Visitor__enter_visit, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#enter_visit */ (nitmethod_t)VIRTUAL_parser_nodes__Visitor__current_node, /* pointer to parser:ComputeProdLocationVisitor:parser_nodes#Visitor#current_node */ @@ -4559,19 +5030,14 @@ var = NULL; self->attrs[COLOR_parser_nodes__Visitor___current_node].val = var; /* _current_node on */ var1 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod); ((void (*)(val*))(var1->class->vft[COLOR_array__Array__init]))(var1) /* init on */; -CHECK_NEW_array__Array(var1); self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_first_prods].val = var1; /* _need_first_prods on */ var2 = NEW_array__Array(&type_array__Arrayparser_nodes__Prod); ((void (*)(val*))(var2->class->vft[COLOR_array__Array__init]))(var2) /* init on */; -CHECK_NEW_array__Array(var2); self->attrs[COLOR_parser__ComputeProdLocationVisitor___need_after_epsilons].val = var2; /* _need_after_epsilons on */ var3 = NULL; self->attrs[COLOR_parser__ComputeProdLocationVisitor___last_location].val = var3; /* _last_location on */ return self; } -/* allocate ComputeProdLocationVisitor */ -void CHECK_NEW_parser__ComputeProdLocationVisitor(val* self) { -} /* runtime class parser__ReduceAction0 */ const struct class class_parser__ReduceAction0 = { 0, /* box_kind */ @@ -4586,16 +5052,17 @@ const struct class class_parser__ReduceAction0 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction0:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction0:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction0:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction0:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction0:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction0:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction0:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction0:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction0:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction0:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction0:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction0:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction0:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction0:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction0:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction0:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction0:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction0:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction0:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction0:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction0:time#Object#get_time */ @@ -4618,6 +5085,14 @@ const struct class class_parser__ReduceAction0 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction0:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction0:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction0:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction0:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction0:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction0:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction0:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction0:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction0:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction0__action, /* pointer to parser:ReduceAction0:parser#ReduceAction0#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction0:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction0:parser#ReduceAction#init */ @@ -4631,11 +5106,6 @@ self->type = type; self->class = &class_parser__ReduceAction0; return self; } -/* allocate ReduceAction0 */ -void CHECK_NEW_parser__ReduceAction0(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction1 */ const struct class class_parser__ReduceAction1 = { 0, /* box_kind */ @@ -4650,16 +5120,17 @@ const struct class class_parser__ReduceAction1 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction1:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction1:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction1:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction1:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction1:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction1:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction1:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction1:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction1:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction1:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction1:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction1:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction1:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction1:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction1:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction1:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction1:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction1:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction1:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction1:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction1:time#Object#get_time */ @@ -4682,6 +5153,14 @@ const struct class class_parser__ReduceAction1 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction1:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction1:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction1:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction1:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction1:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction1:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction1:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction1:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction1:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction1__action, /* pointer to parser:ReduceAction1:parser#ReduceAction1#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction1:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction1:parser#ReduceAction#init */ @@ -4695,11 +5174,6 @@ self->type = type; self->class = &class_parser__ReduceAction1; return self; } -/* allocate ReduceAction1 */ -void CHECK_NEW_parser__ReduceAction1(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction2 */ const struct class class_parser__ReduceAction2 = { 0, /* box_kind */ @@ -4714,16 +5188,17 @@ const struct class class_parser__ReduceAction2 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction2:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction2:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction2:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction2:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction2:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction2:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction2:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction2:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction2:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction2:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction2:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction2:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction2:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction2:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction2:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction2:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction2:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction2:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction2:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction2:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction2:time#Object#get_time */ @@ -4746,6 +5221,14 @@ const struct class class_parser__ReduceAction2 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction2:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction2:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction2:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction2:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction2:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction2:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction2:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction2:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction2:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction2__action, /* pointer to parser:ReduceAction2:parser#ReduceAction2#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction2:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction2:parser#ReduceAction#init */ @@ -4759,11 +5242,6 @@ self->type = type; self->class = &class_parser__ReduceAction2; return self; } -/* allocate ReduceAction2 */ -void CHECK_NEW_parser__ReduceAction2(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction3 */ const struct class class_parser__ReduceAction3 = { 0, /* box_kind */ @@ -4778,16 +5256,17 @@ const struct class class_parser__ReduceAction3 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction3:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction3:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction3:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction3:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction3:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction3:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction3:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction3:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction3:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction3:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction3:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction3:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction3:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction3:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction3:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction3:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction3:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction3:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction3:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction3:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction3:time#Object#get_time */ @@ -4810,6 +5289,14 @@ const struct class class_parser__ReduceAction3 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction3:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction3:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction3:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction3:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction3:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction3:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction3:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction3:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction3:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction3__action, /* pointer to parser:ReduceAction3:parser#ReduceAction3#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction3:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction3:parser#ReduceAction#init */ @@ -4823,11 +5310,6 @@ self->type = type; self->class = &class_parser__ReduceAction3; return self; } -/* allocate ReduceAction3 */ -void CHECK_NEW_parser__ReduceAction3(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction4 */ const struct class class_parser__ReduceAction4 = { 0, /* box_kind */ @@ -4842,16 +5324,17 @@ const struct class class_parser__ReduceAction4 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction4:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction4:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction4:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction4:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction4:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction4:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction4:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction4:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction4:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction4:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction4:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction4:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction4:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction4:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction4:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction4:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction4:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction4:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction4:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction4:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction4:time#Object#get_time */ @@ -4874,6 +5357,14 @@ const struct class class_parser__ReduceAction4 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction4:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction4:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction4:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction4:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction4:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction4:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction4:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction4:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction4:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction4__action, /* pointer to parser:ReduceAction4:parser#ReduceAction4#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction4:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction4:parser#ReduceAction#init */ @@ -4887,11 +5378,6 @@ self->type = type; self->class = &class_parser__ReduceAction4; return self; } -/* allocate ReduceAction4 */ -void CHECK_NEW_parser__ReduceAction4(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction5 */ const struct class class_parser__ReduceAction5 = { 0, /* box_kind */ @@ -4906,16 +5392,17 @@ const struct class class_parser__ReduceAction5 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction5:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction5:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction5:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction5:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction5:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction5:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction5:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction5:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction5:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction5:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction5:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction5:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction5:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction5:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction5:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction5:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction5:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction5:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction5:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction5:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction5:time#Object#get_time */ @@ -4938,6 +5425,14 @@ const struct class class_parser__ReduceAction5 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction5:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction5:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction5:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction5:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction5:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction5:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction5:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction5:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction5:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction5__action, /* pointer to parser:ReduceAction5:parser#ReduceAction5#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction5:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction5:parser#ReduceAction#init */ @@ -4951,11 +5446,6 @@ self->type = type; self->class = &class_parser__ReduceAction5; return self; } -/* allocate ReduceAction5 */ -void CHECK_NEW_parser__ReduceAction5(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction6 */ const struct class class_parser__ReduceAction6 = { 0, /* box_kind */ @@ -4970,16 +5460,17 @@ const struct class class_parser__ReduceAction6 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction6:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction6:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction6:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction6:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction6:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction6:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction6:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction6:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction6:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction6:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction6:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction6:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction6:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction6:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction6:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction6:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction6:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction6:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction6:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction6:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction6:time#Object#get_time */ @@ -5002,6 +5493,14 @@ const struct class class_parser__ReduceAction6 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction6:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction6:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction6:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction6:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction6:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction6:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction6:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction6:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction6:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction6__action, /* pointer to parser:ReduceAction6:parser#ReduceAction6#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction6:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction6:parser#ReduceAction#init */ @@ -5015,11 +5514,6 @@ self->type = type; self->class = &class_parser__ReduceAction6; return self; } -/* allocate ReduceAction6 */ -void CHECK_NEW_parser__ReduceAction6(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction7 */ const struct class class_parser__ReduceAction7 = { 0, /* box_kind */ @@ -5034,16 +5528,17 @@ const struct class class_parser__ReduceAction7 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction7:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction7:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction7:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction7:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction7:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction7:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction7:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction7:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction7:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction7:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction7:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction7:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction7:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction7:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction7:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction7:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction7:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction7:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction7:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction7:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction7:time#Object#get_time */ @@ -5066,6 +5561,14 @@ const struct class class_parser__ReduceAction7 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction7:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction7:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction7:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction7:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction7:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction7:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction7:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction7:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction7:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction7__action, /* pointer to parser:ReduceAction7:parser#ReduceAction7#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction7:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction7:parser#ReduceAction#init */ @@ -5079,11 +5582,6 @@ self->type = type; self->class = &class_parser__ReduceAction7; return self; } -/* allocate ReduceAction7 */ -void CHECK_NEW_parser__ReduceAction7(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction8 */ const struct class class_parser__ReduceAction8 = { 0, /* box_kind */ @@ -5098,16 +5596,17 @@ const struct class class_parser__ReduceAction8 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction8:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction8:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction8:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction8:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction8:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction8:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction8:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction8:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction8:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction8:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction8:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction8:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction8:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction8:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction8:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction8:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction8:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction8:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction8:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction8:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction8:time#Object#get_time */ @@ -5130,6 +5629,14 @@ const struct class class_parser__ReduceAction8 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction8:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction8:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction8:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction8:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction8:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction8:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction8:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction8:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction8:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction8__action, /* pointer to parser:ReduceAction8:parser#ReduceAction8#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction8:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction8:parser#ReduceAction#init */ @@ -5143,11 +5650,6 @@ self->type = type; self->class = &class_parser__ReduceAction8; return self; } -/* allocate ReduceAction8 */ -void CHECK_NEW_parser__ReduceAction8(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction9 */ const struct class class_parser__ReduceAction9 = { 0, /* box_kind */ @@ -5162,16 +5664,17 @@ const struct class class_parser__ReduceAction9 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction9:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction9:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction9:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction9:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction9:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction9:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction9:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction9:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction9:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction9:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction9:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction9:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction9:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction9:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction9:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction9:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction9:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction9:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction9:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction9:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction9:time#Object#get_time */ @@ -5194,6 +5697,14 @@ const struct class class_parser__ReduceAction9 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction9:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction9:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction9:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction9:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction9:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction9:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction9:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction9:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction9:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction9__action, /* pointer to parser:ReduceAction9:parser#ReduceAction9#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction9:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction9:parser#ReduceAction#init */ @@ -5207,11 +5718,6 @@ self->type = type; self->class = &class_parser__ReduceAction9; return self; } -/* allocate ReduceAction9 */ -void CHECK_NEW_parser__ReduceAction9(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction10 */ const struct class class_parser__ReduceAction10 = { 0, /* box_kind */ @@ -5226,16 +5732,17 @@ const struct class class_parser__ReduceAction10 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction10:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction10:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction10:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction10:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction10:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction10:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction10:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction10:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction10:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction10:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction10:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction10:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction10:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction10:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction10:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction10:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction10:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction10:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction10:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction10:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction10:time#Object#get_time */ @@ -5258,6 +5765,14 @@ const struct class class_parser__ReduceAction10 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction10:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction10:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction10:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction10:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction10:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction10:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction10:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction10:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction10:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction10__action, /* pointer to parser:ReduceAction10:parser#ReduceAction10#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction10:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction10:parser#ReduceAction#init */ @@ -5271,11 +5786,6 @@ self->type = type; self->class = &class_parser__ReduceAction10; return self; } -/* allocate ReduceAction10 */ -void CHECK_NEW_parser__ReduceAction10(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction11 */ const struct class class_parser__ReduceAction11 = { 0, /* box_kind */ @@ -5290,16 +5800,17 @@ const struct class class_parser__ReduceAction11 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction11:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction11:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction11:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction11:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction11:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction11:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction11:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction11:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction11:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction11:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction11:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction11:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction11:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction11:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction11:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction11:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction11:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction11:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction11:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction11:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction11:time#Object#get_time */ @@ -5322,6 +5833,14 @@ const struct class class_parser__ReduceAction11 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction11:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction11:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction11:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction11:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction11:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction11:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction11:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction11:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction11:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction11__action, /* pointer to parser:ReduceAction11:parser#ReduceAction11#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction11:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction11:parser#ReduceAction#init */ @@ -5335,11 +5854,6 @@ self->type = type; self->class = &class_parser__ReduceAction11; return self; } -/* allocate ReduceAction11 */ -void CHECK_NEW_parser__ReduceAction11(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction12 */ const struct class class_parser__ReduceAction12 = { 0, /* box_kind */ @@ -5354,16 +5868,17 @@ const struct class class_parser__ReduceAction12 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction12:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction12:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction12:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction12:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction12:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction12:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction12:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction12:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction12:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction12:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction12:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction12:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction12:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction12:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction12:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction12:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction12:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction12:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction12:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction12:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction12:time#Object#get_time */ @@ -5386,6 +5901,14 @@ const struct class class_parser__ReduceAction12 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction12:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction12:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction12:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction12:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction12:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction12:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction12:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction12:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction12:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction12__action, /* pointer to parser:ReduceAction12:parser#ReduceAction12#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction12:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction12:parser#ReduceAction#init */ @@ -5399,11 +5922,6 @@ self->type = type; self->class = &class_parser__ReduceAction12; return self; } -/* allocate ReduceAction12 */ -void CHECK_NEW_parser__ReduceAction12(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction13 */ const struct class class_parser__ReduceAction13 = { 0, /* box_kind */ @@ -5418,16 +5936,17 @@ const struct class class_parser__ReduceAction13 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction13:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction13:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction13:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction13:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction13:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction13:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction13:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction13:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction13:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction13:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction13:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction13:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction13:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction13:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction13:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction13:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction13:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction13:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction13:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction13:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction13:time#Object#get_time */ @@ -5450,6 +5969,14 @@ const struct class class_parser__ReduceAction13 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction13:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction13:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction13:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction13:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction13:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction13:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction13:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction13:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction13:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction13__action, /* pointer to parser:ReduceAction13:parser#ReduceAction13#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction13:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction13:parser#ReduceAction#init */ @@ -5463,11 +5990,6 @@ self->type = type; self->class = &class_parser__ReduceAction13; return self; } -/* allocate ReduceAction13 */ -void CHECK_NEW_parser__ReduceAction13(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction14 */ const struct class class_parser__ReduceAction14 = { 0, /* box_kind */ @@ -5482,16 +6004,17 @@ const struct class class_parser__ReduceAction14 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction14:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction14:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction14:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction14:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction14:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction14:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction14:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction14:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction14:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction14:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction14:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction14:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction14:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction14:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction14:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction14:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction14:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction14:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction14:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction14:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction14:time#Object#get_time */ @@ -5514,6 +6037,14 @@ const struct class class_parser__ReduceAction14 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction14:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction14:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction14:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction14:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction14:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction14:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction14:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction14:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction14:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction14__action, /* pointer to parser:ReduceAction14:parser#ReduceAction14#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction14:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction14:parser#ReduceAction#init */ @@ -5527,11 +6058,6 @@ self->type = type; self->class = &class_parser__ReduceAction14; return self; } -/* allocate ReduceAction14 */ -void CHECK_NEW_parser__ReduceAction14(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction15 */ const struct class class_parser__ReduceAction15 = { 0, /* box_kind */ @@ -5546,16 +6072,17 @@ const struct class class_parser__ReduceAction15 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction15:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction15:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction15:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction15:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction15:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction15:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction15:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction15:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction15:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction15:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction15:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction15:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction15:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction15:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction15:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction15:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction15:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction15:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction15:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction15:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction15:time#Object#get_time */ @@ -5578,6 +6105,14 @@ const struct class class_parser__ReduceAction15 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction15:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction15:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction15:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction15:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction15:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction15:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction15:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction15:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction15:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction15__action, /* pointer to parser:ReduceAction15:parser#ReduceAction15#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction15:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction15:parser#ReduceAction#init */ @@ -5591,11 +6126,6 @@ self->type = type; self->class = &class_parser__ReduceAction15; return self; } -/* allocate ReduceAction15 */ -void CHECK_NEW_parser__ReduceAction15(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction16 */ const struct class class_parser__ReduceAction16 = { 0, /* box_kind */ @@ -5610,16 +6140,17 @@ const struct class class_parser__ReduceAction16 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction16:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction16:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction16:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction16:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction16:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction16:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction16:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction16:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction16:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction16:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction16:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction16:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction16:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction16:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction16:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction16:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction16:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction16:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction16:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction16:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction16:time#Object#get_time */ @@ -5642,6 +6173,14 @@ const struct class class_parser__ReduceAction16 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction16:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction16:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction16:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction16:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction16:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction16:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction16:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction16:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction16:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction16__action, /* pointer to parser:ReduceAction16:parser#ReduceAction16#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction16:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction16:parser#ReduceAction#init */ @@ -5655,11 +6194,6 @@ self->type = type; self->class = &class_parser__ReduceAction16; return self; } -/* allocate ReduceAction16 */ -void CHECK_NEW_parser__ReduceAction16(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction17 */ const struct class class_parser__ReduceAction17 = { 0, /* box_kind */ @@ -5674,16 +6208,17 @@ const struct class class_parser__ReduceAction17 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction17:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction17:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction17:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction17:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction17:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction17:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction17:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction17:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction17:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction17:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction17:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction17:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction17:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction17:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction17:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction17:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction17:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction17:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction17:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction17:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction17:time#Object#get_time */ @@ -5706,6 +6241,14 @@ const struct class class_parser__ReduceAction17 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction17:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction17:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction17:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction17:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction17:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction17:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction17:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction17:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction17:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction17__action, /* pointer to parser:ReduceAction17:parser#ReduceAction17#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction17:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction17:parser#ReduceAction#init */ @@ -5719,11 +6262,6 @@ self->type = type; self->class = &class_parser__ReduceAction17; return self; } -/* allocate ReduceAction17 */ -void CHECK_NEW_parser__ReduceAction17(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction18 */ const struct class class_parser__ReduceAction18 = { 0, /* box_kind */ @@ -5738,16 +6276,17 @@ const struct class class_parser__ReduceAction18 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction18:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction18:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction18:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction18:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction18:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction18:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction18:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction18:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction18:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction18:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction18:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction18:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction18:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction18:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction18:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction18:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction18:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction18:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction18:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction18:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction18:time#Object#get_time */ @@ -5770,6 +6309,14 @@ const struct class class_parser__ReduceAction18 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction18:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction18:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction18:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction18:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction18:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction18:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction18:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction18:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction18:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction18__action, /* pointer to parser:ReduceAction18:parser#ReduceAction18#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction18:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction18:parser#ReduceAction#init */ @@ -5783,11 +6330,6 @@ self->type = type; self->class = &class_parser__ReduceAction18; return self; } -/* allocate ReduceAction18 */ -void CHECK_NEW_parser__ReduceAction18(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction19 */ const struct class class_parser__ReduceAction19 = { 0, /* box_kind */ @@ -5802,16 +6344,17 @@ const struct class class_parser__ReduceAction19 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction19:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction19:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction19:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction19:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction19:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction19:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction19:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction19:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction19:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction19:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction19:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction19:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction19:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction19:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction19:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction19:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction19:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction19:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction19:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction19:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction19:time#Object#get_time */ @@ -5834,6 +6377,14 @@ const struct class class_parser__ReduceAction19 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction19:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction19:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction19:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction19:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction19:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction19:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction19:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction19:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction19:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction19__action, /* pointer to parser:ReduceAction19:parser#ReduceAction19#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction19:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction19:parser#ReduceAction#init */ @@ -5847,11 +6398,6 @@ self->type = type; self->class = &class_parser__ReduceAction19; return self; } -/* allocate ReduceAction19 */ -void CHECK_NEW_parser__ReduceAction19(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction20 */ const struct class class_parser__ReduceAction20 = { 0, /* box_kind */ @@ -5866,16 +6412,17 @@ const struct class class_parser__ReduceAction20 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction20:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction20:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction20:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction20:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction20:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction20:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction20:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction20:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction20:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction20:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction20:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction20:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction20:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction20:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction20:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction20:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction20:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction20:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction20:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction20:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction20:time#Object#get_time */ @@ -5898,6 +6445,14 @@ const struct class class_parser__ReduceAction20 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction20:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction20:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction20:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction20:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction20:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction20:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction20:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction20:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction20:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction20__action, /* pointer to parser:ReduceAction20:parser#ReduceAction20#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction20:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction20:parser#ReduceAction#init */ @@ -5911,11 +6466,6 @@ self->type = type; self->class = &class_parser__ReduceAction20; return self; } -/* allocate ReduceAction20 */ -void CHECK_NEW_parser__ReduceAction20(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction21 */ const struct class class_parser__ReduceAction21 = { 0, /* box_kind */ @@ -5930,16 +6480,17 @@ const struct class class_parser__ReduceAction21 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction21:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction21:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction21:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction21:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction21:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction21:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction21:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction21:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction21:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction21:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction21:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction21:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction21:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction21:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction21:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction21:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction21:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction21:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction21:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction21:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction21:time#Object#get_time */ @@ -5962,6 +6513,14 @@ const struct class class_parser__ReduceAction21 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction21:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction21:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction21:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction21:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction21:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction21:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction21:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction21:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction21:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction21__action, /* pointer to parser:ReduceAction21:parser#ReduceAction21#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction21:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction21:parser#ReduceAction#init */ @@ -5975,11 +6534,6 @@ self->type = type; self->class = &class_parser__ReduceAction21; return self; } -/* allocate ReduceAction21 */ -void CHECK_NEW_parser__ReduceAction21(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction22 */ const struct class class_parser__ReduceAction22 = { 0, /* box_kind */ @@ -5994,16 +6548,17 @@ const struct class class_parser__ReduceAction22 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction22:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction22:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction22:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction22:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction22:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction22:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction22:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction22:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction22:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction22:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction22:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction22:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction22:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction22:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction22:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction22:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction22:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction22:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction22:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction22:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction22:time#Object#get_time */ @@ -6026,6 +6581,14 @@ const struct class class_parser__ReduceAction22 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction22:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction22:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction22:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction22:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction22:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction22:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction22:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction22:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction22:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction22__action, /* pointer to parser:ReduceAction22:parser#ReduceAction22#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction22:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction22:parser#ReduceAction#init */ @@ -6039,11 +6602,6 @@ self->type = type; self->class = &class_parser__ReduceAction22; return self; } -/* allocate ReduceAction22 */ -void CHECK_NEW_parser__ReduceAction22(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction23 */ const struct class class_parser__ReduceAction23 = { 0, /* box_kind */ @@ -6058,16 +6616,17 @@ const struct class class_parser__ReduceAction23 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction23:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction23:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction23:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction23:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction23:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction23:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction23:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction23:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction23:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction23:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction23:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction23:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction23:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction23:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction23:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction23:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction23:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction23:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction23:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction23:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction23:time#Object#get_time */ @@ -6090,6 +6649,14 @@ const struct class class_parser__ReduceAction23 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction23:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction23:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction23:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction23:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction23:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction23:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction23:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction23:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction23:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction23__action, /* pointer to parser:ReduceAction23:parser#ReduceAction23#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction23:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction23:parser#ReduceAction#init */ @@ -6103,11 +6670,6 @@ self->type = type; self->class = &class_parser__ReduceAction23; return self; } -/* allocate ReduceAction23 */ -void CHECK_NEW_parser__ReduceAction23(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction24 */ const struct class class_parser__ReduceAction24 = { 0, /* box_kind */ @@ -6122,16 +6684,17 @@ const struct class class_parser__ReduceAction24 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction24:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction24:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction24:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction24:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction24:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction24:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction24:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction24:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction24:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction24:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction24:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction24:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction24:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction24:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction24:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction24:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction24:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction24:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction24:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction24:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction24:time#Object#get_time */ @@ -6154,6 +6717,14 @@ const struct class class_parser__ReduceAction24 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction24:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction24:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction24:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction24:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction24:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction24:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction24:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction24:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction24:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction24__action, /* pointer to parser:ReduceAction24:parser#ReduceAction24#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction24:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction24:parser#ReduceAction#init */ @@ -6167,11 +6738,6 @@ self->type = type; self->class = &class_parser__ReduceAction24; return self; } -/* allocate ReduceAction24 */ -void CHECK_NEW_parser__ReduceAction24(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction25 */ const struct class class_parser__ReduceAction25 = { 0, /* box_kind */ @@ -6186,16 +6752,17 @@ const struct class class_parser__ReduceAction25 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction25:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction25:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction25:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction25:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction25:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction25:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction25:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction25:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction25:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction25:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction25:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction25:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction25:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction25:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction25:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction25:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction25:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction25:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction25:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction25:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction25:time#Object#get_time */ @@ -6218,6 +6785,14 @@ const struct class class_parser__ReduceAction25 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction25:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction25:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction25:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction25:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction25:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction25:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction25:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction25:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction25:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction25__action, /* pointer to parser:ReduceAction25:parser#ReduceAction25#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction25:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction25:parser#ReduceAction#init */ @@ -6231,11 +6806,6 @@ self->type = type; self->class = &class_parser__ReduceAction25; return self; } -/* allocate ReduceAction25 */ -void CHECK_NEW_parser__ReduceAction25(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction26 */ const struct class class_parser__ReduceAction26 = { 0, /* box_kind */ @@ -6250,16 +6820,17 @@ const struct class class_parser__ReduceAction26 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction26:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction26:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction26:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction26:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction26:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction26:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction26:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction26:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction26:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction26:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction26:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction26:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction26:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction26:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction26:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction26:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction26:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction26:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction26:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction26:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction26:time#Object#get_time */ @@ -6282,6 +6853,14 @@ const struct class class_parser__ReduceAction26 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction26:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction26:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction26:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction26:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction26:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction26:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction26:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction26:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction26:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction26__action, /* pointer to parser:ReduceAction26:parser#ReduceAction26#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction26:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction26:parser#ReduceAction#init */ @@ -6295,11 +6874,6 @@ self->type = type; self->class = &class_parser__ReduceAction26; return self; } -/* allocate ReduceAction26 */ -void CHECK_NEW_parser__ReduceAction26(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction27 */ const struct class class_parser__ReduceAction27 = { 0, /* box_kind */ @@ -6314,16 +6888,17 @@ const struct class class_parser__ReduceAction27 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction27:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction27:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction27:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction27:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction27:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction27:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction27:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction27:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction27:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction27:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction27:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction27:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction27:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction27:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction27:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction27:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction27:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction27:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction27:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction27:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction27:time#Object#get_time */ @@ -6346,6 +6921,14 @@ const struct class class_parser__ReduceAction27 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction27:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction27:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction27:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction27:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction27:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction27:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction27:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction27:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction27:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction27__action, /* pointer to parser:ReduceAction27:parser#ReduceAction27#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction27:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction27:parser#ReduceAction#init */ @@ -6359,11 +6942,6 @@ self->type = type; self->class = &class_parser__ReduceAction27; return self; } -/* allocate ReduceAction27 */ -void CHECK_NEW_parser__ReduceAction27(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction28 */ const struct class class_parser__ReduceAction28 = { 0, /* box_kind */ @@ -6378,16 +6956,17 @@ const struct class class_parser__ReduceAction28 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction28:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction28:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction28:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction28:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction28:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction28:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction28:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction28:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction28:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction28:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction28:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction28:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction28:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction28:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction28:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction28:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction28:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction28:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction28:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction28:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction28:time#Object#get_time */ @@ -6410,6 +6989,14 @@ const struct class class_parser__ReduceAction28 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction28:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction28:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction28:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction28:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction28:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction28:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction28:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction28:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction28:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction28__action, /* pointer to parser:ReduceAction28:parser#ReduceAction28#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction28:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction28:parser#ReduceAction#init */ @@ -6423,11 +7010,6 @@ self->type = type; self->class = &class_parser__ReduceAction28; return self; } -/* allocate ReduceAction28 */ -void CHECK_NEW_parser__ReduceAction28(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction29 */ const struct class class_parser__ReduceAction29 = { 0, /* box_kind */ @@ -6442,16 +7024,17 @@ const struct class class_parser__ReduceAction29 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction29:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction29:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction29:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction29:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction29:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction29:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction29:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction29:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction29:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction29:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction29:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction29:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction29:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction29:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction29:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction29:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction29:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction29:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction29:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction29:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction29:time#Object#get_time */ @@ -6474,6 +7057,14 @@ const struct class class_parser__ReduceAction29 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction29:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction29:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction29:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction29:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction29:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction29:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction29:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction29:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction29:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction29__action, /* pointer to parser:ReduceAction29:parser#ReduceAction29#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction29:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction29:parser#ReduceAction#init */ @@ -6487,11 +7078,6 @@ self->type = type; self->class = &class_parser__ReduceAction29; return self; } -/* allocate ReduceAction29 */ -void CHECK_NEW_parser__ReduceAction29(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction30 */ const struct class class_parser__ReduceAction30 = { 0, /* box_kind */ @@ -6506,16 +7092,17 @@ const struct class class_parser__ReduceAction30 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction30:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction30:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction30:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction30:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction30:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction30:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction30:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction30:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction30:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction30:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction30:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction30:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction30:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction30:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction30:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction30:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction30:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction30:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction30:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction30:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction30:time#Object#get_time */ @@ -6538,6 +7125,14 @@ const struct class class_parser__ReduceAction30 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction30:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction30:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction30:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction30:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction30:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction30:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction30:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction30:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction30:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction30__action, /* pointer to parser:ReduceAction30:parser#ReduceAction30#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction30:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction30:parser#ReduceAction#init */ @@ -6551,11 +7146,6 @@ self->type = type; self->class = &class_parser__ReduceAction30; return self; } -/* allocate ReduceAction30 */ -void CHECK_NEW_parser__ReduceAction30(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction31 */ const struct class class_parser__ReduceAction31 = { 0, /* box_kind */ @@ -6570,16 +7160,17 @@ const struct class class_parser__ReduceAction31 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction31:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction31:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction31:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction31:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction31:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction31:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction31:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction31:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction31:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction31:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction31:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction31:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction31:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction31:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction31:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction31:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction31:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction31:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction31:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction31:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction31:time#Object#get_time */ @@ -6602,6 +7193,14 @@ const struct class class_parser__ReduceAction31 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction31:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction31:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction31:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction31:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction31:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction31:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction31:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction31:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction31:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction31__action, /* pointer to parser:ReduceAction31:parser#ReduceAction31#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction31:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction31:parser#ReduceAction#init */ @@ -6615,11 +7214,6 @@ self->type = type; self->class = &class_parser__ReduceAction31; return self; } -/* allocate ReduceAction31 */ -void CHECK_NEW_parser__ReduceAction31(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction32 */ const struct class class_parser__ReduceAction32 = { 0, /* box_kind */ @@ -6634,16 +7228,17 @@ const struct class class_parser__ReduceAction32 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction32:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction32:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction32:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction32:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction32:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction32:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction32:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction32:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction32:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction32:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction32:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction32:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction32:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction32:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction32:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction32:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction32:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction32:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction32:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction32:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction32:time#Object#get_time */ @@ -6666,6 +7261,14 @@ const struct class class_parser__ReduceAction32 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction32:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction32:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction32:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction32:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction32:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction32:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction32:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction32:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction32:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction32__action, /* pointer to parser:ReduceAction32:parser#ReduceAction32#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction32:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction32:parser#ReduceAction#init */ @@ -6679,11 +7282,6 @@ self->type = type; self->class = &class_parser__ReduceAction32; return self; } -/* allocate ReduceAction32 */ -void CHECK_NEW_parser__ReduceAction32(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction33 */ const struct class class_parser__ReduceAction33 = { 0, /* box_kind */ @@ -6698,16 +7296,17 @@ const struct class class_parser__ReduceAction33 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction33:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction33:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction33:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction33:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction33:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction33:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction33:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction33:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction33:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction33:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction33:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction33:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction33:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction33:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction33:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction33:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction33:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction33:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction33:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction33:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction33:time#Object#get_time */ @@ -6730,6 +7329,14 @@ const struct class class_parser__ReduceAction33 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction33:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction33:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction33:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction33:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction33:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction33:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction33:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction33:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction33:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction33__action, /* pointer to parser:ReduceAction33:parser#ReduceAction33#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction33:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction33:parser#ReduceAction#init */ @@ -6743,11 +7350,6 @@ self->type = type; self->class = &class_parser__ReduceAction33; return self; } -/* allocate ReduceAction33 */ -void CHECK_NEW_parser__ReduceAction33(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction34 */ const struct class class_parser__ReduceAction34 = { 0, /* box_kind */ @@ -6762,16 +7364,17 @@ const struct class class_parser__ReduceAction34 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction34:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction34:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction34:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction34:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction34:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction34:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction34:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction34:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction34:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction34:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction34:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction34:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction34:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction34:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction34:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction34:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction34:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction34:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction34:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction34:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction34:time#Object#get_time */ @@ -6794,6 +7397,14 @@ const struct class class_parser__ReduceAction34 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction34:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction34:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction34:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction34:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction34:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction34:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction34:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction34:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction34:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction34__action, /* pointer to parser:ReduceAction34:parser#ReduceAction34#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction34:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction34:parser#ReduceAction#init */ @@ -6807,11 +7418,6 @@ self->type = type; self->class = &class_parser__ReduceAction34; return self; } -/* allocate ReduceAction34 */ -void CHECK_NEW_parser__ReduceAction34(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction35 */ const struct class class_parser__ReduceAction35 = { 0, /* box_kind */ @@ -6826,16 +7432,17 @@ const struct class class_parser__ReduceAction35 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction35:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction35:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction35:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction35:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction35:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction35:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction35:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction35:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction35:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction35:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction35:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction35:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction35:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction35:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction35:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction35:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction35:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction35:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction35:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction35:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction35:time#Object#get_time */ @@ -6858,6 +7465,14 @@ const struct class class_parser__ReduceAction35 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction35:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction35:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction35:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction35:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction35:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction35:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction35:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction35:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction35:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction35__action, /* pointer to parser:ReduceAction35:parser#ReduceAction35#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction35:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction35:parser#ReduceAction#init */ @@ -6871,11 +7486,6 @@ self->type = type; self->class = &class_parser__ReduceAction35; return self; } -/* allocate ReduceAction35 */ -void CHECK_NEW_parser__ReduceAction35(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction36 */ const struct class class_parser__ReduceAction36 = { 0, /* box_kind */ @@ -6890,16 +7500,17 @@ const struct class class_parser__ReduceAction36 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction36:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction36:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction36:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction36:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction36:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction36:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction36:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction36:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction36:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction36:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction36:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction36:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction36:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction36:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction36:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction36:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction36:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction36:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction36:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction36:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction36:time#Object#get_time */ @@ -6922,6 +7533,14 @@ const struct class class_parser__ReduceAction36 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction36:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction36:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction36:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction36:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction36:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction36:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction36:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction36:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction36:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction36__action, /* pointer to parser:ReduceAction36:parser#ReduceAction36#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction36:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction36:parser#ReduceAction#init */ @@ -6935,11 +7554,6 @@ self->type = type; self->class = &class_parser__ReduceAction36; return self; } -/* allocate ReduceAction36 */ -void CHECK_NEW_parser__ReduceAction36(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction37 */ const struct class class_parser__ReduceAction37 = { 0, /* box_kind */ @@ -6954,16 +7568,17 @@ const struct class class_parser__ReduceAction37 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction37:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction37:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction37:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction37:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction37:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction37:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction37:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction37:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction37:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction37:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction37:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction37:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction37:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction37:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction37:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction37:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction37:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction37:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction37:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction37:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction37:time#Object#get_time */ @@ -6986,6 +7601,14 @@ const struct class class_parser__ReduceAction37 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction37:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction37:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction37:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction37:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction37:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction37:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction37:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction37:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction37:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction37__action, /* pointer to parser:ReduceAction37:parser#ReduceAction37#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction37:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction37:parser#ReduceAction#init */ @@ -6999,11 +7622,6 @@ self->type = type; self->class = &class_parser__ReduceAction37; return self; } -/* allocate ReduceAction37 */ -void CHECK_NEW_parser__ReduceAction37(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction38 */ const struct class class_parser__ReduceAction38 = { 0, /* box_kind */ @@ -7018,16 +7636,17 @@ const struct class class_parser__ReduceAction38 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction38:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction38:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction38:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction38:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction38:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction38:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction38:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction38:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction38:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction38:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction38:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction38:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction38:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction38:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction38:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction38:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction38:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction38:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction38:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction38:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction38:time#Object#get_time */ @@ -7050,6 +7669,14 @@ const struct class class_parser__ReduceAction38 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction38:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction38:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction38:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction38:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction38:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction38:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction38:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction38:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction38:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction38__action, /* pointer to parser:ReduceAction38:parser#ReduceAction38#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction38:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction38:parser#ReduceAction#init */ @@ -7063,11 +7690,6 @@ self->type = type; self->class = &class_parser__ReduceAction38; return self; } -/* allocate ReduceAction38 */ -void CHECK_NEW_parser__ReduceAction38(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction39 */ const struct class class_parser__ReduceAction39 = { 0, /* box_kind */ @@ -7082,16 +7704,17 @@ const struct class class_parser__ReduceAction39 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction39:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction39:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction39:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction39:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction39:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction39:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction39:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction39:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction39:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction39:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction39:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction39:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction39:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction39:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction39:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction39:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction39:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction39:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction39:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction39:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction39:time#Object#get_time */ @@ -7114,6 +7737,14 @@ const struct class class_parser__ReduceAction39 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction39:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction39:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction39:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction39:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction39:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction39:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction39:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction39:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction39:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction39__action, /* pointer to parser:ReduceAction39:parser#ReduceAction39#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction39:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction39:parser#ReduceAction#init */ @@ -7127,11 +7758,6 @@ self->type = type; self->class = &class_parser__ReduceAction39; return self; } -/* allocate ReduceAction39 */ -void CHECK_NEW_parser__ReduceAction39(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction40 */ const struct class class_parser__ReduceAction40 = { 0, /* box_kind */ @@ -7146,16 +7772,17 @@ const struct class class_parser__ReduceAction40 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction40:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction40:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction40:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction40:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction40:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction40:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction40:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction40:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction40:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction40:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction40:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction40:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction40:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction40:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction40:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction40:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction40:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction40:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction40:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction40:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction40:time#Object#get_time */ @@ -7178,6 +7805,14 @@ const struct class class_parser__ReduceAction40 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction40:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction40:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction40:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction40:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction40:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction40:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction40:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction40:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction40:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction40__action, /* pointer to parser:ReduceAction40:parser#ReduceAction40#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction40:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction40:parser#ReduceAction#init */ @@ -7191,11 +7826,6 @@ self->type = type; self->class = &class_parser__ReduceAction40; return self; } -/* allocate ReduceAction40 */ -void CHECK_NEW_parser__ReduceAction40(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction41 */ const struct class class_parser__ReduceAction41 = { 0, /* box_kind */ @@ -7210,16 +7840,17 @@ const struct class class_parser__ReduceAction41 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction41:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction41:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction41:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction41:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction41:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction41:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction41:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction41:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction41:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction41:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction41:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction41:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction41:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction41:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction41:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction41:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction41:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction41:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction41:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction41:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction41:time#Object#get_time */ @@ -7242,6 +7873,14 @@ const struct class class_parser__ReduceAction41 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction41:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction41:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction41:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction41:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction41:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction41:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction41:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction41:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction41:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction41__action, /* pointer to parser:ReduceAction41:parser#ReduceAction41#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction41:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction41:parser#ReduceAction#init */ @@ -7255,11 +7894,6 @@ self->type = type; self->class = &class_parser__ReduceAction41; return self; } -/* allocate ReduceAction41 */ -void CHECK_NEW_parser__ReduceAction41(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction42 */ const struct class class_parser__ReduceAction42 = { 0, /* box_kind */ @@ -7274,16 +7908,17 @@ const struct class class_parser__ReduceAction42 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction42:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction42:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction42:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction42:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction42:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction42:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction42:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction42:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction42:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction42:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction42:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction42:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction42:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction42:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction42:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction42:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction42:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction42:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction42:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction42:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction42:time#Object#get_time */ @@ -7306,6 +7941,14 @@ const struct class class_parser__ReduceAction42 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction42:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction42:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction42:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction42:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction42:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction42:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction42:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction42:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction42:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction42__action, /* pointer to parser:ReduceAction42:parser#ReduceAction42#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction42:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction42:parser#ReduceAction#init */ @@ -7319,11 +7962,6 @@ self->type = type; self->class = &class_parser__ReduceAction42; return self; } -/* allocate ReduceAction42 */ -void CHECK_NEW_parser__ReduceAction42(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction43 */ const struct class class_parser__ReduceAction43 = { 0, /* box_kind */ @@ -7338,16 +7976,17 @@ const struct class class_parser__ReduceAction43 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction43:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction43:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction43:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction43:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction43:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction43:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction43:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction43:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction43:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction43:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction43:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction43:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction43:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction43:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction43:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction43:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction43:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction43:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction43:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction43:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction43:time#Object#get_time */ @@ -7370,6 +8009,14 @@ const struct class class_parser__ReduceAction43 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction43:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction43:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction43:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction43:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction43:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction43:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction43:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction43:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction43:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction43__action, /* pointer to parser:ReduceAction43:parser#ReduceAction43#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction43:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction43:parser#ReduceAction#init */ @@ -7383,11 +8030,6 @@ self->type = type; self->class = &class_parser__ReduceAction43; return self; } -/* allocate ReduceAction43 */ -void CHECK_NEW_parser__ReduceAction43(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction44 */ const struct class class_parser__ReduceAction44 = { 0, /* box_kind */ @@ -7402,16 +8044,17 @@ const struct class class_parser__ReduceAction44 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction44:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction44:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction44:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction44:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction44:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction44:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction44:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction44:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction44:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction44:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction44:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction44:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction44:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction44:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction44:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction44:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction44:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction44:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction44:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction44:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction44:time#Object#get_time */ @@ -7434,6 +8077,14 @@ const struct class class_parser__ReduceAction44 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction44:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction44:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction44:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction44:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction44:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction44:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction44:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction44:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction44:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction44__action, /* pointer to parser:ReduceAction44:parser#ReduceAction44#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction44:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction44:parser#ReduceAction#init */ @@ -7447,11 +8098,6 @@ self->type = type; self->class = &class_parser__ReduceAction44; return self; } -/* allocate ReduceAction44 */ -void CHECK_NEW_parser__ReduceAction44(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction45 */ const struct class class_parser__ReduceAction45 = { 0, /* box_kind */ @@ -7466,16 +8112,17 @@ const struct class class_parser__ReduceAction45 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction45:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction45:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction45:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction45:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction45:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction45:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction45:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction45:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction45:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction45:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction45:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction45:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction45:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction45:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction45:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction45:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction45:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction45:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction45:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction45:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction45:time#Object#get_time */ @@ -7498,6 +8145,14 @@ const struct class class_parser__ReduceAction45 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction45:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction45:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction45:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction45:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction45:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction45:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction45:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction45:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction45:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction45__action, /* pointer to parser:ReduceAction45:parser#ReduceAction45#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction45:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction45:parser#ReduceAction#init */ @@ -7511,11 +8166,6 @@ self->type = type; self->class = &class_parser__ReduceAction45; return self; } -/* allocate ReduceAction45 */ -void CHECK_NEW_parser__ReduceAction45(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction46 */ const struct class class_parser__ReduceAction46 = { 0, /* box_kind */ @@ -7530,16 +8180,17 @@ const struct class class_parser__ReduceAction46 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction46:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction46:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction46:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction46:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction46:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction46:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction46:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction46:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction46:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction46:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction46:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction46:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction46:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction46:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction46:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction46:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction46:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction46:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction46:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction46:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction46:time#Object#get_time */ @@ -7562,6 +8213,14 @@ const struct class class_parser__ReduceAction46 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction46:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction46:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction46:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction46:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction46:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction46:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction46:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction46:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction46:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction46__action, /* pointer to parser:ReduceAction46:parser#ReduceAction46#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction46:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction46:parser#ReduceAction#init */ @@ -7575,11 +8234,6 @@ self->type = type; self->class = &class_parser__ReduceAction46; return self; } -/* allocate ReduceAction46 */ -void CHECK_NEW_parser__ReduceAction46(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction47 */ const struct class class_parser__ReduceAction47 = { 0, /* box_kind */ @@ -7594,16 +8248,17 @@ const struct class class_parser__ReduceAction47 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction47:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction47:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction47:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction47:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction47:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction47:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction47:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction47:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction47:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction47:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction47:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction47:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction47:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction47:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction47:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction47:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction47:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction47:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction47:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction47:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction47:time#Object#get_time */ @@ -7626,6 +8281,14 @@ const struct class class_parser__ReduceAction47 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction47:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction47:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction47:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction47:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction47:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction47:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction47:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction47:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction47:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction47__action, /* pointer to parser:ReduceAction47:parser#ReduceAction47#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction47:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction47:parser#ReduceAction#init */ @@ -7639,11 +8302,6 @@ self->type = type; self->class = &class_parser__ReduceAction47; return self; } -/* allocate ReduceAction47 */ -void CHECK_NEW_parser__ReduceAction47(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction48 */ const struct class class_parser__ReduceAction48 = { 0, /* box_kind */ @@ -7658,16 +8316,17 @@ const struct class class_parser__ReduceAction48 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction48:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction48:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction48:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction48:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction48:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction48:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction48:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction48:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction48:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction48:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction48:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction48:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction48:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction48:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction48:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction48:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction48:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction48:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction48:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction48:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction48:time#Object#get_time */ @@ -7690,6 +8349,14 @@ const struct class class_parser__ReduceAction48 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction48:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction48:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction48:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction48:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction48:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction48:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction48:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction48:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction48:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction48__action, /* pointer to parser:ReduceAction48:parser#ReduceAction48#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction48:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction48:parser#ReduceAction#init */ @@ -7703,11 +8370,6 @@ self->type = type; self->class = &class_parser__ReduceAction48; return self; } -/* allocate ReduceAction48 */ -void CHECK_NEW_parser__ReduceAction48(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction49 */ const struct class class_parser__ReduceAction49 = { 0, /* box_kind */ @@ -7722,16 +8384,17 @@ const struct class class_parser__ReduceAction49 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction49:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction49:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction49:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction49:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction49:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction49:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction49:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction49:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction49:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction49:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction49:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction49:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction49:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction49:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction49:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction49:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction49:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction49:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction49:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction49:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction49:time#Object#get_time */ @@ -7754,6 +8417,14 @@ const struct class class_parser__ReduceAction49 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction49:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction49:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction49:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction49:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction49:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction49:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction49:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction49:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction49:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction49__action, /* pointer to parser:ReduceAction49:parser#ReduceAction49#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction49:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction49:parser#ReduceAction#init */ @@ -7767,11 +8438,6 @@ self->type = type; self->class = &class_parser__ReduceAction49; return self; } -/* allocate ReduceAction49 */ -void CHECK_NEW_parser__ReduceAction49(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction50 */ const struct class class_parser__ReduceAction50 = { 0, /* box_kind */ @@ -7786,16 +8452,17 @@ const struct class class_parser__ReduceAction50 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction50:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction50:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction50:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction50:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction50:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction50:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction50:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction50:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction50:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction50:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction50:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction50:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction50:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction50:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction50:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction50:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction50:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction50:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction50:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction50:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction50:time#Object#get_time */ @@ -7818,6 +8485,14 @@ const struct class class_parser__ReduceAction50 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction50:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction50:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction50:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction50:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction50:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction50:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction50:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction50:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction50:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction50__action, /* pointer to parser:ReduceAction50:parser#ReduceAction50#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction50:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction50:parser#ReduceAction#init */ @@ -7831,11 +8506,6 @@ self->type = type; self->class = &class_parser__ReduceAction50; return self; } -/* allocate ReduceAction50 */ -void CHECK_NEW_parser__ReduceAction50(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction51 */ const struct class class_parser__ReduceAction51 = { 0, /* box_kind */ @@ -7850,16 +8520,17 @@ const struct class class_parser__ReduceAction51 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction51:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction51:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction51:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction51:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction51:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction51:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction51:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction51:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction51:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction51:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction51:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction51:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction51:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction51:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction51:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction51:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction51:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction51:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction51:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction51:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction51:time#Object#get_time */ @@ -7882,6 +8553,14 @@ const struct class class_parser__ReduceAction51 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction51:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction51:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction51:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction51:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction51:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction51:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction51:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction51:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction51:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction51__action, /* pointer to parser:ReduceAction51:parser#ReduceAction51#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction51:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction51:parser#ReduceAction#init */ @@ -7895,11 +8574,6 @@ self->type = type; self->class = &class_parser__ReduceAction51; return self; } -/* allocate ReduceAction51 */ -void CHECK_NEW_parser__ReduceAction51(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction52 */ const struct class class_parser__ReduceAction52 = { 0, /* box_kind */ @@ -7914,16 +8588,17 @@ const struct class class_parser__ReduceAction52 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction52:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction52:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction52:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction52:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction52:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction52:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction52:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction52:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction52:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction52:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction52:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction52:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction52:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction52:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction52:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction52:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction52:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction52:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction52:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction52:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction52:time#Object#get_time */ @@ -7946,6 +8621,14 @@ const struct class class_parser__ReduceAction52 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction52:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction52:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction52:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction52:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction52:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction52:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction52:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction52:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction52:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction52__action, /* pointer to parser:ReduceAction52:parser#ReduceAction52#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction52:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction52:parser#ReduceAction#init */ @@ -7959,11 +8642,6 @@ self->type = type; self->class = &class_parser__ReduceAction52; return self; } -/* allocate ReduceAction52 */ -void CHECK_NEW_parser__ReduceAction52(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction53 */ const struct class class_parser__ReduceAction53 = { 0, /* box_kind */ @@ -7978,16 +8656,17 @@ const struct class class_parser__ReduceAction53 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction53:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction53:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction53:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction53:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction53:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction53:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction53:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction53:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction53:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction53:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction53:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction53:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction53:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction53:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction53:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction53:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction53:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction53:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction53:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction53:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction53:time#Object#get_time */ @@ -8010,6 +8689,14 @@ const struct class class_parser__ReduceAction53 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction53:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction53:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction53:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction53:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction53:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction53:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction53:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction53:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction53:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction53__action, /* pointer to parser:ReduceAction53:parser#ReduceAction53#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction53:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction53:parser#ReduceAction#init */ @@ -8023,11 +8710,6 @@ self->type = type; self->class = &class_parser__ReduceAction53; return self; } -/* allocate ReduceAction53 */ -void CHECK_NEW_parser__ReduceAction53(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction54 */ const struct class class_parser__ReduceAction54 = { 0, /* box_kind */ @@ -8042,16 +8724,17 @@ const struct class class_parser__ReduceAction54 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction54:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction54:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction54:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction54:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction54:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction54:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction54:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction54:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction54:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction54:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction54:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction54:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction54:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction54:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction54:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction54:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction54:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction54:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction54:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction54:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction54:time#Object#get_time */ @@ -8074,6 +8757,14 @@ const struct class class_parser__ReduceAction54 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction54:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction54:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction54:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction54:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction54:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction54:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction54:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction54:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction54:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction54__action, /* pointer to parser:ReduceAction54:parser#ReduceAction54#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction54:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction54:parser#ReduceAction#init */ @@ -8087,11 +8778,6 @@ self->type = type; self->class = &class_parser__ReduceAction54; return self; } -/* allocate ReduceAction54 */ -void CHECK_NEW_parser__ReduceAction54(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction55 */ const struct class class_parser__ReduceAction55 = { 0, /* box_kind */ @@ -8106,16 +8792,17 @@ const struct class class_parser__ReduceAction55 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction55:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction55:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction55:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction55:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction55:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction55:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction55:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction55:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction55:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction55:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction55:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction55:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction55:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction55:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction55:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction55:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction55:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction55:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction55:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction55:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction55:time#Object#get_time */ @@ -8138,6 +8825,14 @@ const struct class class_parser__ReduceAction55 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction55:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction55:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction55:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction55:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction55:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction55:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction55:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction55:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction55:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction55__action, /* pointer to parser:ReduceAction55:parser#ReduceAction55#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction55:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction55:parser#ReduceAction#init */ @@ -8151,11 +8846,6 @@ self->type = type; self->class = &class_parser__ReduceAction55; return self; } -/* allocate ReduceAction55 */ -void CHECK_NEW_parser__ReduceAction55(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction56 */ const struct class class_parser__ReduceAction56 = { 0, /* box_kind */ @@ -8170,16 +8860,17 @@ const struct class class_parser__ReduceAction56 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction56:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction56:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction56:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction56:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction56:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction56:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction56:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction56:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction56:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction56:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction56:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction56:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction56:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction56:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction56:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction56:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction56:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction56:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction56:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction56:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction56:time#Object#get_time */ @@ -8202,6 +8893,14 @@ const struct class class_parser__ReduceAction56 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction56:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction56:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction56:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction56:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction56:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction56:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction56:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction56:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction56:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction56__action, /* pointer to parser:ReduceAction56:parser#ReduceAction56#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction56:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction56:parser#ReduceAction#init */ @@ -8215,11 +8914,6 @@ self->type = type; self->class = &class_parser__ReduceAction56; return self; } -/* allocate ReduceAction56 */ -void CHECK_NEW_parser__ReduceAction56(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction57 */ const struct class class_parser__ReduceAction57 = { 0, /* box_kind */ @@ -8234,16 +8928,17 @@ const struct class class_parser__ReduceAction57 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction57:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction57:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction57:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction57:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction57:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction57:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction57:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction57:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction57:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction57:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction57:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction57:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction57:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction57:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction57:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction57:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction57:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction57:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction57:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction57:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction57:time#Object#get_time */ @@ -8266,6 +8961,14 @@ const struct class class_parser__ReduceAction57 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction57:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction57:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction57:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction57:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction57:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction57:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction57:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction57:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction57:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction57__action, /* pointer to parser:ReduceAction57:parser#ReduceAction57#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction57:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction57:parser#ReduceAction#init */ @@ -8279,11 +8982,6 @@ self->type = type; self->class = &class_parser__ReduceAction57; return self; } -/* allocate ReduceAction57 */ -void CHECK_NEW_parser__ReduceAction57(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction58 */ const struct class class_parser__ReduceAction58 = { 0, /* box_kind */ @@ -8298,16 +8996,17 @@ const struct class class_parser__ReduceAction58 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction58:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction58:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction58:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction58:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction58:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction58:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction58:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction58:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction58:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction58:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction58:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction58:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction58:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction58:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction58:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction58:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction58:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction58:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction58:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction58:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction58:time#Object#get_time */ @@ -8330,6 +9029,14 @@ const struct class class_parser__ReduceAction58 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction58:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction58:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction58:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction58:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction58:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction58:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction58:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction58:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction58:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction58__action, /* pointer to parser:ReduceAction58:parser#ReduceAction58#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction58:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction58:parser#ReduceAction#init */ @@ -8343,11 +9050,6 @@ self->type = type; self->class = &class_parser__ReduceAction58; return self; } -/* allocate ReduceAction58 */ -void CHECK_NEW_parser__ReduceAction58(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction59 */ const struct class class_parser__ReduceAction59 = { 0, /* box_kind */ @@ -8362,16 +9064,17 @@ const struct class class_parser__ReduceAction59 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction59:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction59:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction59:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction59:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction59:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction59:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction59:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction59:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction59:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction59:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction59:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction59:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction59:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction59:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction59:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction59:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction59:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction59:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction59:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction59:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction59:time#Object#get_time */ @@ -8394,6 +9097,14 @@ const struct class class_parser__ReduceAction59 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction59:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction59:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction59:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction59:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction59:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction59:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction59:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction59:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction59:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction59__action, /* pointer to parser:ReduceAction59:parser#ReduceAction59#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction59:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction59:parser#ReduceAction#init */ @@ -8407,11 +9118,6 @@ self->type = type; self->class = &class_parser__ReduceAction59; return self; } -/* allocate ReduceAction59 */ -void CHECK_NEW_parser__ReduceAction59(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction60 */ const struct class class_parser__ReduceAction60 = { 0, /* box_kind */ @@ -8426,16 +9132,17 @@ const struct class class_parser__ReduceAction60 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction60:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction60:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction60:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction60:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction60:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction60:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction60:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction60:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction60:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction60:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction60:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction60:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction60:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction60:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction60:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction60:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction60:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction60:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction60:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction60:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction60:time#Object#get_time */ @@ -8458,6 +9165,14 @@ const struct class class_parser__ReduceAction60 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction60:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction60:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction60:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction60:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction60:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction60:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction60:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction60:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction60:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction60__action, /* pointer to parser:ReduceAction60:parser#ReduceAction60#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction60:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction60:parser#ReduceAction#init */ @@ -8471,11 +9186,6 @@ self->type = type; self->class = &class_parser__ReduceAction60; return self; } -/* allocate ReduceAction60 */ -void CHECK_NEW_parser__ReduceAction60(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction61 */ const struct class class_parser__ReduceAction61 = { 0, /* box_kind */ @@ -8490,16 +9200,17 @@ const struct class class_parser__ReduceAction61 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction61:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction61:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction61:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction61:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction61:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction61:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction61:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction61:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction61:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction61:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction61:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction61:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction61:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction61:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction61:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction61:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction61:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction61:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction61:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction61:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction61:time#Object#get_time */ @@ -8522,6 +9233,14 @@ const struct class class_parser__ReduceAction61 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction61:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction61:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction61:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction61:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction61:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction61:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction61:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction61:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction61:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction61__action, /* pointer to parser:ReduceAction61:parser#ReduceAction61#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction61:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction61:parser#ReduceAction#init */ @@ -8535,11 +9254,6 @@ self->type = type; self->class = &class_parser__ReduceAction61; return self; } -/* allocate ReduceAction61 */ -void CHECK_NEW_parser__ReduceAction61(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction62 */ const struct class class_parser__ReduceAction62 = { 0, /* box_kind */ @@ -8554,16 +9268,17 @@ const struct class class_parser__ReduceAction62 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction62:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction62:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction62:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction62:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction62:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction62:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction62:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction62:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction62:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction62:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction62:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction62:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction62:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction62:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction62:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction62:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction62:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction62:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction62:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction62:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction62:time#Object#get_time */ @@ -8586,6 +9301,14 @@ const struct class class_parser__ReduceAction62 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction62:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction62:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction62:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction62:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction62:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction62:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction62:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction62:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction62:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction62__action, /* pointer to parser:ReduceAction62:parser#ReduceAction62#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction62:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction62:parser#ReduceAction#init */ @@ -8599,11 +9322,6 @@ self->type = type; self->class = &class_parser__ReduceAction62; return self; } -/* allocate ReduceAction62 */ -void CHECK_NEW_parser__ReduceAction62(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction63 */ const struct class class_parser__ReduceAction63 = { 0, /* box_kind */ @@ -8618,16 +9336,17 @@ const struct class class_parser__ReduceAction63 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction63:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction63:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction63:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction63:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction63:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction63:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction63:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction63:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction63:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction63:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction63:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction63:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction63:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction63:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction63:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction63:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction63:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction63:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction63:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction63:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction63:time#Object#get_time */ @@ -8650,6 +9369,14 @@ const struct class class_parser__ReduceAction63 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction63:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction63:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction63:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction63:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction63:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction63:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction63:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction63:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction63:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction63__action, /* pointer to parser:ReduceAction63:parser#ReduceAction63#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction63:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction63:parser#ReduceAction#init */ @@ -8663,11 +9390,6 @@ self->type = type; self->class = &class_parser__ReduceAction63; return self; } -/* allocate ReduceAction63 */ -void CHECK_NEW_parser__ReduceAction63(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction64 */ const struct class class_parser__ReduceAction64 = { 0, /* box_kind */ @@ -8682,16 +9404,17 @@ const struct class class_parser__ReduceAction64 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction64:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction64:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction64:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction64:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction64:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction64:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction64:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction64:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction64:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction64:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction64:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction64:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction64:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction64:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction64:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction64:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction64:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction64:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction64:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction64:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction64:time#Object#get_time */ @@ -8714,6 +9437,14 @@ const struct class class_parser__ReduceAction64 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction64:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction64:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction64:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction64:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction64:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction64:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction64:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction64:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction64:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction64__action, /* pointer to parser:ReduceAction64:parser#ReduceAction64#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction64:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction64:parser#ReduceAction#init */ @@ -8727,11 +9458,6 @@ self->type = type; self->class = &class_parser__ReduceAction64; return self; } -/* allocate ReduceAction64 */ -void CHECK_NEW_parser__ReduceAction64(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction65 */ const struct class class_parser__ReduceAction65 = { 0, /* box_kind */ @@ -8746,16 +9472,17 @@ const struct class class_parser__ReduceAction65 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction65:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction65:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction65:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction65:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction65:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction65:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction65:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction65:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction65:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction65:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction65:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction65:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction65:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction65:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction65:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction65:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction65:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction65:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction65:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction65:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction65:time#Object#get_time */ @@ -8778,6 +9505,14 @@ const struct class class_parser__ReduceAction65 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction65:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction65:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction65:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction65:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction65:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction65:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction65:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction65:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction65:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction65__action, /* pointer to parser:ReduceAction65:parser#ReduceAction65#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction65:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction65:parser#ReduceAction#init */ @@ -8791,11 +9526,6 @@ self->type = type; self->class = &class_parser__ReduceAction65; return self; } -/* allocate ReduceAction65 */ -void CHECK_NEW_parser__ReduceAction65(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction66 */ const struct class class_parser__ReduceAction66 = { 0, /* box_kind */ @@ -8810,16 +9540,17 @@ const struct class class_parser__ReduceAction66 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction66:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction66:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction66:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction66:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction66:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction66:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction66:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction66:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction66:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction66:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction66:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction66:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction66:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction66:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction66:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction66:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction66:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction66:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction66:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction66:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction66:time#Object#get_time */ @@ -8842,6 +9573,14 @@ const struct class class_parser__ReduceAction66 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction66:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction66:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction66:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction66:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction66:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction66:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction66:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction66:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction66:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction66__action, /* pointer to parser:ReduceAction66:parser#ReduceAction66#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction66:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction66:parser#ReduceAction#init */ @@ -8855,11 +9594,6 @@ self->type = type; self->class = &class_parser__ReduceAction66; return self; } -/* allocate ReduceAction66 */ -void CHECK_NEW_parser__ReduceAction66(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction67 */ const struct class class_parser__ReduceAction67 = { 0, /* box_kind */ @@ -8874,16 +9608,17 @@ const struct class class_parser__ReduceAction67 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction67:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction67:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction67:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction67:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction67:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction67:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction67:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction67:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction67:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction67:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction67:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction67:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction67:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction67:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction67:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction67:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction67:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction67:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction67:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction67:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction67:time#Object#get_time */ @@ -8906,6 +9641,14 @@ const struct class class_parser__ReduceAction67 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction67:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction67:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction67:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction67:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction67:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction67:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction67:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction67:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction67:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction67__action, /* pointer to parser:ReduceAction67:parser#ReduceAction67#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction67:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction67:parser#ReduceAction#init */ @@ -8919,11 +9662,6 @@ self->type = type; self->class = &class_parser__ReduceAction67; return self; } -/* allocate ReduceAction67 */ -void CHECK_NEW_parser__ReduceAction67(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction68 */ const struct class class_parser__ReduceAction68 = { 0, /* box_kind */ @@ -8938,16 +9676,17 @@ const struct class class_parser__ReduceAction68 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction68:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction68:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction68:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction68:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction68:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction68:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction68:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction68:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction68:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction68:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction68:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction68:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction68:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction68:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction68:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction68:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction68:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction68:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction68:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction68:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction68:time#Object#get_time */ @@ -8970,6 +9709,14 @@ const struct class class_parser__ReduceAction68 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction68:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction68:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction68:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction68:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction68:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction68:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction68:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction68:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction68:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction68__action, /* pointer to parser:ReduceAction68:parser#ReduceAction68#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction68:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction68:parser#ReduceAction#init */ @@ -8983,11 +9730,6 @@ self->type = type; self->class = &class_parser__ReduceAction68; return self; } -/* allocate ReduceAction68 */ -void CHECK_NEW_parser__ReduceAction68(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction69 */ const struct class class_parser__ReduceAction69 = { 0, /* box_kind */ @@ -9002,16 +9744,17 @@ const struct class class_parser__ReduceAction69 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction69:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction69:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction69:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction69:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction69:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction69:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction69:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction69:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction69:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction69:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction69:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction69:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction69:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction69:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction69:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction69:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction69:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction69:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction69:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction69:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction69:time#Object#get_time */ @@ -9034,6 +9777,14 @@ const struct class class_parser__ReduceAction69 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction69:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction69:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction69:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction69:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction69:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction69:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction69:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction69:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction69:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction69__action, /* pointer to parser:ReduceAction69:parser#ReduceAction69#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction69:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction69:parser#ReduceAction#init */ @@ -9047,11 +9798,6 @@ self->type = type; self->class = &class_parser__ReduceAction69; return self; } -/* allocate ReduceAction69 */ -void CHECK_NEW_parser__ReduceAction69(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction70 */ const struct class class_parser__ReduceAction70 = { 0, /* box_kind */ @@ -9066,16 +9812,17 @@ const struct class class_parser__ReduceAction70 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction70:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction70:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction70:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction70:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction70:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction70:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction70:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction70:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction70:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction70:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction70:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction70:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction70:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction70:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction70:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction70:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction70:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction70:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction70:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction70:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction70:time#Object#get_time */ @@ -9098,6 +9845,14 @@ const struct class class_parser__ReduceAction70 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction70:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction70:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction70:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction70:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction70:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction70:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction70:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction70:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction70:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction70__action, /* pointer to parser:ReduceAction70:parser#ReduceAction70#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction70:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction70:parser#ReduceAction#init */ @@ -9111,11 +9866,6 @@ self->type = type; self->class = &class_parser__ReduceAction70; return self; } -/* allocate ReduceAction70 */ -void CHECK_NEW_parser__ReduceAction70(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} /* runtime class parser__ReduceAction71 */ const struct class class_parser__ReduceAction71 = { 0, /* box_kind */ @@ -9130,16 +9880,17 @@ const struct class class_parser__ReduceAction71 = { (nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction71:kernel#Object#exit */ (nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction71:kernel#Object#sys */ (nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction71:kernel#Object#hash */ +(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction71:math#Object#atan2 */ +(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction71:math#Object#pi */ +(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction71:math#Object#srand_from */ +(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction71:math#Object#srand */ (nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction71:string#Object#to_s */ (nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction71:string#Object#native_class_name */ (nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction71:string#Object#class_name */ (nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction71:string#Object#inspect */ (nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction71:string#Object#inspect_head */ (nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction71:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction71:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction71:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction71:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction71:math#Object#srand */ +(nitmethod_t)VIRTUAL_string__Object__alpha_comparator, /* pointer to parser:ReduceAction71:string#Object#alpha_comparator */ (nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction71:stream#Object#poll */ (nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction71:stream#Object#intern_poll */ (nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction71:time#Object#get_time */ @@ -9162,6 +9913,14 @@ const struct class class_parser__ReduceAction71 = { (nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction71:model#Object#interface_kind */ (nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction71:model#Object#enum_kind */ (nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction71:model#Object#extern_kind */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__internal_call_context, /* pointer to parser:ReduceAction71:nitni_utilities#Object#internal_call_context */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__long_signature, /* pointer to parser:ReduceAction71:nitni_utilities#Object#long_signature */ +(nitmethod_t)VIRTUAL_nitni_utilities__Object__short_signature, /* pointer to parser:ReduceAction71:nitni_utilities#Object#short_signature */ +(nitmethod_t)VIRTUAL_c__Object__to_c_call_context, /* pointer to parser:ReduceAction71:c#Object#to_c_call_context */ +(nitmethod_t)VIRTUAL_c__Object__from_c_call_context, /* pointer to parser:ReduceAction71:c#Object#from_c_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__to_cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#to_cpp_call_context */ +(nitmethod_t)VIRTUAL_cpp__Object__from_cpp_call_context, /* pointer to parser:ReduceAction71:cpp#Object#from_cpp_call_context */ (nitmethod_t)VIRTUAL_parser__ReduceAction71__action, /* pointer to parser:ReduceAction71:parser#ReduceAction71#action */ (nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction71:parser#ReduceAction#concat */ (nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction71:parser#ReduceAction#init */ @@ -9175,776 +9934,3 @@ self->type = type; self->class = &class_parser__ReduceAction71; return self; } -/* allocate ReduceAction71 */ -void CHECK_NEW_parser__ReduceAction71(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction73 */ -const struct class class_parser__ReduceAction73 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction73:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction73:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction73:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction73:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction73:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction73:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction73:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction73:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction73:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction73:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction73:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction73:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction73:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction73:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction73:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction73:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction73:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction73:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction73:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction73:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction73:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction73:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction73:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction73:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction73:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction73:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction73:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction73:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction73:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction73:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction73:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction73:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction73:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction73:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction73:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction73:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction73:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction73:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction73:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction73:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction73:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction73:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction73__action, /* pointer to parser:ReduceAction73:parser#ReduceAction73#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction73:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction73:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction73 */ -val* NEW_parser__ReduceAction73(const struct type* type) { -val* self /* : ReduceAction73 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction73; -return self; -} -/* allocate ReduceAction73 */ -void CHECK_NEW_parser__ReduceAction73(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction74 */ -const struct class class_parser__ReduceAction74 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction74:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction74:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction74:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction74:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction74:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction74:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction74:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction74:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction74:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction74:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction74:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction74:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction74:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction74:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction74:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction74:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction74:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction74:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction74:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction74:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction74:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction74:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction74:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction74:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction74:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction74:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction74:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction74:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction74:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction74:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction74:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction74:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction74:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction74:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction74:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction74:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction74:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction74:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction74:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction74:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction74:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction74:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction74__action, /* pointer to parser:ReduceAction74:parser#ReduceAction74#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction74:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction74:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction74 */ -val* NEW_parser__ReduceAction74(const struct type* type) { -val* self /* : ReduceAction74 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction74; -return self; -} -/* allocate ReduceAction74 */ -void CHECK_NEW_parser__ReduceAction74(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction75 */ -const struct class class_parser__ReduceAction75 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction75:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction75:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction75:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction75:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction75:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction75:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction75:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction75:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction75:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction75:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction75:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction75:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction75:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction75:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction75:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction75:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction75:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction75:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction75:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction75:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction75:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction75:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction75:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction75:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction75:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction75:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction75:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction75:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction75:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction75:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction75:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction75:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction75:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction75:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction75:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction75:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction75:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction75:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction75:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction75:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction75:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction75:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction75__action, /* pointer to parser:ReduceAction75:parser#ReduceAction75#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction75:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction75:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction75 */ -val* NEW_parser__ReduceAction75(const struct type* type) { -val* self /* : ReduceAction75 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction75; -return self; -} -/* allocate ReduceAction75 */ -void CHECK_NEW_parser__ReduceAction75(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction76 */ -const struct class class_parser__ReduceAction76 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction76:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction76:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction76:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction76:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction76:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction76:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction76:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction76:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction76:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction76:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction76:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction76:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction76:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction76:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction76:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction76:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction76:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction76:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction76:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction76:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction76:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction76:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction76:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction76:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction76:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction76:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction76:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction76:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction76:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction76:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction76:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction76:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction76:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction76:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction76:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction76:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction76:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction76:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction76:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction76:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction76:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction76:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction76__action, /* pointer to parser:ReduceAction76:parser#ReduceAction76#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction76:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction76:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction76 */ -val* NEW_parser__ReduceAction76(const struct type* type) { -val* self /* : ReduceAction76 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction76; -return self; -} -/* allocate ReduceAction76 */ -void CHECK_NEW_parser__ReduceAction76(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction78 */ -const struct class class_parser__ReduceAction78 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction78:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction78:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction78:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction78:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction78:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction78:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction78:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction78:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction78:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction78:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction78:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction78:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction78:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction78:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction78:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction78:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction78:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction78:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction78:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction78:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction78:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction78:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction78:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction78:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction78:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction78:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction78:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction78:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction78:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction78:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction78:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction78:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction78:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction78:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction78:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction78:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction78:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction78:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction78:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction78:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction78:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction78:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction78__action, /* pointer to parser:ReduceAction78:parser#ReduceAction78#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction78:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction78:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction78 */ -val* NEW_parser__ReduceAction78(const struct type* type) { -val* self /* : ReduceAction78 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction78; -return self; -} -/* allocate ReduceAction78 */ -void CHECK_NEW_parser__ReduceAction78(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction79 */ -const struct class class_parser__ReduceAction79 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction79:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction79:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction79:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction79:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction79:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction79:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction79:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction79:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction79:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction79:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction79:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction79:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction79:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction79:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction79:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction79:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction79:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction79:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction79:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction79:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction79:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction79:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction79:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction79:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction79:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction79:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction79:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction79:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction79:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction79:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction79:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction79:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction79:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction79:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction79:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction79:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction79:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction79:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction79:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction79:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction79:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction79:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction79__action, /* pointer to parser:ReduceAction79:parser#ReduceAction79#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction79:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction79:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction79 */ -val* NEW_parser__ReduceAction79(const struct type* type) { -val* self /* : ReduceAction79 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction79; -return self; -} -/* allocate ReduceAction79 */ -void CHECK_NEW_parser__ReduceAction79(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction81 */ -const struct class class_parser__ReduceAction81 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction81:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction81:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction81:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction81:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction81:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction81:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction81:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction81:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction81:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction81:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction81:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction81:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction81:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction81:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction81:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction81:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction81:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction81:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction81:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction81:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction81:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction81:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction81:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction81:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction81:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction81:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction81:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction81:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction81:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction81:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction81:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction81:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction81:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction81:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction81:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction81:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction81:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction81:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction81:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction81:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction81:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction81:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction81__action, /* pointer to parser:ReduceAction81:parser#ReduceAction81#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction81:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction81:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction81 */ -val* NEW_parser__ReduceAction81(const struct type* type) { -val* self /* : ReduceAction81 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction81; -return self; -} -/* allocate ReduceAction81 */ -void CHECK_NEW_parser__ReduceAction81(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction82 */ -const struct class class_parser__ReduceAction82 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction82:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction82:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction82:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction82:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction82:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction82:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction82:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction82:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction82:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction82:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction82:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction82:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction82:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction82:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction82:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction82:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction82:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction82:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction82:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction82:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction82:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction82:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction82:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction82:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction82:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction82:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction82:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction82:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction82:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction82:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction82:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction82:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction82:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction82:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction82:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction82:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction82:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction82:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction82:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction82:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction82:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction82:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction82__action, /* pointer to parser:ReduceAction82:parser#ReduceAction82#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction82:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction82:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction82 */ -val* NEW_parser__ReduceAction82(const struct type* type) { -val* self /* : ReduceAction82 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction82; -return self; -} -/* allocate ReduceAction82 */ -void CHECK_NEW_parser__ReduceAction82(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction83 */ -const struct class class_parser__ReduceAction83 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction83:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction83:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction83:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction83:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction83:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction83:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction83:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction83:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction83:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction83:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction83:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction83:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction83:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction83:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction83:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction83:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction83:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction83:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction83:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction83:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction83:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction83:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction83:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction83:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction83:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction83:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction83:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction83:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction83:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction83:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction83:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction83:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction83:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction83:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction83:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction83:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction83:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction83:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction83:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction83:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction83:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction83:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction83__action, /* pointer to parser:ReduceAction83:parser#ReduceAction83#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction83:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction83:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction83 */ -val* NEW_parser__ReduceAction83(const struct type* type) { -val* self /* : ReduceAction83 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction83; -return self; -} -/* allocate ReduceAction83 */ -void CHECK_NEW_parser__ReduceAction83(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction84 */ -const struct class class_parser__ReduceAction84 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction84:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction84:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction84:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction84:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction84:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction84:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction84:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction84:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction84:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction84:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction84:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction84:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction84:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction84:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction84:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction84:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction84:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction84:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction84:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction84:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction84:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction84:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction84:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction84:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction84:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction84:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction84:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction84:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction84:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction84:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction84:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction84:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction84:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction84:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction84:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction84:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction84:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction84:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction84:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction84:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction84:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction84:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction84__action, /* pointer to parser:ReduceAction84:parser#ReduceAction84#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction84:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction84:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction84 */ -val* NEW_parser__ReduceAction84(const struct type* type) { -val* self /* : ReduceAction84 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction84; -return self; -} -/* allocate ReduceAction84 */ -void CHECK_NEW_parser__ReduceAction84(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction86 */ -const struct class class_parser__ReduceAction86 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction86:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction86:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction86:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction86:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction86:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction86:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction86:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction86:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction86:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction86:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction86:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction86:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction86:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction86:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction86:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction86:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction86:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction86:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction86:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction86:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction86:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction86:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction86:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction86:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction86:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction86:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction86:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction86:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction86:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction86:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction86:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction86:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction86:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction86:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction86:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction86:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction86:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction86:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction86:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction86:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction86:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction86:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction86__action, /* pointer to parser:ReduceAction86:parser#ReduceAction86#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction86:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction86:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction86 */ -val* NEW_parser__ReduceAction86(const struct type* type) { -val* self /* : ReduceAction86 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction86; -return self; -} -/* allocate ReduceAction86 */ -void CHECK_NEW_parser__ReduceAction86(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -} -/* runtime class parser__ReduceAction87 */ -const struct class class_parser__ReduceAction87 = { -0, /* box_kind */ -{ -(nitmethod_t)VIRTUAL_kernel__Object__object_id, /* pointer to parser:ReduceAction87:kernel#Object#object_id */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_type, /* pointer to parser:ReduceAction87:kernel#Object#is_same_type */ -(nitmethod_t)VIRTUAL_kernel__Object__is_same_instance, /* pointer to parser:ReduceAction87:kernel#Object#is_same_instance */ -(nitmethod_t)VIRTUAL_kernel__Object___61d_61d, /* pointer to parser:ReduceAction87:kernel#Object#== */ -(nitmethod_t)VIRTUAL_kernel__Object___33d_61d, /* pointer to parser:ReduceAction87:kernel#Object#!= */ -(nitmethod_t)VIRTUAL_kernel__Object__output, /* pointer to parser:ReduceAction87:kernel#Object#output */ -(nitmethod_t)VIRTUAL_kernel__Object__output_class_name, /* pointer to parser:ReduceAction87:kernel#Object#output_class_name */ -(nitmethod_t)VIRTUAL_kernel__Object__exit, /* pointer to parser:ReduceAction87:kernel#Object#exit */ -(nitmethod_t)VIRTUAL_kernel__Object__sys, /* pointer to parser:ReduceAction87:kernel#Object#sys */ -(nitmethod_t)VIRTUAL_kernel__Object__hash, /* pointer to parser:ReduceAction87:kernel#Object#hash */ -(nitmethod_t)VIRTUAL_string__Object__to_s, /* pointer to parser:ReduceAction87:string#Object#to_s */ -(nitmethod_t)VIRTUAL_string__Object__native_class_name, /* pointer to parser:ReduceAction87:string#Object#native_class_name */ -(nitmethod_t)VIRTUAL_string__Object__class_name, /* pointer to parser:ReduceAction87:string#Object#class_name */ -(nitmethod_t)VIRTUAL_string__Object__inspect, /* pointer to parser:ReduceAction87:string#Object#inspect */ -(nitmethod_t)VIRTUAL_string__Object__inspect_head, /* pointer to parser:ReduceAction87:string#Object#inspect_head */ -(nitmethod_t)VIRTUAL_string__Object__args, /* pointer to parser:ReduceAction87:string#Object#args */ -(nitmethod_t)VIRTUAL_math__Object__atan2, /* pointer to parser:ReduceAction87:math#Object#atan2 */ -(nitmethod_t)VIRTUAL_math__Object__pi, /* pointer to parser:ReduceAction87:math#Object#pi */ -(nitmethod_t)VIRTUAL_math__Object__srand_from, /* pointer to parser:ReduceAction87:math#Object#srand_from */ -(nitmethod_t)VIRTUAL_math__Object__srand, /* pointer to parser:ReduceAction87:math#Object#srand */ -(nitmethod_t)VIRTUAL_stream__Object__poll, /* pointer to parser:ReduceAction87:stream#Object#poll */ -(nitmethod_t)VIRTUAL_stream__Object__intern_poll, /* pointer to parser:ReduceAction87:stream#Object#intern_poll */ -(nitmethod_t)VIRTUAL_time__Object__get_time, /* pointer to parser:ReduceAction87:time#Object#get_time */ -(nitmethod_t)VIRTUAL_file__Object__printn, /* pointer to parser:ReduceAction87:file#Object#printn */ -(nitmethod_t)VIRTUAL_file__Object__print, /* pointer to parser:ReduceAction87:file#Object#print */ -(nitmethod_t)VIRTUAL_file__Object__getc, /* pointer to parser:ReduceAction87:file#Object#getc */ -(nitmethod_t)VIRTUAL_file__Object__gets, /* pointer to parser:ReduceAction87:file#Object#gets */ -(nitmethod_t)VIRTUAL_file__Object__getcwd, /* pointer to parser:ReduceAction87:file#Object#getcwd */ -(nitmethod_t)VIRTUAL_file__Object__file_getcwd, /* pointer to parser:ReduceAction87:file#Object#file_getcwd */ -(nitmethod_t)VIRTUAL_file__Object__stdin, /* pointer to parser:ReduceAction87:file#Object#stdin */ -(nitmethod_t)VIRTUAL_file__Object__stdout, /* pointer to parser:ReduceAction87:file#Object#stdout */ -(nitmethod_t)VIRTUAL_file__Object__stderr, /* pointer to parser:ReduceAction87:file#Object#stderr */ -(nitmethod_t)VIRTUAL_model_base__Object__intrude_visibility, /* pointer to parser:ReduceAction87:model_base#Object#intrude_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__public_visibility, /* pointer to parser:ReduceAction87:model_base#Object#public_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__protected_visibility, /* pointer to parser:ReduceAction87:model_base#Object#protected_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__private_visibility, /* pointer to parser:ReduceAction87:model_base#Object#private_visibility */ -(nitmethod_t)VIRTUAL_model_base__Object__none_visibility, /* pointer to parser:ReduceAction87:model_base#Object#none_visibility */ -(nitmethod_t)VIRTUAL_model__Object__abstract_kind, /* pointer to parser:ReduceAction87:model#Object#abstract_kind */ -(nitmethod_t)VIRTUAL_model__Object__concrete_kind, /* pointer to parser:ReduceAction87:model#Object#concrete_kind */ -(nitmethod_t)VIRTUAL_model__Object__interface_kind, /* pointer to parser:ReduceAction87:model#Object#interface_kind */ -(nitmethod_t)VIRTUAL_model__Object__enum_kind, /* pointer to parser:ReduceAction87:model#Object#enum_kind */ -(nitmethod_t)VIRTUAL_model__Object__extern_kind, /* pointer to parser:ReduceAction87:model#Object#extern_kind */ -(nitmethod_t)VIRTUAL_parser__ReduceAction87__action, /* pointer to parser:ReduceAction87:parser#ReduceAction87#action */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__concat, /* pointer to parser:ReduceAction87:parser#ReduceAction#concat */ -(nitmethod_t)VIRTUAL_parser__ReduceAction__init, /* pointer to parser:ReduceAction87:parser#ReduceAction#init */ -} -}; -/* allocate ReduceAction87 */ -val* NEW_parser__ReduceAction87(const struct type* type) { -val* self /* : ReduceAction87 */; -self = nit_alloc(sizeof(struct instance) + 1*sizeof(nitattribute_t)); -self->type = type; -self->class = &class_parser__ReduceAction87; -return self; -} -/* allocate ReduceAction87 */ -void CHECK_NEW_parser__ReduceAction87(val* self) { -long var /* : Int */; -var = self->attrs[COLOR_parser__ReduceAction___goto].l; /* _goto on */ -}