Package sootup.codepropertygraph.ddg
Class DdgCreator
java.lang.Object
sootup.codepropertygraph.ddg.DdgCreator
This class is responsible for creating the Data Dependence Graph (DDG) property graph for a given
Soot method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateGraph
(SootMethod method) Creates the DDG property graph for the given Soot method.
-
Constructor Details
-
DdgCreator
public DdgCreator()
-
-
Method Details
-
createGraph
Creates the DDG property graph for the given Soot method.- Parameters:
method
- the Soot method- Returns:
- the DDG property graph
-