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