Uses of Enum
net.bytebuddy.implementation.bytecode.constant.IntegerConstant
Packages that use IntegerConstant
Package
Description
StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Uses of IntegerConstant in net.bytebuddy.implementation.bytecode.constant
Methods in net.bytebuddy.implementation.bytecode.constant that return IntegerConstantModifier and TypeMethodDescriptionstatic IntegerConstant
Returns the enum constant of this type with the specified name.static IntegerConstant[]
IntegerConstant.values()
Returns an array containing the constants of this enum type, in the order they are declared.