Class Edge<CallSite,Method>
java.lang.Object
pascal.taie.analysis.graph.callgraph.Edge<CallSite,Method>
- Type Parameters:
CallSite
- type of call sitesMethod
- type of methods
Represents call edges in the call graph.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Edge
-
-
Method Details
-
getKind
- Returns:
- kind of the call edge.
-
getCallSite
- Returns:
- the call site (i.e., the source) of the call edge.
-
getCallee
- Returns:
- the callee method (i.e., the target) of the call edge.
-
equals
-
hashCode
public int hashCode() -
toString
-