Package jadex.bytecode.invocation
Interface IMethodInvoker
- 
- All Known Implementing Classes:
- SInvocation.FallBackInvoker
 
 public interface IMethodInvokerInterface used to byte-engineer an accessor handler.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object object, java.lang.Object... args)Invokes a method on an object.
 
-