Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.constant |
StackManipulation s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack. |
Modifier and Type | Method and Description |
---|---|
static FloatConstant |
FloatConstant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FloatConstant[] |
FloatConstant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.