All Downloads are FREE. Search and download functionalities are using the official Maven repository.

soot.toolkits.graph.package.html Maven / Gradle / Ivy




  


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 {@link Unit}
or {@link 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.









© 2015 - 2024 Weber Informatics LLC | Privacy Policy