Uses of Class
aQute.bnd.classfile.ModuleAttribute.Open
Packages that use ModuleAttribute.Open
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of ModuleAttribute.Open in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ModuleAttribute.OpenMethods in aQute.bnd.classfile that return ModuleAttribute.OpenModifier and TypeMethodDescription(package private) static ModuleAttribute.Open
ModuleAttribute.Open.read
(DataInput in, ConstantPool constant_pool) Constructors in aQute.bnd.classfile with parameters of type ModuleAttribute.OpenModifierConstructorDescriptionModuleAttribute
(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.Open in aQute.bnd.classfile.builder
Fields in aQute.bnd.classfile.builder declared as ModuleAttribute.OpenModifier and TypeFieldDescription(package private) static final ModuleAttribute.Open[]
ModuleInfoBuilder.EMPTY_OPEN_ARRAY
Fields in aQute.bnd.classfile.builder with type parameters of type ModuleAttribute.OpenModifier and TypeFieldDescriptionprivate final List<ModuleAttribute.Open>
ModuleInfoBuilder.opens
Methods in aQute.bnd.classfile.builder that return types with arguments of type ModuleAttribute.Open