Uses of Enum Class
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.-
Uses of MethodVariableAccess in net.bytebuddy.implementation.bytecode.member
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 class with the specified name.static MethodVariableAccess[]MethodVariableAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.