Uses of Interface
java.lang.classfile.attribute.SourceIDAttribute
Packages that use SourceIDAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of SourceIDAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type SourceIDAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<SourceIDAttribute> Attributes.sourceId()
Returns Attribute mapper for theSourceID
attribute. -
Uses of SourceIDAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SourceIDAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theSourceID
attribute, which can appear on classes.Methods in java.lang.classfile.attribute that return SourceIDAttributeModifier and TypeMethodDescriptionstatic SourceIDAttribute
Returns aSourceID
attribute.static SourceIDAttribute
Returns aSourceID
attribute.