public class MethodInstance
extends java.lang.Object
| Constructor and Description |
|---|
MethodInstance(java.lang.Object instance,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
call()
Calls method on instance.
|
java.lang.String |
toString() |