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