Uses of Class
net.bytebuddy.utility.JavaConstant.Simple
Packages that use JavaConstant.Simple
Package
Description
StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of JavaConstant.Simple in net.bytebuddy.implementation.bytecode.constant
Methods in net.bytebuddy.implementation.bytecode.constant with parameters of type JavaConstant.SimpleModifier and TypeMethodDescriptionorg.objectweb.asm.Type
JavaConstantValue.Visitor.onType
(JavaConstant.Simple<TypeDescription> constant) Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.JavaConstantValue.Visitor.onValue
(JavaConstant.Simple<?> constant) Invoked on aJavaConstant.Simple
constant that represents itself. -
Uses of JavaConstant.Simple in net.bytebuddy.utility
Subclasses of JavaConstant.Simple in net.bytebuddy.utilityModifier and TypeClassDescriptionprotected static class
Represents a trivial constant value that represents itself.protected static class
Represents a type constant.Methods in net.bytebuddy.utility with parameters of type JavaConstant.SimpleModifier and TypeMethodDescriptionJavaConstant.Visitor.NoOp.onType
(JavaConstant.Simple<TypeDescription> constant) Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.JavaConstant.Visitor.onType
(JavaConstant.Simple<TypeDescription> constant) Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.JavaConstant.Visitor.NoOp.onValue
(JavaConstant.Simple<?> constant) Invoked on aJavaConstant.Simple
constant that represents itself.JavaConstant.Visitor.onValue
(JavaConstant.Simple<?> constant) Invoked on aJavaConstant.Simple
constant that represents itself.