Uses of Enum Class
java.lang.classfile.ClassFile.ShortJumpsOption
Packages that use ClassFile.ShortJumpsOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.ShortJumpsOption in java.lang.classfile
Subclasses with type arguments of type ClassFile.ShortJumpsOption in java.lang.classfileModifier and TypeClassDescriptionstatic enum
Option describing whether to automatically rewrite short jumps to long when necessary.Methods in java.lang.classfile that return ClassFile.ShortJumpsOptionModifier and TypeMethodDescriptionstatic ClassFile.ShortJumpsOption
Returns the enum constant of this class with the specified name.static ClassFile.ShortJumpsOption[]
ClassFile.ShortJumpsOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.