Package proguard.analysis.cpa.interfaces
Interface CallEdge
- All Known Implementing Classes:
JvmCallCfaEdge
public interface CallEdge
This interface must be implemented by edges representing a procedure call.
-
Method Summary
-
Method Details
-
getCall
Call getCall()Get the information about the procedure call represented by the edge.
-