Uses of Interface
java.lang.classfile.attribute.CodeAttribute
Packages that use CodeAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of CodeAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type CodeAttributePREVIEWModifier and TypeMethodDescriptionAttributes.code()
Returns Attribute mapper for theCode
attribute. -
Uses of CodeAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type CodeAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier 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.