Package jadex.bytecode.invocation
Class SInvocation.FallBackInvoker
java.lang.Object
jadex.bytecode.invocation.SInvocation.FallBackInvoker
- All Implemented Interfaces:
IMethodInvoker
- Enclosing class:
- SInvocation
Fallback invoker using reflection in case a byte-engineered variant is not available.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
The method.
-
-
Constructor Details
-
FallBackInvoker
Creates the invoker.- Parameters:
method- Method to invoke.
-
-
Method Details
-
invoke
Invokes a method on an object.- Specified by:
invokein interfaceIMethodInvoker- Parameters:
object- The objectmethodid- The ID of the method.args- The method arguments.- Returns:
- The result, null if void.
-