Uses of Class
org.jd.core.v1.model.classfile.attribute.ServiceInfo
Packages that use ServiceInfo
Package
Description
-
Uses of ServiceInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as ServiceInfoMethods in org.jd.core.v1.model.classfile.attribute that return ServiceInfoConstructors in org.jd.core.v1.model.classfile.attribute with parameters of type ServiceInfoModifierConstructorDescriptionAttributeModule
(String name, int flags, String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, String[] uses, ServiceInfo[] provides) -
Uses of ServiceInfo in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor with parameters of type ServiceInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.ServiceInfo> ConvertClassFileProcessor.convertModuleDeclarationServiceInfo
(ServiceInfo[] serviceInfos) -
Uses of ServiceInfo in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return ServiceInfoModifier and TypeMethodDescriptionprotected ServiceInfo[]
ClassFileDeserializer.loadServiceInfos
(ClassFileReader reader, ConstantPool constants)