Uses of Class
org.jd.core.v1.model.classfile.attribute.PackageInfo
-
Packages that use PackageInfo Package Description org.jd.core.v1.model.classfile.attribute org.jd.core.v1.service.converter.classfiletojavasyntax.processor org.jd.core.v1.service.deserializer.classfile -
-
Uses of PackageInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as PackageInfo Modifier and Type Field Description protected PackageInfo[]
AttributeModule. exports
protected PackageInfo[]
AttributeModule. opens
Methods in org.jd.core.v1.model.classfile.attribute that return PackageInfo Modifier and Type Method Description PackageInfo[]
AttributeModule. getExports()
PackageInfo[]
AttributeModule. getOpens()
Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type PackageInfo Constructor Description AttributeModule(java.lang.String name, int flags, java.lang.String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, java.lang.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 PackageInfo Modifier and Type Method Description protected java.util.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 PackageInfo Modifier and Type Method Description protected PackageInfo[]
ClassFileDeserializer. loadPackageInfos(ClassFileReader reader, ConstantPool constants)
-