Uses of Enum
net.bytebuddy.implementation.bytecode.member.MethodReturn
Packages that use MethodReturn
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 MethodReturn in net.bytebuddy.implementation.bytecode.member
Subclasses with type arguments of type MethodReturn in net.bytebuddy.implementation.bytecode.memberModifier and TypeClassDescriptionenumA stack manipulation returning a value of a given type.Methods in net.bytebuddy.implementation.bytecode.member that return MethodReturnModifier and TypeMethodDescriptionstatic MethodReturnReturns the enum constant of this type with the specified name.static MethodReturn[]MethodReturn.values()Returns an array containing the constants of this enum type, in the order they are declared.