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:
invoke
in interfaceIMethodInvoker
- Parameters:
object
- The objectargs
- The method arguments.methodid
- The ID of the method.- Returns:
- The result, null if void.
-