Uses of Enum Class
java.lang.classfile.ClassFile.ConstantPoolSharingOption
Packages that use ClassFile.ConstantPoolSharingOptionPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.ConstantPoolSharingOptionPREVIEW in java.lang.classfilePREVIEW
Subclasses with type arguments of type ClassFile.ConstantPoolSharingOptionPREVIEW in java.lang.classfilePREVIEWModifier and TypeClassDescriptionstatic enum
Preview.Option describing whether to preserve the original constant pool when transforming a classfile.Methods in java.lang.classfilePREVIEW that return ClassFile.ConstantPoolSharingOptionPREVIEWModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClassFile.ConstantPoolSharingOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.