@return the callee method (i.e., the target) of the call edge.
()
| 65 | * @return the callee method (i.e., the target) of the call edge. |
| 66 | */ |
| 67 | public Method getCallee() { |
| 68 | return callee; |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public boolean equals(Object o) { |
no outgoing calls
no test coverage detected