package morbig

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