Uses of Enum Class
java.lang.classfile.ClassFile.DeadCodeOption
Packages that use ClassFile.DeadCodeOptionPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.DeadCodeOptionPREVIEW in java.lang.classfilePREVIEW
Subclasses with type arguments of type ClassFile.DeadCodeOptionPREVIEW in java.lang.classfilePREVIEWModifier and TypeClassDescriptionstatic enum
Preview.Option describing whether to patch out unreachable code.Methods in java.lang.classfilePREVIEW that return ClassFile.DeadCodeOptionPREVIEWModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClassFile.DeadCodeOptionPREVIEW[]
ClassFile.DeadCodeOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.