Uses of Interface
net.bytebuddy.implementation.bytecode.StackManipulation.Simple.Dispatcher
Packages that use StackManipulation.Simple.Dispatcher
Package
Description
Types and classes in this package are responsible for creating Java byte code for a given byte code target
which is represented by a
MethodDescription
.-
Uses of StackManipulation.Simple.Dispatcher in net.bytebuddy.implementation.bytecode
Fields in net.bytebuddy.implementation.bytecode declared as StackManipulation.Simple.DispatcherModifier and TypeFieldDescriptionprivate final StackManipulation.Simple.Dispatcher
StackManipulation.Simple.dispatcher
The dispatcher to use.Constructors in net.bytebuddy.implementation.bytecode with parameters of type StackManipulation.Simple.DispatcherModifierConstructorDescriptionSimple
(StackManipulation.Simple.Dispatcher dispatcher) Creates a new stack manipulation for a dispatcher.