| Package | Description | 
|---|---|
| net.bytebuddy.implementation.bytecode.constant | StackManipulations in this package are responsible for
 creating compile-time constants and pushing them onto the operand stack. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IntegerConstant | IntegerConstant. valueOf(String name)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. | 
Copyright © 2014–2023. All rights reserved.