Package jadex.bytecode.invocation
Interface IMethodInvoker
- All Known Implementing Classes:
SInvocation.FallBackInvoker
public interface IMethodInvoker
Interface used to byte-engineer an accessor handler.
-
Method Summary
-
Method Details
-
invoke
Invokes a method on an object.- Parameters:
object
- The objectargs
- The method arguments.methodid
- The ID of the method.- Returns:
- The result, null if void.
-