Uses of Interface
java.lang.classfile.CompoundElement
Packages that use CompoundElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of CompoundElement in java.lang.classfile
Subinterfaces of CompoundElement in java.lang.classfileModifier and TypeInterfaceDescriptioninterface
Models aclass
file.interface
Models the body of a method (theCode
attribute).interface
Models a field.interface
Models a method.Methods in java.lang.classfile with parameters of type CompoundElementModifier and TypeMethodDescriptiondefault B
ClassFileBuilder.transform
(CompoundElement<E> model, ClassFileTransform<?, E, B> transform) Applies a transform to a compound structure, directing results to this builder. -
Uses of CompoundElement in java.lang.classfile.attribute
Subinterfaces of CompoundElement in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface