public class ICFGDotVisualizer
extends java.lang.Object
Constructor and Description |
---|
ICFGDotVisualizer(java.lang.String fileName,
Unit startPoint,
InterproceduralCFG<Unit,SootMethod> icfg)
This class will save your ICFG in DOT format by traversing the ICFG Depth-first!
|
Modifier and Type | Method and Description |
---|---|
void |
exportToDot()
For the given file name, export the ICFG into DOT format.
|
public ICFGDotVisualizer(java.lang.String fileName, Unit startPoint, InterproceduralCFG<Unit,SootMethod> icfg)
fileName:
- Name of the file to save ICFG in DOT extensionstartPoint:
- This is of type Unit and is the starting point of the graph (eg. main method)InterproceduralCFG - SootMethod>: Object of InterproceduralCFG which represents the entire ICFG