Uses of Enum Class
java.lang.classfile.ClassFile.DebugElementsOption
Packages that use ClassFile.DebugElementsOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.DebugElementsOption in java.lang.classfile
Subclasses with type arguments of type ClassFile.DebugElementsOption in java.lang.classfileModifier and TypeClassDescriptionstatic enum
The option describing whether to process or discard debugPseudoInstruction
s in the traversal of aCodeModel
or aCodeBuilder
.Methods in java.lang.classfile that return ClassFile.DebugElementsOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClassFile.DebugElementsOption[]
ClassFile.DebugElementsOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.