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
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilder
static String
buildGraph
(StmtGraph<?> graph, boolean isICFG, Map<Integer, MethodSignature> calls, MethodSignature methodSignature) static String
createUrlToWebeditor
(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
-