Uses of Enum Class
java.lang.classfile.ClassFile.ConstantPoolSharingOption
Packages that use ClassFile.ConstantPoolSharingOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.ConstantPoolSharingOption in java.lang.classfile
Subclasses with type arguments of type ClassFile.ConstantPoolSharingOption in java.lang.classfileModifier and TypeClassDescriptionstatic enum
Option describing whether to extend from the original constant pool when transforming aclass
file.Methods in java.lang.classfile that return ClassFile.ConstantPoolSharingOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClassFile.ConstantPoolSharingOption[]
ClassFile.ConstantPoolSharingOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.