()
| 189 | abstract Object invokeInternal(@Nullable Object receiver, Object[] args) throws InvocationTargetException, IllegalAccessException; |
| 190 | |
| 191 | abstract Type[] getGenericParameterTypes(); |
| 192 | |
| 193 | /** This should never return a type that's not a subtype of Throwable. */ |
| 194 |
no outgoing calls
no test coverage detected