package morbig

  1. Overview
  2. Docs
constraint 'b mapreduce = 'b mapreduce
method visit_Program_LineBreak_CompleteCommands_LineBreak : 'c -> linebreak' -> complete_commands' -> linebreak' -> program * 'd
method visit_Program_LineBreak : 'e -> linebreak' -> program * 'f
method visit_program : 'g -> program -> program * 'h
method visit_CompleteCommands_CompleteCommands_NewlineList_CompleteCommand : 'i -> complete_commands' -> newline_list' -> complete_command' -> complete_commands * 'j
method visit_CompleteCommands_CompleteCommand : 'k -> complete_command' -> complete_commands * 'l
method visit_complete_commands : 'm -> complete_commands -> complete_commands * 'h
method visit_CompleteCommand_CList_SeparatorOp : 'n -> clist' -> separator_op' -> complete_command * 'o
method visit_CompleteCommand_CList : 'p -> clist' -> complete_command * 'q
method visit_complete_command : 'r -> complete_command -> complete_command * 'h
method visit_CList_CList_SeparatorOp_AndOr : 's -> clist' -> separator_op' -> and_or' -> clist * 't
method visit_CList_AndOr : 'u -> and_or' -> clist * 'v
method visit_clist : 'w -> clist -> clist * 'h
method visit_AndOr_Pipeline : 'x -> pipeline' -> and_or * 'y
method visit_AndOr_AndOr_AndIf_LineBreak_Pipeline : 'z -> and_or' -> linebreak' -> pipeline' -> and_or * 'a1
method visit_AndOr_AndOr_OrIf_LineBreak_Pipeline : 'b1 -> and_or' -> linebreak' -> pipeline' -> and_or * 'c1
method visit_and_or : 'd1 -> and_or -> and_or * 'h
method visit_Pipeline_PipeSequence : 'e1 -> pipe_sequence' -> pipeline * 'f1
method visit_Pipeline_Bang_PipeSequence : 'g1 -> pipe_sequence' -> pipeline * 'h1
method visit_pipeline : 'i1 -> pipeline -> pipeline * 'h
method visit_PipeSequence_Command : 'j1 -> command' -> pipe_sequence * 'k1
method visit_PipeSequence_PipeSequence_Pipe_LineBreak_Command : 'l1 -> pipe_sequence' -> linebreak' -> command' -> pipe_sequence * 'm1
method visit_pipe_sequence : 'n1 -> pipe_sequence -> pipe_sequence * 'h
method visit_Command_SimpleCommand : 'o1 -> simple_command' -> command * 'p1
method visit_Command_CompoundCommand : 'q1 -> compound_command' -> command * 'r1
method visit_Command_CompoundCommand_RedirectList : 's1 -> compound_command' -> redirect_list' -> command * 't1
method visit_Command_FunctionDefinition : 'u1 -> function_definition' -> command * 'v1
method visit_command : 'w1 -> command -> command * 'h
method visit_CompoundCommand_BraceGroup : 'x1 -> brace_group' -> compound_command * 'y1
method visit_CompoundCommand_Subshell : 'z1 -> subshell' -> compound_command * 'a2
method visit_CompoundCommand_ForClause : 'b2 -> for_clause' -> compound_command * 'c2
method visit_CompoundCommand_CaseClause : 'd2 -> case_clause' -> compound_command * 'e2
method visit_CompoundCommand_IfClause : 'f2 -> if_clause' -> compound_command * 'g2
method visit_CompoundCommand_WhileClause : 'h2 -> while_clause' -> compound_command * 'i2
method visit_CompoundCommand_UntilClause : 'j2 -> until_clause' -> compound_command * 'k2
method visit_compound_command : 'l2 -> compound_command -> compound_command * 'h
method visit_Subshell_Lparen_CompoundList_Rparen : 'm2 -> compound_list' -> subshell * 'n2
method visit_subshell : 'o2 -> subshell -> subshell * 'h
method visit_CompoundList_LineBreak_Term : 'p2 -> linebreak' -> term' -> compound_list * 'q2
method visit_CompoundList_LineBreak_Term_Separator : 'r2 -> linebreak' -> term' -> separator' -> compound_list * 's2
method visit_compound_list : 't2 -> compound_list -> compound_list * 'h
method visit_Term_Term_Separator_AndOr : 'u2 -> term' -> separator' -> and_or' -> term * 'v2
method visit_Term_AndOr : 'w2 -> and_or' -> term * 'x2
method visit_term : 'y2 -> term -> term * 'h
method visit_ForClause_For_Name_DoGroup : 'z2 -> name' -> do_group' -> for_clause * 'a3
method visit_ForClause_For_Name_SequentialSep_DoGroup : 'b3 -> name' -> sequential_sep' -> do_group' -> for_clause * 'c3
method visit_ForClause_For_Name_LineBreak_In_SequentialSep_DoGroup : 'd3 -> name' -> linebreak' -> sequential_sep' -> do_group' -> for_clause * 'e3
method visit_ForClause_For_Name_LineBreak_In_WordList_SequentialSep_DoGroup : 'f3 -> name' -> linebreak' -> wordlist' -> sequential_sep' -> do_group' -> for_clause * 'g3
method visit_for_clause : 'h3 -> for_clause -> for_clause * 'h
method visit_WordList_WordList_Word : 'i3 -> wordlist' -> word' -> wordlist * 'j3
method visit_WordList_Word : 'k3 -> word' -> wordlist * 'l3
method visit_wordlist : 'm3 -> wordlist -> wordlist * 'h
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseList_Esac : 'n3 -> word' -> linebreak' -> linebreak' -> case_list' -> case_clause * 'o3
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseListNS_Esac : 'p3 -> word' -> linebreak' -> linebreak' -> case_list_ns' -> case_clause * 'q3
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_Esac : 'r3 -> word' -> linebreak' -> linebreak' -> case_clause * 's3
method visit_case_clause : 't3 -> case_clause -> case_clause * 'h
method visit_CaseListNS_CaseList_CaseItemNS : 'u3 -> case_list' -> case_item_ns' -> case_list_ns * 'v3
method visit_CaseListNS_CaseItemNS : 'w3 -> case_item_ns' -> case_list_ns * 'x3
method visit_case_list_ns : 'y3 -> case_list_ns -> case_list_ns * 'h
method visit_CaseList_CaseList_CaseItem : 'z3 -> case_list' -> case_item' -> case_list * 'a4
method visit_CaseList_CaseItem : 'b4 -> case_item' -> case_list * 'c4
method visit_case_list : 'd4 -> case_list -> case_list * 'h
method visit_CaseItemNS_Pattern_Rparen_LineBreak : 'e4 -> pattern' -> linebreak' -> case_item_ns * 'f4
method visit_CaseItemNS_Pattern_Rparen_CompoundList : 'g4 -> pattern' -> compound_list' -> case_item_ns * 'h4
method visit_CaseItemNS_Lparen_Pattern_Rparen_LineBreak : 'i4 -> pattern' -> linebreak' -> case_item_ns * 'j4
method visit_CaseItemNS_Lparen_Pattern_Rparen_CompoundList : 'k4 -> pattern' -> compound_list' -> case_item_ns * 'l4
method visit_case_item_ns : 'm4 -> case_item_ns -> case_item_ns * 'h
method visit_CaseItem_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'n4 -> pattern' -> linebreak' -> linebreak' -> case_item * 'o4
method visit_CaseItem_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'p4 -> pattern' -> compound_list' -> linebreak' -> case_item * 'q4
method visit_CaseItem_Lparen_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'r4 -> pattern' -> linebreak' -> linebreak' -> case_item * 's4
method visit_CaseItem_Lparen_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 't4 -> pattern' -> compound_list' -> linebreak' -> case_item * 'u4
method visit_case_item : 'v4 -> case_item -> case_item * 'h
method visit_Pattern_Word : 'w4 -> word' -> pattern * 'x4
method visit_Pattern_Pattern_Pipe_Word : 'y4 -> pattern' -> word' -> pattern * 'z4
method visit_pattern : 'a5 -> pattern -> pattern * 'h
method visit_IfClause_If_CompoundList_Then_CompoundList_ElsePart_Fi : 'b5 -> compound_list' -> compound_list' -> else_part' -> if_clause * 'c5
method visit_IfClause_If_CompoundList_Then_CompoundList_Fi : 'd5 -> compound_list' -> compound_list' -> if_clause * 'e5
method visit_if_clause : 'f5 -> if_clause -> if_clause * 'h
method visit_ElsePart_Elif_CompoundList_Then_CompoundList : 'g5 -> compound_list' -> compound_list' -> else_part * 'h5
method visit_ElsePart_Elif_CompoundList_Then_CompoundList_ElsePart : 'i5 -> compound_list' -> compound_list' -> else_part' -> else_part * 'j5
method visit_ElsePart_Else_CompoundList : 'k5 -> compound_list' -> else_part * 'l5
method visit_else_part : 'm5 -> else_part -> else_part * 'h
method visit_WhileClause_While_CompoundList_DoGroup : 'n5 -> compound_list' -> do_group' -> while_clause * 'o5
method visit_while_clause : 'p5 -> while_clause -> while_clause * 'h
method visit_UntilClause_Until_CompoundList_DoGroup : 'q5 -> compound_list' -> do_group' -> until_clause * 'r5
method visit_until_clause : 's5 -> until_clause -> until_clause * 'h
method visit_FunctionDefinition_Fname_Lparen_Rparen_LineBreak_FunctionBody : 't5 -> fname' -> linebreak' -> function_body' -> function_definition * 'u5
method visit_function_definition : 'v5 -> function_definition -> function_definition * 'h
method visit_FunctionBody_CompoundCommand : 'w5 -> compound_command' -> function_body * 'x5
method visit_FunctionBody_CompoundCommand_RedirectList : 'y5 -> compound_command' -> redirect_list' -> function_body * 'z5
method visit_function_body : 'a6 -> function_body -> function_body * 'h
method visit_Fname_Name : 'b6 -> name -> fname * 'c6
method visit_fname : 'd6 -> fname -> fname * 'h
method visit_BraceGroup_LBrace_CompoundList_RBrace : 'e6 -> compound_list' -> brace_group * 'f6
method visit_brace_group : 'g6 -> brace_group -> brace_group * 'h
method visit_DoGroup_Do_CompoundList_Done : 'h6 -> compound_list' -> do_group * 'i6
method visit_do_group : 'j6 -> do_group -> do_group * 'h
method visit_SimpleCommand_CmdPrefix_CmdWord_CmdSuffix : 'k6 -> cmd_prefix' -> cmd_word' -> cmd_suffix' -> simple_command * 'l6
method visit_SimpleCommand_CmdPrefix_CmdWord : 'm6 -> cmd_prefix' -> cmd_word' -> simple_command * 'n6
method visit_SimpleCommand_CmdPrefix : 'o6 -> cmd_prefix' -> simple_command * 'p6
method visit_SimpleCommand_CmdName_CmdSuffix : 'q6 -> cmd_name' -> cmd_suffix' -> simple_command * 'r6
method visit_SimpleCommand_CmdName : 's6 -> cmd_name' -> simple_command * 't6
method visit_simple_command : 'u6 -> simple_command -> simple_command * 'h
method visit_CmdName_Word : 'v6 -> word' -> cmd_name * 'w6
method visit_cmd_name : 'x6 -> cmd_name -> cmd_name * 'h
method visit_CmdWord_Word : 'y6 -> word' -> cmd_word * 'z6
method visit_cmd_word : 'a7 -> cmd_word -> cmd_word * 'h
method visit_CmdPrefix_IoRedirect : 'b7 -> io_redirect' -> cmd_prefix * 'c7
method visit_CmdPrefix_CmdPrefix_IoRedirect : 'd7 -> cmd_prefix' -> io_redirect' -> cmd_prefix * 'e7
method visit_CmdPrefix_AssignmentWord : 'f7 -> assignment_word' -> cmd_prefix * 'g7
method visit_CmdPrefix_CmdPrefix_AssignmentWord : 'h7 -> cmd_prefix' -> assignment_word' -> cmd_prefix * 'i7
method visit_cmd_prefix : 'j7 -> cmd_prefix -> cmd_prefix * 'h
method visit_CmdSuffix_IoRedirect : 'k7 -> io_redirect' -> cmd_suffix * 'l7
method visit_CmdSuffix_CmdSuffix_IoRedirect : 'm7 -> cmd_suffix' -> io_redirect' -> cmd_suffix * 'n7
method visit_CmdSuffix_Word : 'o7 -> word' -> cmd_suffix * 'p7
method visit_CmdSuffix_CmdSuffix_Word : 'q7 -> cmd_suffix' -> word' -> cmd_suffix * 'r7
method visit_cmd_suffix : 's7 -> cmd_suffix -> cmd_suffix * 'h
method visit_RedirectList_IoRedirect : 't7 -> io_redirect' -> redirect_list * 'u7
method visit_RedirectList_RedirectList_IoRedirect : 'v7 -> redirect_list' -> io_redirect' -> redirect_list * 'w7
method visit_redirect_list : 'x7 -> redirect_list -> redirect_list * 'h
method visit_IoRedirect_IoFile : 'y7 -> io_file' -> io_redirect * 'z7
method visit_IoRedirect_IoNumber_IoFile : 'a8 -> io_number -> io_file' -> io_redirect * 'b8
method visit_IoRedirect_IoHere : 'c8 -> io_here' -> io_redirect * 'd8
method visit_IoRedirect_IoNumber_IoHere : 'e8 -> io_number -> io_here' -> io_redirect * 'f8
method visit_io_redirect : 'g8 -> io_redirect -> io_redirect * 'h
method visit_IoFile_Less_FileName : 'h8 -> filename' -> io_file * 'i8
method visit_IoFile_LessAnd_FileName : 'j8 -> filename' -> io_file * 'k8
method visit_IoFile_Great_FileName : 'l8 -> filename' -> io_file * 'm8
method visit_IoFile_GreatAnd_FileName : 'n8 -> filename' -> io_file * 'o8
method visit_IoFile_DGreat_FileName : 'p8 -> filename' -> io_file * 'q8
method visit_IoFile_LessGreat_FileName : 'r8 -> filename' -> io_file * 's8
method visit_IoFile_Clobber_FileName : 't8 -> filename' -> io_file * 'u8
method visit_io_file : 'v8 -> io_file -> io_file * 'h
method visit_Filename_Word : 'w8 -> word' -> filename * 'x8
method visit_filename : 'y8 -> filename -> filename * 'h
method visit_IoHere_DLess_HereEnd : 'z8 -> here_end' -> word' Stdlib.ref -> io_here * 'a9
method visit_IoHere_DLessDash_HereEnd : 'b9 -> here_end' -> word' Stdlib.ref -> io_here * 'c9
method visit_io_here : 'd9 -> io_here -> io_here * 'h
method visit_HereEnd_Word : 'e9 -> word' -> here_end * 'f9
method visit_here_end : 'g9 -> here_end -> here_end * 'h
method visit_NewLineList_NewLine : 'h9 -> newline_list * 'i9
method visit_NewLineList_NewLineList_NewLine : 'j9 -> newline_list' -> newline_list * 'k9
method visit_newline_list : 'l9 -> newline_list -> newline_list * 'h
method visit_LineBreak_NewLineList : 'm9 -> newline_list' -> linebreak * 'n9
method visit_LineBreak_Empty : 'o9 -> linebreak * 'p9
method visit_linebreak : 'q9 -> linebreak -> linebreak * 'h
method visit_SeparatorOp_Uppersand : 'r9 -> separator_op * 's9
method visit_SeparatorOp_Semicolon : 't9 -> separator_op * 'u9
method visit_separator_op : 'v9 -> separator_op -> separator_op * 'h
method visit_Separator_SeparatorOp_LineBreak : 'w9 -> separator_op' -> linebreak' -> separator * 'x9
method visit_Separator_NewLineList : 'y9 -> newline_list' -> separator * 'z9
method visit_separator : 'a10 -> separator -> separator * 'h
method visit_SequentialSep_Semicolon_LineBreak : 'b10 -> linebreak' -> sequential_sep * 'c10
method visit_SequentialSep_NewLineList : 'd10 -> newline_list' -> sequential_sep * 'e10
method visit_sequential_sep : 'f10 -> sequential_sep -> sequential_sep * 'h
method visit_Word : 'g10 -> string -> word_cst -> word * 'h10
method visit_word : 'i10 -> word -> word * 'h
method visit_word_cst : 'j10 -> word_cst -> word_cst * 'k10
method visit_WordSubshell : 'l10 -> subshell_kind -> program located -> word_component * 'm10
method visit_WordName : 'n10 -> string -> word_component * 'o10
method visit_WordAssignmentWord : 'p10 -> assignment_word -> word_component * 'q10
method visit_WordDoubleQuoted : 'r10 -> word -> word_component * 's10
method visit_WordSingleQuoted : 't10 -> word -> word_component * 'u10
method visit_WordLiteral : 'v10 -> string -> word_component * 'w10
method visit_WordVariable : 'x10 -> variable -> word_component * 'y10
method visit_WordGlobAll : 'z10 -> word_component * 'a11
method visit_WordGlobAny : 'b11 -> word_component * 'c11
method visit_WordReBracketExpression : 'd11 -> bracket_expression -> word_component * 'e11
method visit_WordEmpty : 'f11 -> word_component * 'g11
method visit_word_component : 'h11 -> word_component -> word_component * 'h
method visit_BracketExpression_LBRACKET_MatchingList_RBRACKET : 'i11 -> matching_list -> bracket_expression * 'j11
method visit_BracketExpression_LBRACKET_NonMatchingList_RBRACKET : 'k11 -> nonmatching_list -> bracket_expression * 'l11
method visit_bracket_expression : 'm11 -> bracket_expression -> bracket_expression * 'n11
method visit_MatchingList_BracketList : 'o11 -> bracket_list -> matching_list * 'p11
method visit_matching_list : 'q11 -> matching_list -> matching_list * 'r11
method visit_NonMatchingList_BracketList : 's11 -> bracket_list -> nonmatching_list * 't11
method visit_nonmatching_list : 'u11 -> nonmatching_list -> nonmatching_list * 'v11
method visit_BracketList_FollowList : 'w11 -> follow_list -> bracket_list * 'x11
method visit_BracketList_FollowList_MINUS : 'y11 -> follow_list -> bracket_list * 'z11
method visit_bracket_list : 'a12 -> bracket_list -> bracket_list * 'b12
method visit_FollowList_ExpressionTerm : 'c12 -> expression_term -> follow_list * 'd12
method visit_FollowList_FollowList_ExpressionTerm : 'e12 -> follow_list -> expression_term -> follow_list * 'f12
method visit_follow_list : 'g12 -> follow_list -> follow_list * 'h12
method visit_ExpressionTerm_SingleExpression : 'i12 -> single_expression -> expression_term * 'j12
method visit_ExpressionTerm_RangeExpression : 'k12 -> range_expression -> expression_term * 'l12
method visit_expression_term : 'm12 -> expression_term -> expression_term * 'n12
method visit_SingleExpression_EndRange : 'o12 -> end_range -> single_expression * 'p12
method visit_SingleExpression_CharacterClass : 'q12 -> character_class -> single_expression * 'r12
method visit_SingleExpression_EquivalenceClass : 's12 -> equivalence_class -> single_expression * 't12
method visit_single_expression : 'u12 -> single_expression -> single_expression * 'v12
method visit_RangeExpression_StartRange_EndRange : 'w12 -> start_range -> end_range -> range_expression * 'x12
method visit_RangeExpression_StartRange_MINUS : 'y12 -> start_range -> range_expression * 'z12
method visit_range_expression : 'a13 -> range_expression -> range_expression * 'b13
method visit_StartRange_EndRange_MINUS : 'c13 -> end_range -> start_range * 'd13
method visit_start_range : 'e13 -> start_range -> start_range * 'f13
method visit_EndRange_COLLELEMSINGLE : 'g13 -> char -> end_range * 'h13
method visit_EndRangeCollatingSymbol : 'i13 -> collating_symbol -> end_range * 'j13
method visit_end_range : 'k13 -> end_range -> end_range * 'l13
method visit_CollatingSymbol_OpenDot_COLLELEMSINGLE_DotClose : 'm13 -> char -> collating_symbol * 'n13
method visit_CollatingSymbol_OpenDot_COLLELEMMULTI_DotClose : 'o13 -> string -> collating_symbol * 'p13
method visit_CollatingSymbol_OpenDot_METACHAR_DotClose : 'q13 -> char -> collating_symbol * 'r13
method visit_collating_symbol : 's13 -> collating_symbol -> collating_symbol * 't13
method visit_EquivalenceClass_OpenEqual_COLLELEMSINGLE_EqualClose : 'u13 -> char -> equivalence_class * 'v13
method visit_EquivalenceClass_OpenEqual_COLLELEMMULTI_EqualClose : 'w13 -> string -> equivalence_class * 'x13
method visit_equivalence_class : 'y13 -> equivalence_class -> equivalence_class * 'z13
method visit_CharacterClass_OpenColon_CLASSNAME_ColonClose : 'a14 -> class_name -> character_class * 'b14
method visit_character_class : 'c14 -> character_class -> character_class * 'd14
method visit_ClassName : 'e14 -> string -> class_name * 'f14
method visit_class_name : 'g14 -> class_name -> class_name * 'h14
method visit_Range : 'i14 -> char list -> character_range * 'j14
method visit_character_range : 'k14 -> character_range -> character_range * 'j14
method visit_VariableAtom : 'l14 -> string -> variable_attribute -> variable * 'm14
method visit_variable : 'n14 -> variable -> variable * 'o14
method visit_NoAttribute : 'p14 -> variable_attribute * 'q14
method visit_ParameterLength : 'r14 -> word -> variable_attribute * 's14
method visit_UseDefaultValues : 't14 -> string -> word -> variable_attribute * 'u14
method visit_AssignDefaultValues : 'v14 -> string -> word -> variable_attribute * 'w14
method visit_IndicateErrorifNullorUnset : 'x14 -> string -> word -> variable_attribute * 'y14
method visit_UseAlternativeValue : 'z14 -> string -> word -> variable_attribute * 'a15
method visit_RemoveSmallestSuffixPattern : 'b15 -> word -> variable_attribute * 'c15
method visit_RemoveLargestSuffixPattern : 'd15 -> word -> variable_attribute * 'e15
method visit_RemoveSmallestPrefixPattern : 'f15 -> word -> variable_attribute * 'g15
method visit_RemoveLargestPrefixPattern : 'h15 -> word -> variable_attribute * 'i15
method visit_variable_attribute : 'j15 -> variable_attribute -> variable_attribute * 'k15
method visit_SubShellKindBackQuote : 'l15 -> subshell_kind * 'm15
method visit_SubShellKindParentheses : 'n15 -> subshell_kind * 'o15
method visit_subshell_kind : 'p15 -> subshell_kind -> subshell_kind * 'q15
method visit_Name : 'r15 -> string -> name * 's15
method visit_name : 't15 -> name -> name * 'h
method visit_assignment_word : 'u15 -> assignment_word -> (name * word) * 'v15
method visit_IONumber : 'w15 -> string -> io_number * 'x15
method visit_io_number : 'y15 -> io_number -> io_number * 'z15
method visit_program' : 'a16 -> program located -> program located * 'h
method visit_complete_commands' : 'b16 -> complete_commands' -> complete_commands' * 'c16
method visit_complete_command' : 'd16 -> complete_command' -> complete_command' * 'e16
method visit_clist' : 'f16 -> clist' -> clist' * 'g16
method visit_and_or' : 'h16 -> and_or' -> and_or' * 'i16
method visit_pipeline' : 'j16 -> pipeline' -> pipeline' * 'k16
method visit_pipe_sequence' : 'l16 -> pipe_sequence' -> pipe_sequence' * 'm16
method visit_command' : 'n16 -> command' -> command' * 'o16
method visit_compound_command' : 'p16 -> compound_command' -> compound_command' * 'q16
method visit_subshell' : 'r16 -> subshell' -> subshell' * 's16
method visit_compound_list' : 't16 -> compound_list' -> compound_list' * 'u16
method visit_term' : 'v16 -> term' -> term' * 'w16
method visit_for_clause' : 'x16 -> for_clause' -> for_clause' * 'y16
method visit_wordlist' : 'z16 -> wordlist' -> wordlist' * 'a17
method visit_case_clause' : 'b17 -> case_clause' -> case_clause' * 'c17
method visit_case_list_ns' : 'd17 -> case_list_ns' -> case_list_ns' * 'e17
method visit_case_list' : 'f17 -> case_list' -> case_list' * 'g17
method visit_case_item_ns' : 'h17 -> case_item_ns' -> case_item_ns' * 'i17
method visit_case_item' : 'j17 -> case_item' -> case_item' * 'k17
method visit_pattern' : 'l17 -> pattern' -> pattern' * 'm17
method visit_if_clause' : 'n17 -> if_clause' -> if_clause' * 'o17
method visit_else_part' : 'p17 -> else_part' -> else_part' * 'q17
method visit_while_clause' : 'r17 -> while_clause' -> while_clause' * 's17
method visit_until_clause' : 't17 -> until_clause' -> until_clause' * 'u17
method visit_function_definition' : 'v17 -> function_definition' -> function_definition' * 'w17
method visit_function_body' : 'x17 -> function_body' -> function_body' * 'y17
method visit_fname' : 'z17 -> fname' -> fname' * 'a18
method visit_brace_group' : 'b18 -> brace_group' -> brace_group' * 'c18
method visit_do_group' : 'd18 -> do_group' -> do_group' * 'e18
method visit_simple_command' : 'f18 -> simple_command' -> simple_command' * 'g18
method visit_cmd_name' : 'h18 -> cmd_name' -> cmd_name' * 'i18
method visit_cmd_word' : 'j18 -> cmd_word' -> cmd_word' * 'k18
method visit_cmd_prefix' : 'l18 -> cmd_prefix' -> cmd_prefix' * 'm18
method visit_cmd_suffix' : 'n18 -> cmd_suffix' -> cmd_suffix' * 'o18
method visit_redirect_list' : 'p18 -> redirect_list' -> redirect_list' * 'q18
method visit_io_redirect' : 'r18 -> io_redirect' -> io_redirect' * 's18
method visit_io_file' : 't18 -> io_file' -> io_file' * 'u18
method visit_filename' : 'v18 -> filename' -> filename' * 'w18
method visit_io_here' : 'x18 -> io_here' -> io_here' * 'y18
method visit_here_end' : 'z18 -> here_end' -> here_end' * 'a19
method visit_newline_list' : 'b19 -> newline_list' -> newline_list' * 'c19
method visit_linebreak' : 'd19 -> linebreak' -> linebreak' * 'e19
method visit_separator_op' : 'f19 -> separator_op' -> separator_op' * 'g19
method visit_separator' : 'h19 -> separator' -> separator' * 'i19
method visit_sequential_sep' : 'j19 -> sequential_sep' -> sequential_sep' * 'k19
method visit_word' : 'l19 -> word' -> word' * 'm19
method visit_name' : 'n19 -> name' -> name' * 'o19
method visit_assignment_word' : 'p19 -> assignment_word' -> assignment_word' * 'q19