Uses of Class
org.jd.core.v1.model.classfile.attribute.PackageInfo
Packages that use PackageInfo
Package
Description
-
Uses of PackageInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as PackageInfoModifier and TypeFieldDescriptionprotected PackageInfo[]
AttributeModule.exports
protected PackageInfo[]
AttributeModule.opens
Methods in org.jd.core.v1.model.classfile.attribute that return PackageInfoConstructors in org.jd.core.v1.model.classfile.attribute with parameters of type PackageInfoModifierConstructorDescriptionAttributeModule
(String name, int flags, String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, String[] uses, ServiceInfo[] provides) -
Uses of PackageInfo in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor with parameters of type PackageInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.PackageInfo> ConvertClassFileProcessor.convertModuleDeclarationPackageInfo
(PackageInfo[] packageInfos) -
Uses of PackageInfo in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return PackageInfoModifier and TypeMethodDescriptionprotected PackageInfo[]
ClassFileDeserializer.loadPackageInfos
(ClassFileReader reader, ConstantPool constants)