Class AST.map2

constraint 'b map2 = 'b map2
inherit Morsmall__.Location.located_map2
method visit_name : 'c -> name -> name -> name
method visit_character_range : 'd -> char list -> char list -> char list
method visit_NoAttribute : 'e -> attribute
method visit_ParameterLength : 'f -> attribute
method visit_UseDefaultValues : 'g -> word -> word -> bool -> bool -> attribute
method visit_AssignDefaultValues : 'h -> word -> word -> bool -> bool -> attribute
method visit_IndicateErrorifNullorUnset : 'i -> word -> word -> bool -> bool -> attribute
method visit_UseAlternativeValue : 'j -> word -> word -> bool -> bool -> attribute
method visit_RemoveSmallestSuffixPattern : 'k -> word -> word -> attribute
method visit_RemoveLargestSuffixPattern : 'l -> word -> word -> attribute
method visit_RemoveSmallestPrefixPattern : 'm -> word -> word -> attribute
method visit_RemoveLargestPrefixPattern : 'n -> word -> word -> attribute
method fail_attribute : 'o -> attribute -> attribute -> attribute
method visit_attribute : 'p -> attribute -> attribute -> attribute
method visit_WTildePrefix : 'q -> string -> string -> word_component
method visit_WLiteral : 'r -> string -> string -> word_component
method visit_WDoubleQuoted : 's -> word -> word -> word_component
method visit_WVariable : 't -> name -> name -> attribute -> attribute -> word_component
method visit_WSubshell : 'u -> program -> program -> word_component
method visit_WGlobAll : 'v -> word_component
method visit_WGlobAny : 'w -> word_component
method visit_WBracketExpression : 'x -> Morbig.CST.bracket_expression -> Morbig.CST.bracket_expression -> word_component
method fail_word_component : 'y -> word_component -> word_component -> word_component
method visit_word_component : 'z -> word_component -> word_component -> word_component
method visit_word : 'a1 -> word -> word -> word
method visit_word' : 'b1 -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located
method visit_pattern : 'c1 -> pattern -> pattern -> pattern
method visit_pattern' : 'd1 -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located
method visit_assignment : 'e1 -> assignment -> assignment -> name * word
method visit_assignment' : 'f1 -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located
method visit_descr : 'g1 -> descr -> descr -> descr
method visit_program : 'h1 -> program -> program -> program
method visit_Simple : 'i1 -> assignment Morbig.CSTVisitors.located list -> assignment Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> command
method visit_Async : 'j1 -> command' -> command' -> command
method visit_Seq : 'k1 -> command' -> command' -> command' -> command' -> command
method visit_And : 'l1 -> command' -> command' -> command' -> command' -> command
method visit_Or : 'm1 -> command' -> command' -> command' -> command' -> command
method visit_Not : 'n1 -> command' -> command' -> command
method visit_Pipe : 'o1 -> command' -> command' -> command' -> command' -> command
method visit_Subshell : 'p1 -> command' -> command' -> command
method visit_For : 'q1 -> name -> name -> word Morbig.CSTVisitors.located list option -> word Morbig.CSTVisitors.located list option -> command' -> command' -> command
method visit_Case : 'r1 -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> case_item' list -> case_item' list -> command
method visit_If : 's1 -> command' -> command' -> command' -> command' -> command' option -> command' option -> command
method visit_While : 't1 -> command' -> command' -> command' -> command' -> command
method visit_Until : 'u1 -> command' -> command' -> command' -> command' -> command
method visit_Function : 'v1 -> name -> name -> command' -> command' -> command
method visit_Redirection : 'w1 -> command' -> command' -> descr -> descr -> kind -> kind -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> command
method visit_HereDocument : 'x1 -> command' -> command' -> descr -> descr -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> command
method fail_command : 'y1 -> command -> command -> command
method visit_command : 'z1 -> command -> command -> command
method visit_command' : 'a2 -> command' -> command' -> command'
method visit_case_item : 'b2 -> case_item -> case_item -> pattern Morbig.CSTVisitors.located * command' option
method visit_case_item' : 'c2 -> case_item' -> case_item' -> case_item'
method visit_Output : 'd2 -> kind
method visit_OutputDuplicate : 'e2 -> kind
method visit_OutputAppend : 'f2 -> kind
method visit_OutputClobber : 'g2 -> kind
method visit_Input : 'h2 -> kind
method visit_InputDuplicate : 'i2 -> kind
method visit_InputOutput : 'j2 -> kind
method fail_kind : 'k2 -> kind -> kind -> kind
method visit_kind : 'l2 -> kind -> kind -> kind