Class AST.reduce

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