Uses of Interface
java.lang.classfile.ClassFile.Option
Packages that use ClassFile.Option
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.Option in java.lang.classfile
Subinterfaces of ClassFile.Option in java.lang.classfileModifier and TypeInterfaceDescriptionstatic interface
The option describing user-defined attributes for parsingclass
files.static interface
The option describing the class hierarchy resolver to use when generating stack maps or verifying classes.Classes in java.lang.classfile that implement ClassFile.OptionModifier and TypeClassDescriptionstatic enum
The option describing whether to retain or discard attributes that cannot verify their correctness after a transformation.static enum
Option describing whether to extend from the original constant pool when transforming aclass
file.static enum
The option describing whether to patch out unreachable code for stack map generation.static enum
The option describing whether to filter unbound labels and drop their enclosing structures if possible.static enum
The option describing whether to process or discard debugPseudoInstruction
s in the traversal of aCodeModel
or aCodeBuilder
.static enum
The option describing whether to process or discardLineNumber
s in the traversal of aCodeModel
or aCodeBuilder
.static enum
The option describing whether to automatically rewrite short jumps to equivalent instructions when necessary.static enum
The option describing whether to generate stack maps.Methods in java.lang.classfile with parameters of type ClassFile.OptionModifier and TypeMethodDescriptionstatic ClassFile
ClassFile.of
(ClassFile.Option... options) Returns a context with options altered from the default.ClassFile.withOptions
(ClassFile.Option... options) Returns a context with altered options from this context.