Uses of Interface
java.lang.classfile.AttributedElement
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of AttributedElementPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models a classfile.interface
Preview.Models the body of a method (theCode
attribute).interface
Preview.Models a field.interface
Preview.Models a method.Modifier and TypeMethodDescriptionAttributeMapper.readAttribute
(AttributedElementPREVIEW enclosing, ClassReaderPREVIEW cf, int pos) -
Uses of AttributedElementPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theCode
attribute (JVMS 4.7.3), appears on non-native, non-abstract methods and contains the bytecode of the method body.interface
Preview.Models a single record component in theRecordAttribute
PREVIEW.