Uses of Class
net.bytebuddy.implementation.bytecode.constant.MethodConstant
Packages that use MethodConstant
Package
Description
StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Uses of MethodConstant in net.bytebuddy.implementation.bytecode.constant
Subclasses of MethodConstant in net.bytebuddy.implementation.bytecode.constantModifier and TypeClassDescriptionprotected static class
Creates aMethodConstant
for loading aConstructor
instance onto the operand stack.protected static class
Creates aMethodConstant
for loading aMethod
instance onto the operand stack.