Uses of Interface
java.lang.classfile.constantpool.StringEntry
Packages that use StringEntry
Package
Description
Provides interfaces describing classfile 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
referencing the provided UTF8 entry.default StringEntry
ConstantPoolBuilder.stringEntry
(String value) Returns AStringEntry
describing the provided value.