Class OtherEdge<CallSite,Method>
java.lang.Object
pascal.taie.analysis.graph.callgraph.Edge<CallSite,Method>
pascal.taie.analysis.graph.callgraph.OtherEdge<CallSite,Method>
- Type Parameters:
CallSite
- type of call sitesMethod
- type of methods
Base class for call edges of
CallKind.OTHER
.
Implementation of CallKind.OTHER
call edges should inherit this class.-
Constructor Details
-
OtherEdge
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classEdge<CallSite,
Method> - Returns:
- String representation of information for this edge.
It contains simple name of the edge class to distinguish
from other classes of
CallKind.OTHER
call edges.
-