Uses of Class
sootup.codepropertygraph.propertygraph.nodes.PropertyGraphNode
Packages that use PropertyGraphNode
Package
Description
-
Uses of PropertyGraphNode in sootup.codepropertygraph.propertygraph
Methods in sootup.codepropertygraph.propertygraph that return types with arguments of type PropertyGraphNodeModifier and TypeMethodDescriptionAstPropertyGraph.getNodes()
PropertyGraph.getNodes()
StmtMethodPropertyGraph.getNodes()
Methods in sootup.codepropertygraph.propertygraph with parameters of type PropertyGraphNodeModifier and TypeMethodDescriptionAstPropertyGraph.Builder.addNode
(PropertyGraphNode node) PropertyGraph.Builder.addNode
(PropertyGraphNode node) StmtMethodPropertyGraph.Builder.addNode
(PropertyGraphNode node) -
Uses of PropertyGraphNode in sootup.codepropertygraph.propertygraph.edges
Methods in sootup.codepropertygraph.propertygraph.edges that return PropertyGraphNodeModifier and TypeMethodDescriptionPropertyGraphEdge.getDestination()
PropertyGraphEdge.getSource()
Constructors in sootup.codepropertygraph.propertygraph.edges with parameters of type PropertyGraphNodeModifierConstructorDescriptionAbstAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) AbstCdgEdge
(PropertyGraphNode source, PropertyGraphNode destination) AbstCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) AbstDdgEdge
(PropertyGraphNode source, PropertyGraphNode destination) ArgAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) ArraySizeAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) BaseAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) CdgEdge
(PropertyGraphNode source, PropertyGraphNode destination) ConditionAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) DdgEdge
(PropertyGraphNode source, PropertyGraphNode destination) ExceptionalCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) ExprAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) GotoCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) IfFalseCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) IfTrueCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) InvokeAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) LeftOpAstEdge
(StmtGraphNode source, PropertyGraphNode destination) ModifierAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) NormalCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) Op1AstEdge
(PropertyGraphNode source, PropertyGraphNode destination) Op2AstEdge
(PropertyGraphNode source, PropertyGraphNode destination) ParameterAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) PropertyGraphEdge
(PropertyGraphNode source, PropertyGraphNode destination) ReturnTypeAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) RightOpAstEdge
(StmtGraphNode source, PropertyGraphNode destination) SingleOpAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) StmtAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) SwitchCfgEdge
(PropertyGraphNode source, PropertyGraphNode destination) SwitchKeyAstEdge
(PropertyGraphNode source, PropertyGraphNode destination) -
Uses of PropertyGraphNode in sootup.codepropertygraph.propertygraph.nodes
Subclasses of PropertyGraphNode in sootup.codepropertygraph.propertygraph.nodesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class