Class DdgCreator

java.lang.Object
sootup.codepropertygraph.ddg.DdgCreator

public class DdgCreator extends Object
This class is responsible for creating the Data Dependence Graph (DDG) property graph for a given Soot method.
  • Constructor Details

    • DdgCreator

      public DdgCreator()
  • Method Details

    • createGraph

      public PropertyGraph createGraph(SootMethod method)
      Creates the DDG property graph for the given Soot method.
      Parameters:
      method - the Soot method
      Returns:
      the DDG property graph