Uses of Class
net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.MethodLoading
-
Packages that use MethodVariableAccess.MethodLoading Package Description net.bytebuddy.implementation.bytecode.member StackManipulations of this package are responsible for accessing type or method members, i.e. -
-
Uses of MethodVariableAccess.MethodLoading in net.bytebuddy.implementation.bytecode.member
Methods in net.bytebuddy.implementation.bytecode.member that return MethodVariableAccess.MethodLoading Modifier and Type Method Description static MethodVariableAccess.MethodLoadingMethodVariableAccess. allArgumentsOf(MethodDescription methodDescription)Loads all arguments of the provided method onto the operand stack.MethodVariableAccess.MethodLoadingMethodVariableAccess.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.
-