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
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.