@return the parameter types of the longest doCall method of this closure
()
| 613 | * of this closure |
| 614 | */ |
| 615 | public Class<?>[] getParameterTypes() { |
| 616 | return parameterTypes; |
| 617 | } |
| 618 | |
| 619 | /** |
| 620 | * @return the maximum number of parameters a doCall method |
no outgoing calls