| 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 | Method and Description | 
|---|---|
| org.objectweb.asm.Type | JavaConstantValue.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on a  JavaConstant.Simpleconstant that represents aTypeDescription. | 
| Object | JavaConstantValue.Visitor. onValue(JavaConstant.Simple<?> constant)Invoked on a  JavaConstant.Simpleconstant that represents itself. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | JavaConstant.Simple.OfTrivialValue<S>Represents a trivial constant value that represents itself. | 
| protected static class  | JavaConstant.Simple.OfTypeDescriptionRepresents a type constant. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | JavaConstant.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on a  JavaConstant.Simpleconstant that represents aTypeDescription. | 
| JavaConstant | JavaConstant.Visitor.NoOp. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on a  JavaConstant.Simpleconstant that represents aTypeDescription. | 
| T | JavaConstant.Visitor. onValue(JavaConstant.Simple<?> constant)Invoked on a  JavaConstant.Simpleconstant that represents itself. | 
| JavaConstant | JavaConstant.Visitor.NoOp. onValue(JavaConstant.Simple<?> constant)Invoked on a  JavaConstant.Simpleconstant that represents itself. | 
Copyright © 2014–2022. All rights reserved.