An analysis that analyzes all methods of all class files of a project using a custom domain.
Visualizes call graphs using Graphviz.
Prints out information about the callees of a specific method.
Performs an abstract interpretation of all methods of the given class file(s) using a configurable domain.
Performs an abstract interpretation of all methods of the given class file(s) using a configurable domain.
This class is meant to support the development and testing of new domains.
Visualizes call graphs using Graphviz.
Given GraphViz's capabilities only small call graphs (10 to 20 nodes) can be effectively visualized.