Package sootup.codepropertygraph.ast
Class AstCreator
java.lang.Object
sootup.codepropertygraph.ast.AstCreator
This class is responsible for creating the Abstract Syntax Tree (AST) property graph for a given
Soot method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateGraph
(SootMethod method) Creates the AST property graph for the given Soot method.
-
Constructor Details
-
AstCreator
public AstCreator()
-
-
Method Details
-
createGraph
Creates the AST property graph for the given Soot method.- Parameters:
method
- the Soot method- Returns:
- the AST property graph
-