Interface Caller
- All Known Implementing Classes:
AbstractCaller
,ConstructorCaller
,MethodCaller
public interface Caller
-
Method Details
-
call
void call(Object object, ReturnValues returnValues, Object[] objectArray) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException -
getParameterTypes
Class[] getParameterTypes() -
needsMultipleReturnValues
boolean needsMultipleReturnValues() -
hasSelf
boolean hasSelf() -
getVarargType
Class getVarargType() -
hasVararg
boolean hasVararg() -
getDescriptor
String getDescriptor()
-