@return the method reference at the invocation.
()
| 59 | * @return the method reference at the invocation. |
| 60 | */ |
| 61 | public MethodRef getMethodRef() { |
| 62 | return methodRef; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * @return the number of the arguments of the invocation. |
no outgoing calls
no test coverage detected