package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val add_fake_node_when_undefined_entity : bool ref
val build : ?verbose:bool -> ?logfile:Common.filename -> ?readable_file_format:bool -> ?only_defs:bool -> ?is_skip_error_file:(Common.filename -> bool) -> ?class_analysis:bool -> Common.dirname -> Common.filename list -> Graph_code.graph * Graph_code.statistics
type resolved_name =
  1. | R of string
val lookup_inheritance : Graph_code.graph -> (resolved_name * string) -> 'a -> ((resolved_name * 'a) * Entity_code.entity_kind) option