Invokes this method. @param object The object this method should be invoked on @param arguments The arguments for the method if applicable @return The return value of the invocation
(Object object, Object[] arguments)
| 281 | * @return The return value of the invocation |
| 282 | */ |
| 283 | public abstract Object invoke(Object object, Object[] arguments); |
| 284 | |
| 285 | /** |
| 286 | * Invokes the method this object represents. |
no outgoing calls
no test coverage detected