Class AST.iter2

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