Class AST.mapreduce

constraint 'b mapreduce = 'b mapreduce
inherit Morsmall__.Location.located_mapreduce
method visit_name : 'c -> name -> name * 'd
method visit_character_range : 'e -> char list -> char list * 'd
method visit_NoAttribute : 'c -> attribute * 'd
method visit_ParameterLength : 'c -> attribute * 'd
method visit_UseDefaultValues : 'c -> word -> bool -> attribute * 'd
method visit_AssignDefaultValues : 'c -> word -> bool -> attribute * 'd
method visit_IndicateErrorifNullorUnset : 'c -> word -> bool -> attribute * 'd
method visit_UseAlternativeValue : 'c -> word -> bool -> attribute * 'd
method visit_RemoveSmallestSuffixPattern : 'c -> word -> attribute * 'd
method visit_RemoveLargestSuffixPattern : 'c -> word -> attribute * 'd
method visit_RemoveSmallestPrefixPattern : 'c -> word -> attribute * 'd
method visit_RemoveLargestPrefixPattern : 'c -> word -> attribute * 'd
method visit_attribute : 'c -> attribute -> attribute * 'd
method visit_WTildePrefix : 'c -> string -> word_component * 'd
method visit_WLiteral : 'c -> string -> word_component * 'd
method visit_WDoubleQuoted : 'c -> word -> word_component * 'd
method visit_WVariable : 'c -> name -> attribute -> word_component * 'd
method visit_WSubshell : 'c -> program -> word_component * 'd
method visit_WGlobAll : 'c -> word_component * 'd
method visit_WGlobAny : 'c -> word_component * 'd
method visit_WBracketExpression : 'c -> Morbig.CST.bracket_expression -> word_component * 'd
method visit_word_component : 'c -> word_component -> word_component * 'd
method visit_word : 'c -> word -> word * 'd
method visit_word' : 'c -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located * 'd
method visit_pattern : 'c -> pattern -> pattern * 'd
method visit_pattern' : 'c -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located * 'd
method visit_assignment : 'c -> assignment -> (name * word) * 'd
method visit_assignment' : 'c -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located * 'd
method visit_descr : 'c -> descr -> descr * 'd
method visit_program : 'c -> program -> program * 'd
method visit_Simple : 'c -> assignment Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> command * 'd
method visit_Async : 'c -> command' -> command * 'd
method visit_Seq : 'c -> command' -> command' -> command * 'd
method visit_And : 'c -> command' -> command' -> command * 'd
method visit_Or : 'c -> command' -> command' -> command * 'd
method visit_Not : 'c -> command' -> command * 'd
method visit_Pipe : 'c -> command' -> command' -> command * 'd
method visit_Subshell : 'c -> command' -> command * 'd
method visit_For : 'c -> name -> word Morbig.CSTVisitors.located list option -> command' -> command * 'd
method visit_Case : 'c -> word Morbig.CSTVisitors.located -> case_item' list -> command * 'd
method visit_If : 'c -> command' -> command' -> command' option -> command * 'd
method visit_While : 'c -> command' -> command' -> command * 'd
method visit_Until : 'c -> command' -> command' -> command * 'd
method visit_Function : 'c -> name -> command' -> command * 'd
method visit_Redirection : 'c -> command' -> descr -> kind -> word Morbig.CSTVisitors.located -> command * 'd
method visit_HereDocument : 'c -> command' -> descr -> word Morbig.CSTVisitors.located -> command * 'd
method visit_command : 'c -> command -> command * 'd
method visit_command' : 'c -> command' -> command' * 'd
method visit_case_item : 'c -> case_item -> (pattern Morbig.CSTVisitors.located * command' option) * 'd
method visit_case_item' : 'c -> case_item' -> case_item' * 'd
method visit_Output : 'c -> kind * 'd
method visit_OutputDuplicate : 'c -> kind * 'd
method visit_OutputAppend : 'c -> kind * 'd
method visit_OutputClobber : 'c -> kind * 'd
method visit_Input : 'c -> kind * 'd
method visit_InputDuplicate : 'c -> kind * 'd
method visit_InputOutput : 'c -> kind * 'd
method visit_kind : 'c -> kind -> kind * 'd