Uses of Interface
java.lang.classfile.attribute.SyntheticAttribute
Packages that use SyntheticAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of SyntheticAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type SyntheticAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<SyntheticAttribute> Attributes.synthetic()
Returns the mapper for theSynthetic
attribute. -
Uses of SyntheticAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type SyntheticAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Methods in java.lang.classfile.attribute that return SyntheticAttributeModifier and TypeMethodDescriptionstatic SyntheticAttribute
SyntheticAttribute.of()
Returns aSynthetic
attribute.