package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.36.0.tbz
sha256=5aba1bce14c53108614130110c843d004bf93bd2cf3a0778fd7086b85390a434
sha512=1e3e8fee42fe74bffc178dbcbb2db8ec38dd23e71f6fed3c4c92618cf93892f5847787e6e9abb322f5c85d29a76afde28ce840b42e10fedc14cd82ba578ad06a

doc/ppxlib.ast/Ppxlib_ast/Ast/class-lift/index.html

Class Ast.liftSource

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

Innovation. Community. Security.