inherit Morsmall__.Location.located_iter
method visit_name : 'c -> name -> unitmethod visit_character_range : 'd -> char list -> unitmethod visit_NoAttribute : 'c -> unitmethod visit_ParameterLength : 'c -> unitmethod visit_UseDefaultValues : 'c -> word -> bool -> unitmethod visit_AssignDefaultValues : 'c -> word -> bool -> unitmethod visit_IndicateErrorifNullorUnset : 'c -> word -> bool -> unitmethod visit_UseAlternativeValue : 'c -> word -> bool -> unitmethod visit_RemoveSmallestSuffixPattern : 'c -> word -> unitmethod visit_RemoveLargestSuffixPattern : 'c -> word -> unitmethod visit_RemoveSmallestPrefixPattern : 'c -> word -> unitmethod visit_RemoveLargestPrefixPattern : 'c -> word -> unitmethod visit_attribute : 'c -> attribute -> unitmethod visit_WTildePrefix : 'c -> string -> unitmethod visit_WLiteral : 'c -> string -> unitmethod visit_WDoubleQuoted : 'c -> word -> unitmethod visit_WSubshell : 'c -> program -> unitmethod visit_WGlobAll : 'c -> unitmethod visit_WGlobAny : 'c -> unitmethod visit_WBracketExpression : 'c -> Morbig.CST.bracket_expression -> unitmethod visit_word : 'c -> word -> unitmethod visit_word' : 'c -> word Morbig.CSTVisitors.located -> unitmethod visit_pattern : 'c -> pattern -> unitmethod visit_pattern' : 'c -> pattern Morbig.CSTVisitors.located -> unitmethod visit_assignment : 'c -> assignment -> unitmethod visit_assignment' : 'c -> assignment Morbig.CSTVisitors.located -> unitmethod visit_descr : 'c -> descr -> unitmethod visit_program : 'c -> program -> unitmethod visit_Simple : 'c ->
assignment Morbig.CSTVisitors.located list ->
word Morbig.CSTVisitors.located list ->
unitmethod visit_Async : 'c -> command' -> unitmethod visit_Not : 'c -> command' -> unitmethod visit_Subshell : 'c -> command' -> unitmethod visit_For : 'c ->
name ->
word Morbig.CSTVisitors.located list option ->
command' ->
unitmethod visit_Case : 'c ->
word Morbig.CSTVisitors.located ->
case_item' list ->
unitmethod visit_HereDocument : 'c ->
command' ->
descr ->
word Morbig.CSTVisitors.located ->
unitmethod visit_command : 'c -> command -> unitmethod visit_command' : 'c -> command' -> unitmethod visit_case_item : 'c -> case_item -> unitmethod visit_case_item' : 'c -> case_item' -> unitmethod visit_Output : 'c -> unitmethod visit_OutputDuplicate : 'c -> unitmethod visit_OutputAppend : 'c -> unitmethod visit_OutputClobber : 'c -> unitmethod visit_kind : 'c -> kind -> unit