Interface SourceFileAttribute
- All Superinterfaces:
- Attribute<SourceFileAttribute>,- ClassElement,- ClassFileElement
Models the 
SourceFile attribute (JVMS 4.7.10), which indicates the name of the source file from which this 
 class file was compiled.
 This attribute only appears on classes, and does not permit multiple instances in a class. It has a data dependency on the constant pool.
The attribute was introduced in the Java SE Platform version 5.0, major version 49.
- See Java Virtual Machine Specification:
- 
4.7.10 The SourceFileAttribute
- Since:
- 24
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionstatic SourceFileAttributeReturns a source file attribute.static SourceFileAttributeReturns a source file attribute.Returns the name of the source file from which this class was compiled.Methods declared in interface java.lang.classfile.AttributeattributeMapper, attributeName
- 
Method Details- 
sourceFileUtf8Entry sourceFile()Returns the name of the source file from which this class was compiled.- Returns:
- the name of the source file from which this class was compiled
 
- 
ofReturns a source file attribute.- Parameters:
- sourceFile- the source file name
- Returns:
- a source file attribute
 
- 
ofReturns a source file attribute.- Parameters:
- sourceFile- the source file name
- Returns:
- a source file attribute
 
 
-