Class AST.map

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