Class CfgCreator

java.lang.Object
sootup.codepropertygraph.cfg.CfgCreator

public class CfgCreator extends Object
This class is responsible for creating the Control Flow Graph (CFG) property graph for a given Soot method.
  • Constructor Details

    • CfgCreator

      public CfgCreator()
  • Method Details

    • createGraph

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