Uses of Enum
net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
Packages that use MethodVariableAccess
Package
Description
StackManipulations of this package are responsible for
accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables
within a method invocation or returning values from method invocations.-
Uses of MethodVariableAccess in net.bytebuddy.implementation.bytecode.member
Subclasses with type arguments of type MethodVariableAccess in net.bytebuddy.implementation.bytecode.memberModifier and TypeClassDescriptionenumA stack assignment that loads a method variable from a given index of the local variable array.Methods in net.bytebuddy.implementation.bytecode.member that return MethodVariableAccessModifier and TypeMethodDescriptionstatic MethodVariableAccessMethodVariableAccess.of(TypeDefinition typeDefinition) Locates the correct accessor for a variable of a given type.static MethodVariableAccessReturns the enum constant of this type with the specified name.static MethodVariableAccess[]MethodVariableAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.