| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MethodCall.TerminationHandler.ForChainedInvocation
Drops the return value of the called method from the operand stack without returning from the intercepted
 method. 
 | 
static class  | 
MethodCall.TerminationHandler.ForMethodReturn
Returns the return value of the method call from the intercepted method. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected MethodCall.TerminationHandler | 
MethodCall.terminationHandler
The termination handler to use. 
 | 
| Constructor and Description | 
|---|
MethodCall(MethodCall.MethodLocator methodLocator,
          MethodCall.TargetHandler targetHandler,
          List<MethodCall.ArgumentLoader.Factory> argumentLoaders,
          MethodCall.MethodInvoker methodInvoker,
          MethodCall.TerminationHandler terminationHandler,
          Assigner assigner,
          Assigner.Typing typing)
Creates a new method call implementation. 
 | 
Copyright © 2014–2016. All rights reserved.