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