package ocaml-base-compiler

  1. Overview
  2. Docs
method scan_attribute : Value.t_attribute -> unit
method scan_class : Class.t_class -> unit
method scan_class_comment : text -> unit
method scan_class_elements : Class.t_class -> unit
method scan_class_pre : Class.t_class -> bool
method scan_class_type : Class.t_class_type -> unit
method scan_class_type_comment : text -> unit
method scan_class_type_elements : Class.t_class_type -> unit
method scan_class_type_pre : Class.t_class_type -> bool
method scan_exception : Exception.t_exception -> unit
method scan_extension_constructor : Extension.t_extension_constructor -> unit
method scan_included_module : Module.included_module -> unit
method scan_method : Value.t_method -> unit
method scan_module : Module.t_module -> unit
method scan_module_comment : text -> unit
method scan_module_elements : Module.t_module -> unit
method scan_module_list : Module.t_module list -> unit
method scan_module_pre : Module.t_module -> bool
method scan_module_type : Module.t_module_type -> unit
method scan_module_type_comment : text -> unit
method scan_module_type_elements : Module.t_module_type -> unit
method scan_module_type_pre : Module.t_module_type -> bool
method scan_type : Type.t_type -> unit
method scan_type_const : Type.t_type -> Type.variant_constructor -> unit
method scan_type_extension : Extension.t_type_extension -> unit
method scan_type_extension_constructors : Extension.t_type_extension -> unit
method scan_type_extension_pre : Extension.t_type_extension -> bool
method scan_type_pre : Type.t_type -> bool
method scan_type_recfield : Type.t_type -> Type.record_field -> unit
method scan_value : Value.t_value -> unit