Allows the delegate to be changed such as when performing markup building @param delegate the new delegate
(Object delegate)
| 605 | * @param delegate the new delegate |
| 606 | */ |
| 607 | public void setDelegate(Object delegate) { |
| 608 | this.delegate = delegate; |
| 609 | } |
| 610 | |
| 611 | /** |
| 612 | * @return the parameter types of the longest doCall method |
no outgoing calls