| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodCall.ArgumentLoader.ForBooleanConstantLoads a  booleanvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForByteConstantLoads a  bytevalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForCharacterConstantLoads a  charvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForClassConstantLoads a  Classvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForDoubleConstantLoads a  doublevalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForEnumerationValueAn argument loader that loads an enumeration constant. | 
| protected static class  | MethodCall.ArgumentLoader.ForExistingField.FactoryA factory for an argument loaded that loads the value of an existing field as an argument. | 
| static class  | MethodCall.ArgumentLoader.ForFloatConstantLoads a  floatvalue onto the operand stack. | 
| protected static class  | MethodCall.ArgumentLoader.ForInstanceField.FactoryA factory for an argument loader that loads the value of an instance field as an argument. | 
| protected static class  | MethodCall.ArgumentLoader.ForInstrumentedType.FactoryA factory for an argument loader that supplies the instrumented type as an argument. | 
| static class  | MethodCall.ArgumentLoader.ForIntegerConstantLoads an  intvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForJavaConstantLoads a Java instance onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForLongConstantLoads a  longvalue onto the operand stack. | 
| protected static class  | MethodCall.ArgumentLoader.ForMethodParameter.FactoryA factory for an argument loader that supplies a method parameter as an argument. | 
| protected static class  | MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethodA factory for argument loaders that supplies all arguments of the instrumented method as arguments. | 
| static class  | MethodCall.ArgumentLoader.ForNullConstantAn argument loader that loads the  nullvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForShortConstantLoads a  shortvalue onto the operand stack. | 
| protected static class  | MethodCall.ArgumentLoader.ForStaticField.FactoryA factory that supplies the value of a static field as an argument. | 
| static class  | MethodCall.ArgumentLoader.ForTextConstantLoads a  Stringvalue onto the operand stack. | 
| protected static class  | MethodCall.ArgumentLoader.ForThisReference.FactoryA factory for an argument loader that supplies the  thisvalue as an argument. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<MethodCall.ArgumentLoader.Factory> | MethodCall. argumentLoadersThe argument loader to load arguments onto the operand stack in their application order. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static MethodCall.ArgumentLoader.Factory | MethodCall.ArgumentLoader.ForStaticField.Factory. of(Object value)Creates a factory for loading the supplied value as an argument, either stored as a static field or as a constant pool value. | 
| 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.