Uses of Class
com.strobel.assembler.ir.attributes.PackageInfo
Packages that use PackageInfo
-
Uses of PackageInfo in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as PackageInfoMethods in com.strobel.assembler.ir.attributes that return types with arguments of type PackageInfoModifier and TypeMethodDescriptionfinal List<PackageInfo> ModuleAttribute.getExports()final List<PackageInfo> ModuleAttribute.getOpens()Constructors in com.strobel.assembler.ir.attributes with parameters of type PackageInfoModifierConstructorDescriptionModuleAttribute(int length, String moduleName, String version, int flags, ModuleDependency[] requires, PackageInfo[] exports, PackageInfo[] opens, TypeReference[] uses, ServiceInfo[] provides) -
Uses of PackageInfo in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return PackageInfoModifier and TypeMethodDescriptionprotected final PackageInfoClassFileReader.readPackageInfo(Buffer buffer)