Uses of Interface
java.lang.classfile.attribute.SourceFileAttribute
Packages that use SourceFileAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 indicates the name of the source file from which thisclass
file was compiled.Methods in java.lang.classfile.attribute that return SourceFileAttributeModifier and TypeMethodDescriptionstatic SourceFileAttribute
Returns a source file attribute.static SourceFileAttribute
Returns a source file attribute.