Uses of Package
net.bytebuddy.implementation.bytecode.constant
Packages that use net.bytebuddy.implementation.bytecode.constant
Package
Description
StackManipulations in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Classes in net.bytebuddy.implementation.bytecode.constant used by net.bytebuddy.implementation.bytecode.constantClassDescriptionRepresents a constant representing any loaded Java
Class.Represents a stack assignment that loads the default value of a given type onto the stack.This class is responsible for loading anydoubleconstant onto the operand stack.This class is responsible for loading anyfloatconstant onto the operand stack.This class is responsible for loading anyintconstant onto the operand stack.A visitor to resolve aJavaConstantto an ASM constant pool representation.This class is responsible for loading anylongconstant onto the operand stack.Represents the creation of aMethodvalue which can be created from a given set of constant pool values and can therefore be considered a constant in the broader meaning.Represents aMethodConstantthat is directly loaded onto the operand stack without caching the value.Represents a method constant that cannot be represented by Java's reflection API.Represents a stack manipulation to load anullpointer onto the operand stack.