Uses of Interface
java.lang.classfile.AttributedElement
Packages that use AttributedElementPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of AttributedElementPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of AttributedElementPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models a classfile.interfacePreview.Models the body of a method (theCodeattribute).interfacePreview.Models a field.interfacePreview.Models a method.Methods in java.lang.classfilePREVIEW with parameters of type AttributedElementPREVIEWModifier and TypeMethodDescriptionAttributeMapper.readAttribute(AttributedElementPREVIEW enclosing, ClassReaderPREVIEW cf, int pos) -
Uses of AttributedElementPREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces of AttributedElementPREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theCodeattribute (JVMS 4.7.3), appears on non-native, non-abstract methods and contains the bytecode of the method body.interfacePreview.Models a single record component in theRecordAttributePREVIEW.