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