Package sootup.core.util
Class DotExporter
java.lang.Object
sootup.core.util.DotExporter
Exports a StmtGraph into a Dot representation (see https://graphviz.org) to visualize the Graph
- Author:
- Markus Schmidt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilder
static String
buildGraph
(@NonNull StmtGraph<?> graph, boolean isICFG, Map<Integer, MethodSignature> calls, MethodSignature methodSignature) static String
createUrlToWebeditor
(@NonNull StmtGraph<?> graph)
-
Constructor Details
-
DotExporter
public DotExporter()
-
-
Method Details
-
buildGraph
public static String buildGraph(@NonNull StmtGraph<?> graph, boolean isICFG, Map<Integer, MethodSignature> calls, MethodSignature methodSignature) -
buildDiGraphObject
-
createUrlToWebeditor
-