| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected MethodCall.TerminationHandler | 
MethodCall.terminationHandler
The termination handler to use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MethodCall.TerminationHandler | 
MethodCall.TerminationHandler.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MethodCall.TerminationHandler[] | 
MethodCall.TerminationHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| 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.