Package proguard.analysis.cpa.interfaces
Interface CallEdge
- 
- All Known Implementing Classes:
 JvmCallCfaEdge
public interface CallEdgeThis interface must be implemented by edges representing a procedure call. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallgetCall()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. 
 - 
 
 -