()
| 64 | } |
| 65 | |
| 66 | public Class[] getParameterTypes() { |
| 67 | return Classes.getParameterTypes(vmMethod); |
| 68 | } |
| 69 | |
| 70 | public Object invoke(Object instance, Object ... arguments) |
| 71 | throws InvocationTargetException, IllegalAccessException |
no test coverage detected