Uses of Class
org.jd.core.v1.model.javasyntax.declaration.ModuleDeclaration.ServiceInfo
Packages that use ModuleDeclaration.ServiceInfo
Package
Description
-
Uses of ModuleDeclaration.ServiceInfo in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration with type parameters of type ModuleDeclaration.ServiceInfoModifier and TypeFieldDescriptionprotected List
<ModuleDeclaration.ServiceInfo> ModuleDeclaration.provides
Methods in org.jd.core.v1.model.javasyntax.declaration that return types with arguments of type ModuleDeclaration.ServiceInfo -
Uses of ModuleDeclaration.ServiceInfo 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.ServiceInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.ServiceInfo> ConvertClassFileProcessor.convertModuleDeclarationServiceInfo
(ServiceInfo[] serviceInfos) -
Uses of ModuleDeclaration.ServiceInfo in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type ModuleDeclaration.ServiceInfoModifier and TypeMethodDescriptionprotected void
CompilationUnitVisitor.visitModuleDeclaration
(ModuleDeclaration.ServiceInfo serviceInfo)