Uses of Class
sootup.codepropertygraph.propertygraph.nodes.PropertyGraphNode
Package
Description
-
Uses of PropertyGraphNode in sootup.codepropertygraph.propertygraph
Modifier and TypeMethodDescriptionAstPropertyGraph.getNodes()
PropertyGraph.getNodes()
StmtMethodPropertyGraph.getNodes()
Modifier and TypeMethodDescriptionAstPropertyGraph.Builder.addNode
(PropertyGraphNode node) PropertyGraph.Builder.addNode
(PropertyGraphNode node) StmtMethodPropertyGraph.Builder.addNode
(PropertyGraphNode node) -
Uses of PropertyGraphNode in sootup.codepropertygraph.propertygraph.edges
Modifier and TypeMethodDescriptionPropertyGraphEdge.getDestination()
PropertyGraphEdge.getSource()
ModifierConstructorDescriptionAbstAstEdge
(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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class