Interface MethodDelegationBinder.MethodInvoker

All Known Implementing Classes:
MethodDelegationBinder.MethodInvoker.Simple, MethodDelegationBinder.MethodInvoker.Virtual
Enclosing interface:
MethodDelegationBinder

public static interface MethodDelegationBinder.MethodInvoker
Implementations are used as delegates for invoking a method that was bound using a MethodDelegationBinder.
  • Method Details

    • invoke

      StackManipulation invoke(MethodDescription methodDescription)
      Creates a method invocation for a given method.
      Parameters:
      methodDescription - The method to be invoked.
      Returns:
      A stack manipulation encapsulating this method invocation.