Uses of Enum
net.bytebuddy.implementation.bytecode.constant.JavaConstantValue.Visitor
Packages that use JavaConstantValue.Visitor
Package
Description
StackManipulations in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Uses of JavaConstantValue.Visitor in net.bytebuddy.implementation.bytecode.constant
Subclasses with type arguments of type JavaConstantValue.Visitor in net.bytebuddy.implementation.bytecode.constantModifier and TypeClassDescriptionstatic enumA visitor to resolve aJavaConstantto an ASM constant pool representation.Methods in net.bytebuddy.implementation.bytecode.constant that return JavaConstantValue.VisitorModifier and TypeMethodDescriptionstatic JavaConstantValue.VisitorReturns the enum constant of this type with the specified name.static JavaConstantValue.Visitor[]JavaConstantValue.Visitor.values()Returns an array containing the constants of this enum type, in the order they are declared.