Uses of Class
net.bytebuddy.utility.JavaConstant.Simple
-
Packages that use JavaConstant.Simple 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. -
-
Uses of JavaConstant.Simple in net.bytebuddy.implementation.bytecode.constant
Methods in net.bytebuddy.implementation.bytecode.constant with parameters of type JavaConstant.Simple Modifier and Type Method Description org.objectweb.asm.Type
JavaConstantValue.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.java.lang.Object
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.utility Modifier and Type Class Description protected static class
JavaConstant.Simple.OfTrivialValue<S>
Represents a trivial constant value that represents itself.protected static class
JavaConstant.Simple.OfTypeDescription
Represents a type constant.Methods in net.bytebuddy.utility with parameters of type JavaConstant.Simple Modifier and Type Method Description JavaConstant
JavaConstant.Visitor.NoOp. onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.T
JavaConstant.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)
Invoked on aJavaConstant.Simple
constant that represents aTypeDescription
.JavaConstant
JavaConstant.Visitor.NoOp. onValue(JavaConstant.Simple<?> constant)
Invoked on aJavaConstant.Simple
constant that represents itself.T
JavaConstant.Visitor. onValue(JavaConstant.Simple<?> constant)
Invoked on aJavaConstant.Simple
constant that represents itself.
-