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. |
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Method and Description |
---|---|
Type |
JavaConstantValue.Visitor.onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on a
JavaConstant.Simple constant that represents a TypeDescription . |
Object |
JavaConstantValue.Visitor.onValue(JavaConstant.Simple<?> constant)
Invoked on a
JavaConstant.Simple constant 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.OfTrivialValue.ForDouble |
protected static class |
JavaConstant.Simple.OfTrivialValue.ForFloat |
protected static class |
JavaConstant.Simple.OfTrivialValue.ForInteger |
protected static class |
JavaConstant.Simple.OfTrivialValue.ForLong |
protected static class |
JavaConstant.Simple.OfTrivialValue.ForString |
protected static class |
JavaConstant.Simple.OfTypeDescription
Represents a type constant.
|
Modifier and Type | Method and Description |
---|---|
T |
JavaConstant.Visitor.onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on a
JavaConstant.Simple constant that represents a TypeDescription . |
JavaConstant |
JavaConstant.Visitor.NoOp.onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on a
JavaConstant.Simple constant that represents a TypeDescription . |
T |
JavaConstant.Visitor.onValue(JavaConstant.Simple<?> constant)
Invoked on a
JavaConstant.Simple constant that represents itself. |
JavaConstant |
JavaConstant.Visitor.NoOp.onValue(JavaConstant.Simple<?> constant)
Invoked on a
JavaConstant.Simple constant that represents itself. |
Copyright © 2014–2025. All rights reserved.