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