| 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 ClassConstant | ClassConstant. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClassConstant[] | ClassConstant. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2014–2024. All rights reserved.