Uses of Class
org.jd.core.v1.model.javasyntax.declaration.ModuleDeclaration.PackageInfo
Packages that use ModuleDeclaration.PackageInfo
Package
Description
-
Uses of ModuleDeclaration.PackageInfo in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration with type parameters of type ModuleDeclaration.PackageInfoModifier and TypeFieldDescriptionprotected List
<ModuleDeclaration.PackageInfo> ModuleDeclaration.exports
protected List
<ModuleDeclaration.PackageInfo> ModuleDeclaration.opens
Methods in org.jd.core.v1.model.javasyntax.declaration that return types with arguments of type ModuleDeclaration.PackageInfo -
Uses of ModuleDeclaration.PackageInfo in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor that return types with arguments of type ModuleDeclaration.PackageInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.PackageInfo> ConvertClassFileProcessor.convertModuleDeclarationPackageInfo
(PackageInfo[] packageInfos) -
Uses of ModuleDeclaration.PackageInfo in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type ModuleDeclaration.PackageInfoModifier and TypeMethodDescriptionprotected void
CompilationUnitVisitor.visitModuleDeclaration
(ModuleDeclaration.PackageInfo packageInfo, KeywordToken keywordToken)