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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Call
getCall()
Get the information about the procedure call represented by the edge.
-
-
-
Method Detail
-
getCall
Call getCall()
Get the information about the procedure call represented by the edge.
-
-