package ocaml-webworker

  1. Overview
  2. Docs
val id_of_patt : Typedtree.pattern -> Ident.t option
val mk : ?children:Query_protocol.outline -> location:Location_aux.t -> [ `Class | `Constructor | `Exn | `Label | `Method | `Modtype | `Module | `Type | `Value ] -> Ident.t -> Query_protocol.item
val get_class_field_desc_infos : Typedtree.class_field_desc -> (string Asttypes.loc * [> `Method | `Value ]) option
val summarize : Browse_tree.t -> Query_protocol.item option
val get_class_elements : Browse_tree.t -> Query_protocol.item list
val get_mod_children : Browse_tree.t -> Query_protocol.outline
val remove_mod_indir : Browse_tree.t -> Query_protocol.item list
val remove_top_indir : Browse_tree.t -> Query_protocol.item list
val get : Browse_tree.t list -> Query_protocol.item list