@return the MethodRef pointing to this method.
()
| 199 | * @return the {@link MethodRef} pointing to this method. |
| 200 | */ |
| 201 | public MethodRef getRef() { |
| 202 | return MethodRef.get(declaringClass, name, |
| 203 | paramTypes, returnType, isStatic()); |
| 204 | } |
| 205 | } |
no test coverage detected