Interface CallEdge

  • All Known Implementing Classes:
    JvmCallCfaEdge

    public interface CallEdge
    This interface must be implemented by edges representing a procedure call.
    • Method Detail

      • getCall

        Call getCall()
        Get the information about the procedure call represented by the edge.