Class AbstAstEdge
java.lang.Object
sootup.codepropertygraph.propertygraph.edges.PropertyGraphEdge
sootup.codepropertygraph.propertygraph.edges.AbstAstEdge
- Direct Known Subclasses:
ArgAstEdge,ArraySizeAstEdge,BaseAstEdge,ConditionAstEdge,ExprAstEdge,InvokeAstEdge,LeftOpAstEdge,ModifierAstEdge,Op1AstEdge,Op2AstEdge,ParameterAstEdge,ReturnTypeAstEdge,RightOpAstEdge,SingleOpAstEdge,StmtAstEdge,SwitchKeyAstEdge
Abstract base class for AST (Abstract Syntax Tree) edges in a property graph.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstAstEdge(PropertyGraphNode source, PropertyGraphNode destination) Creates an AST 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
-
AbstAstEdge
Creates an AST edge between the given source and destination nodes.
-
-
Method Details
-
getLabel
Returns the label identifying this AST edge type.- Specified by:
getLabelin classPropertyGraphEdge
-