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 : 'c -> attribute
method visit_ParameterLength : 'c -> attribute
method visit_UseDefaultValues : 'c -> word -> word -> bool -> bool -> attribute
method visit_AssignDefaultValues : 'c -> word -> word -> bool -> bool -> attribute
method visit_IndicateErrorifNullorUnset : 'c -> word -> word -> bool -> bool -> attribute
method visit_UseAlternativeValue : 'c -> word -> word -> bool -> bool -> attribute
method visit_RemoveSmallestSuffixPattern : 'c -> word -> word -> attribute
method visit_RemoveLargestSuffixPattern : 'c -> word -> word -> attribute
method visit_RemoveSmallestPrefixPattern : 'c -> word -> word -> attribute
method visit_RemoveLargestPrefixPattern : 'c -> word -> word -> attribute
method fail_attribute : 'c -> attribute -> attribute -> attribute
method visit_attribute : 'c -> attribute -> attribute -> attribute
method visit_WTildePrefix : 'c -> string -> string -> word_component
method visit_WLiteral : 'c -> string -> string -> word_component
method visit_WDoubleQuoted : 'c -> word -> word -> word_component
method visit_WVariable : 'c -> name -> name -> attribute -> attribute -> word_component
method visit_WSubshell : 'c -> program -> program -> word_component
method visit_WGlobAll : 'c -> word_component
method visit_WGlobAny : 'c -> word_component
method visit_WBracketExpression : 'c -> Morbig.CST.bracket_expression -> Morbig.CST.bracket_expression -> word_component
method fail_word_component : 'c -> word_component -> word_component -> word_component
method visit_word_component : 'c -> word_component -> word_component -> word_component
method visit_word : 'c -> word -> word -> word
method visit_word' : 'c -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located
method visit_pattern : 'c -> pattern -> pattern -> pattern
method visit_pattern' : 'c -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located -> pattern Morbig.CSTVisitors.located
method visit_assignment : 'c -> assignment -> assignment -> name * word
method visit_assignment' : 'c -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located -> assignment Morbig.CSTVisitors.located
method visit_descr : 'c -> descr -> descr -> descr
method visit_program : 'c -> program -> program -> program
method visit_Simple : 'c -> assignment Morbig.CSTVisitors.located list -> assignment Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> word Morbig.CSTVisitors.located list -> command
method visit_Async : 'c -> command' -> command' -> command
method visit_Seq : 'c -> command' -> command' -> command' -> command' -> command
method visit_And : 'c -> command' -> command' -> command' -> command' -> command
method visit_Or : 'c -> command' -> command' -> command' -> command' -> command
method visit_Not : 'c -> command' -> command' -> command
method visit_Pipe : 'c -> command' -> command' -> command' -> command' -> command
method visit_Subshell : 'c -> command' -> command' -> command
method visit_For : 'c -> name -> name -> word Morbig.CSTVisitors.located list option -> word Morbig.CSTVisitors.located list option -> command' -> command' -> command
method visit_Case : 'c -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> case_item' list -> case_item' list -> command
method visit_If : 'c -> command' -> command' -> command' -> command' -> command' option -> command' option -> command
method visit_While : 'c -> command' -> command' -> command' -> command' -> command
method visit_Until : 'c -> command' -> command' -> command' -> command' -> command
method visit_Function : 'c -> name -> name -> command' -> command' -> command
method visit_Redirection : 'c -> command' -> command' -> descr -> descr -> kind -> kind -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> command
method visit_HereDocument : 'c -> command' -> command' -> descr -> descr -> word Morbig.CSTVisitors.located -> word Morbig.CSTVisitors.located -> command
method fail_command : 'c -> command -> command -> command
method visit_command : 'c -> command -> command -> command
method visit_command' : 'c -> command' -> command' -> command'
method visit_case_item : 'c -> case_item -> case_item -> pattern Morbig.CSTVisitors.located * command' option
method visit_case_item' : 'c -> case_item' -> case_item' -> case_item'
method visit_Output : 'c -> kind
method visit_OutputDuplicate : 'c -> kind
method visit_OutputAppend : 'c -> kind
method visit_OutputClobber : 'c -> kind
method visit_Input : 'c -> kind
method visit_InputDuplicate : 'c -> kind
method visit_InputOutput : 'c -> kind
method fail_kind : 'c -> kind -> kind -> kind
method visit_kind : 'c -> kind -> kind -> kind