Package net.bytebuddy.utility
Class JavaConstant.Simple.OfTrivialValue.ForString
java.lang.Object
net.bytebuddy.utility.JavaConstant.Simple<String>
net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue<String>
net.bytebuddy.utility.JavaConstant.Simple.OfTrivialValue.ForString
- All Implemented Interfaces:
ConstantValue
,JavaConstant
- Enclosing class:
JavaConstant.Simple.OfTrivialValue<S>
protected static class JavaConstant.Simple.OfTrivialValue.ForString
extends JavaConstant.Simple.OfTrivialValue<String>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
ForString
-
-
Method Details
-
toStackManipulation
Returns a stack manipulation loading this value.- Returns:
- A stack manipulation loading this value.
-