package morbig

  1. Overview
  2. Docs
constraint 'b map2 = 'b map2
inherit located_map2
method visit_Program_LineBreak_CompleteCommands_LineBreak : 'c -> linebreak' -> linebreak' -> complete_commands' -> complete_commands' -> linebreak' -> linebreak' -> program
method visit_Program_LineBreak : 'c -> linebreak' -> linebreak' -> program
method fail_program : 'c -> program -> program -> program
method visit_program : 'c -> program -> program -> program
method visit_CompleteCommands_CompleteCommands_NewlineList_CompleteCommand : 'c -> complete_commands' -> complete_commands' -> newline_list' -> newline_list' -> complete_command' -> complete_command' -> complete_commands
method visit_CompleteCommands_CompleteCommand : 'c -> complete_command' -> complete_command' -> complete_commands
method fail_complete_commands : 'c -> complete_commands -> complete_commands -> complete_commands
method visit_complete_commands : 'c -> complete_commands -> complete_commands -> complete_commands
method visit_CompleteCommand_CList_SeparatorOp : 'c -> clist' -> clist' -> separator_op' -> separator_op' -> complete_command
method visit_CompleteCommand_CList : 'c -> clist' -> clist' -> complete_command
method fail_complete_command : 'c -> complete_command -> complete_command -> complete_command
method visit_complete_command : 'c -> complete_command -> complete_command -> complete_command
method visit_CList_CList_SeparatorOp_AndOr : 'c -> clist' -> clist' -> separator_op' -> separator_op' -> and_or' -> and_or' -> clist
method visit_CList_AndOr : 'c -> and_or' -> and_or' -> clist
method fail_clist : 'c -> clist -> clist -> clist
method visit_clist : 'c -> clist -> clist -> clist
method visit_AndOr_Pipeline : 'c -> pipeline' -> pipeline' -> and_or
method visit_AndOr_AndOr_AndIf_LineBreak_Pipeline : 'c -> and_or' -> and_or' -> linebreak' -> linebreak' -> pipeline' -> pipeline' -> and_or
method visit_AndOr_AndOr_OrIf_LineBreak_Pipeline : 'c -> and_or' -> and_or' -> linebreak' -> linebreak' -> pipeline' -> pipeline' -> and_or
method fail_and_or : 'c -> and_or -> and_or -> and_or
method visit_and_or : 'c -> and_or -> and_or -> and_or
method visit_Pipeline_PipeSequence : 'c -> pipe_sequence' -> pipe_sequence' -> pipeline
method visit_Pipeline_Bang_PipeSequence : 'c -> pipe_sequence' -> pipe_sequence' -> pipeline
method fail_pipeline : 'c -> pipeline -> pipeline -> pipeline
method visit_pipeline : 'c -> pipeline -> pipeline -> pipeline
method visit_PipeSequence_Command : 'c -> command' -> command' -> pipe_sequence
method visit_PipeSequence_PipeSequence_Pipe_LineBreak_Command : 'c -> pipe_sequence' -> pipe_sequence' -> linebreak' -> linebreak' -> command' -> command' -> pipe_sequence
method fail_pipe_sequence : 'c -> pipe_sequence -> pipe_sequence -> pipe_sequence
method visit_pipe_sequence : 'c -> pipe_sequence -> pipe_sequence -> pipe_sequence
method visit_Command_SimpleCommand : 'c -> simple_command' -> simple_command' -> command
method visit_Command_CompoundCommand : 'c -> compound_command' -> compound_command' -> command
method visit_Command_CompoundCommand_RedirectList : 'c -> compound_command' -> compound_command' -> redirect_list' -> redirect_list' -> command
method visit_Command_FunctionDefinition : 'c -> function_definition' -> function_definition' -> command
method fail_command : 'c -> command -> command -> command
method visit_command : 'c -> command -> command -> command
method visit_CompoundCommand_BraceGroup : 'c -> brace_group' -> brace_group' -> compound_command
method visit_CompoundCommand_Subshell : 'c -> subshell' -> subshell' -> compound_command
method visit_CompoundCommand_ForClause : 'c -> for_clause' -> for_clause' -> compound_command
method visit_CompoundCommand_CaseClause : 'c -> case_clause' -> case_clause' -> compound_command
method visit_CompoundCommand_IfClause : 'c -> if_clause' -> if_clause' -> compound_command
method visit_CompoundCommand_WhileClause : 'c -> while_clause' -> while_clause' -> compound_command
method visit_CompoundCommand_UntilClause : 'c -> until_clause' -> until_clause' -> compound_command
method fail_compound_command : 'c -> compound_command -> compound_command -> compound_command
method visit_compound_command : 'c -> compound_command -> compound_command -> compound_command
method visit_Subshell_Lparen_CompoundList_Rparen : 'c -> compound_list' -> compound_list' -> subshell
method visit_subshell : 'c -> subshell -> subshell -> subshell
method visit_CompoundList_LineBreak_Term : 'c -> linebreak' -> linebreak' -> term' -> term' -> compound_list
method visit_CompoundList_LineBreak_Term_Separator : 'c -> linebreak' -> linebreak' -> term' -> term' -> separator' -> separator' -> compound_list
method fail_compound_list : 'c -> compound_list -> compound_list -> compound_list
method visit_compound_list : 'c -> compound_list -> compound_list -> compound_list
method visit_Term_Term_Separator_AndOr : 'c -> term' -> term' -> separator' -> separator' -> and_or' -> and_or' -> term
method visit_Term_AndOr : 'c -> and_or' -> and_or' -> term
method fail_term : 'c -> term -> term -> term
method visit_term : 'c -> term -> term -> term
method visit_ForClause_For_Name_DoGroup : 'c -> name' -> name' -> do_group' -> do_group' -> for_clause
method visit_ForClause_For_Name_SequentialSep_DoGroup : 'c -> name' -> name' -> sequential_sep' -> sequential_sep' -> do_group' -> do_group' -> for_clause
method visit_ForClause_For_Name_LineBreak_In_SequentialSep_DoGroup : 'c -> name' -> name' -> linebreak' -> linebreak' -> sequential_sep' -> sequential_sep' -> do_group' -> do_group' -> for_clause
method visit_ForClause_For_Name_LineBreak_In_WordList_SequentialSep_DoGroup : 'c -> name' -> name' -> linebreak' -> linebreak' -> wordlist' -> wordlist' -> sequential_sep' -> sequential_sep' -> do_group' -> do_group' -> for_clause
method fail_for_clause : 'c -> for_clause -> for_clause -> for_clause
method visit_for_clause : 'c -> for_clause -> for_clause -> for_clause
method visit_WordList_WordList_Word : 'c -> wordlist' -> wordlist' -> word' -> word' -> wordlist
method visit_WordList_Word : 'c -> word' -> word' -> wordlist
method fail_wordlist : 'c -> wordlist -> wordlist -> wordlist
method visit_wordlist : 'c -> wordlist -> wordlist -> wordlist
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseList_Esac : 'c -> word' -> word' -> linebreak' -> linebreak' -> linebreak' -> linebreak' -> case_list' -> case_list' -> case_clause
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_CaseListNS_Esac : 'c -> word' -> word' -> linebreak' -> linebreak' -> linebreak' -> linebreak' -> case_list_ns' -> case_list_ns' -> case_clause
method visit_CaseClause_Case_Word_LineBreak_In_LineBreak_Esac : 'c -> word' -> word' -> linebreak' -> linebreak' -> linebreak' -> linebreak' -> case_clause
method fail_case_clause : 'c -> case_clause -> case_clause -> case_clause
method visit_case_clause : 'c -> case_clause -> case_clause -> case_clause
method visit_CaseListNS_CaseList_CaseItemNS : 'c -> case_list' -> case_list' -> case_item_ns' -> case_item_ns' -> case_list_ns
method visit_CaseListNS_CaseItemNS : 'c -> case_item_ns' -> case_item_ns' -> case_list_ns
method fail_case_list_ns : 'c -> case_list_ns -> case_list_ns -> case_list_ns
method visit_case_list_ns : 'c -> case_list_ns -> case_list_ns -> case_list_ns
method visit_CaseList_CaseList_CaseItem : 'c -> case_list' -> case_list' -> case_item' -> case_item' -> case_list
method visit_CaseList_CaseItem : 'c -> case_item' -> case_item' -> case_list
method fail_case_list : 'c -> case_list -> case_list -> case_list
method visit_case_list : 'c -> case_list -> case_list -> case_list
method visit_CaseItemNS_Pattern_Rparen_LineBreak : 'c -> pattern' -> pattern' -> linebreak' -> linebreak' -> case_item_ns
method visit_CaseItemNS_Pattern_Rparen_CompoundList : 'c -> pattern' -> pattern' -> compound_list' -> compound_list' -> case_item_ns
method visit_CaseItemNS_Lparen_Pattern_Rparen_LineBreak : 'c -> pattern' -> pattern' -> linebreak' -> linebreak' -> case_item_ns
method visit_CaseItemNS_Lparen_Pattern_Rparen_CompoundList : 'c -> pattern' -> pattern' -> compound_list' -> compound_list' -> case_item_ns
method fail_case_item_ns : 'c -> case_item_ns -> case_item_ns -> case_item_ns
method visit_case_item_ns : 'c -> case_item_ns -> case_item_ns -> case_item_ns
method visit_CaseItem_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'c -> pattern' -> pattern' -> linebreak' -> linebreak' -> linebreak' -> linebreak' -> case_item
method visit_CaseItem_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'c -> pattern' -> pattern' -> compound_list' -> compound_list' -> linebreak' -> linebreak' -> case_item
method visit_CaseItem_Lparen_Pattern_Rparen_LineBreak_Dsemi_LineBreak : 'c -> pattern' -> pattern' -> linebreak' -> linebreak' -> linebreak' -> linebreak' -> case_item
method visit_CaseItem_Lparen_Pattern_Rparen_CompoundList_Dsemi_LineBreak : 'c -> pattern' -> pattern' -> compound_list' -> compound_list' -> linebreak' -> linebreak' -> case_item
method fail_case_item : 'c -> case_item -> case_item -> case_item
method visit_case_item : 'c -> case_item -> case_item -> case_item
method visit_Pattern_Word : 'c -> word' -> word' -> pattern
method visit_Pattern_Pattern_Pipe_Word : 'c -> pattern' -> pattern' -> word' -> word' -> pattern
method fail_pattern : 'c -> pattern -> pattern -> pattern
method visit_pattern : 'c -> pattern -> pattern -> pattern
method visit_IfClause_If_CompoundList_Then_CompoundList_ElsePart_Fi : 'c -> compound_list' -> compound_list' -> compound_list' -> compound_list' -> else_part' -> else_part' -> if_clause
method visit_IfClause_If_CompoundList_Then_CompoundList_Fi : 'c -> compound_list' -> compound_list' -> compound_list' -> compound_list' -> if_clause
method fail_if_clause : 'c -> if_clause -> if_clause -> if_clause
method visit_if_clause : 'c -> if_clause -> if_clause -> if_clause
method visit_ElsePart_Elif_CompoundList_Then_CompoundList : 'c -> compound_list' -> compound_list' -> compound_list' -> compound_list' -> else_part
method visit_ElsePart_Elif_CompoundList_Then_CompoundList_ElsePart : 'c -> compound_list' -> compound_list' -> compound_list' -> compound_list' -> else_part' -> else_part' -> else_part
method visit_ElsePart_Else_CompoundList : 'c -> compound_list' -> compound_list' -> else_part
method fail_else_part : 'c -> else_part -> else_part -> else_part
method visit_else_part : 'c -> else_part -> else_part -> else_part
method visit_WhileClause_While_CompoundList_DoGroup : 'c -> compound_list' -> compound_list' -> do_group' -> do_group' -> while_clause
method visit_while_clause : 'c -> while_clause -> while_clause -> while_clause
method visit_UntilClause_Until_CompoundList_DoGroup : 'c -> compound_list' -> compound_list' -> do_group' -> do_group' -> until_clause
method visit_until_clause : 'c -> until_clause -> until_clause -> until_clause
method visit_FunctionDefinition_Fname_Lparen_Rparen_LineBreak_FunctionBody : 'c -> fname' -> fname' -> linebreak' -> linebreak' -> function_body' -> function_body' -> function_definition
method visit_function_definition : 'c -> function_definition -> function_definition -> function_definition
method visit_FunctionBody_CompoundCommand : 'c -> compound_command' -> compound_command' -> function_body
method visit_FunctionBody_CompoundCommand_RedirectList : 'c -> compound_command' -> compound_command' -> redirect_list' -> redirect_list' -> function_body
method fail_function_body : 'c -> function_body -> function_body -> function_body
method visit_function_body : 'c -> function_body -> function_body -> function_body
method visit_Fname_Name : 'c -> name -> name -> fname
method visit_fname : 'c -> fname -> fname -> fname
method visit_BraceGroup_LBrace_CompoundList_RBrace : 'c -> compound_list' -> compound_list' -> brace_group
method visit_brace_group : 'c -> brace_group -> brace_group -> brace_group
method visit_DoGroup_Do_CompoundList_Done : 'c -> compound_list' -> compound_list' -> do_group
method visit_do_group : 'c -> do_group -> do_group -> do_group
method visit_SimpleCommand_CmdPrefix_CmdWord_CmdSuffix : 'c -> cmd_prefix' -> cmd_prefix' -> cmd_word' -> cmd_word' -> cmd_suffix' -> cmd_suffix' -> simple_command
method visit_SimpleCommand_CmdPrefix_CmdWord : 'c -> cmd_prefix' -> cmd_prefix' -> cmd_word' -> cmd_word' -> simple_command
method visit_SimpleCommand_CmdPrefix : 'c -> cmd_prefix' -> cmd_prefix' -> simple_command
method visit_SimpleCommand_CmdName_CmdSuffix : 'c -> cmd_name' -> cmd_name' -> cmd_suffix' -> cmd_suffix' -> simple_command
method visit_SimpleCommand_CmdName : 'c -> cmd_name' -> cmd_name' -> simple_command
method fail_simple_command : 'c -> simple_command -> simple_command -> simple_command
method visit_simple_command : 'c -> simple_command -> simple_command -> simple_command
method visit_CmdName_Word : 'c -> word' -> word' -> cmd_name
method visit_cmd_name : 'c -> cmd_name -> cmd_name -> cmd_name
method visit_CmdWord_Word : 'c -> word' -> word' -> cmd_word
method visit_cmd_word : 'c -> cmd_word -> cmd_word -> cmd_word
method visit_CmdPrefix_IoRedirect : 'c -> io_redirect' -> io_redirect' -> cmd_prefix
method visit_CmdPrefix_CmdPrefix_IoRedirect : 'c -> cmd_prefix' -> cmd_prefix' -> io_redirect' -> io_redirect' -> cmd_prefix
method visit_CmdPrefix_AssignmentWord : 'c -> assignment_word' -> assignment_word' -> cmd_prefix
method visit_CmdPrefix_CmdPrefix_AssignmentWord : 'c -> cmd_prefix' -> cmd_prefix' -> assignment_word' -> assignment_word' -> cmd_prefix
method fail_cmd_prefix : 'c -> cmd_prefix -> cmd_prefix -> cmd_prefix
method visit_cmd_prefix : 'c -> cmd_prefix -> cmd_prefix -> cmd_prefix
method visit_CmdSuffix_IoRedirect : 'c -> io_redirect' -> io_redirect' -> cmd_suffix
method visit_CmdSuffix_CmdSuffix_IoRedirect : 'c -> cmd_suffix' -> cmd_suffix' -> io_redirect' -> io_redirect' -> cmd_suffix
method visit_CmdSuffix_Word : 'c -> word' -> word' -> cmd_suffix
method visit_CmdSuffix_CmdSuffix_Word : 'c -> cmd_suffix' -> cmd_suffix' -> word' -> word' -> cmd_suffix
method fail_cmd_suffix : 'c -> cmd_suffix -> cmd_suffix -> cmd_suffix
method visit_cmd_suffix : 'c -> cmd_suffix -> cmd_suffix -> cmd_suffix
method visit_RedirectList_IoRedirect : 'c -> io_redirect' -> io_redirect' -> redirect_list
method visit_RedirectList_RedirectList_IoRedirect : 'c -> redirect_list' -> redirect_list' -> io_redirect' -> io_redirect' -> redirect_list
method fail_redirect_list : 'c -> redirect_list -> redirect_list -> redirect_list
method visit_redirect_list : 'c -> redirect_list -> redirect_list -> redirect_list
method visit_IoRedirect_IoFile : 'c -> io_file' -> io_file' -> io_redirect
method visit_IoRedirect_IoNumber_IoFile : 'c -> io_number -> io_number -> io_file' -> io_file' -> io_redirect
method visit_IoRedirect_IoHere : 'c -> io_here' -> io_here' -> io_redirect
method visit_IoRedirect_IoNumber_IoHere : 'c -> io_number -> io_number -> io_here' -> io_here' -> io_redirect
method fail_io_redirect : 'c -> io_redirect -> io_redirect -> io_redirect
method visit_io_redirect : 'c -> io_redirect -> io_redirect -> io_redirect
method visit_IoFile_Less_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_LessAnd_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_Great_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_GreatAnd_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_DGreat_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_LessGreat_FileName : 'c -> filename' -> filename' -> io_file
method visit_IoFile_Clobber_FileName : 'c -> filename' -> filename' -> io_file
method fail_io_file : 'c -> io_file -> io_file -> io_file
method visit_io_file : 'c -> io_file -> io_file -> io_file
method visit_Filename_Word : 'c -> word' -> word' -> filename
method visit_filename : 'c -> filename -> filename -> filename
method visit_IoHere_DLess_HereEnd : 'c -> here_end' -> here_end' -> word' Stdlib.ref -> word' Stdlib.ref -> io_here
method visit_IoHere_DLessDash_HereEnd : 'c -> here_end' -> here_end' -> word' Stdlib.ref -> word' Stdlib.ref -> io_here
method fail_io_here : 'c -> io_here -> io_here -> io_here
method visit_io_here : 'c -> io_here -> io_here -> io_here
method visit_HereEnd_Word : 'c -> word' -> word' -> here_end
method visit_here_end : 'c -> here_end -> here_end -> here_end
method visit_NewLineList_NewLine : 'c -> newline_list
method visit_NewLineList_NewLineList_NewLine : 'c -> newline_list' -> newline_list' -> newline_list
method fail_newline_list : 'c -> newline_list -> newline_list -> newline_list
method visit_newline_list : 'c -> newline_list -> newline_list -> newline_list
method visit_LineBreak_NewLineList : 'c -> newline_list' -> newline_list' -> linebreak
method visit_LineBreak_Empty : 'c -> linebreak
method fail_linebreak : 'c -> linebreak -> linebreak -> linebreak
method visit_linebreak : 'c -> linebreak -> linebreak -> linebreak
method visit_SeparatorOp_Uppersand : 'c -> separator_op
method visit_SeparatorOp_Semicolon : 'c -> separator_op
method fail_separator_op : 'c -> separator_op -> separator_op -> separator_op
method visit_separator_op : 'c -> separator_op -> separator_op -> separator_op
method visit_Separator_SeparatorOp_LineBreak : 'c -> separator_op' -> separator_op' -> linebreak' -> linebreak' -> separator
method visit_Separator_NewLineList : 'c -> newline_list' -> newline_list' -> separator
method fail_separator : 'c -> separator -> separator -> separator
method visit_separator : 'c -> separator -> separator -> separator
method visit_SequentialSep_Semicolon_LineBreak : 'c -> linebreak' -> linebreak' -> sequential_sep
method visit_SequentialSep_NewLineList : 'c -> newline_list' -> newline_list' -> sequential_sep
method fail_sequential_sep : 'c -> sequential_sep -> sequential_sep -> sequential_sep
method visit_sequential_sep : 'c -> sequential_sep -> sequential_sep -> sequential_sep
method visit_Word : 'c -> string -> string -> word_cst -> word_cst -> word
method visit_word : 'c -> word -> word -> word
method visit_word_cst : 'c -> word_cst -> word_cst -> word_cst
method visit_WordSubshell : 'c -> subshell_kind -> subshell_kind -> program located -> program located -> word_component
method visit_WordName : 'c -> string -> string -> word_component
method visit_WordAssignmentWord : 'c -> assignment_word -> assignment_word -> word_component
method visit_WordDoubleQuoted : 'c -> word -> word -> word_component
method visit_WordSingleQuoted : 'c -> word -> word -> word_component
method visit_WordLiteral : 'c -> string -> string -> word_component
method visit_WordVariable : 'c -> variable -> variable -> word_component
method visit_WordGlobAll : 'c -> word_component
method visit_WordGlobAny : 'c -> word_component
method visit_WordReBracketExpression : 'c -> bracket_expression -> bracket_expression -> word_component
method visit_WordEmpty : 'c -> word_component
method fail_word_component : 'c -> word_component -> word_component -> word_component
method visit_word_component : 'c -> word_component -> word_component -> word_component
method visit_BracketExpression_LBRACKET_MatchingList_RBRACKET : 'c -> matching_list -> matching_list -> bracket_expression
method visit_BracketExpression_LBRACKET_NonMatchingList_RBRACKET : 'c -> nonmatching_list -> nonmatching_list -> bracket_expression
method fail_bracket_expression : 'c -> bracket_expression -> bracket_expression -> bracket_expression
method visit_bracket_expression : 'c -> bracket_expression -> bracket_expression -> bracket_expression
method visit_MatchingList_BracketList : 'c -> bracket_list -> bracket_list -> matching_list
method visit_matching_list : 'c -> matching_list -> matching_list -> matching_list
method visit_NonMatchingList_BracketList : 'c -> bracket_list -> bracket_list -> nonmatching_list
method visit_nonmatching_list : 'c -> nonmatching_list -> nonmatching_list -> nonmatching_list
method visit_BracketList_FollowList : 'c -> follow_list -> follow_list -> bracket_list
method visit_BracketList_FollowList_MINUS : 'c -> follow_list -> follow_list -> bracket_list
method fail_bracket_list : 'c -> bracket_list -> bracket_list -> bracket_list
method visit_bracket_list : 'c -> bracket_list -> bracket_list -> bracket_list
method visit_FollowList_ExpressionTerm : 'c -> expression_term -> expression_term -> follow_list
method visit_FollowList_FollowList_ExpressionTerm : 'c -> follow_list -> follow_list -> expression_term -> expression_term -> follow_list
method fail_follow_list : 'c -> follow_list -> follow_list -> follow_list
method visit_follow_list : 'c -> follow_list -> follow_list -> follow_list
method visit_ExpressionTerm_SingleExpression : 'c -> single_expression -> single_expression -> expression_term
method visit_ExpressionTerm_RangeExpression : 'c -> range_expression -> range_expression -> expression_term
method fail_expression_term : 'c -> expression_term -> expression_term -> expression_term
method visit_expression_term : 'c -> expression_term -> expression_term -> expression_term
method visit_SingleExpression_EndRange : 'c -> end_range -> end_range -> single_expression
method visit_SingleExpression_CharacterClass : 'c -> character_class -> character_class -> single_expression
method visit_SingleExpression_EquivalenceClass : 'c -> equivalence_class -> equivalence_class -> single_expression
method fail_single_expression : 'c -> single_expression -> single_expression -> single_expression
method visit_single_expression : 'c -> single_expression -> single_expression -> single_expression
method visit_RangeExpression_StartRange_EndRange : 'c -> start_range -> start_range -> end_range -> end_range -> range_expression
method visit_RangeExpression_StartRange_MINUS : 'c -> start_range -> start_range -> range_expression
method fail_range_expression : 'c -> range_expression -> range_expression -> range_expression
method visit_range_expression : 'c -> range_expression -> range_expression -> range_expression
method visit_StartRange_EndRange_MINUS : 'c -> end_range -> end_range -> start_range
method visit_start_range : 'c -> start_range -> start_range -> start_range
method visit_EndRange_COLLELEMSINGLE : 'c -> char -> char -> end_range
method visit_EndRangeCollatingSymbol : 'c -> collating_symbol -> collating_symbol -> end_range
method fail_end_range : 'c -> end_range -> end_range -> end_range
method visit_end_range : 'c -> end_range -> end_range -> end_range
method visit_CollatingSymbol_OpenDot_COLLELEMSINGLE_DotClose : 'c -> char -> char -> collating_symbol
method visit_CollatingSymbol_OpenDot_COLLELEMMULTI_DotClose : 'c -> string -> string -> collating_symbol
method visit_CollatingSymbol_OpenDot_METACHAR_DotClose : 'c -> char -> char -> collating_symbol
method fail_collating_symbol : 'c -> collating_symbol -> collating_symbol -> collating_symbol
method visit_collating_symbol : 'c -> collating_symbol -> collating_symbol -> collating_symbol
method visit_EquivalenceClass_OpenEqual_COLLELEMSINGLE_EqualClose : 'c -> char -> char -> equivalence_class
method visit_EquivalenceClass_OpenEqual_COLLELEMMULTI_EqualClose : 'c -> string -> string -> equivalence_class
method fail_equivalence_class : 'c -> equivalence_class -> equivalence_class -> equivalence_class
method visit_equivalence_class : 'c -> equivalence_class -> equivalence_class -> equivalence_class
method visit_CharacterClass_OpenColon_CLASSNAME_ColonClose : 'c -> class_name -> class_name -> character_class
method visit_character_class : 'c -> character_class -> character_class -> character_class
method visit_ClassName : 'c -> string -> string -> class_name
method visit_class_name : 'c -> class_name -> class_name -> class_name
method visit_Range : 'd -> char list -> char list -> character_range
method visit_character_range : 'd -> character_range -> character_range -> character_range
method visit_VariableAtom : 'c -> string -> string -> variable_attribute -> variable_attribute -> variable
method visit_variable : 'c -> variable -> variable -> variable
method visit_NoAttribute : 'c -> variable_attribute
method visit_ParameterLength : 'c -> word -> word -> variable_attribute
method visit_UseDefaultValues : 'c -> string -> string -> word -> word -> variable_attribute
method visit_AssignDefaultValues : 'c -> string -> string -> word -> word -> variable_attribute
method visit_IndicateErrorifNullorUnset : 'c -> string -> string -> word -> word -> variable_attribute
method visit_UseAlternativeValue : 'c -> string -> string -> word -> word -> variable_attribute
method visit_RemoveSmallestSuffixPattern : 'c -> word -> word -> variable_attribute
method visit_RemoveLargestSuffixPattern : 'c -> word -> word -> variable_attribute
method visit_RemoveSmallestPrefixPattern : 'c -> word -> word -> variable_attribute
method visit_RemoveLargestPrefixPattern : 'c -> word -> word -> variable_attribute
method fail_variable_attribute : 'c -> variable_attribute -> variable_attribute -> variable_attribute
method visit_variable_attribute : 'c -> variable_attribute -> variable_attribute -> variable_attribute
method visit_SubShellKindBackQuote : 'c -> subshell_kind
method visit_SubShellKindParentheses : 'c -> subshell_kind
method fail_subshell_kind : 'c -> subshell_kind -> subshell_kind -> subshell_kind
method visit_subshell_kind : 'c -> subshell_kind -> subshell_kind -> subshell_kind
method visit_Name : 'c -> string -> string -> name
method visit_name : 'c -> name -> name -> name
method visit_assignment_word : 'c -> assignment_word -> assignment_word -> name * word
method visit_IONumber : 'c -> string -> string -> io_number
method visit_io_number : 'c -> io_number -> io_number -> io_number
method visit_program' : 'c -> program located -> program located -> program located
method visit_complete_commands' : 'c -> complete_commands' -> complete_commands' -> complete_commands'
method visit_complete_command' : 'c -> complete_command' -> complete_command' -> complete_command'
method visit_clist' : 'c -> clist' -> clist' -> clist'
method visit_and_or' : 'c -> and_or' -> and_or' -> and_or'
method visit_pipeline' : 'c -> pipeline' -> pipeline' -> pipeline'
method visit_pipe_sequence' : 'c -> pipe_sequence' -> pipe_sequence' -> pipe_sequence'
method visit_command' : 'c -> command' -> command' -> command'
method visit_compound_command' : 'c -> compound_command' -> compound_command' -> compound_command'
method visit_subshell' : 'c -> subshell' -> subshell' -> subshell'
method visit_compound_list' : 'c -> compound_list' -> compound_list' -> compound_list'
method visit_term' : 'c -> term' -> term' -> term'
method visit_for_clause' : 'c -> for_clause' -> for_clause' -> for_clause'
method visit_wordlist' : 'c -> wordlist' -> wordlist' -> wordlist'
method visit_case_clause' : 'c -> case_clause' -> case_clause' -> case_clause'
method visit_case_list_ns' : 'c -> case_list_ns' -> case_list_ns' -> case_list_ns'
method visit_case_list' : 'c -> case_list' -> case_list' -> case_list'
method visit_case_item_ns' : 'c -> case_item_ns' -> case_item_ns' -> case_item_ns'
method visit_case_item' : 'c -> case_item' -> case_item' -> case_item'
method visit_pattern' : 'c -> pattern' -> pattern' -> pattern'
method visit_if_clause' : 'c -> if_clause' -> if_clause' -> if_clause'
method visit_else_part' : 'c -> else_part' -> else_part' -> else_part'
method visit_while_clause' : 'c -> while_clause' -> while_clause' -> while_clause'
method visit_until_clause' : 'c -> until_clause' -> until_clause' -> until_clause'
method visit_function_definition' : 'c -> function_definition' -> function_definition' -> function_definition'
method visit_function_body' : 'c -> function_body' -> function_body' -> function_body'
method visit_fname' : 'c -> fname' -> fname' -> fname'
method visit_brace_group' : 'c -> brace_group' -> brace_group' -> brace_group'
method visit_do_group' : 'c -> do_group' -> do_group' -> do_group'
method visit_simple_command' : 'c -> simple_command' -> simple_command' -> simple_command'
method visit_cmd_name' : 'c -> cmd_name' -> cmd_name' -> cmd_name'
method visit_cmd_word' : 'c -> cmd_word' -> cmd_word' -> cmd_word'
method visit_cmd_prefix' : 'c -> cmd_prefix' -> cmd_prefix' -> cmd_prefix'
method visit_cmd_suffix' : 'c -> cmd_suffix' -> cmd_suffix' -> cmd_suffix'
method visit_redirect_list' : 'c -> redirect_list' -> redirect_list' -> redirect_list'
method visit_io_redirect' : 'c -> io_redirect' -> io_redirect' -> io_redirect'
method visit_io_file' : 'c -> io_file' -> io_file' -> io_file'
method visit_filename' : 'c -> filename' -> filename' -> filename'
method visit_io_here' : 'c -> io_here' -> io_here' -> io_here'
method visit_here_end' : 'c -> here_end' -> here_end' -> here_end'
method visit_newline_list' : 'c -> newline_list' -> newline_list' -> newline_list'
method visit_linebreak' : 'c -> linebreak' -> linebreak' -> linebreak'
method visit_separator_op' : 'c -> separator_op' -> separator_op' -> separator_op'
method visit_separator' : 'c -> separator' -> separator' -> separator'
method visit_sequential_sep' : 'c -> sequential_sep' -> sequential_sep' -> sequential_sep'
method visit_word' : 'c -> word' -> word' -> word'
method visit_name' : 'c -> name' -> name' -> name'
method visit_assignment_word' : 'c -> assignment_word' -> assignment_word' -> assignment_word'
OCaml

Innovation. Community. Security.