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