Uses of Class
aQute.bnd.classfile.ModuleAttribute.Export
Packages that use ModuleAttribute.Export
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of ModuleAttribute.Export in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ModuleAttribute.ExportMethods in aQute.bnd.classfile that return ModuleAttribute.ExportModifier and TypeMethodDescription(package private) static ModuleAttribute.ExportModuleAttribute.Export.read(DataInput in, ConstantPool constant_pool) Constructors in aQute.bnd.classfile with parameters of type ModuleAttribute.ExportModifierConstructorDescriptionModuleAttribute(String module_name, int module_flags, String module_version, ModuleAttribute.Require[] requires, ModuleAttribute.Export[] exports, ModuleAttribute.Open[] opens, String[] uses, ModuleAttribute.Provide[] provides) -
Uses of ModuleAttribute.Export in aQute.bnd.classfile.builder
Fields in aQute.bnd.classfile.builder declared as ModuleAttribute.ExportModifier and TypeFieldDescription(package private) static final ModuleAttribute.Export[]ModuleInfoBuilder.EMPTY_EXPORT_ARRAYFields in aQute.bnd.classfile.builder with type parameters of type ModuleAttribute.ExportModifier and TypeFieldDescriptionprivate final List<ModuleAttribute.Export>ModuleInfoBuilder.exportsMethods in aQute.bnd.classfile.builder that return types with arguments of type ModuleAttribute.Export