Class AbstCfgEdge
java.lang.Object
sootup.codepropertygraph.propertygraph.edges.PropertyGraphEdge
sootup.codepropertygraph.propertygraph.edges.AbstCfgEdge
- Direct Known Subclasses:
ExceptionalCfgEdge,GotoCfgEdge,IfFalseCfgEdge,IfTrueCfgEdge,NormalCfgEdge,SwitchCfgEdge
Abstract base class for CFG (Control Flow Graph) edges in a property graph.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstCfgEdge(PropertyGraphNode source, PropertyGraphNode destination) Creates a CFG edge between the given source and destination nodes. -
Method Summary
Methods inherited from class sootup.codepropertygraph.propertygraph.edges.PropertyGraphEdge
equals, getDestination, getSource, hashCode
-
Constructor Details
-
AbstCfgEdge
Creates a CFG edge between the given source and destination nodes.
-
-
Method Details
-
getLabel
Returns the label identifying this CFG edge type.- Specified by:
getLabelin classPropertyGraphEdge
-