Uses of Enum
net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
Packages that use MethodConstant.CanCacheIllegal
Package
Description
StackManipulations in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Uses of MethodConstant.CanCacheIllegal in net.bytebuddy.implementation.bytecode.constant
Subclasses with type arguments of type MethodConstant.CanCacheIllegal in net.bytebuddy.implementation.bytecode.constantModifier and TypeClassDescriptionprotected static enumRepresents a method constant that cannot be represented by Java's reflection API.Methods in net.bytebuddy.implementation.bytecode.constant that return MethodConstant.CanCacheIllegalModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MethodConstant.CanCacheIllegal[]MethodConstant.CanCacheIllegal.values()Returns an array containing the constants of this enum type, in the order they are declared.