Uses of Interface
io.smallrye.classfile.CodeModel
Packages that use CodeModel
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of CodeModel in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type CodeModelModifier and TypeMethodDescriptionMethodModel.code()Returns the body of this method, if there is one.Methods in io.smallrye.classfile with parameters of type CodeModelModifier and TypeMethodDescriptionMethodBuilder.transformCode(CodeModel code, CodeTransform transform) Build the method body for this method by transforming the body of another method. -
Uses of CodeModel in io.smallrye.classfile.attribute
Subinterfaces of CodeModel in io.smallrye.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theCodeattribute (JVMS ), which contains the bytecode of this method.