()
| 6410 | } |
| 6411 | |
| 6412 | @Override |
| 6413 | public String toString() { |
| 6414 | return "method" + brace(getParameter()) + "->" + brace(getReturn()); |
| 6415 | } |
| 6416 | |
| 6417 | @Override |
| 6418 | public String toCanonicalString() { |
nothing calls this directly
no test coverage detected