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