Uses of Interface
io.github.dmlloyd.classfile.attribute.ModulePackagesAttribute
Packages that use ModulePackagesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of ModulePackagesAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type ModulePackagesAttributeModifier and TypeMethodDescriptionAttributes.modulePackages()Returns the mapper for theModulePackagesattribute. -
Uses of ModulePackagesAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return ModulePackagesAttributeModifier and TypeMethodDescriptionstatic ModulePackagesAttributeModulePackagesAttribute.of(PackageEntry... packages) Returns aModulePackagesattribute.static ModulePackagesAttributeModulePackagesAttribute.of(List<PackageEntry> packages) Returns aModulePackagesattribute.static ModulePackagesAttributeModulePackagesAttribute.ofNames(PackageDesc... packages) Returns aModulePackagesattribute.static ModulePackagesAttributeModulePackagesAttribute.ofNames(List<PackageDesc> packages) Returns aModulePackagesattribute.