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. opensMethods in aQute.bnd.classfile that return ModuleAttribute.Open Modifier and Type Method Description (package private) static ModuleAttribute.OpenModuleAttribute.Open. read(java.io.DataInput in, ConstantPool constant_pool)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
Fields in aQute.bnd.classfile.builder declared as ModuleAttribute.Open Modifier and Type Field Description (package private) static ModuleAttribute.Open[]ModuleInfoBuilder. EMPTY_OPEN_ARRAYFields in aQute.bnd.classfile.builder with type parameters of type ModuleAttribute.Open Modifier and Type Field Description private java.util.List<ModuleAttribute.Open>ModuleInfoBuilder. opensMethods 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()
-