Class JavaConstant.Simple.OfTrivialValue.ForLong
java.lang.Object
net.bytebuddy.utility.JavaConstant.Simple<Long>
net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue<Long>
net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue.ForLong
- All Implemented Interfaces:
ConstantValue, JavaConstant
- Enclosing class:
JavaConstant.Simple.OfTrivialValue<S>
protected static class JavaConstant.Simple.OfTrivialValue.ForLong
extends JavaConstant.Simple.OfTrivialValue<Long>
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaConstant.Simple.OfTrivialValue
JavaConstant.Simple.OfTrivialValue.ForDouble, JavaConstant.Simple.OfTrivialValue.ForFloat, JavaConstant.Simple.OfTrivialValue.ForInteger, JavaConstant.Simple.OfTrivialValue.ForLong, JavaConstant.Simple.OfTrivialValue.ForStringNested classes/interfaces inherited from class JavaConstant.Simple
JavaConstant.Simple.Dispatcher, JavaConstant.Simple.OfTrivialValue<S>, JavaConstant.Simple.OfTypeDescriptionNested classes/interfaces inherited from interface JavaConstant
JavaConstant.Dynamic, JavaConstant.MethodHandle, JavaConstant.MethodType, JavaConstant.Simple<T>, JavaConstant.Visitor<T> -
Field Summary
Fields inherited from class 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 -
Method Summary
Modifier and TypeMethodDescriptionReturns a stack manipulation loading this value.Methods inherited from class JavaConstant.Simple.OfTrivialValue
accept, toDescriptionMethods inherited from class JavaConstant.Simple
equals, getTypeDescription, getValue, hashCode, of, ofAsm, ofDescription, ofDescription, ofDescription, ofLoaded, ofLoadedOrNull, toString, wrap, wrap
-
Constructor Details
-
ForLong
-
-
Method Details
-
toStackManipulation
Returns a stack manipulation loading this value.- Returns:
- A stack manipulation loading this value.
-