Class Ast.lift

method virtual record : (string * 'res) list -> 'res
method virtual constr : string -> 'res list -> 'res
method virtual tuple : 'res list -> 'res
method virtual bool : bool -> 'res
method virtual char : char -> 'res
method virtual int : int -> 'res
method virtual list : 'a. ( 'a -> 'res ) -> 'a list -> 'res
method virtual option : 'a. ( 'a -> 'res ) -> 'a option -> 'res
method virtual string : string -> 'res
method position : < arg_label : arg_label -> 'res ; attribute : attribute -> 'res ; attributes : attributes -> 'res ; binding_op : binding_op -> 'res ; bool : bool -> 'res ; case : case -> 'res ; cases : cases -> 'res ; char : char -> 'res ; class_declaration : class_declaration -> 'res ; class_description : class_description -> 'res ; class_expr : class_expr -> 'res ; class_expr_desc : class_expr_desc -> 'res ; class_field : class_field -> 'res ; class_field_desc : class_field_desc -> 'res ; class_field_kind : class_field_kind -> 'res ; class_infos : 'a. ( 'a -> 'res ) -> 'a class_infos -> 'res ; class_signature : class_signature -> 'res ; class_structure : class_structure -> 'res ; class_type : class_type -> 'res ; class_type_declaration : class_type_declaration -> 'res ; class_type_desc : class_type_desc -> 'res ; class_type_field : class_type_field -> 'res ; class_type_field_desc : class_type_field_desc -> 'res ; closed_flag : closed_flag -> 'res ; constant : constant -> 'res ; constr : string -> 'res list -> 'res ; constructor_arguments : constructor_arguments -> 'res ; constructor_declaration : constructor_declaration -> 'res ; core_type : core_type -> 'res ; core_type_desc : core_type_desc -> 'res ; direction_flag : direction_flag -> 'res ; directive_argument : directive_argument -> 'res ; directive_argument_desc : directive_argument_desc -> 'res ; expression : expression -> 'res ; expression_desc : expression_desc -> 'res ; extension : extension -> 'res ; extension_constructor : extension_constructor -> 'res ; extension_constructor_kind : extension_constructor_kind -> 'res ; functor_parameter : functor_parameter -> 'res ; include_declaration : include_declaration -> 'res ; include_description : include_description -> 'res ; include_infos : 'a. ( 'a -> 'res ) -> 'a include_infos -> 'res ; injectivity : injectivity -> 'res ; int : int -> 'res ; label : label -> 'res ; label_declaration : label_declaration -> 'res ; letop : letop -> 'res ; list : 'a. ( 'a -> 'res ) -> 'a list -> 'res ; loc : 'a. ( 'a -> 'res ) -> 'a loc -> 'res ; location : location -> 'res ; location_stack : location_stack -> 'res ; longident : longident -> 'res ; longident_loc : longident_loc -> 'res ; module_binding : module_binding -> 'res ; module_declaration : module_declaration -> 'res ; module_expr : module_expr -> 'res ; module_expr_desc : module_expr_desc -> 'res ; module_substitution : module_substitution -> 'res ; module_type : module_type -> 'res ; module_type_declaration : module_type_declaration -> 'res ; module_type_desc : module_type_desc -> 'res ; mutable_flag : mutable_flag -> 'res ; object_field : object_field -> 'res ; object_field_desc : object_field_desc -> 'res ; open_declaration : open_declaration -> 'res ; open_description : open_description -> 'res ; open_infos : 'a. ( 'a -> 'res ) -> 'a open_infos -> 'res ; option : 'a. ( 'a -> 'res ) -> 'a option -> 'res ; override_flag : override_flag -> 'res ; package_type : package_type -> 'res ; pattern : pattern -> 'res ; pattern_desc : pattern_desc -> 'res ; payload : payload -> 'res ; position : position -> 'res ; private_flag : private_flag -> 'res ; rec_flag : rec_flag -> 'res ; record : (string * 'res) list -> 'res ; row_field : row_field -> 'res ; row_field_desc : row_field_desc -> 'res ; signature : signature -> 'res ; signature_item : signature_item -> 'res ; signature_item_desc : signature_item_desc -> 'res ; string : string -> 'res ; structure : structure -> 'res ; structure_item : structure_item -> 'res ; structure_item_desc : structure_item_desc -> 'res ; toplevel_directive : toplevel_directive -> 'res ; toplevel_phrase : toplevel_phrase -> 'res ; tuple : 'res list -> 'res ; type_declaration : type_declaration -> 'res ; type_exception : type_exception -> 'res ; type_extension : type_extension -> 'res ; type_kind : type_kind -> 'res ; value_binding : value_binding -> 'res ; value_description : value_description -> 'res ; variance : variance -> 'res ; virtual_flag : virtual_flag -> 'res ; with_constraint : with_constraint -> 'res.. > -> position -> 'res
method location : 'c -> location -> 'res
method location_stack : 'c -> location_stack -> 'res
method loc : 'c -> 'a. ( 'a -> 'res ) -> 'a loc -> 'res
method longident : 'c -> longident -> 'res
method longident_loc : 'c -> longident_loc -> 'res
method rec_flag : 'c -> rec_flag -> 'res
method direction_flag : 'c -> direction_flag -> 'res
method private_flag : 'c -> private_flag -> 'res
method mutable_flag : 'c -> mutable_flag -> 'res
method virtual_flag : 'c -> virtual_flag -> 'res
method override_flag : 'c -> override_flag -> 'res
method closed_flag : 'c -> closed_flag -> 'res
method label : 'c -> label -> 'res
method arg_label : 'c -> arg_label -> 'res
method variance : 'c -> variance -> 'res
method injectivity : 'c -> injectivity -> 'res
method constant : 'c -> constant -> 'res
method attribute : 'c -> attribute -> 'res
method extension : 'c -> extension -> 'res
method attributes : 'c -> attributes -> 'res
method payload : 'c -> payload -> 'res
method core_type : 'c -> core_type -> 'res
method core_type_desc : 'c -> core_type_desc -> 'res
method package_type : 'c -> package_type -> 'res
method row_field : 'c -> row_field -> 'res
method row_field_desc : 'c -> row_field_desc -> 'res
method object_field : 'c -> object_field -> 'res
method object_field_desc : 'c -> object_field_desc -> 'res
method pattern : 'c -> pattern -> 'res
method pattern_desc : 'c -> pattern_desc -> 'res
method expression : 'c -> expression -> 'res
method expression_desc : 'c -> expression_desc -> 'res
method case : 'c -> case -> 'res
method letop : 'c -> letop -> 'res
method binding_op : 'c -> binding_op -> 'res
method value_description : 'c -> value_description -> 'res
method type_declaration : 'c -> type_declaration -> 'res
method type_kind : 'c -> type_kind -> 'res
method label_declaration : 'c -> label_declaration -> 'res
method constructor_declaration : 'c -> constructor_declaration -> 'res
method constructor_arguments : 'c -> constructor_arguments -> 'res
method type_extension : 'c -> type_extension -> 'res
method extension_constructor : 'c -> extension_constructor -> 'res
method type_exception : 'c -> type_exception -> 'res
method extension_constructor_kind : 'c -> extension_constructor_kind -> 'res
method class_type : 'c -> class_type -> 'res
method class_type_desc : 'c -> class_type_desc -> 'res
method class_signature : 'c -> class_signature -> 'res
method class_type_field : 'c -> class_type_field -> 'res
method class_type_field_desc : 'c -> class_type_field_desc -> 'res
method class_infos : 'c -> 'a. ( 'a -> 'res ) -> 'a class_infos -> 'res
method class_description : 'c -> class_description -> 'res
method class_type_declaration : 'c -> class_type_declaration -> 'res
method class_expr : 'c -> class_expr -> 'res
method class_expr_desc : 'c -> class_expr_desc -> 'res
method class_structure : 'c -> class_structure -> 'res
method class_field : 'c -> class_field -> 'res
method class_field_desc : 'c -> class_field_desc -> 'res
method class_field_kind : 'c -> class_field_kind -> 'res
method class_declaration : 'c -> class_declaration -> 'res
method module_type : 'c -> module_type -> 'res
method module_type_desc : 'c -> module_type_desc -> 'res
method functor_parameter : 'c -> functor_parameter -> 'res
method signature : 'c -> signature -> 'res
method signature_item : 'c -> signature_item -> 'res
method signature_item_desc : 'c -> signature_item_desc -> 'res
method module_declaration : 'c -> module_declaration -> 'res
method module_substitution : 'c -> module_substitution -> 'res
method module_type_declaration : 'c -> module_type_declaration -> 'res
method open_infos : 'c -> 'a. ( 'a -> 'res ) -> 'a open_infos -> 'res
method open_description : 'c -> open_description -> 'res
method open_declaration : 'c -> open_declaration -> 'res
method include_infos : 'c -> 'a. ( 'a -> 'res ) -> 'a include_infos -> 'res
method include_description : 'c -> include_description -> 'res
method include_declaration : 'c -> include_declaration -> 'res
method with_constraint : 'c -> with_constraint -> 'res
method module_expr : 'c -> module_expr -> 'res
method module_expr_desc : 'c -> module_expr_desc -> 'res
method structure : 'c -> structure -> 'res
method structure_item : 'c -> structure_item -> 'res
method structure_item_desc : 'c -> structure_item_desc -> 'res
method value_binding : 'c -> value_binding -> 'res
method module_binding : 'c -> module_binding -> 'res
method toplevel_phrase : 'c -> toplevel_phrase -> 'res
method toplevel_directive : 'c -> toplevel_directive -> 'res
method directive_argument : 'c -> directive_argument -> 'res
method directive_argument_desc : 'c -> directive_argument_desc -> 'res
method cases : 'c -> cases -> 'res