Uses of Package
net.bytebuddy.implementation.bytecode.constant
Packages that use net.bytebuddy.implementation.bytecode.constant
Package
Description
StackManipulation
s 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 anydouble
constant onto the operand stack.This class is responsible for loading anyfloat
constant onto the operand stack.This class is responsible for loading anyint
constant onto the operand stack.A visitor to resolve aJavaConstant
to an ASM constant pool representation.This class is responsible for loading anylong
constant onto the operand stack.Represents the creation of aMethod
value which can be created from a given set of constant pool values and can therefore be considered a constant in the broader meaning.Represents aMethodConstant
that 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 anull
pointer onto the operand stack.