Uses of Class
net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Packages that use MethodConstant Package Description net.bytebuddy.implementation.bytecode.constant 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.constant Modifier and Type Class Description protected static class
MethodConstant.ForConstructor
Creates aMethodConstant
for loading aConstructor
instance onto the operand stack.protected static class
MethodConstant.ForMethod
Creates aMethodConstant
for loading aMethod
instance onto the operand stack.
-