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