Class OtherEdge

java.lang.Object
pascal.taie.analysis.pta.core.solver.PointerFlowEdge
pascal.taie.analysis.pta.core.solver.OtherEdge
All Implemented Interfaces:
Serializable, Edge<Pointer>

public abstract class OtherEdge extends PointerFlowEdge
Base class for flow edges of FlowKind.OTHER. Implementation of FlowKind.OTHER flow edges should inherit this class.
See Also:
  • Constructor Details

  • Method Details

    • getInfo

      public String getInfo()
      Overrides:
      getInfo in class PointerFlowEdge
      Returns:
      String representation of information for this edge. It contains simple name of the edge class to distinguish from other classes of FlowKind.OTHER flow edges.