package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val control_flow_graph_of_stmts : Cst_php.dname list -> Cst_php.stmt list -> Controlflow_php.flow
val cfg_of_stmts : Cst_php.dname list -> Cst_php.stmt list -> Controlflow_php.flow
val deadcode_detection : Controlflow_php.flow -> unit
type error = error_kind * Cst_php.info
and error_kind =
  1. | DeadCode of Controlflow_php.node_kind
  2. | NoEnclosingLoop
  3. | ColonSyntax
  4. | DynamicBreak
val string_of_error : error -> string
val string_of_error_kind : error_kind -> string
exception Error of error
val report_error : error -> unit