Uses of Class
net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Packages that use MethodConstant Package Description net.bytebuddy.implementation.bytecode.constant StackManipulations 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 classMethodConstant.ForConstructorCreates aMethodConstantfor loading aConstructorinstance onto the operand stack.protected static classMethodConstant.ForMethodCreates aMethodConstantfor loading aMethodinstance onto the operand stack.
-