Uses of Class
aQute.bnd.classfile.ModuleAttribute.Open
-
Packages that use ModuleAttribute.Open Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.classfile.builder -
-
Uses of ModuleAttribute.Open in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ModuleAttribute.Open Modifier and Type Field Description ModuleAttribute.Open[]
ModuleAttribute. opens
Constructors in aQute.bnd.classfile with parameters of type ModuleAttribute.Open Constructor Description ModuleAttribute(java.lang.String module_name, int module_flags, java.lang.String module_version, ModuleAttribute.Require[] requires, ModuleAttribute.Export[] exports, ModuleAttribute.Open[] opens, java.lang.String[] uses, ModuleAttribute.Provide[] provides)
-
Uses of ModuleAttribute.Open in aQute.bnd.classfile.builder
Methods in aQute.bnd.classfile.builder that return types with arguments of type ModuleAttribute.Open Modifier and Type Method Description java.util.List<ModuleAttribute.Open>
ModuleInfoBuilder. opens()
-