| 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. | 
| net.bytebuddy.utility | 
 This package contains utility classes for common use within any Byte Buddy logic. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JavaConstantValue.Visitor
A visitor to resolve a  
JavaConstant to a ASM constant pool representation. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JavaConstant.Visitor.NoOp
A non-operational implementation of a  
JavaConstant.Visitor for a JavaConstant. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
JavaConstant.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
<T> T | 
JavaConstant.Simple.OfTrivialValue.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
<T> T | 
JavaConstant.Simple.OfTypeDescription.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
<T> T | 
JavaConstant.MethodType.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
<T> T | 
JavaConstant.MethodHandle.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
<T> T | 
JavaConstant.Dynamic.accept(JavaConstant.Visitor<T> visitor)
Applies the supplied visitor to this constant type with its respective callback. 
 | 
Copyright © 2014–2024. All rights reserved.