Uses of Interface
io.smallrye.classfile.attribute.CodeAttribute
Packages that use CodeAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of CodeAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type CodeAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<CodeAttribute> Attributes.code()Returns the mapper for theCodeattribute.