@return the maximum number of parameters a doCall method of this closure can take
()
| 621 | * of this closure can take |
| 622 | */ |
| 623 | public int getMaximumNumberOfParameters() { |
| 624 | return maximumNumberOfParameters; |
| 625 | } |
| 626 | |
| 627 | /** |
| 628 | * @return a version of this closure which implements Writable. Note that |
no outgoing calls
no test coverage detected