Uses of Class
org.jd.core.v1.model.javasyntax.declaration.ModuleDeclaration.ModuleInfo
Packages that use ModuleDeclaration.ModuleInfo
Package
Description
-
Uses of ModuleDeclaration.ModuleInfo in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration with type parameters of type ModuleDeclaration.ModuleInfoModifier and TypeFieldDescriptionprotected List
<ModuleDeclaration.ModuleInfo> ModuleDeclaration.requires
Methods in org.jd.core.v1.model.javasyntax.declaration that return types with arguments of type ModuleDeclaration.ModuleInfoConstructor parameters in org.jd.core.v1.model.javasyntax.declaration with type arguments of type ModuleDeclaration.ModuleInfoModifierConstructorDescriptionModuleDeclaration
(int flags, String internalName, String name, String version, List<ModuleDeclaration.ModuleInfo> requires, List<ModuleDeclaration.PackageInfo> exports, List<ModuleDeclaration.PackageInfo> opens, List<String> uses, List<ModuleDeclaration.ServiceInfo> provides) -
Uses of ModuleDeclaration.ModuleInfo 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.ModuleInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.ModuleInfo> ConvertClassFileProcessor.convertModuleDeclarationModuleInfo
(ModuleInfo[] moduleInfos) -
Uses of ModuleDeclaration.ModuleInfo in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type ModuleDeclaration.ModuleInfoModifier and TypeMethodDescriptionprotected void
CompilationUnitVisitor.visitModuleDeclaration
(ModuleDeclaration.ModuleInfo moduleInfo)