public class ICFGDotVisualizer extends Object
| Constructor and Description |
|---|
ICFGDotVisualizer(String fileName,
Unit startPoint,
heros.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(String fileName, Unit startPoint, heros.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 Copyright © 2020 Soot OSS. All rights reserved.