Interface CallEdge

All Known Implementing Classes:
JvmCallCfaEdge

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

    Modifier and Type
    Method
    Description
    Get the information about the procedure call represented by the edge.
  • Method Details

    • getCall

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