Uses of Interface
io.github.dmlloyd.classfile.attribute.SyntheticAttribute
Packages that use SyntheticAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of SyntheticAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type SyntheticAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SyntheticAttribute> Attributes.synthetic()Returns the mapper for theSyntheticattribute. -
Uses of SyntheticAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return SyntheticAttributeModifier and TypeMethodDescriptionstatic SyntheticAttributeSyntheticAttribute.of()Returns aSyntheticattribute.