Interface IMethodInvoker

All Known Implementing Classes:
SInvocation.FallBackInvoker

public interface IMethodInvoker
Interface used to byte-engineer an accessor handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object object, Object... args)
    Invokes a method on an object.
  • Method Details

    • invoke

      Object invoke(Object object, Object... args)
      Invokes a method on an object.
      Parameters:
      object - The object
      args - The method arguments.
      methodid - The ID of the method.
      Returns:
      The result, null if void.