jon.recoil.org

Class Ast.fold_map

method virtual bool : bool -> 'acc -> bool * 'acc
method virtual char : char -> 'acc -> char * 'acc
method virtual int : int -> 'acc -> int * 'acc
method virtual list : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a list -> 'acc -> 'a list * 'acc
method virtual option : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a option -> 'acc -> 'a option * 'acc
method virtual string : string -> 'acc -> string * 'acc
method position : Ppxlib_ast.Ast.position -> 'acc -> Ppxlib_ast.Ast.position * 'acc
method location : Ppxlib_ast.Ast.location -> 'acc -> Ppxlib_ast.Ast.location * 'acc
method location_stack : Ppxlib_ast.Ast.location_stack -> 'acc -> Ppxlib_ast.Ast.location_stack * 'acc
method modality : Ppxlib_ast.Ast.modality -> 'acc -> Ppxlib_ast.Ast.modality * 'acc
method modalities : Ppxlib_ast.Ast.modalities -> 'acc -> Ppxlib_ast.Ast.modalities * 'acc
method mode : Ppxlib_ast.Ast.mode -> 'acc -> Ppxlib_ast.Ast.mode * 'acc
method modes : Ppxlib_ast.Ast.modes -> 'acc -> Ppxlib_ast.Ast.modes * 'acc
method include_kind : Ppxlib_ast.Ast.include_kind -> 'acc -> Ppxlib_ast.Ast.include_kind * 'acc
method loc : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a Ppxlib_ast.Ast.loc -> 'acc -> 'a Ppxlib_ast.Ast.loc * 'acc
method longident : Ppxlib_ast.Ast.longident -> 'acc -> Ppxlib_ast.Ast.longident * 'acc
method longident_loc : Ppxlib_ast.Ast.longident_loc -> 'acc -> Ppxlib_ast.Ast.longident_loc * 'acc
method rec_flag : Ppxlib_ast.Ast.rec_flag -> 'acc -> Ppxlib_ast.Ast.rec_flag * 'acc
method direction_flag : Ppxlib_ast.Ast.direction_flag -> 'acc -> Ppxlib_ast.Ast.direction_flag * 'acc
method private_flag : Ppxlib_ast.Ast.private_flag -> 'acc -> Ppxlib_ast.Ast.private_flag * 'acc
method mutable_flag : Ppxlib_ast.Ast.mutable_flag -> 'acc -> Ppxlib_ast.Ast.mutable_flag * 'acc
method virtual_flag : Ppxlib_ast.Ast.virtual_flag -> 'acc -> Ppxlib_ast.Ast.virtual_flag * 'acc
method override_flag : Ppxlib_ast.Ast.override_flag -> 'acc -> Ppxlib_ast.Ast.override_flag * 'acc
method closed_flag : Ppxlib_ast.Ast.closed_flag -> 'acc -> Ppxlib_ast.Ast.closed_flag * 'acc
method label : Ppxlib_ast.Ast.label -> 'acc -> Ppxlib_ast.Ast.label * 'acc
method arg_label : Ppxlib_ast.Ast.arg_label -> 'acc -> Ppxlib_ast.Ast.arg_label * 'acc
method variance : Ppxlib_ast.Ast.variance -> 'acc -> Ppxlib_ast.Ast.variance * 'acc
method injectivity : Ppxlib_ast.Ast.injectivity -> 'acc -> Ppxlib_ast.Ast.injectivity * 'acc
method index_kind : Ppxlib_ast.Ast.index_kind -> 'acc -> Ppxlib_ast.Ast.index_kind * 'acc
method constant : Ppxlib_ast.Ast.constant -> 'acc -> Ppxlib_ast.Ast.constant * 'acc
method attribute : Ppxlib_ast.Ast.attribute -> 'acc -> Ppxlib_ast.Ast.attribute * 'acc
method extension : Ppxlib_ast.Ast.extension -> 'acc -> Ppxlib_ast.Ast.extension * 'acc
method attributes : Ppxlib_ast.Ast.attributes -> 'acc -> Ppxlib_ast.Ast.attributes * 'acc
method payload : Ppxlib_ast.Ast.payload -> 'acc -> Ppxlib_ast.Ast.payload * 'acc
method core_type : Ppxlib_ast.Ast.core_type -> 'acc -> Ppxlib_ast.Ast.core_type * 'acc
method core_type_desc : Ppxlib_ast.Ast.core_type_desc -> 'acc -> Ppxlib_ast.Ast.core_type_desc * 'acc
method package_type : Ppxlib_ast.Ast.package_type -> 'acc -> Ppxlib_ast.Ast.package_type * 'acc
method row_field : Ppxlib_ast.Ast.row_field -> 'acc -> Ppxlib_ast.Ast.row_field * 'acc
method row_field_desc : Ppxlib_ast.Ast.row_field_desc -> 'acc -> Ppxlib_ast.Ast.row_field_desc * 'acc
method object_field : Ppxlib_ast.Ast.object_field -> 'acc -> Ppxlib_ast.Ast.object_field * 'acc
method object_field_desc : Ppxlib_ast.Ast.object_field_desc -> 'acc -> Ppxlib_ast.Ast.object_field_desc * 'acc
method pattern : Ppxlib_ast.Ast.pattern -> 'acc -> Ppxlib_ast.Ast.pattern * 'acc
method pattern_desc : Ppxlib_ast.Ast.pattern_desc -> 'acc -> Ppxlib_ast.Ast.pattern_desc * 'acc
method expression : Ppxlib_ast.Ast.expression -> 'acc -> Ppxlib_ast.Ast.expression * 'acc
method expression_desc : Ppxlib_ast.Ast.expression_desc -> 'acc -> Ppxlib_ast.Ast.expression_desc * 'acc
method case : Ppxlib_ast.Ast.case -> 'acc -> Ppxlib_ast.Ast.case * 'acc
method letop : Ppxlib_ast.Ast.letop -> 'acc -> Ppxlib_ast.Ast.letop * 'acc
method binding_op : Ppxlib_ast.Ast.binding_op -> 'acc -> Ppxlib_ast.Ast.binding_op * 'acc
method function_param_desc : Ppxlib_ast.Ast.function_param_desc -> 'acc -> Ppxlib_ast.Ast.function_param_desc * 'acc
method function_param : Ppxlib_ast.Ast.function_param -> 'acc -> Ppxlib_ast.Ast.function_param * 'acc
method function_body : Ppxlib_ast.Ast.function_body -> 'acc -> Ppxlib_ast.Ast.function_body * 'acc
method type_constraint : Ppxlib_ast.Ast.type_constraint -> 'acc -> Ppxlib_ast.Ast.type_constraint * 'acc
method function_constraint : Ppxlib_ast.Ast.function_constraint -> 'acc -> Ppxlib_ast.Ast.function_constraint * 'acc
method block_access : Ppxlib_ast.Ast.block_access -> 'acc -> Ppxlib_ast.Ast.block_access * 'acc
method unboxed_access : Ppxlib_ast.Ast.unboxed_access -> 'acc -> Ppxlib_ast.Ast.unboxed_access * 'acc
method comprehension_iterator : Ppxlib_ast.Ast.comprehension_iterator -> 'acc -> Ppxlib_ast.Ast.comprehension_iterator * 'acc
method comprehension_clause : Ppxlib_ast.Ast.comprehension_clause -> 'acc -> Ppxlib_ast.Ast.comprehension_clause * 'acc
method comprehension : Ppxlib_ast.Ast.comprehension -> 'acc -> Ppxlib_ast.Ast.comprehension * 'acc
method comprehension_expression : Ppxlib_ast.Ast.comprehension_expression -> 'acc -> Ppxlib_ast.Ast.comprehension_expression * 'acc
method value_description : Ppxlib_ast.Ast.value_description -> 'acc -> Ppxlib_ast.Ast.value_description * 'acc
method type_declaration : Ppxlib_ast.Ast.type_declaration -> 'acc -> Ppxlib_ast.Ast.type_declaration * 'acc
method type_kind : Ppxlib_ast.Ast.type_kind -> 'acc -> Ppxlib_ast.Ast.type_kind * 'acc
method label_declaration : Ppxlib_ast.Ast.label_declaration -> 'acc -> Ppxlib_ast.Ast.label_declaration * 'acc
method constructor_declaration : Ppxlib_ast.Ast.constructor_declaration -> 'acc -> Ppxlib_ast.Ast.constructor_declaration * 'acc
method constructor_argument : Ppxlib_ast.Ast.constructor_argument -> 'acc -> Ppxlib_ast.Ast.constructor_argument * 'acc
method constructor_arguments : Ppxlib_ast.Ast.constructor_arguments -> 'acc -> Ppxlib_ast.Ast.constructor_arguments * 'acc
method type_extension : Ppxlib_ast.Ast.type_extension -> 'acc -> Ppxlib_ast.Ast.type_extension * 'acc
method extension_constructor : Ppxlib_ast.Ast.extension_constructor -> 'acc -> Ppxlib_ast.Ast.extension_constructor * 'acc
method type_exception : Ppxlib_ast.Ast.type_exception -> 'acc -> Ppxlib_ast.Ast.type_exception * 'acc
method extension_constructor_kind : Ppxlib_ast.Ast.extension_constructor_kind -> 'acc -> Ppxlib_ast.Ast.extension_constructor_kind * 'acc
method class_type : Ppxlib_ast.Ast.class_type -> 'acc -> Ppxlib_ast.Ast.class_type * 'acc
method class_type_desc : Ppxlib_ast.Ast.class_type_desc -> 'acc -> Ppxlib_ast.Ast.class_type_desc * 'acc
method class_signature : Ppxlib_ast.Ast.class_signature -> 'acc -> Ppxlib_ast.Ast.class_signature * 'acc
method class_type_field : Ppxlib_ast.Ast.class_type_field -> 'acc -> Ppxlib_ast.Ast.class_type_field * 'acc
method class_type_field_desc : Ppxlib_ast.Ast.class_type_field_desc -> 'acc -> Ppxlib_ast.Ast.class_type_field_desc * 'acc
method class_infos : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a Ppxlib_ast.Ast.class_infos -> 'acc -> 'a Ppxlib_ast.Ast.class_infos * 'acc
method class_description : Ppxlib_ast.Ast.class_description -> 'acc -> Ppxlib_ast.Ast.class_description * 'acc
method class_type_declaration : Ppxlib_ast.Ast.class_type_declaration -> 'acc -> Ppxlib_ast.Ast.class_type_declaration * 'acc
method class_expr : Ppxlib_ast.Ast.class_expr -> 'acc -> Ppxlib_ast.Ast.class_expr * 'acc
method class_expr_desc : Ppxlib_ast.Ast.class_expr_desc -> 'acc -> Ppxlib_ast.Ast.class_expr_desc * 'acc
method class_structure : Ppxlib_ast.Ast.class_structure -> 'acc -> Ppxlib_ast.Ast.class_structure * 'acc
method class_field : Ppxlib_ast.Ast.class_field -> 'acc -> Ppxlib_ast.Ast.class_field * 'acc
method class_field_desc : Ppxlib_ast.Ast.class_field_desc -> 'acc -> Ppxlib_ast.Ast.class_field_desc * 'acc
method class_field_kind : Ppxlib_ast.Ast.class_field_kind -> 'acc -> Ppxlib_ast.Ast.class_field_kind * 'acc
method class_declaration : Ppxlib_ast.Ast.class_declaration -> 'acc -> Ppxlib_ast.Ast.class_declaration * 'acc
method module_type : Ppxlib_ast.Ast.module_type -> 'acc -> Ppxlib_ast.Ast.module_type * 'acc
method module_type_desc : Ppxlib_ast.Ast.module_type_desc -> 'acc -> Ppxlib_ast.Ast.module_type_desc * 'acc
method functor_parameter : Ppxlib_ast.Ast.functor_parameter -> 'acc -> Ppxlib_ast.Ast.functor_parameter * 'acc
method signature : Ppxlib_ast.Ast.signature -> 'acc -> Ppxlib_ast.Ast.signature * 'acc
method signature_items : Ppxlib_ast.Ast.signature_items -> 'acc -> Ppxlib_ast.Ast.signature_items * 'acc
method signature_item : Ppxlib_ast.Ast.signature_item -> 'acc -> Ppxlib_ast.Ast.signature_item * 'acc
method signature_item_desc : Ppxlib_ast.Ast.signature_item_desc -> 'acc -> Ppxlib_ast.Ast.signature_item_desc * 'acc
method module_declaration : Ppxlib_ast.Ast.module_declaration -> 'acc -> Ppxlib_ast.Ast.module_declaration * 'acc
method module_substitution : Ppxlib_ast.Ast.module_substitution -> 'acc -> Ppxlib_ast.Ast.module_substitution * 'acc
method module_type_declaration : Ppxlib_ast.Ast.module_type_declaration -> 'acc -> Ppxlib_ast.Ast.module_type_declaration * 'acc
method open_infos : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a Ppxlib_ast.Ast.open_infos -> 'acc -> 'a Ppxlib_ast.Ast.open_infos * 'acc
method open_description : Ppxlib_ast.Ast.open_description -> 'acc -> Ppxlib_ast.Ast.open_description * 'acc
method open_declaration : Ppxlib_ast.Ast.open_declaration -> 'acc -> Ppxlib_ast.Ast.open_declaration * 'acc
method include_infos : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a Ppxlib_ast.Ast.include_infos -> 'acc -> 'a Ppxlib_ast.Ast.include_infos * 'acc
method include_description : Ppxlib_ast.Ast.include_description -> 'acc -> Ppxlib_ast.Ast.include_description * 'acc
method include_declaration : Ppxlib_ast.Ast.include_declaration -> 'acc -> Ppxlib_ast.Ast.include_declaration * 'acc
method with_constraint : Ppxlib_ast.Ast.with_constraint -> 'acc -> Ppxlib_ast.Ast.with_constraint * 'acc
method module_expr : Ppxlib_ast.Ast.module_expr -> 'acc -> Ppxlib_ast.Ast.module_expr * 'acc
method module_expr_desc : Ppxlib_ast.Ast.module_expr_desc -> 'acc -> Ppxlib_ast.Ast.module_expr_desc * 'acc
method module_instance : Ppxlib_ast.Ast.module_instance -> 'acc -> Ppxlib_ast.Ast.module_instance * 'acc
method structure : Ppxlib_ast.Ast.structure -> 'acc -> Ppxlib_ast.Ast.structure * 'acc
method structure_item : Ppxlib_ast.Ast.structure_item -> 'acc -> Ppxlib_ast.Ast.structure_item * 'acc
method structure_item_desc : Ppxlib_ast.Ast.structure_item_desc -> 'acc -> Ppxlib_ast.Ast.structure_item_desc * 'acc
method value_binding : Ppxlib_ast.Ast.value_binding -> 'acc -> Ppxlib_ast.Ast.value_binding * 'acc
method module_binding : Ppxlib_ast.Ast.module_binding -> 'acc -> Ppxlib_ast.Ast.module_binding * 'acc
method jkind_annotation_desc : Ppxlib_ast.Ast.jkind_annotation_desc -> 'acc -> Ppxlib_ast.Ast.jkind_annotation_desc * 'acc
method jkind_annotation : Ppxlib_ast.Ast.jkind_annotation -> 'acc -> Ppxlib_ast.Ast.jkind_annotation * 'acc
method toplevel_phrase : Ppxlib_ast.Ast.toplevel_phrase -> 'acc -> Ppxlib_ast.Ast.toplevel_phrase * 'acc
method toplevel_directive : Ppxlib_ast.Ast.toplevel_directive -> 'acc -> Ppxlib_ast.Ast.toplevel_directive * 'acc
method directive_argument : Ppxlib_ast.Ast.directive_argument -> 'acc -> Ppxlib_ast.Ast.directive_argument * 'acc
method directive_argument_desc : Ppxlib_ast.Ast.directive_argument_desc -> 'acc -> Ppxlib_ast.Ast.directive_argument_desc * 'acc
method cases : Ppxlib_ast.Ast.cases -> 'acc -> Ppxlib_ast.Ast.cases * 'acc