Uses of Enum
net.bytebuddy.implementation.bytecode.constant.DefaultValue
Packages that use DefaultValue
Package
Description
StackManipulations in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.-
Uses of DefaultValue in net.bytebuddy.implementation.bytecode.constant
Subclasses with type arguments of type DefaultValue in net.bytebuddy.implementation.bytecode.constantModifier and TypeClassDescriptionenumRepresents a stack assignment that loads the default value of a given type onto the stack.Methods in net.bytebuddy.implementation.bytecode.constant that return DefaultValueModifier and TypeMethodDescriptionstatic DefaultValueReturns the enum constant of this type with the specified name.static DefaultValue[]DefaultValue.values()Returns an array containing the constants of this enum type, in the order they are declared.