Uses of Interface
io.github.dmlloyd.classfile.ClassFileBuilder
Packages that use ClassFileBuilder
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFileBuilder in io.github.dmlloyd.classfile
Classes in io.github.dmlloyd.classfile with type parameters of type ClassFileBuilderModifier and TypeInterfaceDescriptioninterfaceClassFileBuilder<E extends ClassFileElement,B extends ClassFileBuilder<E, B>> A builder for aCompoundElement, which accepts the member elements to be integrated into the built structure.interfaceClassFileTransform<C extends ClassFileTransform<C,E, B>, E extends ClassFileElement, B extends ClassFileBuilder<E, B>> A transformation on aCompoundElementby processing its individual member elements and sending the results to aClassFileBuilder, throughtransform(io.github.dmlloyd.classfile.CompoundElement<E>, io.github.dmlloyd.classfile.ClassFileTransform<?, E, B>).Subinterfaces of ClassFileBuilder in io.github.dmlloyd.classfileModifier and TypeInterfaceDescriptioninterfaceA builder for aclassfile.interfaceA builder forCodeattributes (method bodies).static interfaceA builder for blocks of code.interfaceA builder for fields.interfaceA builder for methods.