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