| Package | Description | 
|---|---|
| net.bytebuddy.implementation.bytecode.member | 
StackManipulations of this package are responsible for
 accessing type or method members, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
static MethodVariableAccess.MethodLoading | 
MethodVariableAccess.allArgumentsOf(MethodDescription methodDescription)
Loads all arguments of the provided method onto the operand stack. 
 | 
MethodVariableAccess.MethodLoading | 
MethodVariableAccess.MethodLoading.asBridgeOf(MethodDescription bridgeTarget)
Applies a transformation to all loaded arguments of the method being loaded to be casted to the corresponding parameter of
 the provided method. 
 | 
Copyright © 2014–2023. All rights reserved.