Package net.bytebuddy.utility
Class JavaConstant.Simple.OfTrivialValue.ForDouble
- java.lang.Object
-
- net.bytebuddy.utility.JavaConstant.Simple<S>
-
- net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue<java.lang.Double>
-
- net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue.ForDouble
-
- All Implemented Interfaces:
ConstantValue
,JavaConstant
- Enclosing class:
- JavaConstant.Simple.OfTrivialValue<S>
protected static class JavaConstant.Simple.OfTrivialValue.ForDouble extends JavaConstant.Simple.OfTrivialValue<java.lang.Double>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue
JavaConstant.Simple.OfTrivialValue.ForDouble, JavaConstant.Simple.OfTrivialValue.ForFloat, JavaConstant.Simple.OfTrivialValue.ForInteger, JavaConstant.Simple.OfTrivialValue.ForLong, JavaConstant.Simple.OfTrivialValue.ForString
-
Nested classes/interfaces inherited from class net.bytebuddy.utility.JavaConstant.Simple
JavaConstant.Simple.Dispatcher, JavaConstant.Simple.OfTrivialValue<S>, JavaConstant.Simple.OfTypeDescription
-
Nested classes/interfaces inherited from interface net.bytebuddy.utility.JavaConstant
JavaConstant.Dynamic, JavaConstant.MethodHandle, JavaConstant.MethodType, JavaConstant.Simple<T>, JavaConstant.Visitor<T>
-
-
Field Summary
-
Fields inherited from class net.bytebuddy.utility.JavaConstant.Simple
CLASS_DESC, CONSTANT_DESC, DIRECT_METHOD_HANDLE_DESC, DIRECT_METHOD_HANDLE_DESC_KIND, DYNAMIC_CONSTANT_DESC, METHOD_HANDLE_DESC, METHOD_TYPE_DESC, value
-
-
Constructor Summary
Constructors Constructor Description ForDouble(java.lang.Double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackManipulation
toStackManipulation()
Returns a stack manipulation loading this value.-
Methods inherited from class net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue
accept, toDescription
-
Methods inherited from class net.bytebuddy.utility.JavaConstant.Simple
equals, getTypeDescription, getValue, hashCode, of, ofAsm, ofDescription, ofDescription, ofDescription, ofLoaded, ofLoadedOrNull, toString, wrap, wrap
-
-
-
-
Method Detail
-
toStackManipulation
public StackManipulation toStackManipulation()
Returns a stack manipulation loading this value.- Returns:
- A stack manipulation loading this value.
-
-