Class AST.reduce

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