Uses of Enum Class
java.lang.classfile.ClassFile.ShortJumpsOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.ShortJumpsOptionPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeClassDescriptionstatic enum
Preview.Option describing whether to automatically rewrite short jumps to long when necessary.Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClassFile.ShortJumpsOptionPREVIEW[]
ClassFile.ShortJumpsOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.