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 * 'f
method visit_NoAttribute : 'g -> attribute * 'h
method visit_ParameterLength : 'i -> attribute * 'j
method visit_UseDefaultValues : 'k -> word -> bool -> attribute * 'l
method visit_AssignDefaultValues : 'm -> word -> bool -> attribute * 'n
method visit_IndicateErrorifNullorUnset : 'o -> word -> bool -> attribute * 'p
method visit_UseAlternativeValue : 'q -> word -> bool -> attribute * 'r
method visit_RemoveSmallestSuffixPattern : 's -> word -> attribute * 't
method visit_RemoveLargestSuffixPattern : 'u -> word -> attribute * 'v
method visit_RemoveSmallestPrefixPattern : 'w -> word -> attribute * 'x
method visit_RemoveLargestPrefixPattern : 'y -> word -> attribute * 'z
method visit_attribute : 'a1 -> attribute -> attribute * 'b1
method visit_WTildePrefix : 'c1 -> string -> word_component * 'd1
method visit_WLiteral : 'e1 -> string -> word_component * 'f1
method visit_WDoubleQuoted : 'g1 -> word -> word_component * 'h1
method visit_WVariable : 'i1 -> name -> attribute -> word_component * 'j1
method visit_WSubshell : 'k1 -> program -> word_component * 'l1
method visit_WGlobAll : 'm1 -> word_component * 'n1
method visit_WGlobAny : 'o1 -> word_component * 'p1
method visit_WBracketExpression : 'q1 -> Morbig.CST.bracket_expression -> word_component * 'r1
method visit_word_component : 's1 -> word_component -> word_component * 'f
method visit_word : 't1 -> word -> word * 'u1
method visit_word' : 'v1 -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located * 'w1
method visit_pattern : 'x1 -> pattern -> pattern * 'f
method visit_pattern' : 'y1 -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located * 'z1
method visit_assignment : 'a2 -> assignment -> (name * word) * 'b2
method visit_assignment' : 'c2 -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located * 'f
method visit_descr : 'd2 -> descr -> descr * 'e2
method visit_program : 'f2 -> program -> program * 'g2
method visit_Simple : 'h2 -> assignment Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> command * 'i2
method visit_Async : 'j2 -> command' -> command * 'k2
method visit_Seq : 'l2 -> command' -> command' -> command * 'm2
method visit_And : 'n2 -> command' -> command' -> command * 'o2
method visit_Or : 'p2 -> command' -> command' -> command * 'q2
method visit_Not : 'r2 -> command' -> command * 's2
method visit_Pipe : 't2 -> command' -> command' -> command * 'u2
method visit_Subshell : 'v2 -> command' -> command * 'w2
method visit_For : 'x2 -> name -> word Morbig.CSTVisitors.located list option -> command' -> command * 'y2
method visit_Case : 'z2 -> word Morbig.CSTVisitors.located -> case_item' list -> command * 'a3
method visit_If : 'b3 -> command' -> command' -> command' option -> command * 'c3
method visit_While : 'd3 -> command' -> command' -> command * 'e3
method visit_Until : 'f3 -> command' -> command' -> command * 'g3
method visit_Function : 'h3 -> name -> command' -> command * 'i3
method visit_Redirection : 'j3 -> command' -> descr -> kind -> word Morbig.CSTVisitors.located -> command * 'k3
method visit_HereDocument : 'l3 -> command' -> descr -> word Morbig.CSTVisitors.located -> command * 'm3
method visit_command : 'n3 -> command -> command * 'f
method visit_command' : 'o3 -> command' -> command' * 'f
method visit_case_item : 'p3 -> case_item -> (pattern Morbig.CSTVisitors.located * command' option) * 'q3
method visit_case_item' : 'r3 -> case_item' -> case_item' * 'f
method visit_Output : 's3 -> kind * 't3
method visit_OutputDuplicate : 'u3 -> kind * 'v3
method visit_OutputAppend : 'w3 -> kind * 'x3
method visit_OutputClobber : 'y3 -> kind * 'z3
method visit_Input : 'a4 -> kind * 'b4
method visit_InputDuplicate : 'c4 -> kind * 'd4
method visit_InputOutput : 'e4 -> kind * 'f4
method visit_kind : 'g4 -> kind -> kind * 'h4