Uses of Interface
java.lang.classfile.attribute.SourceFileAttribute
Packages that use SourceFileAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of SourceFileAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type SourceFileAttributePREVIEWModifier and TypeMethodDescriptionAttributes.sourceFile()
Returns Attribute mapper for theSourceFile
attribute. -
Uses of SourceFileAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type SourceFileAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theSourceFile
attribute (JVMS 4.7.10), which can appear on classes.Methods in java.lang.classfile.attributePREVIEW that return SourceFileAttributePREVIEWModifier and TypeMethodDescriptionstatic SourceFileAttributePREVIEW
Returns a source file attribute.static SourceFileAttributePREVIEW
Returns a source file attribute.