Uses of Interface
java.lang.classfile.constantpool.StringEntry
Packages that use StringEntry
Package
Description
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.-
Uses of StringEntry in java.lang.classfile.constantpool
Methods in java.lang.classfile.constantpool that return StringEntryModifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry
(Utf8Entry utf8) Returns aStringEntry
referring to aUtf8Entry
.default StringEntry
ConstantPoolBuilder.stringEntry
(String value) Returns aStringEntry
describing the provided value.