Uses of Enum Class
java.lang.classfile.ClassFile.StackMapsOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.StackMapsOption in java.lang.classfile
Modifier and TypeClassDescriptionstatic enum
Option describing whether to generate stackmaps.Modifier and TypeMethodDescriptionstatic ClassFile.StackMapsOption
Returns the enum constant of this class with the specified name.static ClassFile.StackMapsOption[]
ClassFile.StackMapsOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.