private static final class ReflectionLibraryLoader.FunctionNotFoundInvoker extends java.lang.Object implements Invoker
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
functionName |
private java.lang.reflect.Method |
method |
| Modifier | Constructor and Description |
|---|---|
private |
FunctionNotFoundInvoker(java.lang.reflect.Method method,
java.lang.String functionName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object self,
java.lang.Object[] parameters) |