package morbig

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