Uses of Class
net.bytebuddy.utility.JavaConstant.Simple
-
Packages that use JavaConstant.Simple 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. -
-
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.TypeJavaConstantValue.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on aJavaConstant.Simpleconstant that represents aTypeDescription.java.lang.ObjectJavaConstantValue.Visitor. onValue(JavaConstant.Simple<?> constant)Invoked on aJavaConstant.Simpleconstant 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 classJavaConstant.Simple.OfTrivialValue<S>Represents a trivial constant value that represents itself.protected static classJavaConstant.Simple.OfTrivialValue.ForDoubleprotected static classJavaConstant.Simple.OfTrivialValue.ForFloatprotected static classJavaConstant.Simple.OfTrivialValue.ForIntegerprotected static classJavaConstant.Simple.OfTrivialValue.ForLongprotected static classJavaConstant.Simple.OfTrivialValue.ForStringprotected static classJavaConstant.Simple.OfTypeDescriptionRepresents a type constant.Methods in net.bytebuddy.utility with parameters of type JavaConstant.Simple Modifier and Type Method Description JavaConstantJavaConstant.Visitor.NoOp. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on aJavaConstant.Simpleconstant that represents aTypeDescription.TJavaConstant.Visitor. onType(JavaConstant.Simple<TypeDescription> constant)Invoked on aJavaConstant.Simpleconstant that represents aTypeDescription.JavaConstantJavaConstant.Visitor.NoOp. onValue(JavaConstant.Simple<?> constant)Invoked on aJavaConstant.Simpleconstant that represents itself.TJavaConstant.Visitor. onValue(JavaConstant.Simple<?> constant)Invoked on aJavaConstant.Simpleconstant that represents itself.
-