Uses of Enum
net.bytebuddy.implementation.bytecode.StackSize

Packages that use StackSize
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
Contains descriptions of Java types and packages.
Types and classes in this package are responsible for creating Java byte code for a given byte code target which is represented by a MethodDescription.
StackManipulations of this package are responsible for accessing type or method members, i.e. reading and writing of fields, invoking of methods, access of local variables within a method invocation or returning values from method invocations.
A package containing visitor classes for ASM.