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 sites
Method - type of methods

public abstract class OtherEdge<CallSite,Method> extends Edge<CallSite,Method>
Base class for call edges of CallKind.OTHER. Implementation of CallKind.OTHER call edges should inherit this class.
  • Constructor Details

  • Method Details

    • getInfo

      public String getInfo()
      Overrides:
      getInfo in class Edge<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.