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 theSourceFileattribute. -
Uses of SourceFileAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SourceFileAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theSourceFileattribute (JVMS 4.7.10), which can appear on classes.Methods in java.lang.classfile.attribute that return SourceFileAttributeModifier and TypeMethodDescriptionstatic SourceFileAttributeReturns a source file attribute.static SourceFileAttributeReturns a source file attribute.