接口 CallEdge
-
- 所有已知实现类:
JvmCallCfaEdge
public interface CallEdgeThis interface must be implemented by edges representing a procedure call.
-
-
方法详细资料
-
getCall
Call getCall()
Get the information about the procedure call represented by the edge.
-
-