Module type DataFlow.DFStateType
Module type used to define the state component for a dataflow algorithm.
val do_node : IR.Procdesc.Node.t -> t -> t list * t list
Perform a state transition on a node.
val proc_throws : IR.Procname.t -> throws
Can proc throw an exception?