Uses of Package
net.bytebuddy.implementation.bytecode.member
Packages that use net.bytebuddy.implementation.bytecode.member
Package
Description
StackManipulation
s of this package are responsible for
accessing type or method members, i.e.-
Classes in net.bytebuddy.implementation.bytecode.member used by net.bytebuddy.implementation.bytecode.memberClassDescriptionAn access representation to a given field.An abstract base implementation for accessing a field value.Representation of a field access for which a getter and a setter can be created.A builder for a method invocation.The type of method handle invocation.An illegal implicit method invocation.Represents a method invocation where the invocation type (static, virtual, special, interface) is derived from the given method's description.A stack manipulation returning a value of a given type.A stack assignment that loads a method variable from a given index of the local variable array.A stack manipulation that loads all parameters of a given method onto the operand stack.A type casting handler allows a type transformation of all arguments of a method after loading them onto the operand stack.A non-operative type casting handler.