Uses of Interface
sootup.codepropertygraph.propertygraph.PropertyGraph
Package
Description
-
Uses of PropertyGraph in sootup.codepropertygraph.ast
Modifier and TypeMethodDescriptionAstCreator.createGraph
(SootMethod method) Creates the AST property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cdg
Modifier and TypeMethodDescriptionCdgCreator.createGraph
(SootMethod method) Creates the CDG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cfg
Modifier and TypeMethodDescriptionCfgCreator.createGraph
(SootMethod method) Creates the CFG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cpg
Modifier and TypeMethodDescriptionCpgCreator.createCpg
(SootMethod method) Creates the CPG for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.ddg
Modifier and TypeMethodDescriptionDdgCreator.createGraph
(SootMethod method) Creates the DDG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.propertygraph
Modifier and TypeClassDescriptionfinal class
final class
-
Uses of PropertyGraph in sootup.codepropertygraph.propertygraph.util
Modifier and TypeMethodDescriptionstatic PropertyGraph
PropertyGraphsMerger.mergeGraphs
(PropertyGraph graph1, PropertyGraph graph2) Modifier and TypeMethodDescriptionstatic String
PropertyGraphToDotConverter.convert
(PropertyGraph graph) Converts the given property graph to a DOT format string.static PropertyGraph
PropertyGraphsMerger.mergeGraphs
(PropertyGraph graph1, PropertyGraph graph2)