package morbig

  1. Overview
  2. Docs
constraint 'b map = 'b map
inherit located_map
method visit_Program_LineBreak_CompleteCommands_LineBreak : 'b -> 'c -> linebreak' -> complete_commands' -> linebreak' -> program
method visit_Program_LineBreak : 'b -> 'd -> linebreak' -> program
method visit_program : 'b -> 'e -> program -> program
method visit_CompleteCommands_CompleteCommands_NewlineList_CompleteCommand : 'b -> 'f -> complete_commands' -> newline_list' -> complete_command' -> complete_commands
method visit_CompleteCommands_CompleteCommand : 'b -> 'g -> complete_command' -> complete_commands
method visit_complete_commands : 'b -> 'h -> complete_commands -> complete_commands
method visit_CompleteCommand_CList_SeparatorOp : 'b -> 'i -> clist' -> separator_op' -> complete_command
method visit_CompleteCommand_CList : 'b -> 'j -> clist' -> complete_command
method visit_complete_command : 'b -> 'k -> complete_command -> complete_command
method visit_CList_CList_SeparatorOp_AndOr : 'b -> 'l -> clist' -> separator_op' -> and_or' -> clist
method visit_CList_AndOr : 'b -> 'm -> and_or' -> clist
method visit_clist : 'b -> 'n -> clist -> clist
method visit_AndOr_Pipeline : 'b -> 'o -> pipeline' -> and_or
method visit_AndOr_AndOr_AndIf_LineBreak_Pipeline : 'b -> 'p -> and_or' -> linebreak' -> pipeline' -> and_or
method visit_AndOr_AndOr_OrIf_LineBreak_Pipeline : 'b -> 'q -> and_or' -> linebreak' -> pipeline' -> and_or
method visit_and_or : 'b -> 'r -> and_or -> and_or
method visit_Pipeline_PipeSequence : 'b -> 's -> pipe_sequence' -> pipeline
method visit_Pipeline_Bang_PipeSequence : 'b -> 't -> pipe_sequence' -> pipeline
method visit_pipeline : 'b -> 'u -> pipeline -> pipeline
method visit_PipeSequence_Command : 'b -> 'v -> command' -> pipe_sequence
method visit_PipeSequence_PipeSequence_Pipe_LineBreak_Command : 'b -> 'w -> pipe_sequence' -> linebreak' -> command' -> pipe_sequence
method visit_pipe_sequence : 'b -> 'x -> pipe_sequence -> pipe_sequence
method visit_Command_SimpleCommand : 'b -> 'y -> simple_command' -> command
method visit_Command_CompoundCommand : 'b -> 'z -> compound_command' -> command
method visit_Command_CompoundCommand_RedirectList : 'b -> 'a1 -> compound_command' -> redirect_list' -> command
method visit_Command_FunctionDefinition : 'b -> 'b1 -> function_definition' -> command
method visit_command : 'b -> 'c1 -> command -> command
method visit_CompoundCommand_BraceGroup : 'b -> 'd1 -> brace_group' -> compound_command
method visit_CompoundCommand_Subshell : 'b -> 'e1 -> subshell' -> compound_command
method visit_CompoundCommand_ForClause : 'b -> 'f1 -> for_clause' -> compound_command
method visit_CompoundCommand_CaseClause : 'b -> 'g1 -> case_clause' -> compound_command
method visit_CompoundCommand_IfClause : 'b -> 'h1 -> if_clause' -> compound_command
method visit_CompoundCommand_WhileClause : 'b -> 'i1 -> while_clause' -> compound_command
method visit_CompoundCommand_UntilClause : 'b -> 'j1 -> until_clause' -> compound_command
method visit_compound_command : 'b -> 'k1 -> compound_command -> compound_command
method visit_Subshell_Lparen_CompoundList_Rparen : 'b -> 'l1 -> compound_list' -> subshell
method visit_subshell : 'b -> 'm1 -> subshell -> subshell
method visit_CompoundList_LineBreak_Term : 'b -> 'n1 -> linebreak' -> term' -> compound_list
method visit_CompoundList_LineBreak_Term_Separator : 'b -> 'o1 -> linebreak' -> term' -> separator' -> compound_list
method visit_compound_list : 'b -> 'p1 -> compound_list -> compound_list
method visit_Term_Term_Separator_AndOr : 'b -> 'q1 -> term' -> separator' -> and_or' -> term
method visit_Term_AndOr : 'b -> 'r1 -> and_or' -> term
method visit_term : 'b -> 's1 -> term -> term
method visit_ForClause_For_Name_DoGroup : 'b -> 't1 -> name' -> do_group' -> for_clause
method visit_ForClause_For_Name_SequentialSep_DoGroup : 'b -> 'u1 -> name' -> sequential_sep' -> do_group' -> for_clause
method visit_ForClause_For_Name_LineBreak_In_SequentialSep_DoGroup : 'b -> 'v1 -> name' -> linebreak' -> sequential_sep' -> do_group' -> for_clause
method visit_ForClause_For_Name_LineBreak_In_WordList_SequentialSep_DoGroup : 'b -> 'w1 -> name' -> linebreak' -> wordlist' -> sequential_sep' -> do_group' -> for_clause
method visit_for_clause : 'b -> 'x1 -> for_clause -> for_clause
method visit_WordList_WordList_Word : 'b -> 'y1 -> wordlist' -> word' -> wordlist
method visit_WordList_Word : 'b -> 'z1 -> word' -> wordlist
method visit_wordlist : 'b -> 'a2 -> wordlist -> wordlist
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseList_Esac : 'b -> 'b2 -> word' -> linebreak' -> linebreak' -> case_list' -> case_clause
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseListNS_Esac : 'b -> 'c2 -> word' -> linebreak' -> linebreak' -> case_list_ns' -> case_clause
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_Esac : 'b -> 'd2 -> word' -> linebreak' -> linebreak' -> case_clause
method visit_case_clause : 'b -> 'e2 -> case_clause -> case_clause
method visit_CaseListNS_CaseList_CaseItemNS : 'b -> 'f2 -> case_list' -> case_item_ns' -> case_list_ns
method visit_CaseListNS_CaseItemNS : 'b -> 'g2 -> case_item_ns' -> case_list_ns
method visit_case_list_ns : 'b -> 'h2 -> case_list_ns -> case_list_ns
method visit_CaseList_CaseList_CaseItem : 'b -> 'i2 -> case_list' -> case_item' -> case_list
method visit_CaseList_CaseItem : 'b -> 'j2 -> case_item' -> case_list
method visit_case_list : 'b -> 'k2 -> case_list -> case_list
method visit_CaseItemNS_Pattern_Rparen_LineBreak : 'b -> 'l2 -> pattern' -> linebreak' -> case_item_ns
method visit_CaseItemNS_Pattern_Rparen_CompoundList : 'b -> 'm2 -> pattern' -> compound_list' -> case_item_ns
method visit_CaseItemNS_Lparen_Pattern_Rparen_LineBreak : 'b -> 'n2 -> pattern' -> linebreak' -> case_item_ns
method visit_CaseItemNS_Lparen_Pattern_Rparen_CompoundList : 'b -> 'o2 -> pattern' -> compound_list' -> case_item_ns
method visit_case_item_ns : 'b -> 'p2 -> case_item_ns -> case_item_ns
method visit_CaseItem_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'b -> 'q2 -> pattern' -> linebreak' -> linebreak' -> case_item
method visit_CaseItem_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'b -> 'r2 -> pattern' -> compound_list' -> linebreak' -> case_item
method visit_CaseItem_Lparen_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'b -> 's2 -> pattern' -> linebreak' -> linebreak' -> case_item
method visit_CaseItem_Lparen_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'b -> 't2 -> pattern' -> compound_list' -> linebreak' -> case_item
method visit_case_item : 'b -> 'u2 -> case_item -> case_item
method visit_Pattern_Word : 'b -> 'v2 -> word' -> pattern
method visit_Pattern_Pattern_Pipe_Word : 'b -> 'w2 -> pattern' -> word' -> pattern
method visit_pattern : 'b -> 'x2 -> pattern -> pattern
method visit_IfClause_If_CompoundList_Then_CompoundList_ElsePart_Fi : 'b -> 'y2 -> compound_list' -> compound_list' -> else_part' -> if_clause
method visit_IfClause_If_CompoundList_Then_CompoundList_Fi : 'b -> 'z2 -> compound_list' -> compound_list' -> if_clause
method visit_if_clause : 'b -> 'a3 -> if_clause -> if_clause
method visit_ElsePart_Elif_CompoundList_Then_CompoundList : 'b -> 'b3 -> compound_list' -> compound_list' -> else_part
method visit_ElsePart_Elif_CompoundList_Then_CompoundList_ElsePart : 'b -> 'c3 -> compound_list' -> compound_list' -> else_part' -> else_part
method visit_ElsePart_Else_CompoundList : 'b -> 'd3 -> compound_list' -> else_part
method visit_else_part : 'b -> 'e3 -> else_part -> else_part
method visit_WhileClause_While_CompoundList_DoGroup : 'b -> 'f3 -> compound_list' -> do_group' -> while_clause
method visit_while_clause : 'b -> 'g3 -> while_clause -> while_clause
method visit_UntilClause_Until_CompoundList_DoGroup : 'b -> 'h3 -> compound_list' -> do_group' -> until_clause
method visit_until_clause : 'b -> 'i3 -> until_clause -> until_clause
method visit_FunctionDefinition_Fname_Lparen_Rparen_LineBreak_FunctionBody : 'b -> 'j3 -> fname' -> linebreak' -> function_body' -> function_definition
method visit_function_definition : 'b -> 'k3 -> function_definition -> function_definition
method visit_FunctionBody_CompoundCommand : 'b -> 'l3 -> compound_command' -> function_body
method visit_FunctionBody_CompoundCommand_RedirectList : 'b -> 'm3 -> compound_command' -> redirect_list' -> function_body
method visit_function_body : 'b -> 'n3 -> function_body -> function_body
method visit_Fname_Name : 'b -> 'o3 -> name -> fname
method visit_fname : 'b -> 'p3 -> fname -> fname
method visit_BraceGroup_LBrace_CompoundList_RBrace : 'b -> 'q3 -> compound_list' -> brace_group
method visit_brace_group : 'b -> 'r3 -> brace_group -> brace_group
method visit_DoGroup_Do_CompoundList_Done : 'b -> 's3 -> compound_list' -> do_group
method visit_do_group : 'b -> 't3 -> do_group -> do_group
method visit_SimpleCommand_CmdPrefix_CmdWord_CmdSuffix : 'b -> 'u3 -> cmd_prefix' -> cmd_word' -> cmd_suffix' -> simple_command
method visit_SimpleCommand_CmdPrefix_CmdWord : 'b -> 'v3 -> cmd_prefix' -> cmd_word' -> simple_command
method visit_SimpleCommand_CmdPrefix : 'b -> 'w3 -> cmd_prefix' -> simple_command
method visit_SimpleCommand_CmdName_CmdSuffix : 'b -> 'x3 -> cmd_name' -> cmd_suffix' -> simple_command
method visit_SimpleCommand_CmdName : 'b -> 'y3 -> cmd_name' -> simple_command
method visit_simple_command : 'b -> 'z3 -> simple_command -> simple_command
method visit_CmdName_Word : 'b -> 'a4 -> word' -> cmd_name
method visit_cmd_name : 'b -> 'b4 -> cmd_name -> cmd_name
method visit_CmdWord_Word : 'b -> 'c4 -> word' -> cmd_word
method visit_cmd_word : 'b -> 'd4 -> cmd_word -> cmd_word
method visit_CmdPrefix_IoRedirect : 'b -> 'e4 -> io_redirect' -> cmd_prefix
method visit_CmdPrefix_CmdPrefix_IoRedirect : 'b -> 'f4 -> cmd_prefix' -> io_redirect' -> cmd_prefix
method visit_CmdPrefix_AssignmentWord : 'b -> 'g4 -> assignment_word' -> cmd_prefix
method visit_CmdPrefix_CmdPrefix_AssignmentWord : 'b -> 'h4 -> cmd_prefix' -> assignment_word' -> cmd_prefix
method visit_cmd_prefix : 'b -> 'i4 -> cmd_prefix -> cmd_prefix
method visit_CmdSuffix_IoRedirect : 'b -> 'j4 -> io_redirect' -> cmd_suffix
method visit_CmdSuffix_CmdSuffix_IoRedirect : 'b -> 'k4 -> cmd_suffix' -> io_redirect' -> cmd_suffix
method visit_CmdSuffix_Word : 'b -> 'l4 -> word' -> cmd_suffix
method visit_CmdSuffix_CmdSuffix_Word : 'b -> 'm4 -> cmd_suffix' -> word' -> cmd_suffix
method visit_cmd_suffix : 'b -> 'n4 -> cmd_suffix -> cmd_suffix
method visit_RedirectList_IoRedirect : 'b -> 'o4 -> io_redirect' -> redirect_list
method visit_RedirectList_RedirectList_IoRedirect : 'b -> 'p4 -> redirect_list' -> io_redirect' -> redirect_list
method visit_redirect_list : 'b -> 'q4 -> redirect_list -> redirect_list
method visit_IoRedirect_IoFile : 'b -> 'r4 -> io_file' -> io_redirect
method visit_IoRedirect_IoNumber_IoFile : 'b -> 's4 -> io_number -> io_file' -> io_redirect
method visit_IoRedirect_IoHere : 'b -> 't4 -> io_here' -> io_redirect
method visit_IoRedirect_IoNumber_IoHere : 'b -> 'u4 -> io_number -> io_here' -> io_redirect
method visit_io_redirect : 'b -> 'v4 -> io_redirect -> io_redirect
method visit_IoFile_Less_FileName : 'b -> 'w4 -> filename' -> io_file
method visit_IoFile_LessAnd_FileName : 'b -> 'x4 -> filename' -> io_file
method visit_IoFile_Great_FileName : 'b -> 'y4 -> filename' -> io_file
method visit_IoFile_GreatAnd_FileName : 'b -> 'z4 -> filename' -> io_file
method visit_IoFile_DGreat_FileName : 'b -> 'a5 -> filename' -> io_file
method visit_IoFile_LessGreat_FileName : 'b -> 'b5 -> filename' -> io_file
method visit_IoFile_Clobber_FileName : 'b -> 'c5 -> filename' -> io_file
method visit_io_file : 'b -> 'd5 -> io_file -> io_file
method visit_Filename_Word : 'b -> 'e5 -> word' -> filename
method visit_filename : 'b -> 'f5 -> filename -> filename
method visit_IoHere_DLess_HereEnd : 'b -> 'g5 -> here_end' -> word' Stdlib.ref -> io_here
method visit_IoHere_DLessDash_HereEnd : 'b -> 'h5 -> here_end' -> word' Stdlib.ref -> io_here
method visit_io_here : 'b -> 'i5 -> io_here -> io_here
method visit_HereEnd_Word : 'b -> 'j5 -> word' -> here_end
method visit_here_end : 'b -> 'k5 -> here_end -> here_end
method visit_NewLineList_NewLine : 'b -> 'l5 -> newline_list
method visit_NewLineList_NewLineList_NewLine : 'b -> 'm5 -> newline_list' -> newline_list
method visit_newline_list : 'b -> 'n5 -> newline_list -> newline_list
method visit_LineBreak_NewLineList : 'b -> 'o5 -> newline_list' -> linebreak
method visit_LineBreak_Empty : 'b -> 'p5 -> linebreak
method visit_linebreak : 'b -> 'q5 -> linebreak -> linebreak
method visit_SeparatorOp_Uppersand : 'b -> 'r5 -> separator_op
method visit_SeparatorOp_Semicolon : 'b -> 's5 -> separator_op
method visit_separator_op : 'b -> 't5 -> separator_op -> separator_op
method visit_Separator_SeparatorOp_LineBreak : 'b -> 'u5 -> separator_op' -> linebreak' -> separator
method visit_Separator_NewLineList : 'b -> 'v5 -> newline_list' -> separator
method visit_separator : 'b -> 'w5 -> separator -> separator
method visit_SequentialSep_Semicolon_LineBreak : 'b -> 'x5 -> linebreak' -> sequential_sep
method visit_SequentialSep_NewLineList : 'b -> 'y5 -> newline_list' -> sequential_sep
method visit_sequential_sep : 'b -> 'z5 -> sequential_sep -> sequential_sep
method visit_Word : 'b -> 'a6 -> string -> word_cst -> word
method visit_word : 'b -> 'b6 -> word -> word
method visit_word_cst : 'b -> 'c6 -> word_cst -> word_cst
method visit_WordSubshell : 'b -> 'd6 -> subshell_kind -> program located -> word_component
method visit_WordName : 'b -> 'e6 -> string -> word_component
method visit_WordAssignmentWord : 'b -> 'f6 -> assignment_word -> word_component
method visit_WordDoubleQuoted : 'b -> 'g6 -> word -> word_component
method visit_WordSingleQuoted : 'b -> 'h6 -> word -> word_component
method visit_WordLiteral : 'b -> 'i6 -> string -> word_component
method visit_WordVariable : 'b -> 'j6 -> variable -> word_component
method visit_WordGlobAll : 'b -> 'k6 -> word_component
method visit_WordGlobAny : 'b -> 'l6 -> word_component
method visit_WordReBracketExpression : 'b -> 'm6 -> bracket_expression -> word_component
method visit_WordEmpty : 'b -> 'n6 -> word_component
method visit_word_component : 'b -> 'o6 -> word_component -> word_component
method visit_BracketExpression_LBRACKET_MatchingList_RBRACKET : 'b -> 'p6 -> matching_list -> bracket_expression
method visit_BracketExpression_LBRACKET_NonMatchingList_RBRACKET : 'b -> 'q6 -> nonmatching_list -> bracket_expression
method visit_bracket_expression : 'b -> 'r6 -> bracket_expression -> bracket_expression
method visit_MatchingList_BracketList : 'b -> 's6 -> bracket_list -> matching_list
method visit_matching_list : 'b -> 't6 -> matching_list -> matching_list
method visit_NonMatchingList_BracketList : 'b -> 'u6 -> bracket_list -> nonmatching_list
method visit_nonmatching_list : 'b -> 'v6 -> nonmatching_list -> nonmatching_list
method visit_BracketList_FollowList : 'b -> 'w6 -> follow_list -> bracket_list
method visit_BracketList_FollowList_MINUS : 'b -> 'x6 -> follow_list -> bracket_list
method visit_bracket_list : 'b -> 'y6 -> bracket_list -> bracket_list
method visit_FollowList_ExpressionTerm : 'b -> 'z6 -> expression_term -> follow_list
method visit_FollowList_FollowList_ExpressionTerm : 'b -> 'a7 -> follow_list -> expression_term -> follow_list
method visit_follow_list : 'b -> 'b7 -> follow_list -> follow_list
method visit_ExpressionTerm_SingleExpression : 'b -> 'c7 -> single_expression -> expression_term
method visit_ExpressionTerm_RangeExpression : 'b -> 'd7 -> range_expression -> expression_term
method visit_expression_term : 'b -> 'e7 -> expression_term -> expression_term
method visit_SingleExpression_EndRange : 'b -> 'f7 -> end_range -> single_expression
method visit_SingleExpression_CharacterClass : 'b -> 'g7 -> character_class -> single_expression
method visit_SingleExpression_EquivalenceClass : 'b -> 'h7 -> equivalence_class -> single_expression
method visit_single_expression : 'b -> 'i7 -> single_expression -> single_expression
method visit_RangeExpression_StartRange_EndRange : 'b -> 'j7 -> start_range -> end_range -> range_expression
method visit_RangeExpression_StartRange_MINUS : 'b -> 'k7 -> start_range -> range_expression
method visit_range_expression : 'b -> 'l7 -> range_expression -> range_expression
method visit_StartRange_EndRange_MINUS : 'b -> 'm7 -> end_range -> start_range
method visit_start_range : 'b -> 'n7 -> start_range -> start_range
method visit_EndRange_COLLELEMSINGLE : 'b -> 'o7 -> char -> end_range
method visit_EndRangeCollatingSymbol : 'b -> 'p7 -> collating_symbol -> end_range
method visit_end_range : 'b -> 'q7 -> end_range -> end_range
method visit_CollatingSymbol_OpenDot_COLLELEMSINGLE_DotClose : 'b -> 'r7 -> char -> collating_symbol
method visit_CollatingSymbol_OpenDot_COLLELEMMULTI_DotClose : 'b -> 's7 -> string -> collating_symbol
method visit_CollatingSymbol_OpenDot_METACHAR_DotClose : 'b -> 't7 -> char -> collating_symbol
method visit_collating_symbol : 'b -> 'u7 -> collating_symbol -> collating_symbol
method visit_EquivalenceClass_OpenEqual_COLLELEMSINGLE_EqualClose : 'b -> 'v7 -> char -> equivalence_class
method visit_EquivalenceClass_OpenEqual_COLLELEMMULTI_EqualClose : 'b -> 'w7 -> string -> equivalence_class
method visit_equivalence_class : 'b -> 'x7 -> equivalence_class -> equivalence_class
method visit_CharacterClass_OpenColon_CLASSNAME_ColonClose : 'b -> 'y7 -> class_name -> character_class
method visit_character_class : 'b -> 'z7 -> character_class -> character_class
method visit_ClassName : 'b -> 'a8 -> string -> class_name
method visit_class_name : 'b -> 'b8 -> class_name -> class_name
method visit_Range : 'b -> 'c8 -> char list -> character_range
method visit_character_range : 'b -> 'd8 -> character_range -> character_range
method visit_VariableAtom : 'b -> 'e8 -> string -> variable_attribute -> variable
method visit_variable : 'b -> 'f8 -> variable -> variable
method visit_NoAttribute : 'b -> 'g8 -> variable_attribute
method visit_ParameterLength : 'b -> 'h8 -> word -> variable_attribute
method visit_UseDefaultValues : 'b -> 'i8 -> string -> word -> variable_attribute
method visit_AssignDefaultValues : 'b -> 'j8 -> string -> word -> variable_attribute
method visit_IndicateErrorifNullorUnset : 'b -> 'k8 -> string -> word -> variable_attribute
method visit_UseAlternativeValue : 'b -> 'l8 -> string -> word -> variable_attribute
method visit_RemoveSmallestSuffixPattern : 'b -> 'm8 -> word -> variable_attribute
method visit_RemoveLargestSuffixPattern : 'b -> 'n8 -> word -> variable_attribute
method visit_RemoveSmallestPrefixPattern : 'b -> 'o8 -> word -> variable_attribute
method visit_RemoveLargestPrefixPattern : 'b -> 'p8 -> word -> variable_attribute
method visit_variable_attribute : 'b -> 'q8 -> variable_attribute -> variable_attribute
method visit_SubShellKindBackQuote : 'b -> 'r8 -> subshell_kind
method visit_SubShellKindParentheses : 'b -> 's8 -> subshell_kind
method visit_subshell_kind : 'b -> 't8 -> subshell_kind -> subshell_kind
method visit_Name : 'b -> 'u8 -> string -> name
method visit_name : 'b -> 'v8 -> name -> name
method visit_assignment_word : 'b -> 'w8 -> assignment_word -> name * word
method visit_IONumber : 'b -> 'x8 -> string -> io_number
method visit_io_number : 'b -> 'y8 -> io_number -> io_number
method visit_program' : 'b -> 'z8 -> program located -> program located
method visit_complete_commands' : 'b -> 'a9 -> complete_commands' -> complete_commands'
method visit_complete_command' : 'b -> 'b9 -> complete_command' -> complete_command'
method visit_clist' : 'b -> 'c9 -> clist' -> clist'
method visit_and_or' : 'b -> 'd9 -> and_or' -> and_or'
method visit_pipeline' : 'b -> 'e9 -> pipeline' -> pipeline'
method visit_pipe_sequence' : 'b -> 'f9 -> pipe_sequence' -> pipe_sequence'
method visit_command' : 'b -> 'g9 -> command' -> command'
method visit_compound_command' : 'b -> 'h9 -> compound_command' -> compound_command'
method visit_subshell' : 'b -> 'i9 -> subshell' -> subshell'
method visit_compound_list' : 'b -> 'j9 -> compound_list' -> compound_list'
method visit_term' : 'b -> 'k9 -> term' -> term'
method visit_for_clause' : 'b -> 'l9 -> for_clause' -> for_clause'
method visit_wordlist' : 'b -> 'm9 -> wordlist' -> wordlist'
method visit_case_clause' : 'b -> 'n9 -> case_clause' -> case_clause'
method visit_case_list_ns' : 'b -> 'o9 -> case_list_ns' -> case_list_ns'
method visit_case_list' : 'b -> 'p9 -> case_list' -> case_list'
method visit_case_item_ns' : 'b -> 'q9 -> case_item_ns' -> case_item_ns'
method visit_case_item' : 'b -> 'r9 -> case_item' -> case_item'
method visit_pattern' : 'b -> 's9 -> pattern' -> pattern'
method visit_if_clause' : 'b -> 't9 -> if_clause' -> if_clause'
method visit_else_part' : 'b -> 'u9 -> else_part' -> else_part'
method visit_while_clause' : 'b -> 'v9 -> while_clause' -> while_clause'
method visit_until_clause' : 'b -> 'w9 -> until_clause' -> until_clause'
method visit_function_definition' : 'b -> 'x9 -> function_definition' -> function_definition'
method visit_function_body' : 'b -> 'y9 -> function_body' -> function_body'
method visit_fname' : 'b -> 'z9 -> fname' -> fname'
method visit_brace_group' : 'b -> 'a10 -> brace_group' -> brace_group'
method visit_do_group' : 'b -> 'b10 -> do_group' -> do_group'
method visit_simple_command' : 'b -> 'c10 -> simple_command' -> simple_command'
method visit_cmd_name' : 'b -> 'd10 -> cmd_name' -> cmd_name'
method visit_cmd_word' : 'b -> 'e10 -> cmd_word' -> cmd_word'
method visit_cmd_prefix' : 'b -> 'f10 -> cmd_prefix' -> cmd_prefix'
method visit_cmd_suffix' : 'b -> 'g10 -> cmd_suffix' -> cmd_suffix'
method visit_redirect_list' : 'b -> 'h10 -> redirect_list' -> redirect_list'
method visit_io_redirect' : 'b -> 'i10 -> io_redirect' -> io_redirect'
method visit_io_file' : 'b -> 'j10 -> io_file' -> io_file'
method visit_filename' : 'b -> 'k10 -> filename' -> filename'
method visit_io_here' : 'b -> 'l10 -> io_here' -> io_here'
method visit_here_end' : 'b -> 'm10 -> here_end' -> here_end'
method visit_newline_list' : 'b -> 'n10 -> newline_list' -> newline_list'
method visit_linebreak' : 'b -> 'o10 -> linebreak' -> linebreak'
method visit_separator_op' : 'b -> 'p10 -> separator_op' -> separator_op'
method visit_separator' : 'b -> 'q10 -> separator' -> separator'
method visit_sequential_sep' : 'b -> 'r10 -> sequential_sep' -> sequential_sep'
method visit_word' : 'b -> 's10 -> word' -> word'
method visit_name' : 'b -> 't10 -> name' -> name'
method visit_assignment_word' : 'b -> 'u10 -> assignment_word' -> assignment_word'