public static interface MethodDelegationBinder.MethodInvoker
MethodDelegationBinder.| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodDelegationBinder.MethodInvoker.Simple
A simple method invocation that merely uses the most general form of method invocation as provided by
MethodInvocation. |
static class |
MethodDelegationBinder.MethodInvoker.Virtual
A method invocation that enforces a virtual invocation that is dispatched on a given type.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation |
invoke(MethodDescription methodDescription)
Creates a method invocation for a given method.
|
StackManipulation invoke(MethodDescription methodDescription)
methodDescription - The method to be invoked.Copyright © 2014–2015. All rights reserved.