package ppx_core

  1. Overview
  2. Docs
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 : position -> 'acc -> position * 'acc
method location : location -> 'acc -> location * 'acc
method loc : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a loc -> 'acc -> 'a loc * 'acc
method longident : longident -> 'acc -> longident * 'acc
method longident_loc : longident_loc -> 'acc -> longident_loc * 'acc
method rec_flag : rec_flag -> 'acc -> rec_flag * 'acc
method direction_flag : direction_flag -> 'acc -> direction_flag * 'acc
method private_flag : private_flag -> 'acc -> private_flag * 'acc
method mutable_flag : mutable_flag -> 'acc -> mutable_flag * 'acc
method virtual_flag : virtual_flag -> 'acc -> virtual_flag * 'acc
method override_flag : override_flag -> 'acc -> override_flag * 'acc
method closed_flag : closed_flag -> 'acc -> closed_flag * 'acc
method label : label -> 'acc -> label * 'acc
method arg_label : arg_label -> 'acc -> arg_label * 'acc
method variance : variance -> 'acc -> variance * 'acc
method constant : constant -> 'acc -> constant * 'acc
method attribute : attribute -> 'acc -> attribute * 'acc
method extension : extension -> 'acc -> extension * 'acc
method attributes : attributes -> 'acc -> attributes * 'acc
method payload : payload -> 'acc -> payload * 'acc
method core_type : core_type -> 'acc -> core_type * 'acc
method core_type_desc : core_type_desc -> 'acc -> core_type_desc * 'acc
method package_type : package_type -> 'acc -> package_type * 'acc
method row_field : row_field -> 'acc -> row_field * 'acc
method pattern : pattern -> 'acc -> pattern * 'acc
method pattern_desc : pattern_desc -> 'acc -> pattern_desc * 'acc
method expression : expression -> 'acc -> expression * 'acc
method expression_desc : expression_desc -> 'acc -> expression_desc * 'acc
method case : case -> 'acc -> case * 'acc
method value_description : value_description -> 'acc -> value_description * 'acc
method type_declaration : type_declaration -> 'acc -> type_declaration * 'acc
method type_kind : type_kind -> 'acc -> type_kind * 'acc
method label_declaration : label_declaration -> 'acc -> label_declaration * 'acc
method constructor_declaration : constructor_declaration -> 'acc -> constructor_declaration * 'acc
method constructor_arguments : constructor_arguments -> 'acc -> constructor_arguments * 'acc
method type_extension : type_extension -> 'acc -> type_extension * 'acc
method extension_constructor : extension_constructor -> 'acc -> extension_constructor * 'acc
method extension_constructor_kind : extension_constructor_kind -> 'acc -> extension_constructor_kind * 'acc
method class_type : class_type -> 'acc -> class_type * 'acc
method class_type_desc : class_type_desc -> 'acc -> class_type_desc * 'acc
method class_signature : class_signature -> 'acc -> class_signature * 'acc
method class_type_field : class_type_field -> 'acc -> class_type_field * 'acc
method class_type_field_desc : class_type_field_desc -> 'acc -> class_type_field_desc * 'acc
method class_infos : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a class_infos -> 'acc -> 'a class_infos * 'acc
method class_description : class_description -> 'acc -> class_description * 'acc
method class_type_declaration : class_type_declaration -> 'acc -> class_type_declaration * 'acc
method class_expr : class_expr -> 'acc -> class_expr * 'acc
method class_expr_desc : class_expr_desc -> 'acc -> class_expr_desc * 'acc
method class_structure : class_structure -> 'acc -> class_structure * 'acc
method class_field : class_field -> 'acc -> class_field * 'acc
method class_field_desc : class_field_desc -> 'acc -> class_field_desc * 'acc
method class_field_kind : class_field_kind -> 'acc -> class_field_kind * 'acc
method class_declaration : class_declaration -> 'acc -> class_declaration * 'acc
method module_type : module_type -> 'acc -> module_type * 'acc
method module_type_desc : module_type_desc -> 'acc -> module_type_desc * 'acc
method signature : signature -> 'acc -> signature * 'acc
method signature_item : signature_item -> 'acc -> signature_item * 'acc
method signature_item_desc : signature_item_desc -> 'acc -> signature_item_desc * 'acc
method module_declaration : module_declaration -> 'acc -> module_declaration * 'acc
method module_type_declaration : module_type_declaration -> 'acc -> module_type_declaration * 'acc
method open_description : open_description -> 'acc -> open_description * 'acc
method include_infos : 'a. ('a -> 'acc -> 'a * 'acc) -> 'a include_infos -> 'acc -> 'a include_infos * 'acc
method include_description : include_description -> 'acc -> include_description * 'acc
method include_declaration : include_declaration -> 'acc -> include_declaration * 'acc
method with_constraint : with_constraint -> 'acc -> with_constraint * 'acc
method module_expr : module_expr -> 'acc -> module_expr * 'acc
method module_expr_desc : module_expr_desc -> 'acc -> module_expr_desc * 'acc
method structure : structure -> 'acc -> structure * 'acc
method structure_item : structure_item -> 'acc -> structure_item * 'acc
method structure_item_desc : structure_item_desc -> 'acc -> structure_item_desc * 'acc
method value_binding : value_binding -> 'acc -> value_binding * 'acc
method module_binding : module_binding -> 'acc -> module_binding * 'acc
method toplevel_phrase : toplevel_phrase -> 'acc -> toplevel_phrase * 'acc
method directive_argument : directive_argument -> 'acc -> directive_argument * 'acc