Skip navigation links

Package soot.toolkits.graph

Toolkit to produce and manipulate various types of control flow graphs.

See: Description

Package soot.toolkits.graph Description

Toolkit to produce and manipulate various types of control flow graphs. While the CFG classes do not impose restrictions on the types of graph nodes, the nodes are typically instances of Unit or Block. The latter corresponds to basic blocks of Units. Some of the CFG classes include the control flow corresponding to thrown exceptions, while others abstract away exception-related edges.
Skip navigation links