Methods in fipaos.util that throw DynamicClassException |
Object | DynamicClass.invoke(String method, Class[] params, Object[] args) Invokes a method on the wrapper object with the given arguments |
Object | DynamicClass.invoke(String method) Invokes a method on the wrapper object without any arguments |
static Object | DynamicClass.invokeStatic(String class_name, String method, Class[] params, Object[] args) Invokes a method on the given object with the given arguments |
static Object | DynamicClass.invokeStatic(String class_name, String method) Invokes a method on the given object with no arguments |