Class AbstractCaller
java.lang.Object
se.krka.kahlua.integration.expose.caller.AbstractCaller
- All Implemented Interfaces:
Caller
- Direct Known Subclasses:
ConstructorCaller
,MethodCaller
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.krka.kahlua.integration.expose.caller.Caller
call, getDescriptor, hasSelf
-
Field Details
-
parameters
-
needsMultipleReturnValues
protected final boolean needsMultipleReturnValues -
varargType
-
-
Constructor Details
-
AbstractCaller
-
-
Method Details
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceCaller
-
getVarargType
- Specified by:
getVarargType
in interfaceCaller
-
hasVararg
public final boolean hasVararg() -
needsMultipleReturnValues
public final boolean needsMultipleReturnValues()- Specified by:
needsMultipleReturnValues
in interfaceCaller
-