Uses of Interface
io.smallrye.classfile.CompoundElement
Packages that use CompoundElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of CompoundElement in io.smallrye.classfile
Subinterfaces of CompoundElement in io.smallrye.classfileModifier and TypeInterfaceDescriptioninterfaceModels aclassfile.interfaceModels the body of a method (theCodeattribute).interfaceModels a field.interfaceModels a method.Methods in io.smallrye.classfile with parameters of type CompoundElementModifier and TypeMethodDescriptiondefault BClassFileBuilder.transform(CompoundElement<E> model, ClassFileTransform<?, E, B> transform) Applies a transform to a compound structure, directing results to this builder. -
Uses of CompoundElement in io.smallrye.classfile.attribute
Subinterfaces of CompoundElement in io.smallrye.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theCodeattribute (JVMS ), which contains the bytecode of this method.