Uses of Interface
net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCache
-
Packages that use MethodConstant.CanCache 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.CanCache in net.bytebuddy.implementation.bytecode.constant
Classes in net.bytebuddy.implementation.bytecode.constant that implement MethodConstant.CanCache Modifier and Type Class Description protected static classMethodConstant.CanCacheIllegalRepresents a method constant that cannot be represented by Java's reflection API.protected static classMethodConstant.ForConstructorCreates aMethodConstantfor loading aConstructorinstance onto the operand stack.protected static classMethodConstant.ForMethodCreates aMethodConstantfor loading aMethodinstance onto the operand stack.Methods in net.bytebuddy.implementation.bytecode.constant that return MethodConstant.CanCache Modifier and Type Method Description static MethodConstant.CanCacheMethodConstant. forMethod(MethodDescription.InDefinedShape methodDescription)Creates a stack manipulation that loads a method constant onto the operand stack.
-