Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.11#65 (2003/12/10, 1:19:38 CET)
callgraph
)callgraph
)
Usage: call_graph(File, Graph)
Graph
is the call-graph of the code in File
.
File
is an atom describing the name of a file.
(c_itf_props:filename/1
)
Graph
is a free variable.
(term_typing:var/1
)
Graph
is an ugraph.
(ugraphs:ugraph/1
)
Usage: reachability(Graph, Sources, Reached, UnReached)
Reached
are the vertices in Graph
reachable from Sources
, UnReached
are the rest.
Graph
is an ugraph.
(ugraphs:ugraph/1
)
Sources
is a list.
(basic_props:list/1
)
Reached
is a free variable.
(term_typing:var/1
)
UnReached
is a free variable.
(term_typing:var/1
)
Go to the first, previous, next, last section, table of contents.