public static interface Reflection.MethodInvoker
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object target,
java.lang.Object... arguments)
Invoke a method on a specific target object.
|
java.lang.Object invoke(java.lang.Object target,
java.lang.Object... arguments)
target - - the target object, or NULL for a static method.arguments - - the arguments to pass to the method.