Class AstCreator

java.lang.Object
sootup.codepropertygraph.ast.AstCreator

public class AstCreator extends Object
This class is responsible for creating the Abstract Syntax Tree (AST) property graph for a given Soot method.
  • Constructor Details

    • AstCreator

      public AstCreator()
  • Method Details

    • createGraph

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