Uses of Interface
sootup.codepropertygraph.propertygraph.PropertyGraph
Packages that use PropertyGraph
Package
Description
-
Uses of PropertyGraph in sootup.codepropertygraph.ast
Methods in sootup.codepropertygraph.ast that return PropertyGraphModifier and TypeMethodDescriptionAstCreator.createGraph(SootMethod method) Creates the AST property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cdg
Methods in sootup.codepropertygraph.cdg that return PropertyGraphModifier and TypeMethodDescriptionCdgCreator.createGraph(SootMethod method) Creates the CDG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cfg
Methods in sootup.codepropertygraph.cfg that return PropertyGraphModifier and TypeMethodDescriptionCfgCreator.createGraph(SootMethod method) Creates the CFG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.cpg
Methods in sootup.codepropertygraph.cpg that return PropertyGraphModifier and TypeMethodDescriptionCpgCreator.createCpg(SootMethod method) Creates the CPG for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.ddg
Methods in sootup.codepropertygraph.ddg that return PropertyGraphModifier and TypeMethodDescriptionDdgCreator.createGraph(SootMethod method) Creates the DDG property graph for the given Soot method. -
Uses of PropertyGraph in sootup.codepropertygraph.propertygraph
Classes in sootup.codepropertygraph.propertygraph that implement PropertyGraphModifier and TypeClassDescriptionfinal classfinal classMethods in sootup.codepropertygraph.propertygraph that return PropertyGraph -
Uses of PropertyGraph in sootup.codepropertygraph.propertygraph.util
Methods in sootup.codepropertygraph.propertygraph.util that return PropertyGraphModifier and TypeMethodDescriptionstatic PropertyGraphPropertyGraphsMerger.mergeGraphs(PropertyGraph graph1, PropertyGraph graph2) Methods in sootup.codepropertygraph.propertygraph.util with parameters of type PropertyGraphModifier and TypeMethodDescriptionstatic StringPropertyGraphToDotConverter.convert(PropertyGraph graph) Converts the given property graph to a DOT format string.static PropertyGraphPropertyGraphsMerger.mergeGraphs(PropertyGraph graph1, PropertyGraph graph2)