Uses of Class
org.jd.core.v1.model.javasyntax.declaration.ModuleDeclaration.ServiceInfo
-
-
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.ServiceInfo Modifier and Type Field Description protected java.util.List<ModuleDeclaration.ServiceInfo>
ModuleDeclaration. provides
Methods in org.jd.core.v1.model.javasyntax.declaration that return types with arguments of type ModuleDeclaration.ServiceInfo Modifier and Type Method Description java.util.List<ModuleDeclaration.ServiceInfo>
ModuleDeclaration. getProvides()
-
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.ServiceInfo Modifier and Type Method Description protected java.util.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.ServiceInfo Modifier and Type Method Description protected void
CompilationUnitVisitor. visitModuleDeclaration(ModuleDeclaration.ServiceInfo serviceInfo)
-